Every data point on this site carries three independent guarantees, kept strictly separate from each other.
Trust roots in the public key published under this Swiss domain at /.well-known/swi-attest-keys.json. The file is an array; retired keys remain so old attestations stay verifiable.
attested_at is self-asserted — it records when we first signed, not when the transaction occurred and not a claim of temporal precedence over any other observation.
The following is a recently-attested transaction where at least one address carries a proof-backed label (tier-1 or tier-2 source). Click to inspect the full signed assertion and run the verifier.
0x67345d0133910b…f28036df
# pip install cryptography python verify_attestation.py <chain> <txid>
The script fetches /api/attest/<chain>/<txid>, reads key_id from the signed bytes, looks the key up by id in the published array, and checks the Ed25519 signature over the delivered bytes — one standard library call.
Every MCP tool result and alert permalink is attestable at:
GET /api/attest/<chain>/<txid> → signed_bytes_b64, signature_b64, key_id, assertion