Getting Started
Introduction β TronFuel Overview for Developers & Managers
π Welcome to Tronfuel
Tronfuel is your gateway to the Tron blockchain β with all the complexity removed.
We provide developers and businesses with the tools to build, sign, send, and monitor Tron transactions while automatically managing resource delegation (energy, bandwidth) behind the scenes.
#π‘ What We Do
Interacting with the Tron blockchain can be tricky due to:
- Limited bandwidth and energy resources
- Inconsistent transaction fees
- Contract reverts due to missing resources
- Incomplete monitoring of transaction status
Tronfuel solves all of this:
- β Automatically estimates and provisions bandwidth and energy
- β Offers per-request billing from your internal wallet
- β Provides webhooks for real-time status updates
- β Supports TRX, TRC10, TRC20, and TRC721 transactions
- β Enables both advanced and simple usage modes
#π Workflow Overview
Whether youβre sending TRX or smart contract calls, your basic workflow looks like this:
#π Advanced Mode (Full Control)
- Build the transaction payload
- Sign it with your private key locally
- Send the signed transaction via our API
- Receive webhook notifications as it progresses
#β‘ Simple Mode (All-in-One)
- Submit one payload including your private key
- We build, sign, send, and monitor for you
- You get full webhook tracking + resource coverage
#π Workflow Diagram
#π Key Sections
#π§± Transaction Builder
Learn how to construct TRX, TRC10, TRC20, and TRC721 transactions manually.
#π Signing Transactions
Code examples for signing transactions securely in PHP, Python, Go, Java, and JavaScript.
#π Send Transactions
Send signed transactions to the blockchain using Tronfuelβs send endpoint. We manage energy, bandwidth, and errors.
#π Fee Estimator
Estimate energy, bandwidth, and account activation costs for your transaction before sending.
#β‘ Simple Mode
Let us build, sign, and send the transaction for you. Best for quick setups and low-friction scripts.
#π¬ Webhooks
Get real-time updates for every transaction event: broadcasted, confirmed, or failed. Includes signature verification.
#π§ͺ Test on Testnet First
We support both Mainnet and Nile Testnet. Use the X-Network
header to switch between environments.
Example:
1X-Network: nile
#π Security First
We never store private keys unless you send them in Simple Mode. Webhook messages are signed. We handle resource allocation via internal TRX balances, giving you predictable fees and reliable delivery.
#π€ Letβs Build
Tronfuel gives you enterprise-grade reliability with developer-friendly simplicity. No nodes to manage. No energy headaches. No stuck transactions.
Need help? Contact support β
Ready to start? Jump into the Transaction Builder or Sign Your First Transaction.
1