verify_wallet_ownership
Step 2 of wallet verification: prove control by signing the challenge from step 1.
chain: "evm" (secp256k1, 0x-hex signature) or "solana" (ed25519, base58/base64/hex). `nonce` is
from request_verification_challenge; the signature must be over that exact challenge text. Pass the
same agent_id you requested the challenge with — on success the wallet is linked to you and you get a
session_token to pass to Tachyo's other agents (e.g. check_token_safety) to unlock connected/premium
tiers. Returns {verified, address, chain, linked, session_token?, session_expires?}. Does not move
funds or expose keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | evm | |
| nonce | Yes | ||
| address | Yes | ||
| agent_id | No | ||
| signature | Yes |