πŸ” [GET /verify] β€” Verify ONE Random Output

A client who received a random value from /random can later prove it was legitimate.

πŸ”— API Call

HTTP Request
GET /verify?entropy=...×tamp=...&bytes=...&counter=...

πŸ“Š Parameter Breakdown

Parameter Meaning
entropy The hex random output they received
timestamp When it was generated
bytes How many bytes they requested
counter The internal outputCounter used

βš™οΈ Verification Process

Your backend then:

  1. Looks up the pool state that existed before that timestamp
  2. Recomputes what the output should have been
  3. Compares expected vs provided
  4. Returns {"valid": true} or {"valid": false}

This proves the output wasn't fabricated.

πŸ” [POST /verify-stream] β€” Verify MANY Outputs at Once

This is for casinos, auditors, regulators, or anyone who needs to verify hundreds or thousands of outputs.

πŸ“¦ Batch Verification Request

JSON Request Body
POST /verify-stream
Content-Type: application/json

{
  "items": [
    {
      "entropy": "...",
      "timestamp": 1735768123456,
      "bytes": 32,
      "counter": 912
    },
    {
      "entropy": "...",
      "timestamp": 1735768123460,
      "bytes": 32,
      "counter": 913
    }
  ]
}

The server returns a list of verification results for all items.

🧠 Why This Exists

Because our TRNG is provable, not just random.

βœ… Mathematical Certainty

πŸ” Every Output is Verifiable

Every output can be recomputed from the pool state + counter

πŸ“ Complete History

Every pool state is recorded in history for future verification

⏱️ Time-Stamped Proof

Anyone can verify any output at any time with cryptographic certainty

🚫 No Blind Trust

No "trust us" required. Only mathematical proof.

πŸ›οΈ Industry Standard

This is the same model used by:

NIST Randomness Beacons
Blockchain VRFs
Lottery Regulators
Casino RNG Auditors

You now have the same capability with Aegis Optikon.

πŸš€ Practical Applications

How provable fairness transforms your operations

🎰 Casino & Gaming

Regulatory Compliance

Provide mathematical proof to gaming commissions that every slot spin, card shuffle, or lottery draw was truly random and untampered.

Player Trust

Allow players to verify game outcomes themselves, building unprecedented trust in your platform.

In Game Randomness

Create truly random graphics, watersurfaces, stars, galaxies. Secure a truly versatile gameplay in characters opponents and environments. Truly unpredictable, is what we sell.

🏦 Finance & Security

Audit Trails

Create immutable audit trails for financial transactions, cryptographic key generation, and security tokens.

Regulatory Proof

Demonstrate to regulators that your random processes are provably fair and transparent.

Smart Contracts

Integrate verifiable randomness into blockchain applications and smart contracts.

Ready for Provably Fair Randomness?

Join casinos, fintech platforms, and security experts who trust Aegis Optikon for mathematically verifiable randomness.

Start truly free forever Trial now

No credit card required β€’ 1MB/month free tier β€’ Full API access