verifiable-random.use.x402atlas.com publishes 3 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.005 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /dice | POST | $0.005 | 402 |
| /pick | POST | $0.005 | 402 |
| /shuffle | POST | $0.005 | 402 |
Verifiable Random dice — unbiased dice rolls bound to a future drand round the server waits for (typically 3-6s) and verifies locally, with a reproducible proof transcript.
Verifiable Random pick — string selection with or without replacement bound to a future drand round the server waits for (typically 3-6s) and verifies locally, with a reproducible proof transcript.
Verifiable Random shuffle — a uniform Fisher-Yates permutation bound to a future drand round the server waits for (typically 3-6s) and verifies locally, with original indices and a reproducible proof …