> For the complete documentation index, see [llms.txt](https://support.keyst.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.keyst.one/3rd-party-wallets/near-wallets/how-to-switch-near-path-to-ledger-format.md).

# How to switch Near Path to Ledger format?

Firmware versions M-9.4 (Multi-Coin) or newer support switching Keystone device wallet paths (Near) to Ledger Live formats when in Sender mode. The default wallet path (Near) format for Keystone devices is BIP44 Standard. However, if you want to import a recovery phrase from a Ledger device (Ledger Live / Legacy), you will need to switch the wallet path to Ledger Live / Legacy formats in order to properly identify your digital assets.

### **I. Preparation** <a href="#id-23ykb33ew5uh" id="id-23ykb33ew5uh"></a>

Update your Keystone device to [Firmware version M-9.4 (Multi-Coin)](https://keyst.one/firmware?locale=en) or later. \
Refer to the “[How to upgrade your firmware](https://support.keyst.one/getting-started/firmware-upgrading)” tutorial if you require assistance in updating your firmware.

### **II. Operation** <a href="#aivmc24ovvfh" id="aivmc24ovvfh"></a>

1. Tap the \[Menu] icon, select \[Software Wallet], choose \[Sender], and then tap \[Confirm].

   <figure><img src="/files/BZNU7ltCY4nVUcWtjYQS" alt="Keystone - Near - 1"><figcaption></figcaption></figure>
2. Next, tap the \[•••] icon, select \[Change Derivation Path], and choose the proper wallet path based on your needs. Then, tap \[Confirm].

   <figure><img src="/files/GAd01napY8F7x5DInnGL" alt="Keystone - Near - 2"><figcaption></figcaption></figure>
3. The address format should have been changed to Ledger Live / Legacy. To ensure this new format is binding on your software wallet, reconnect the software wallet.

That's it! You have successfully switched your Keystone device's wallet path from (Near) to Ledger Live / Legacy formats.

<figure><img src="/files/OHevbOveq3Bs3CVHaXoo" alt="Keystone - Near - 3"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.keyst.one/3rd-party-wallets/near-wallets/how-to-switch-near-path-to-ledger-format.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
