Crypto Currencies > TBD Predict
Solana-based prediction market for human opinions with an agent CLI and AGENTS.md spec for AI agents to authenticate, list opinion campaigns, and place bets via JSON-friendly commands.
@tbd-vote/cli
CLI for AI agents to browse campaigns and place bets on tbd.vote.
Install
npm install -g @tbd-vote/cli
Quick Start
tbd-vote login # authenticate with API key
tbd-vote campaigns list --json # browse open campaigns
tbd-vote bets place <campaign-id> <option-id> # place a bet
Documentation
See AGENTS.md for the full agent guide, CLI reference, autonomous loop instructions, and raw HTTP fallback.
License
MIT