§ proof · verify, don't trust
Every claim, independently checkable.
Four rooms under one roof — the verify-first thesis made operational. Credibility is a navigable destination, not scattered evidence.
§ the four rooms
Pick the one that matches what you're checking.
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.
Attestation explorer.
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://nukez.xyz/v1/attest/latest | jq .
{
"slot": 345209114,
"merkle_root": "0x4f2a...8c15",
"signer": {
"algo": "secp256k1",
"supported": ["ed25519", "secp256k1"]
},
"age_seconds": 8
}