mainstreet_verify_settlement
Verify a CLAIMED x402 settlement actually happened onchain. Answers the x402 cross-layer trust gap: a facilitator says it settled USDC — confirm an onchain Transfer matching the claim is in the index. Pass tx (required) + optional to/from/amount to cross-check. Absence = not in coverage, not proof of fraud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Claimed payee. | |
| tx | Yes | Settlement tx hash. | |
| from | No | Claimed payer. | |
| amount | No | Claimed USDC amount (human, e.g. 0.05). |