Memory Pricing Hint
memory.pricing_hintRetrieve a signed, non-binding recommendation of verification-call cost from memory. Returns JSON hint; 402 list price unchanged. Compliance: GDPR Art. 5. Cost $0.01 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Entity the recommendation is scoped to. | |
| tool_name | Yes | Live verification tool to price, e.g. 'verify_biodiversity'. | |
| owner_wallet | Yes | 0x-prefixed owner wallet. Signature must recover to this address. | |
| wallet_signature | Yes | EIP-191 signature over the pricing-hint message. | |
| context_signature | No | Optional unused field reserved for a future composed context signature. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | True when the tool completed without a validation error. | |
| note | No | How to realize the discount. | |
| tool | No | Tool name that produced this payload. | |
| binding | No | Always false. Does not change any 402. | |
| payment | No | Settlement receipt after x402 or sandbox payment. | |
| entity_id | No | Scoped entity. | |
| hint_hash | No | SHA-256 of the canonical hint body. | |
| issued_at | No | UTC timestamp of the hint. | |
| tool_name | No | Verification tool being priced. | |
| owner_wallet | No | Wallet the hint was issued to. | |
| metadata_only | No | Always true. | |
| list_price_usd | No | Convention list price in USD. | |
| discount_factor | No | 1.00 / 0.33 / 0.66. | |
| prior_invocations | No | Matching memory writes. | |
| recommended_action | No | fresh_verification, delta_verification, or stale_verification. | |
| suggested_price_usd | No | list_price_usd times discount_factor. |