# Ledger

Follow the tutorial below to add FTM to your [Ledger](https://www.ledger.com/) device and interact with apps on Opera.

<figure><img src="/files/NInow9VQnWwbSy0mDgZi" alt=""><figcaption></figcaption></figure>

## How to Add FTM to Ledger

1. Open Ledger Live
2. Click on *My Ledger*
3. Under *App Catalog*, find Ethereum and click *Install*
   1. Since Ledger lacks a native Opera application, we use the Ethereum application as it supports all EVM-compatible chains, including Opera.
4. Follow the instructions to install the Ethereum app
5. Click *Add Account*
6. Select *FTM* in the drop-down list and add the account

## How to Send FTM to Ledger

1. Open Ledger Live
2. Click *Accounts*
3. Click on your Fantom account
4. Click *Receive*
5. Choose your Fantom account in the drop-down list
6. Click *Continue*
7. Verify the address on your Ledger device and then copy
8. Send FTM to this address from CEXs or other wallets

## How to Use Apps with Ledger

To use apps on Opera with your Ledger device, you must connect it to a Web3 wallet first, such as Rabby or MetaMask.

### Rabby

1. Open your Rabby Wallet extension
2. Click on your wallet address at the top
3. Click *Add New Address* and then *Connect Hardware Wallets*
4. Click *Ledger*
5. Connect your Ledger and click *Next*
6. Click *Allow* and choose your Ledger device in the list
7. Choose your address on the list that contains FTM and click *Done*

You can now interact with apps on Opera using Rabby. Whenever you need to sign a transaction or message, Ledger will prompt you to approve it on your physical hardware wallet.

### MetaMask

1. Open your MetaMask extension
2. Click the drop-down list at the top
3. Click *Add Account or Hardware Wallet*
4. Click *Add Hardware Wallet*
5. Click *Ledger*
6. Click *Continue* and choose your Ledger device in the list
7. Choose your address on the list that contains FTM and click *Unlock*

You can now interact with apps on Opera using MetaMask. Whenever you need to sign a transaction or message, Ledger will prompt you to approve it on your physical hardware wallet.

{% hint style="info" %}
For any questions, please [reach out to us](https://linktr.ee/soniclabs).
{% 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://docs.fantom.foundation/wallets/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.
