Skip to main content
Toknbase
Zero-Trust Verification

Audit Chain Verifier

Independently verify Toknbase audit log integrity. No account required.

PASTE CHAIN TIP HASH

How Verification Works

01

Export your audit log

Download a compliance export from the Toknbase dashboard. It includes a chain tip hash.

02

Paste the hash here

Copy the chain tip hash from your export and paste it into the field above.

03

Canister confirms

This page queries the live ICP canister directly. No intermediary, no trust required.

Verify Programmatically

terminal
# Public query — no auth required
curl https://icp-api.io/api/v2/canister/4wj64-piaaa-aaaan-q5q7q-cai/query \
 -H 'Content-Type: application/cbor' \
 --data-binary @<(didc encode '("YOUR_CHAIN_TIP_HASH")') | \
 didc decode

# Or use the DFX CLI
dfx canister --network ic call 4wj64-piaaa-aaaan-q5q7q-cai verifyChainTip '("YOUR_CHAIN_TIP_HASH")'