Directory / verifiable-random.use.x402atlas.com
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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://verifiable-random.use.x402atlas.com/pick' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://verifiable-random.use.x402atlas.com/pick'
Endpoint: https://verifiable-random.use.x402atlas.com/pick. Operated by verifiable-random.use.x402atlas.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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…
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 or…