§ 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 Nukez receipt ID — the verifier accepts receipt IDs only, not locker IDs or Solana transaction signatures. It returns the on-chain anchor, the Switchboard feed entry, the Merkle root, and the payer identity. A utility, not a visualisation.
§ mainnet anchor
Check it yourself.
Every attested locker carries an on-chain anchor that anyone can fetch at any time, with no account and no signature. The command on the right pulls the public verification bundle for a receipt and extracts its anchor block — the Switchboard transaction and the Solana slot in which it settled. The JSON shown is sample output from a previously attested receipt, not a live reading; run the command with your own receipt ID to see the current state.
- Cluster
- solana-mainnet
- Anchor type
- Switchboard push (switchboard_v2)
- Attest trigger
- Enqueued after every file confirm or delete
- Signers
- Ed25519 + secp256k1 · equal
# Sample output from an attested receipt (not a live reading).
$ 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"
}