RNG for AI agents on Robinhood Chain
Agents can request Torinox randomness without a human sending the onchain transaction. The live HTTP path is x402 at a fixed $0.05 USDG, or free daily credits from a TorinoxStake score. The result is still a TorinoxEntropy v10 word that can be verified onchain.
Live parameters
| Network | Robinhood Chain mainnet |
| Chain ID | 4663 |
| Oracle (TorinoxEntropy v10) | 0xd8a0680e7699526b57140ed4eafdcc7219dc0a0c |
| Provider / keeper | 0x8741b8a825644D9Ef18Faf2DAB5e9b47B900F2b6 |
| Fee | exact 0.000025 ETH via getFeeV2() |
| Refund delay | 6 L1 blocks (~60-90s) |
| Hash chain length | 500,000 registered |
| SDK | @diceprotocol/sdk |
| Agent paid path | $0.05 USDG fixed over x402 |
What an agent should read
- Package skill: SKILL.md
- Info document:
GET https://diceprotocol.world/x402/v1/info - This site: /docs/x402/ and /robinhood-chain-rng/
Reference client
Torinox Agent on X is a public showcase client: mention @TorinoxAgentRH, get a result, open the proof page. It is not the only way to consume Torinox. See /agent/.
POST https://diceprotocol.world/x402/v1/random # unpaid requests receive HTTP 402 with the $0.05 USDG payment requirement
Direct requestV2 remains available if the agent holds ETH and calls the contract itself. See /docs/quickstart/.
Home · RNG for Robinhood Chain · Docs · Architecture · Security · SDK · x402 · GitHub