Verify Registration
verify_registrationVerify signed challenge to complete agent registration, obtain API key, and enable authenticated access to TRON energy/bandwidth tools.
Instructions
Complete agent registration by verifying your signed challenge. Returns an API key and upgrades the current session to authenticated. After verification, all authenticated tools (buy_energy, get_balance, register_pool, etc.) will work in this session without needing to reconnect. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| challengeId | Yes | Challenge ID from the register tool | |
| address | Yes | Your TRON wallet address (must match the register call) | |
| signature | Yes | Signature from tronWeb.trx.signMessageV2(challenge, privateKey) |