> For the complete documentation index, see [llms.txt](https://leather.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leather.gitbook.io/guides/securing-the-wallet/using-trezor-with-leather.md).

# Using Trezor with Leather

Leather unfortunately no longer supports authentication and transaction signing with Trezor devices. This is due to how Trezor supports integrations, in which the company's availability and engagement is required to set them up in contrast to Ledger's open model.

If you've used a Trezor device with a previous version of the wallet, you have two options going forward:

1. Purchase a [Ledger](https://www.ledger.com/) device and load the 12-, 18- or 24-word recovery phrase you saved when originally setting up our Trezor device into your Ledger device. See ["Restore from recovery phrase"](https://support.ledger.com/hc/en-us/articles/4404382560913-Restore-from-recovery-phrase?support=true) from Ledger.
2. Enter the 12- or 24-word recovery phrase you saved when originally setting up our Trezor device directly into the wallet upon selecting "Sign In" and viewing a prompt for your "Secret Key". This option does not work for 18-word recovery phrases.

**Warning**: We highly advise that you continue using Leather with a hardware device, even if you can no longer use your Trezor device, to ensure the same level of security to which you're accustomed. As such, option #1 above is recommended over option #2 despite the extra cost and time required.

If you have a Trezor device with a passphrase, you will need to migrate both your recovery phrase and passphrase to a new Ledger device for use with Leather going forward. There is no way to enter the combined recovery phrase and passphrase directly into Leather without a hardware device.

[See "Advanced passphrase security" from Ledger for details.](https://support.ledger.com/hc/en-us/articles/115005214529-Advanced-passphrase-security)

We hope to support Trezor again some day soon, but there is currently no timing expectation available. We will update the community if and when this work gets underway.


---

# 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://leather.gitbook.io/guides/securing-the-wallet/using-trezor-with-leather.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.
