> For the complete documentation index, see [llms.txt](https://docs.thorswap.finance/thorswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorswap.finance/thorswap/thorswap/wallets/trezor-hardware-wallet.md).

# Trezor Hardware Wallet

You can connect your Trezor to the following chains:\
\- Bitcoin  \
\- Ethereum\
\- BNB Smart Chain\
\- Avalanche\
\- Arbitrum\
\- Base\
\- Dogecoin\
\- Bitcoin Cash\
\- Litecoin\
\- Dash

**Connect To app.thorswap.finance**\
\
**Step 1**: Click **“Connect”** at the top right of the screen.\
**Step 2:** Select Trezor and the chain you want to connect (for this example we will be using BTC). Agree to the ToS then click **"Connect Wallet"**.

<figure><img src="/files/dxW2dagEMAuKSSLxtCwm" alt="" width="392"><figcaption></figcaption></figure>

**Step 3:** Your browser may block the Trezor popup. If it does, check to the right of the URL (there will be a popup blocked symbol). Click **"Continue"**.

<figure><img src="/files/W44A2Jv5tlw7OGN3hvUz" alt="" width="282"><figcaption></figcaption></figure>

<figure><img src="/files/mTQ4S1aK9VL7YTglCTlH" alt=""><figcaption><p>Enter Your PIN when prompted</p></figcaption></figure>

<figure><img src="/files/29mvRE5B4HD2PkK6vGaA" alt=""><figcaption><p>Choose whether or not your have a Passphrase for the wallet you are accessing</p></figcaption></figure>

<figure><img src="/files/Yyq5FjTF4uNG8B21mG4Q" alt=""><figcaption><p>Click Export</p></figcaption></figure>

<figure><img src="/files/JiJSM2nt77KVL2exK0Zf" alt=""><figcaption><p>Click Allow</p></figcaption></figure>

Your Trezor should now connect to app.thorswap.finance.

<figure><img src="/files/LAqyLR3EBqP9q7M7hEsZ" alt=""><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://docs.thorswap.finance/thorswap/thorswap/wallets/trezor-hardware-wallet.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.
