Exporting your seed phrase
- From a wallet
- From the CLI
You can export your seed phrase from the wallet you used to create your account. Most wallets will have an option to “Export Seed Phrase” or “Backup Account”. Follow the instructions provided by your specific wallet.
Importing into a wallet
To import an existing account into a wallet:Choose your wallet
Visit wallet.near.org and select the wallet you want to use.
Find the import option
Most wallets will have an option to “Import Account”, “Restore from Seed Phrase”, or similar.
Enter your seed phrase
Carefully enter your seed phrase exactly as it was provided. The order of words matters!
Importing into the CLI
To import an existing account into the CLI:Follow the prompts
The CLI will prompt you to:
- Enter your account ID
- Provide your seed phrase or private key
- Choose where to store the credentials
Security best practices
Keep your seed phrase secure
Keep your seed phrase secure
- Never share your seed phrase with anyone
- Don’t store it in plain text files on your computer
- Consider using a password manager for secure storage
- Write it down and keep it in a safe place
Use different accounts for different purposes
Use different accounts for different purposes
- Keep separate accounts for testing (testnet) and production (mainnet)
- Don’t use development accounts for storing valuable assets
- Create dedicated accounts for specific applications
Regularly backup your accounts
Regularly backup your accounts
- Export and securely store seed phrases for important accounts
- Test the recovery process to ensure your backups work
- Keep backups in multiple secure locations
What’s next?
Create a new account
Learn how to create a new NEAR account
Build a smart contract
Start developing on NEAR
Get testnet tokens
Fund your testnet account
Understand access keys
Learn about NEAR’s access key system