Register Selling Pool
register_poolRegister a TRON address as an energy/bandwidth selling pool on PowerSun with auto-selling and auto-vote settings.
Instructions
Register a TRON address as an energy/bandwidth selling pool on PowerSun. This creates a pool and auto-selling configuration. After registering, you must grant active permissions to the platform address (DelegateResource, UnDelegateResource, VoteWitness) so the platform can delegate resources to buyers and vote on your behalf. Use check_pool_permissions to verify permissions after granting them. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| autoVote | No | Auto-vote for the best Super Representative to earn rewards (default: true) | |
| sellEnergy | No | Enable energy selling (default: true) | |
| sellBandwidth | No | Enable bandwidth selling (default: false) | |
| paymentAddress | Yes | TRON address to register as pool (starts with T, 34 characters). This is the address where you hold/stake TRX. |