# How to Brick your DAO 🧱

{% hint style="danger" %}
**Warning**

**Don't try this at home!** This guide is meant to make you aware of some of the mistakes you can make which will **brick** 🧱 (ruin) your DAO.
{% endhint %}

## Top ways to Brick 🧱 your DAO:

1. Set the minimum accepted Quorum Percentage of Votes in your DAO to 100%, and then lose access to the only Wallet Account which can vote :scream:.

{% hint style="info" %}
**Lesson**

Reconsider whether a high 100% Quorum is necessary, and make sure you always have a backup of your Wallet Account secret recovery phrase.
{% endhint %}

2\. Go to the Aragon Forum for help and copy/ paste the private keys of the Web3 Wallet controlling your DAO. Someone found the private keys, took control of your wallet and is now in control of your DAO :scream:.

{% hint style="info" %}
**Lesson**

Never ever share 'secrets' like your private keys, secret recovery phrase, or something else secret on a public forum, Discord server, or not even in a direct message (DM), there are a lot of scammers out there looking for this info.
{% endhint %}

3\. Mint new DAO tokens to the address of the DAO, instead of to a DAO member, which makes the 'DAO address' the largest token holder. DAO addresses can not vote, and since it is the largest DAO token holder not a single vote can be enacted anymore :scream:.

{% hint style="info" %}
**Lesson**

Only mint DAO tokens to DAO members wallet addresses, and never send them to a smart contract such as the address of your DAO.
{% endhint %}

4\. You have a bad actor in your DAO and want to get rid of him by removing/ burning all of his DAO tokens. Accidentally you remove/ burn all of your own DAO tokens, and the Vote to do so has already been approved by your DAO members! Now you lost control over your DAO :scream:.

{% hint style="info" %}
**Lesson**

It's easy to make fatal mistakes, always double-check the details when making transactions in your DAO.
{% endhint %}

{% hint style="danger" %}
**Warning**

**Again don't try this at home!** This guide is meant to make you aware of some of the mistakes you can make which will **brick** 🧱 (ruin) your DAO.
{% endhint %}


---

# 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/developers/tools/guides/how-to-brick-your-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.
