Randomness You Can Verify

OpenRNG transforms randomness from a disposable value into a verifiable digital object โ€” with source provenance, confidence scoring, and cryptographic proofs.

Get Started ๐Ÿ“„ API Docs ๐Ÿ” Verify a VEO
Terminal
$ curl https://api.openrng.io/api/v1/entropy

{
  "entropy": "c9bfe895cf2a343c...",
  "source": "vdf_epoch",
  "epoch": 248706,
  "veo_class": "VEO-1A",
  "verify_url": "/api/v1/verify/f262..."
}
Traditional RNG
โ†’ 0x8f3a...

// That's it. Trust me, it's random.
OpenRNG โ€” Verifiable Entropy Object
โ†’ entropy: "0x8f3a..."
  sources: [drand, bitcoin, polygon]
  confidence: { score: 871, grade: "AA" }
  proof: { signature: "0x...", verified: โœ“ }
  anchor: { chain: "polygon", tx: "0x..." }

Why OpenRNG

๐Ÿ”

Verifiable

Every entropy object carries source provenance, cryptographic signature, and optional blockchain anchor. Verify any VEO without trusting the provider.

๐Ÿ“Š

Quantified

Entropy Confidence Score (ECS) measures quality across six dimensions โ€” freshness, diversity, independence, manipulation resistance, and more.

โ›“๏ธ

Anchored

For maximum trust, entropy is anchored to Polygon smart contracts. Anyone can read the contract and confirm the entropy existed at a specific block.

Entropy Confidence Score

Every VEO includes an ECS โ€” a quantitative measure of entropy quality.

GradeScoreUse Case
AAA900โ€“1000Casino, regulatory, enterprise
AA800โ€“899AI agents, gaming, finance
A700โ€“799Simulation, testing

Start verifying your entropy

No API key needed for basic entropy. Full access available for teams.

Try the API โ†’ โญ GitHub ๐ŸŽฒ Live Demo