How to Import a TRON Wallet Seed Phrase
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.
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
Import into TronLink
Browser extension
- Install TronLink from tronlink.org
- Click Import Wallet
- Select Mnemonic (Seed Phrase)
- Enter all 12 words in order (space-separated or one per field)
- Set a new local password
- Wallet restored — verify balance and address match expectations
Mobile app
- Open TronLink Pro → Import Wallet
- Choose Mnemonic Import
- Enter 12 words carefully
- Set password and biometric lock
- Confirm address and balances
Import into Trust Wallet
- Install Trust Wallet from official app store
- I already have a wallet → Mnemonic
- Enter 12-word phrase
- Trust Wallet loads all supported chains including TRON
- 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:
- TronLink → Import Wallet → Private Key
- Paste 64-character hex private key
- 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:
| Check | How |
|---|---|
| Address matches | Compare T address with your records or TronScan history |
| TRX balance correct | Check main balance |
| Token balances | USDT, other TRC-20 tokens visible |
| Transaction history | Visible on TronScan (may not show in all wallets) |
| Staking status | Frozen 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.
Thanks — your feedback helps us improve the docs.