Nukez

§ proof · verify, don't trust

Independently Verifiable Agentic Memory

Live · Solana anchors · Monad paymentsEd25519 + secp256k1 · equal-first-classSwitchboard oracle

§ 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"
}