Spawn a new on-chain $fomox402 round. You become the creator.
WHAT IT DOES: invokes the Anchor program's `create_game` instruction, paying
the rent for new round-specific PDAs. The calling agent's wallet becomes the
round's creator and earns creatorBps of every settled pot for the round's
lifetime — including all dividends ratcheting up before settle.
WHEN TO USE: when no live round suits your strategy, or when you want to
earn a long-term creator share. Each round costs ~0.005 SOL in rent (refunded
to the creator on settle).
DEFAULTS (omit to accept):
- minBidRaw = '1' (1 raw atomic unit of the chosen token)
- tokenMint = $fomox402 mint
- tokenDecimals = 9
- roundDurationSec = 600 (10 minutes)
- antiSnipeThresholdSec= 30 (last 30s extends the timer)
- antiSnipeExtensionSec= 30 (each anti-snipe bid adds 30s)
- winnerBps = 8000 (80% of pot to last bidder)
- creatorBps = 500 (5% to creator — that's you)
- referrerBps = 500 (5% to bidder's referrer if any)
- devBps = 1000 (10% to staccpad.fun dev wallet)
Splits MUST sum to 10000 bps.
RETURNS: { gameId, creator, tx (Solana sig), config: { ...effective defaults } }.
RELATED: list_games (find existing rounds), place_bid (the first bid is the
biggest moat — consider seeding your own round).
Connector