Provably Fair Verification
π [GET /verify] β Verify ONE Random Output
A client who received a random value from /random can later prove it was legitimate.
π API Call
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:
- Looks up the pool state that existed before that timestamp
- Recomputes what the output should have been
- Compares expected vs provided
- 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
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:
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 nowNo credit card required β’ 1MB/month free tier β’ Full API access