# Como excluir uma DAO

As DAOs são implantadas no blockchain, portanto, não podem ser excluídas.&#x20;

Em todo o caso, o token da DAO pode ser 'queimado':

* Se a sua DAO estiver na rede **Ethereum**, você pode enviar seus tokens para este endereço: ***0x00000000000000000000000000000000000dEaD*** para 'queimá-los'.
* Se a sua DAO estiver na rede **Polygon**, você pode enviar seus tokens para este endereço: **0x00000000000000000000000000000000000dEaD** para 'queimá-los'.
* Se a sua DAO estiver na rede **Harmony**, você pode enviar seus tokens para este endereço: **one10000000000000000000000000000dead5shlag** para 'queimá-los'.


---

# 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/aragon-documentacao-do-utilizador/faq/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.
