# How to import an existing wallet from Ledger?

To import an existing crypto wallet via **Ledger**, follow these simple steps:

## :point\_right: Prerequisites

* Installed **MyTonWallet** application
* Ledger hardware wallet
* USB cable (for desktop) or Bluetooth (for mobile)
* Ledger device with TON app installed
* Stable internet connection
* Ledger device firmware up to date

## :baby\_chick: Option 1: For New Users

If you have just installed the app or logged out from all wallets:

1. Open **MyTonWallet**.
2. On the welcome screen, select **Import from Ledger**.
3. Connect and unlock your **Ledger** device.
4. Open the **TON** app on your **Ledger** and follow the on-screen instructions.
5. Verify the wallet address matches your Ledger.
6. Set up a new password for the imported wallet.

## :superhero: Option 2: For Existing Users

If you're already logged into another wallet and want to add a new wallet:

1. Open the **Wallet** section at the bottom tab bar.
2. Tap the **name** of your current wallet.
3. Click on the **Add** button.
4. Choose **Import from Ledger**.
5. Connect and unlock your **Ledger** device.
6. Open the **TON** app on your **Ledger** and follow the on-screen instructions.
7. Verify the wallet address matches your Ledger.
8. Set up a new password for the imported wallet.

## :closed\_lock\_with\_key: Important Security Notes

* **Ledger Device**:
  * Keep firmware updated
  * Never share recovery phrase
  * Verify device authenticity
  * Use official USB cable
* **Connection Security**:
  * Use secure USB ports
  * Enable Bluetooth security features
  * Avoid public networks
  * Verify device name matches
* **Verification**:
  * Check wallet address matches Ledger
  * Verify balance is correct
  * Test small transaction if possible

## :thumbsup: Troubleshooting

* If device not detected:
  * Check USB connection
  * Verify Bluetooth is enabled
  * Try different USB port
  * Restart Ledger device
* If import fails:
  * Update Ledger firmware
  * Reinstall TON app
  * Check USB drivers
  * Contact support if issues persist

**Done!** Your wallet has been successfully imported.

{% hint style="info" %}
Always verify the wallet address matches your Ledger device before proceeding with any transactions.
{% endhint %}

{% hint style="warning" %}
Never share your Ledger recovery phrase or enter it anywhere. The recovery phrase should only be used to recover your Ledger device.
{% endhint %}

{% hint style="success" %}
Next: [**receive crypto**](/intro/transfers/how-to-receive-crypto-in-mytonwallet.md) and review [**how to secure MyTonWallet**](/intro/getting-started/how-to-secure-mytonwallet.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.mytonwallet.io/intro/getting-started/how-to-import-an-existing-wallet-from-ledger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
