How to Import a TRON Wallet Seed Phrase — TRON Wiki

How to Import a TRON Wallet Seed Phrase

8 min read · ⌘K search

Importing a seed phrase restores full access to your existing TRON wallet on a new device. Whether you're switching phones, reinstalling TronLink, or recovering from a hardware failure, the import process takes minutes — if you have your 12-word recovery phrase safely stored.

What the seed phrase restores

Your 12-word BIP39 mnemonic deterministically generates:

  • Your TRON address (starts with T)
  • Your private key
  • Access to all TRX and token balances
  • Ability to sign transactions and manage staking

Importing does not "copy" the wallet — it regenerates the same cryptographic keys on a new device.

Never import on untrusted devices
Only import your seed phrase on devices you control. Public computers, shared machines, and unknown apps can steal your phrase.

Before you import

Verify:

  • [ ] You have all 12 words in correct order
  • [ ] Words are from the BIP39 word list (no typos)
  • [ ] You downloaded the wallet from an official source
  • [ ] The device is free of malware (updated OS, reputable antivirus)
  • [ ] No one can see your screen during import

Browser extension

  1. Install TronLink from tronlink.org
  2. Click Import Wallet
  3. Select Mnemonic (Seed Phrase)
  4. Enter all 12 words in order (space-separated or one per field)
  5. Set a new local password
  6. Wallet restored — verify balance and address match expectations

Mobile app

  1. Open TronLink Pro → Import Wallet
  2. Choose Mnemonic Import
  3. Enter 12 words carefully
  4. Set password and biometric lock
  5. Confirm address and balances

Import into Trust Wallet

  1. Install Trust Wallet from official app store
  2. I already have a walletMnemonic
  3. Enter 12-word phrase
  4. Trust Wallet loads all supported chains including TRON
  5. Tap TRON to view balance

See Trust Wallet TRON guide for TRON-specific features.

Import via private key (alternative)

If you have a raw private key instead of a seed phrase:

  1. TronLink → Import WalletPrivate Key
  2. Paste 64-character hex private key
  3. Single address imported (not full HD wallet)

Private key import is less flexible than seed phrase — you cannot derive additional addresses.

Verify successful import

After import, confirm:

CheckHow
Address matchesCompare T address with your records or TronScan history
TRX balance correctCheck main balance
Token balancesUSDT, other TRC-20 tokens visible
Transaction historyVisible on TronScan (may not show in all wallets)
Staking statusFrozen TRX and votes should appear

If the address differs, you likely have a typo in the seed phrase or used a different derivation path.

Common import problems

Wrong address after import

Cause: Typo in one or more seed words. Even one wrong word generates a completely different wallet.

Fix: Re-check each word against the BIP39 word list. Verify word order.

Zero balance on correct address

Cause: Funds may be on a different derived address, or the account was never funded.

Fix: Check TronScan for the address. Search transaction history by your known exchange withdrawal.

"Invalid mnemonic" error

Cause: Wrong word count (must be 12), invalid words, or extra spaces.

Fix: Count words. Verify each against BIP39 list. Remove leading/trailing spaces.

Passphrase-protected seed (13th/25th word)

Some wallets add an optional passphrase (sometimes called the 13th word). Without the correct passphrase, import generates a different wallet. If you used a passphrase during original creation, you must enter it during import.

Security during import

Do:

  • Import in a private location
  • Use official wallet apps only
  • Set a strong new password after import
  • Enable biometric lock on mobile
  • Delete any digital copies of seed phrase after successful import

Don't:

  • Import while screen-sharing or on video call
  • Enter seed phrase on any website (phishing)
  • Store seed phrase in the wallet app's notes
  • Tell anyone your seed phrase for "help importing"

Multi-device usage

Importing the same seed on multiple devices is safe:

  • All devices show the same balance
  • Transactions from any device are valid
  • No "primary" device designation
  • Compromising one device compromises the wallet everywhere

For better security, use a hardware wallet as one signing key in a multisig setup.

If you don't have the seed phrase

Without the seed phrase or private key, wallet recovery is impossible. TRON has no "forgot password" recovery for self-custody wallets. See lost seed phrase guide for your options.

FAQ

Can I import a TRON seed phrase into any wallet?

Yes, if the wallet supports BIP39 mnemonics and TRON derivation. TronLink, Trust Wallet, and Ledger all support standard TRON seed import.

Will importing a seed phrase on a new device affect the old device?

No. Both devices access the same wallet independently. Transactions from either device are valid.

Is it safe to import a seed phrase on a new phone?

Safe if the device is secure, the app is official, and no one observes your screen. Wipe old devices before selling or disposing.

Can I import a 24-word seed phrase?

Some wallets generate 24-word phrases. TronLink supports both 12 and 24-word imports. Enter all words in order.

Does importing reset my staking?

No. On-chain staking (frozen TRX, votes) is tied to your address, not your device. Import restores access to existing stake.