> For the complete documentation index, see [llms.txt](https://docs.alephzero.org/aleph-zero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alephzero.org/aleph-zero/staking/how-to-stake-via-a-nomination-pool-using-the-aleph-zero-dashboard.md).

# How to stake via a nomination pool using the Aleph Zero Dashboard

**In this article we will outline how you can join an existing nomination pool on Aleph Zero WASM via the** [**Aleph Zero Dashboard**](https://dashboard.azero.dev/)**.**

**Please note that:**

* When using a third-party wallet interface, your coins are kept **on the blockchain** in a non-custodial fashion.
* Third-party wallet interfaces are just different tools to access the blockchain.
* You can restore your account using your JSON file or mnemonic seed via **any** of the compatible wallet interfaces.
* **The minimum amount you must send to the pool is 10 coins.**
* The screenshots in this tutorial are of the **testnet**.
* You can find more detailed documentation about the dashboard [here](https://docs.alephzero.org/aleph-zero/dashboard/dashboard-basics).

***

## How to join a nomination pool via the dashboard <a href="#h_b2bfb9f2a9" id="h_b2bfb9f2a9"></a>

* Before you are able to join a pool via [the dashboard](https://dashboard.azero.dev/), you will need an account. You can create one as per [this tutorial](https://support.alephzero.org/en/articles/8254857-how-to-set-up-or-recover-your-azero-account-on-the-mainnet-using-aleph-zero-signer).

1. Install one of the compatible browser extensions and restore your accounts on it. The options (with tutorials hyperlinked) are:
   * [polkadot{.js} extension](https://support.polkadot.network/support/solutions/articles/65000169952-how-to-restore-your-account-in-the-polkadot-extension)
   * [Subwallet](https://support.alephzero.org/en/articles/6731041-how-to-set-up-or-recover-your-azero-wallet-on-the-mainnet-using-subwallet)
   * [Talisman](https://support.alephzero.org/en/articles/6804156-how-to-set-up-or-recover-your-azero-wallet-on-the-mainnet-using-talisman)
   * [Aleph Zero Signer](https://support.alephzero.org/en/articles/8254857-how-to-set-up-or-recover-your-azero-account-on-the-mainnet-using-aleph-zero-signer)
2. Head to the staking dashboard and navigate to the **'Pools'** tab.

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

3. Click **'Connect'**, select the installed extension and allow access. Then, hit **'Imported Accounts'**.

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

4. Select the desired account. It is now connected!

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

5. Now that your account is connected, you can hit **'Join'**.

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

6. Click **'Join'** on the pool that you would like to join.

<figure><img src="/files/5cenZ7QeL6087hyFTZhr" alt=""><figcaption></figcaption></figure>

7. Enter the amount of coins that you would like to bond to the pool, then hit **'Submit'**.

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

8. You have now successfully joined the pool! Your status should **'Nominating and Earning Rewards'**.

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

***

*This concludes the tutorial for staking via a nomination pool on the Aleph Zero Dashboard.*

*If you encounter any issues with this process, please reach out to us via* [*Telegram*](https://t.me/AlephZeroFoundation) *or* [*Discord*](https://discord.gg/alephzero)*.*


---

# 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.alephzero.org/aleph-zero/staking/how-to-stake-via-a-nomination-pool-using-the-aleph-zero-dashboard.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.
