The agent
Reasoning, step by step
The odds below are a recorded replay of real captured TxLINE records, run through the real detector — not a live feed and not a script. The stake it ends at is real and on Solana devnet, read live from the program.
Custody policy
Authorized once; enforced by the signer before a signature exists.
Total spend cap0.05 SOL
Stake per bet0.01 SOL
Max per match0.02 SOL
Program + instruction allow-list
create_market@ 7Pvo…UFt6(create-market)
stake@ 7Pvo…UFt6(place-bet)
Anything outside these bounds is refused unsigned: a different program, a different instruction, or a spend over the cap never reaches a signature. The built transaction is re-verified against the binding — right discriminator, one instruction, no extra signer — before the key is touched.
Values read from the backend's real ChainPolicy (gorilla.staking.chain_policy + gorilla.watch defaults), not typed into this page.