> 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/recaudacion-de-fondos.md).

# Tesoro

Un Tesoro es un conjunto de objetos que poseen valor, reunidos y guardados en un sitio. ALDEA, como DAO, transforma la manera en la que se manejará ese "valor".

A diferencia de lo que ocurría históricamente, donde los Tesoros se encontraban usualmente resguardados en escondites o lugares privados, las DAOs son completamente transparentes. Todos los que participan, con sus distintos [Roles](/roles.md), ayudan a decidir cómo gastar esos fondos y pueden realizar un seguimiento exhaustivo de los mismos, verificando que realmente se utilizan para lo que se dice que se van a utilizar. Por eso, cada una de las transacciones financieras están registradas en la blockchain, disponibles para su revisión por cualquier persona.

**¿Qué es el Tesoro de ALDEA y para qué será utilizado?**

El Tesoro es una de las principales herramientas que le permitirá a nuestra comunidad auto-gobernarse, producir y comerciar de forma descentralizada, sin intermediarios y sin organismos centrales. Será la comunidad quien, de forma iterativa, determinará la manera en la que se utilizará.

Con **Iteración 0**, daremos nacimiento al Tesoro de ALDEA. A continuación, detallaremos cómo se llevará a cabo la recaudación de fondos y de qué manera se administrarán. Todo esto ocurrirá de forma transparente y podrá ser verificado por la comunidad en todo momento.


---

# 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/recaudacion-de-fondos.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.
