Questions? Learn everything about TRON wallet addresses.
  • Brands
  • Deals
  • Outlet
  • Questions? Learn everything about TRON wallet addresses.
    March 2025

    What Is a TRON Wallet Address?

    A TRON wallet address is your unique identifier on the TRON blockchain. It is a 34-character alphanumeric string that always begins with the capital letter T. This address is used to send, receive, and store TRX and TRC-20 tokens such as USDT.

    The TRON network uses the Base58Check encoding format for its addresses. Unlike Ethereum addresses which start with '0x', every TRON address begins with the letter T, making them easy to identify at a glance.

    Key Characteristics of a TRON Address

    Every valid TRON wallet address shares these features:

    • Starts with capital "T" – This prefix is universal across all TRON addresses.
    • 34 characters long – The full Base58Check encoded string is exactly 34 characters.
    • Alphanumeric format – Contains letters and numbers, but no special characters.
    • Case-sensitive – Uppercase and lowercase letters are treated differently.

    Example of a TRON Address

    A typical TRON address looks like this: TRjE1H8dxypKM1NZRdysbs9wo7huR4bdNz

    This Base58Check format address can receive TRX, USDT (TRC-20), and any other TRC-10 or TRC-20 token.

    How Is a TRON Address Generated?

    TRON uses the same key pair generation algorithm as Ethereum — the Elliptic Curve Digital Signature Algorithm (ECDSA) with the secp256k1 curve. The process involves:

    1. Generating a random 64-character hexadecimal private key
    2. Deriving a public key from the private key using ECDSA
    3. Taking the last 20 bytes of the Keccak-256 hash of the public key
    4. Adding the prefix 41 (hex) to the front
    5. Applying Base58Check encoding to produce the final T-prefixed address

    Hex Format vs. Base58Check Format

    TRON addresses exist in two formats. The Hex format starts with 41 and is 42 characters long, used internally by the blockchain. The Base58Check format starts with T and is 34 characters, used by wallets and users.

    You can convert between the two using TronWeb: tronWeb.address.toHex("TAddress") or tronWeb.address.fromHex("41Address").

    Is a TRON Address the Same for TRX and USDT?

    Yes. The same TRON wallet address is used for both TRX and all TRC-20 tokens including USDT, USDC, and others. You do not need a different address for each token on the TRON network.