> For the complete documentation index, see [llms.txt](https://blocx.gitbook.io/blocx./llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blocx.gitbook.io/blocx./ledger/ledger-guide.md).

# Ledger Guide

## BLOCX. Ledger Documentation

### Short Introduction:

A Ledger Device is a hardware wallet that is considered one of the most secure ways to store your digital assets.

Ledger uses an offline, or cold storage, method of generating private keys, making it a preferred method for many crypto users.

This guide will help you to connect your Ledger device to BLOCX. Wallet

It enables users to Send and Receive BLOCX. Coin<br>

### Requirements :

\- You’ve initialized your Ledger Device.<br>

\- The latest firmware is installed (Ledger Nano S).<br>

\- Ledger Live is ready to use.<br>

\- Install the latest version of BLOCX. Wallet\ <br>

### Install The BLOCX App:

1\. Open the Manager in Ledger Live.

2\. Connect and unlock your Ledger Device.

3\. If asked, follow the onscreen instructions and Allow Ledger Manager.

4\. Find BLOCX in the app catalog.

5\. Click the Install button.

&#x20;   a. An installation window will appear.

&#x20;   b. Your device will display Processing…

&#x20;   c. The app installation is confirmed.

6\. Close Ledger Live.

### Connecting to the BLOCX. LEDGER Wallet Website

1\. Open the <https://ledger.blocx.space> and connect Ledger device to the website.

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

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

2. First, Unlock your Ledger Device and Open the BLOCX. App on your Ledger Device.

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

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

<figure><img src="/files/9vSnenJcrXO7frwqbiAO" alt=""><figcaption></figcaption></figure>

4. Click the “Connect” Icon at the Top left again.

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

5. Verify that the address on the BLOCX. Website wallet matches the address on your Ledger Device.

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

<figure><img src="/files/2wtazDZWkqBJq8SqMD6b" alt=""><figcaption></figcaption></figure>

6\. For Ledger Nano S: Press the right button to show the address.

\- For Ledger Nano X: Press the right button to scroll to “Display Account”.

\- Then press both buttons to show the address.

### View Account Balance

1\. Your account balance is shown on the left side of the website.

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

### Receiving BLOCX in the BLOCX. Website wallet

1\. Make sure you have verified your Receive address as shown in Step 5 and 6 of "Connecting to the BLOCX LEDGER Wallet Website".

2\. You can get your Receive address by simply copying the address to the clipboard.

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

### &#x20;Sending BLOCX from the BLOCX. Website wallet

1\. Click on the "Send" Button

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

1\. Enter the BLOCX address and the Amount, then click the “Submit” Button.

2\. Review the Amount you are sending for the transaction and click the "Send" Button.

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

4.After that it will go to the Waiting phase and Verify TX details on Ledger.

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

5\. Review and Accept the transaction on your Ledger Device.

6\. Press the right button on your Ledger Device to review the transaction details (Amount and Address) until you see “Accept and Send”.

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

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

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

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

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

7\. Once you Send the Transaction on the Ledger Device, “\*Sending” transaction will appear in the Transaction history. (Please wait approximately 3 minutes for the transaction to confirm).

&#x20;

<figure><img src="/files/QboFepJMyyiLlN9nAizC" 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://blocx.gitbook.io/blocx./ledger/ledger-guide.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.
