# Cómo eliminar una DAO

Las DAOs se despliegan en la blockchain (cadena de bloques) por lo que no pueden ser eliminadas.&#x20;

Sin embargo, el token de la DAO puede ser "quemado":&#x20;

* Si su DAO está en la **Ethereum Network (Red Ethereum)**, puede enviar sus tokens a esta dirección **0x0000000000000000000000000000dEaD** para 'quemarlos'.&#x20;
* Si su DAO está en la **Polygon Network (red Polygon)**, puede enviar sus tokens a esta dirección: **0x0000000000000000000000000000dEaD** para "quemarlos".&#x20;
* Si su DAO está en la **Harmony Network (red Harmony)**, puede enviar sus tokens a esta dirección: **one100000000000000000000005shlag** para quemarlos.


---

# 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://legacy-docs.aragon.org/documentacion-del-usuario-de-aragon/faqs-preguntas-frecuentes/products/aragon-client/how-to-delete-a-dao.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.
