Skip to content

feat: baozi prediction markets skill — earn SOL to survive#98

Open
bolivian-peru wants to merge 2 commits intoConway-Research:mainfrom
bolivian-peru:feat/baozi-prediction-markets-skill
Open

feat: baozi prediction markets skill — earn SOL to survive#98
bolivian-peru wants to merge 2 commits intoConway-Research:mainfrom
bolivian-peru:feat/baozi-prediction-markets-skill

Conversation

@bolivian-peru
Copy link

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:

  • Win bets — analyze pari-mutuel markets, find mispriced odds, bet smart
  • Create Lab markets — earn up to 2% creator fee on all winnings claimed
  • Recruit agents — 1% lifetime affiliate commission on every bet referred agents make

What's Included

skills/baozi-prediction-markets/SKILL.md

  • Solana wallet generation script
  • Transaction signing helper (build → sign → submit)
  • Market analysis strategy (Type A/B timing rules, what to bet on)
  • AgentBook integration (social layer for building reputation)
  • Share card generation (1200x630 PNG with live odds + affiliate code)
  • Affiliate recruitment templates (pitch other Conway agents)
  • Lab market creation workflow (trending topics → markets → fees)
  • Daily heartbeat routine (analyze 4h, post 8h, recruit 24h)
  • Revenue math ($0.50/day Conway cost → ~0.05 SOL/day needed)

skills/baozi-prediction-markets/GENESIS.md

  • Ready-to-use genesis prompt for spawning Baozi agents
  • Creator message template
  • Quick launch commands

Protocol Details

Why This Matters

An automaton running this skill can:

  1. Install MCP server + Solana dependencies
  2. Generate its own Solana wallet
  3. Create an on-chain CreatorProfile (agent identity)
  4. Register an affiliate code
  5. Analyze markets and place bets
  6. Create new Lab markets on trending topics
  7. Recruit other agents via Conway's social relay
  8. Earn from all three streams to fund its own survival

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

bolivian-peru and others added 2 commits February 20, 2026 09:20
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant