# DAOの失敗ケース🧱

{% hint style="danger" %}
**注意**

**こちらの内容を試さないでください**。このガイドは、あなたのDAOを**破綻**🧱させる可能性のあるいくつかの間違いを知ってもらうためのものです。
{% endhint %}

## DAOを破綻🧱させる方法

1\. あなたのDAOで受け入れられる最小のQuorum Percentage（定足数）を100%に設定し、投票できる唯一のウォレットアカウントへのアクセスを失う:scream:

{% hint style="info" %}
**教訓**

100%のQuorum（定足数）が必要かどうか再考し、ウォレットのシードフレーズのバックアップを常に取っておくようにしてください。
{% endhint %}

2\. Aragonフォーラムにアクセスし、あなたのDAOを管理するWeb3ウォレットのプライベートキーをコピペしてしまう。誰かがプライベートキーを見つけ、あなたのウォレットをコントロールし、あなたのDAOをコントロールしてしまいます:scream:

{% hint style="info" %}
**教訓**

秘密鍵やリカバリーフレーズなどの秘密事項は、フォーラムやDiscordサーバー、あるいはダイレクトメッセージ（DM）で決して共有しないでください。
{% endhint %}

3\. DAOメンバーにではなく、DAOのアドレスに新しいDAOトークンをミントし、DAOのアドレスを最大のトークン保有者にしてしまう。DAOアドレスは投票することができず、最大のDAOトークン保有者であるため、一提案も可決することができなくなる:scream:

{% hint style="info" %}
**教訓**

DAOトークンはDAOメンバーのウォレットアドレスにのみミントし、決してDAOのアドレスなどのスマートコントラクトに送らないようにしてください。
{% endhint %}

4\. DAOに悪い人がいて、その人のDAOトークンをすべて削除/バーンして追い払おうとしています。誤って自分の DAOトークンをすべて削除/バーンする提案をしてしまい、そのVoteがすでにDAOメンバーによって承認されていました！これであなたは自分のDAOをコントロールできなくなりました:scream:&#x20;

{% hint style="info" %}
**教訓**

致命的なミスを犯しやすいので、DAOでトランザクションを実行する際は常に慎重に再確認してください。
{% endhint %}

{% hint style="danger" %}
**注意**

繰り返しますが、**これらの失敗例を試さないでください！**&#x3053;のガイドは、あなたのDAOを**破綻**🧱させてしまういくつかの間違いに気づいてもらうことを目的としています。
{% endhint %}

> <mark style="color:purple;">**ご質問はありますか？Aragonフォーラムであなたの考えをお聞かせください**</mark>**👇**

{% embed url="<https://support.aragon.org/c/aragon-client/6>" %}


---

# 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/japanese-aragon-user-documentation/products/aragon-client/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.
