> For the complete documentation index, see [llms.txt](https://iteracion0.aldea-dao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iteracion0.aldea-dao.org/roles/stake-pools.md).

# Stake Pools

Los Stake Pools son la columna vertebral de ALDEA y nos vienen acompañando desde los inicios del proyecto. Es por eso que, durante **Iteración 0**, ésta no será la excepción: si eres un Operador de Stake Pool (SPO), nos gustaría conocer más sobre tu historia, tu visión, el trabajo que vienes realizando y cómo podemos ayudarte a llegar al próximo nivel.

**¿Cómo puedo convertirme en un Stake Pool participante de Iteración 0?**&#x20;

Si te interesa formar parte de este experimento, sólo tienes que hacer click [aquí](https://forms.gle/7iMdSbQrXbezRykP9) y responder al formulario. Tienes tiempo hasta el 31/10 para indicar tu interés en participar.

**¿Qué tareas debo realizar?**

Los SPOs serán los encargados de:

* Brindar apoyo y asesorar a sus delegadores durante todo el proceso de **Iteración 0**.<br>
* Difundir e informar, dentro de sus comunidades, sobre la planificación y las distintas etapas en las que se puede tomar acción durante la iteración (venta de NFTs, envío de propuestas, votación, etcétera).

**¿Cómo puedo ir más allá?**

Durante este primer experimento como DAO, los SPOs que quieran participar más activamente son invitados a:

* Colaborar con la [compra de un NFT](/recaudacion-de-fondos/aldea-nft.md).<br>
* Convertirse en [Asesores de la Comunidad](/roles/asesores-de-la-comunidad.md) o en [Líderes de Propuesta](/roles/lideres-de-propuesta.md).


---

# 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://iteracion0.aldea-dao.org/roles/stake-pools.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.
