VERIFIABLE
RANDOMNESS
SERVICE

POWERED BY INTEL TDX
Miss
v0.1.0-BETA • Loading. DEV
BETA SOFTWARE — Use at your own risk
Operation Type
Configuration
Network
What Can You Verify?

This service runs inside an Intel TDX enclave — a hardware-isolated environment that even we cannot tamper with. You can independently verify:

  • The hardware attestation quote is signed by Intel
  • The compose hash matches our open source code
  • The enclave is running untampered code
System Identity
APP_ID: 4379c582b5c9cf28473de17932e9d62b4eb15995
Compose Hash (Code Fingerprint)
Loading...

Compare this hash with our source code to verify we're running the exact code you expect.

Independent Verification

Don't trust us — verify the attestation yourself using third-party tools:

Arweave Proof Verification

Each response includes an Arweave proof. The proof contains a commitment_hash but not the seed (for privacy). Verify like this:

1. Save the random_seed from your API response
2. Visit your arweave_url to get the commitment_hash
3. Compute: SHA256(seed + request_hash)
4. If it matches commitment_hash → proof is valid ✓
// JavaScript/Node.js
const crypto = require('crypto');
const expected = crypto
  .createHash('sha256')
  .update(response.random_seed)
  .update(request_hash || '')
  .digest('hex');

if (expected === arweaveProof.commitment_hash) {
  console.log('✓ Proof verified!');
}
Overview

Intel TDX powered verifiable randomness. Secure, hardware-enforced generation with remote attestation proofs.

Pricing
$0.01 / req
Pay via x402 (SOLANA / BASE) • 90% cheaper than Chainlink and Switchboard VRF
Use Cases

NFT Mints • Gacha / Loot • Casino Games • Tournaments • PvP Selection

Service Info
Arweave Proofs: Enabled
Networks: solana, base
Facilitator: PayAI
Quick Start
1. Connect your wallet (Phantom, Solflare, or any supported wallet)
2. Select operation type and configure parameters
3. Choose network (solana / base)
4. Click "Initialize Randomness" and complete payment via facilitator
Operations
Raw Randomness - 256-bit cryptographic seed
Random Number - Integer within min/max range
Roll Dice - Simulate dice rolls (e.g., 2d6, 1d20)
Pick Winner - Select from comma-separated list
What is x402?

Open standard for machine-to-machine payments via HTTP 402 headers. Enables instant, permissionless payments across multiple chains.

Learn more →
Verification

Each response includes a TEE attestation. Use the AUDIT tab to verify the hardware signature and confirm the randomness was generated in a genuine Intel TDX enclave.

API Endpoints (POST)
/v1/randomness
/v1/random/pick
/v1/random/dice
/v1/random/uuid
/v1/random/shuffle
System Ready
> Initializing TEE environment...
> Secure Enclave: Intel TDX
> Remote Attestation: Enabled