Accounts and Balances
Transatron can cover transaction fees from internal accounts. Balances in these accounts are tracked in TFN and TFU — internal accounting tokens.
- When you deposit USDT to Transatron, it becomes TFU in your internal account.
- When you deposit TRX, it becomes TFN.
Account Types
There are two types of accounts in Transatron:
- Individual address accounts
- Corporate accounts
Individual (Address-Bound) Accounts
To top up an individual account, send USDT or TRX to:
TFPzL92nmSxLVVNHoL5cbZ6tjSxfuKUBeD
- An individual account is automatically created when a deposit arrives from a TRON address into the unified deposit address above.
- When transactions from this address are broadcast via the Transatron node, fees are charged from the individual account balance (TFN or TFU) if no other method is specified (instant payments or coupons).
Corporate (Business) Accounts
Corporate accounts require a Dashboard account.
Do not send funds to the unified deposit address — they will be credited as individual funds instead. Use your individual deposit address to top-up.
Corporate accounts unlock richer Transatron features:
- Broadcasting transactions with automatic resource coverage
- Cashback from Instant payment transactions.
- Coupons/Bulk orders and many more Transatron Edge features.
Create your account on Transfer Edge Dashboard
Checking Account Balances
Corporate Accounts
Use the GET Config endpoint to retrieve TFN and TFU balances, current resource pricing, coupon summary, and deposit address in a single call.
To view past orders (resource charges), use the GET Orders endpoint. Each order includes the amount charged, cashback, currency, target address, and associated transaction hashes. Results can be filtered by date range (up to 3 months).
Individual (Address-Bound) Accounts
Call balanceOf(address) on the TFN or TFU contract via the Transatron node, using your TRON address.
Transatron tracks balances using internal TRC-20 compatible tokens:
- TFN — internal balance in Transatron in blockchain native tokens (TRX for Tron, for example)
- TFU — internal balance in Transatron in USD equivalent
You can add these tokens by contract address in your wallet to view balances at any time:
- TFN contract: TX2jTf8YZdmruV6PN9FQpwKthbiAxwjPRC
- TFU contract: TUMReCEo4ZXXwfWMTMbw7pHiJMsLTA39dG
Example Scripts
See examples of account operations in the repo: 👉 accountDeposits.js (GitHub)
Feel free to adapt and reuse them in your integrations.