anchor_hash
Anchor a 32-byte hash to Base and Solana mainnets in one call, receiving transaction hashes and block-explorer URLs as cryptographic proof of existence.
Instructions
Anchor a 32-byte hash to BOTH Base mainnet (as EIP-1559 calldata) and Solana mainnet (via the Memo program) in a single call. Returns both transaction hashes plus block-explorer URLs as cryptographic proof of when the hash existed. Pure infrastructure — no opinions about content. Use for DAO vote receipts, AI decision attestations, contract notarization, scientific data integrity, audit trails. $0.005 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | Pre-computed 32-byte hex hash (64 chars, no 0x prefix). Mutually exclusive with `data`. | |
| data | No | Arbitrary JSON to be canonicalized + SHA-256'd by the server. Mutually exclusive with `hash`. | |
| note | No | Optional 200-char note included in the response (NOT on-chain). |