Register Selling Pool
register_poolRegister a TRON address to create an energy and bandwidth selling pool on PowerSun, enabling automated resource delegation and voting for Super Representatives.
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 |
|---|---|---|---|
| paymentAddress | Yes | TRON address to register as pool (starts with T, 34 characters). This is the address where you hold/stake TRX. | |
| sellEnergy | No | Enable energy selling (default: true) | |
| sellBandwidth | No | Enable bandwidth selling (default: false) | |
| autoVote | No | Auto-vote for the best Super Representative to earn rewards (default: true) |