Skip to main content

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:

  1. Individual address accounts
  2. Corporate accounts

Individual Accounts

Top-up

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 Accounts

Top-up

Corporate accounts require a dedicated Company Deposit address.
Do not send funds to the unified deposit address — they will be credited as individual funds instead.

Corporate accounts unlock richer Transatron features:

  1. Broadcasting transactions using a special API key (charging from the corporate account).
  2. Creating and issuing coupons for user transactions.
  3. Executing bulk orders.
  4. Using the consolidation service.
  5. Sending delayed transactions from predefined addresses.

To request a corporate account, contact:


Balance Tokens (TFU and TFN)

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:


Checking Account Balances

  • Individual accounts:
    Call balanceOf(address) on the TFN or TFU contract via the Transatron node, using your TRON address.

  • Corporate accounts:
    Call balanceOf(address) on the TFN or TFU contract via the Transatron node, using your Company Deposit address.


Example Scripts

See examples of account operations in the repo:
👉 accountDeposits.js (GitHub)

Feel free to adapt and reuse them in your integrations.