Receipts
Every completed tool execution generates a receipt — your proof of work and payment.What’s in a Receipt?
Receipt Fields
Getting Receipts
In Tool Response
Every tool call includes receipt metadata:Query Receipt
Retrieve full receipt details:Receipt Retention
Receipts are stored for 30 days. Export receipts for accounting purposes before expiration.Verify a Receipt
Every receipt is independently verifiable — both through the ASG API and directly on the Solana blockchain.Step 1: Look Up the Receipt
Use thebilling_get_receipt tool to retrieve full receipt details by ID:
Step 2: Verify On-Chain
Every receipt includes atx_signature field — the Solana transaction signature. Use it to verify the payment on-chain:
Solana Explorer URL format:
tx_signature is 5UxK...7nPq:
Step 3: Cross-Reference
Verify that the on-chain transaction matches your receipt:All Solana transactions are on mainnet. Ensure you’re viewing the mainnet explorer, not devnet.