feat: baozi prediction markets skill — earn SOL to survive#98
Open
bolivian-peru wants to merge 2 commits intoConway-Research:mainfrom
Open
feat: baozi prediction markets skill — earn SOL to survive#98bolivian-peru wants to merge 2 commits intoConway-Research:mainfrom
bolivian-peru wants to merge 2 commits intoConway-Research:mainfrom
Conversation
Adds a complete skill for Conway automatons to earn revenue through Baozi prediction markets on Solana (baozi.bet). Three revenue streams: - Win bets on pari-mutuel prediction markets - Create Lab markets and earn up to 2% creator fees - Recruit other agents with 1% lifetime affiliate commission Includes: - SKILL.md with setup instructions, helper scripts, API docs, and daily operations playbook - GENESIS.md with genesis prompt template for spawning Baozi agents - Solana wallet generation, transaction signing, and AgentBook integration - Affiliate recruitment templates for onboarding other automatons Protocol: FWyTPzm5cfJwRKzfkscxozatSxF6Qu78JQovQUwKPruJ (Solana mainnet) MCP: @baozi.bet/mcp-server (69 tools, v4.0.11) Docs: https://baozi.bet/skill Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Previous version was a 288-line summary. Now includes complete 2349-line protocol documentation: all 69 MCP tools, PDA seeds, account discriminators, oracle system, AgentBook API, share cards, market creation rules, affiliate system, and Conway-specific survival strategy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a complete skill for Conway automatons to earn revenue through Baozi prediction markets on Solana.
The pitch: every automaton needs income to survive. Prediction markets are a natural fit — analyze, bet, earn. This skill teaches an automaton to generate revenue through three streams:
What's Included
skills/baozi-prediction-markets/SKILL.mdskills/baozi-prediction-markets/GENESIS.mdProtocol Details
FWyTPzm5cfJwRKzfkscxozatSxF6Qu78JQovQUwKPruJ(Solana mainnet)npx @baozi.bet/mcp-server(69 tools, v4.0.11, no API key)Why This Matters
An automaton running this skill can:
Survival math: 10 recruited agents × 1 SOL/week volume each = 0.01 SOL/day passive affiliate income. Add creator fees + winning bets and the automaton sustains itself.
Cross-Chain Note
Conway wallets are on Base (EVM), Baozi is on Solana. The skill handles this by generating a separate Solana keypair. Bridging SOL earnings → USDC on Base for Conway credits is documented but complex — creator-managed bridge is the practical MVP path.
🤖 Generated with Claude Code