notarize_inference
Cryptographically notarize an AI inference and receive a signed Ed25519 attestation, sha256 content hash, and Merkle chain-anchor status. Costs $0.001 USDC.
Instructions
Get a cryptographic receipt for one AI inference. Returns a signed Ed25519 attestation, sha256 content hash, and Merkle chain-anchor status for {prompt, response, model_id}. The notary does NOT store your prompt or response — only the hash is retained. Costs $0.001 USDC via x402 (requires WALLET_PRIVATE_KEY for Base or SOLANA_PRIVATE_KEY for Solana).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The exact prompt/input that was sent to the model | |
| model_id | Yes | Model identifier, e.g. 'openai/gpt-5' or 'claude-fable-5' | |
| response | Yes | The exact model output you want a receipt for | |
| client_timestamp | No | Optional ISO-8601 time the inference ran. Included in the content hash if provided. |