§ proof · verify, don't trust
Independently Verifiable Agentic Memory
§ proof paths
Choose the verification workflow for the question in front of you.
Verify a receipt, inspect autonomous-agent test evidence, compare context-management costs, or search a live attestation. Each path answers a specific operational question instead of forcing every user through the same proof narrative.
Verification guide.
Recompute a merkle root from a receipt. Fetch the Switchboard feed. Compare to the Solana anchor. Step-by-step, copy-pasteable — the verify-first thesis made operational.
Benchmark matrix.
37+ models × 6 providers. Raw HTTP cold-start column, SDK column, MCP column where tested. Methodology above the fold — not behind a footnote click. Raw test artefact linked.
Context-efficiency dashboard.
Token cost per op. NukezAgent vs MCP vs raw HTTP vs SDK. The competitive claim developers evaluating against alternatives check first.
Receipt verifier.
Paste a receipt ID, a locker ID, or a Solana TX signature. Get the on-chain anchor, the Switchboard feed entry, the merkle proof, and the signer. A utility, not a visualisation.
§ mainnet heartbeat
Live right now.
The pulsing green chip in the bottom-right corner is a real signal. It polls the Switchboard feed once per minute and goes red if no attestation has landed in 5 minutes.
- Cluster
- solana-mainnet
- Oracle program
- SBZ7uV8…2aC
- Feed interval
- 60s nominal
- Signers
- Ed25519 + secp256k1 · equal
- Last attest
- 8s ago · slot 345,209,114
$ curl -sS "https://api.nukez.xyz/v1/storage/verification-bundle?receipt_id=$RECEIPT_ID" | jq '.on_chain_anchor'
{
"type": "switchboard_v2",
"slot": 417098181,
"tx_signature": "3EejVjva...akQhgj",
"feed_pubkey": "7wevRnKMrSCYEAdWEuaZn6K9MuNJBSUXLdkXZfxJ5VmY"
}}