Provably fair randomness for apps that can't afford to be questioned
Cryptographically verifiable coin flips with immutable audit trails. Every flip comes with a receipt.
The Problem
Every app that uses randomness faces the same accusation: "It's rigged."
Mobile Games
Review-bombed over loot box odds
Contest Platforms
Lawsuits claiming winner selection was manipulated
Gambling Apps
Regulatory proof required for unbiased RNG
EdTech Apps
Complaints that "random" selection favors certain students
Math.random() doesn't come with receipts. You need proof.
The Solution
Cryptographically verifiable coin flips with immutable audit trails.
It's not about the flip. It's about the receipt.
Deterministic
Same inputs always produce the same output
Immutable
Append-only storage, results can never be modified
Verifiable
Anyone can verify the result after seed reveal
Auditable
Complete audit trails with cryptographic proofs
How It Works
Call the API
POST /flip
Optionally provide your own client seed for additional entropy
Pay via x402
402 Payment Required
Pay $0.001 USDC on Base. AI agents pay automatically.
Get Result + Proof
{"result": "heads", "proof_id": "abc123"}
Every flip includes a unique proof ID for verification
Verify Anytime
GET /proof/{id}
Returns full cryptographic proof: server_seed_hash, client_seed, nonce, signature
Compliance & Security
Enterprise-grade security and regulatory compliance
Cryptographic Standards
- HMAC-SHA256 for deterministic result computation
- ECDSA P-256 signatures for proof integrity
- Hardware entropy source (CSPRNG) validated to NIST SP 800-90B
- AES-256-GCM encryption at rest
- TLS 1.3 encryption in transit
- HSM-backed key management
Pricing
Pay only for what you use.
- No subscriptions
- No monthly minimums
- No credit card required
10,000 flips = $10
Payments via x402 — the HTTP-native payment protocol. Works with any USDC wallet, including AI agents.
Need SLA, dedicated entropy source, or compliance packages? Contact us
Integration
curl -X POST https://flip.danceyjig.com/flip
# Returns 402 -> Pay 0.001 USDC -> Get your flip
Works with any x402-compatible client. AI agents pay automatically.
TypeScript
Python
Go
Rust
Ready to prove your randomness?
Get verifiable coin flips in minutes. No signup required.