waxseal.approval.verify
Verify an approval token's cryptographic signature, expiry, and optionally confirm the signer's fingerprint before executing high-risk actions. Returns valid only when authentic and unexpired.
Instructions
Verify a WaxSeal approval token before an AI agent executes a high-risk or irreversible action. Checks the cryptographic signature, expiry, and optionally confirms the signer's fingerprint. Returns valid: true only when the token is authentic, unexpired, and the signer is on-chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approval_token | Yes | The base64-encoded approval token returned by waxseal.approval.create. | |
| expected_fingerprint | No | If provided, the verification also confirms the token was signed by this specific fingerprint. |