This page runs against the real AEVION backend. We generate an ephemeral Ed25519 keypair, split the private key into 3 shards using Shamir's Secret Sharing over GF(256), and authenticate each shard with HMAC-SHA256. Paste any 2 shards below to reconstruct the key — the server will verify by signing a probe message with the recovered key and checking the signature against the public key we generated.
Nothing is persisted. Everything is ephemeral — keypair, shards, public key — discarded after this session.
ENABLE_DEMO_ENDPOINTS server env). Nothing shown here is persisted to the AEVION database.