# How to start staking using Ledger hardware wallet

Staking your AZERO coins can be a rewarding way to participate in the Aleph Zero network. This guide will walk you through the process of staking your coins using a Ledger hardware wallet. There are two methods for staking: Direct Staking and Nomination Pools. For more information about them, head over to [Staking Basics section.](https://docs.alephzero.org/aleph-zero/stake/staking-basics) Below are the steps for each.

### Prerequisites

* Ledger hardware wallet with Aleph Zero app installed
* AZERO coins in your Ledger wallet
* Access to azero.dev website

For installing the Aleph Zero app on your Ledger device, you can refer to the official guide [here](https://docs.alephzero.org/aleph-zero/account/ledger).

***

### Direct Staking (For users staking over 2,000 AZERO)

{% embed url="<https://youtu.be/EECFObDsJl8>" %}
The step-by-step guide to Direct Staking with Ledger
{% endembed %}

#### Step 1: Open Aleph Zero App on Ledger

* Connect your Ledger device to your computer.
* Navigate to the Aleph Zero app and open it.
* You should see a message that says "Aleph Zero Ready."

#### Step 2: Bond Your Funds

* Open your web browser and go to [azero.dev](https://azero.dev/).
* Navigate to the "Staking" tab.
* Follow the instructions to bond your funds.

#### Step 3: Choose a Validator

* Still on the [**Staking**](https://azero.dev/#/staking) tab, you will have the option to choose a validator.
* Select the validator you wish to stake with.

#### Step 4: Review and Approve

* A transaction will be sent to your Ledger device for review.
* Confirm the details and approve the transaction.

#### Step 5: Confirmation

* You should see a confirmation message.
* Congratulations, you're all set!

***

### Nomination Pools (For users staking less than 2,000 AZERO)

{% embed url="<https://youtu.be/Zr5SdbEzFQA>" %}

#### Step 1: Open Aleph Zero App on Ledger

* Connect your Ledger device to your computer.
* Navigate to the Aleph Zero app and open it.
* You should see a message that says "Aleph Zero Ready."

#### Step 2: Join a Pool

* Open your web browser and go to [azero.dev](https://azero.dev/).
* Navigate to the **"**[**Pools**](https://azero.dev/#/staking/pools)**"** section.
* Choose the pool you wish to join.

#### Step 3: Review and Approve

* A transaction will be sent to your Ledger device for review.
* Confirm the details and approve the transaction.

#### Step 4: Confirmation

* You should see a confirmation message.
* Congratulations, you're all set!


---

# 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.alephzero.org/aleph-zero/use/stake/how-to-start-staking-using-ledger-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.
