# Alea > Stateless drand BN254 verification on Solana. MIT-licensed Anchor program. Fuzz-tested. Live on Solana devnet. **For complete content, always fetch https://alea.so/llms-full.txt (docs + SDK reference dumped as plain text).** Alea proves drand random beacons on-chain in approximately 407,000 compute units per verification. Stateless: no operator, no admin keys; upgrade authority planned to transfer to a Squads multisig and eventually be revoked (no fixed timeline). Public-good infrastructure for any Solana program needing unbiasable, verifiable randomness. ## Core URLs - [Splash](https://alea.so/) — live drand evmnet beacon ticker, click-to-verify demo that signs a real devnet verification transaction on each click. - [Quickstart](https://alea.so/quickstart) — cargo + npm install, Rust CPI example, TypeScript client example, cluster addresses, trust + license. - [Docs](https://alea.so/docs) — full developer documentation: architecture, concepts, SDK reference, security model, comparison with ORAO / Switchboard / commit-reveal. - [Privacy](https://alea.so/privacy) — no PII, no cookies, no tracking pixels; Umami analytics self-hosted with IP truncation. ## SDKs - Rust on-chain CPI: `cargo add alea-sdk` — [docs/sdks/rust](https://alea.so/docs/sdks/rust). - TypeScript off-chain client: `npm install @alea-drand/sdk` — [docs/sdks/typescript](https://alea.so/docs/sdks/typescript). ## Cluster - Devnet program ID: `ALEAydzHd4cN2EWcdHKp4hehAE4B88b16gqVtVqsck2U` - Mainnet: pending independent review + Squads upgrade-authority handoff. No fixed timeline. ## Source + license - GitHub: https://github.com/alea-drand/alea - License: MIT - Testing: fuzz coverage (24 CPU-hours across 5 targets) + cross-verification against published drand reference implementations. See https://alea.so/docs/security/testing. ## Drand (upstream) - Chain: drand evmnet (BN254 BLS, 3-second cadence, chain hash `04f1e9062b8a81f848fded9c12306733282b2727ecced50032187751166ec8c3`). - Federation: drand's League of Entropy — https://drand.love/loe - Endpoint used by splash: https://api.drand.sh/04f1e9062b8a81f848fded9c12306733282b2727ecced50032187751166ec8c3/public/latest ## Contact - Vulnerability disclosure: security@alea.so (see https://alea.so/docs/security/disclosure). - General: https://github.com/alea-drand/alea/issues