TRON uses Bandwidth for transaction size and Energy for smart-contract computation. Available resources can cover those costs; a shortfall can burn TRX at the current network rates. A bot’s platform trading fee is separate.
What are you paying for?
| Cost | What determines it | What to inspect |
|---|---|---|
| Bandwidth | Transaction size | Account resources and receipt |
| Energy | Contract execution | Estimate, available Energy and fee limit |
| Platform fee | The bot’s fee schedule | Gross rate, rank and collection method |
| Venue cost and price impact | Route, pool and trade size | Quote and minimum received |
When is TRX burned?
Bandwidth can come from the free quota and staking; Energy can come from staking or delegation. When resources are insufficient, TRX can cover the shortfall. Network parameters determine burn rates, so a fixed “every swap costs X TRX” claim is unreliable. Resource availability also differs between accounts.
Do not confuse TRON Power, the voting resource, with a balance that pays a contract’s Energy cost. Staking and resource allocation affect the account’s situation; they do not eliminate platform charges or liquidity costs.
Why does fee_limit matter?
For a contract transaction, fee_limit caps the Energy cost the caller is prepared to cover. A sufficient TRX balance does not guarantee that the transaction’s execution budget is adequate. Dynamic Energy and the called contract’s behavior can change the requirement.
A revert can still consume resources already used. Exceptional execution failures may have different charging behavior. Read the receipt and the official resource-payment rules before retrying, rather than treating every failed trade as free or automatically raising every setting.
Compare platform fees on the same basis
Compare gross trading fees before optional cashback. Maestro’s TRON guide explains accumulated fee collection; GMGN’s guide separates the standard rate from wallet restrictions; MEVX’s guide explains rank-dependent pricing.
For a hypothetical platform fee of 1%, a 1,000 TRX trade creates 10 TRX of platform charges before other costs. If a programme returns 20% of that fee, the rebate is 2 TRX, not 200 TRX. This is an arithmetic example, not a quote for a particular bot or a promise of eligibility.
Keep these settings separate
- Slippage tolerance: limits accepted price movement; it is not itself a network fee.
- Price impact: describes how your trade changes the pool price.
- Execution budget: constrains what a transaction can spend on computation.
- Platform fee: compensates the trading service under its schedule.
TRON resource pricing is not a Solana priority-tip model. This site does not import another chain’s tip presets or infer a private-execution guarantee. See the transaction lifecycle and venue selection for the surrounding context.
Sources and review scope
Official documentation checked 17 September 2026. Source review is not a funded trading test. Network parameters and product interfaces can change.