> For the complete documentation index, see [llms.txt](https://www.coincashew.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.coincashew.com/coins/overview-ada/guide-how-to-stake-ada.md).

# Guide: How to stake ADA

## :confetti\_ball: Delegating ADA to a Stake Pool

**To delegate your ADA cryptocurrency to a stake pool:**

1. Install an official wallet for [Cardano](https://cardano.org/) such as [Daedalus](https://daedaluswallet.io) or [Yoroi](https://yoroi-wallet.com)

{% hint style="info" %}
Yoroi is quicker to set up than Daedalus. The following steps explain how to delegate using Yoroi.
{% endhint %}

![](/files/-M5U9c8tBzDy3qKCIJRx)

1. Install Yoroi from your app store
2. Click on the **Delegation (Simple)** tab.
3. Find a pool where you want to delegate your stake.

{% hint style="info" %}
For example, you can browse stake pools on [PoolTool](https://pooltool.io) or [ADApools.org](https://adapools.org) Web sites. The YouTube video [How to Choose a Good Cardano Stake Pool](https://www.youtube.com/watch?v=tgxHfQy7CnU) by Kaizen Crypto may also offer you some helpful tips.
{% endhint %}

1. Click **Delegate**
2. Type your spending password.
3. Click the **DELEGATE** button.
4. :tada: Congratulations! Rewards will start showing up in two epochs (each epoch is five days in duration). Check your rewards using the **Dashboard** tab.

## :mag\_right: Monitoring your rewards

To learn more about your pool and their performance, use these amazing community created tools.

* [Cardano PoolTool](https://pooltool.io) - The most comprehensive staking statistics for Cardano on the web
* [ADApools.org](https://adapools.org) - Independent cardano staking pool toplist
* [AdaStat ](https://adastat.net/en/)- Statistics for pool operators and ada holders

## :robot: Telegram Bots for real-time alerts

* [AdaPoolsOrgBot ](https://t.me/AdaPoolsOrg_bot)on Telegram
* [PoolToolBot](https://t.me/PoolToolBot)[ ](https://t.me/AdaPoolsOrg_bot)on Telegram


---

# 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://www.coincashew.com/coins/overview-ada/guide-how-to-stake-ada.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.
