verify_agent_wallet_challenge
Verify a wallet-signed auth challenge and receive a short-lived session token for agent registry flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Wallet auth chain | |
| nonce | Yes | Nonce returned by request_agent_wallet_challenge | |
| action | No | Session scope originally requested | |
| payload | No | Optional payload object that was part of the original challenge | |
| signature | Yes | Wallet signature over the challenge message | |
| walletAddress | Yes | Wallet address that signed the challenge | |
| signatureEncoding | No | hex for EVM, base64 for Solana |