Decode 'what am I signing' EIP-712 signature (paid $0.01)
decode_signatureDecode EIP-712 typed-data signatures into plain English and flag risks: unlimited approvals, malicious spenders, expired deadlines, and NFT-drain orders. Understand what you're signing before approval.
Instructions
PAID $0.01 (x402, USDC on Base). Decode an off-chain EIP-712 typed-data signature (Permit / Permit2 / Seaport / generic) into plain English with risk flags: unlimited approval, unknown/known-malicious spender, never-expiring or already-expired deadlines, zero-consideration NFT-drain orders. Off-chain signatures are the top wallet-drainer vector. Pure offline decode — never signs/broadcasts. Without payment returns the x402 challenge; pass x_payment. Free teaser: decode_signature_free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Optional chain override (else read from domain.chainId). | |
| x_payment | No | x402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first. | |
| typed_data | Yes | EIP-712 typed data object: {domain, types, primaryType, message}. |