# Connect a Trezor Hardware Wallet

## **Connecting to the Energy Web Chain (Mainnet or Volta Test Network)**

Once you complete the initial setup of a Trezor wallet, you can connect to the Energy Web Chain or the Volta Test Network via MetaMask or a local node.&#x20;

{% hint style="info" %}
If you are working with a new Trezor wallet, write down your recovery phrase that appears word by word on the display of your Trezor and store it in a safe place, ideally more than one copy. Do not store it digitally. If the phrase is lost and the hardware wallet breaks or is lost, the account can not be accessed again. **This means that all funds that are stored in accounts on this wallet are permanently lost.**&#x20;
{% endhint %}

### 1. Connect Trezor to your MetaMask

You first need to connect your MetaMask to the Energy Web main network, or the Volta Testnet. You can see guidance on how to do this [here](/energy-web-foundation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/connect-to-energy-web-chain-main-network-with-metamash.md).&#x20;

Once you are signed into MetaMask, and have connected to the main network or Volta Test Network, click on the circular dropdown and select **"Connect to Hardware Wallet".** Follow the steps to give MetaMask permissions to connect to Trezor, export the public key and unlock an account. <img src="/files/-MgkkcSsNGcbbXnZFC4R" alt="" data-size="original">&#x20;

### 2. Connect Trezor to a Local Node using MetaMask

1. Run a local node of the Energy Web Chain. You can see guidance on how to run a local node [here](/energy-web-foundation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/running-a-local-node.md#run-a-local-node).
2. Connect your MetaMask to your local node. You can see guidance on how to do this [here](/energy-web-foundation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/running-a-local-node.md#connect-your-local-node-to-metamask).&#x20;
3. Follow the directions[ above](/energy-web-foundation/community-resources/using-the-energy-web-chain/connect-trezor-hardware-wallet.md#1-connect-trezor-to-your-metamask) on how to connect your Trezor hardware wallet to MetaMask.<br>


---

# 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://energy-web-foundation.gitbook.io/energy-web-foundation/community-resources/using-the-energy-web-chain/connect-trezor-hardware-wallet.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.
