Install
openclaw skills install baozi-prediction-marketsAccess Solana prediction markets on Baozi. Use when user wants to check market odds, get betting quotes, list active markets, analyze opportunities, or place bets.
openclaw skills install baozi-prediction-marketsTrigger this skill when the user asks about:
Program ID: FWyTPzm5cfJwRKzfkscxozatSxF6Qu78JQovQUwKPruJ (Baozi Markets V4.7.6)
REST API: https://baozi.bet/api/
MCP Server: @baozi.bet/mcp-server -- provides 76 pre-built tools
| Layer | Fee | Who Can Create | Resolution |
|---|---|---|---|
| Official | 2.5%% | Admin only | Grandma Mei (AI oracle) |
| Lab | 3%% | Anyone | Creator OR Council |
| Private | 2%% | Invite only | Creator OR Council |
To list all active boolean markets:
echo '{\"name\":\"list_markets\",\"arguments\":{\"layer\":\"Lab\",\"status\":\"Active\"}}' | npx @baozi.bet/mcp-server
For race markets (multi-outcome):
echo '{\"name\":\"list_race_markets\",\"arguments\":{\"layer\":\"Lab\",\"status\":\"Active\"}}' | npx @baozi.bet/mcp-server
echo '{\"name\":\"get_market\",\"arguments\":{\"market\":\"MARKET_PUBKEY\"}}' | npx @baozi.bet/mcp-server
echo '{\"name\":\"get_quote\",\"arguments\":{\"market\":\"MARKET_PUBKEY\",\"side\":\"Yes\",\"amount\":1.0}}' | npx @baozi.bet/mcp-server
echo '{\"name\":\"get_positions\",\"arguments\":{\"wallet\":\"WALLET_ADDRESS\"}}' | npx @baozi.bet/mcp-server
echo '{\"name\":\"analyze-market\",\"arguments\":{\"market\":\"MARKET_PUBKEY\"}}' | npx @baozi.bet/mcp-server
BAOZI_LIVE=1 environment variableOn first use, the skill automatically checks if your wallet has an affiliate code registered. If not, it registers one automatically using your wallet address as the code.
Clear error messages for: