# Decentralization

Maybe the best way to think about decentralization is that it's bad strategy to keep all your eggs in one basket. As we recently saw with Parler, when Amazon's AWS booted them off the service, everything went down for weeks because Parler was centralized at Amazon. It was a single point of failure that they had no control over, and it failed.&#x20;

Our DAO is decentralized in a couple of very important ways.&#x20;

First, there's no leaders, owners or other entities who control everything. Power is spread out across all the token holders who can vote on how things run around here. Nobody can just run away with the treasury because nobody has the power to do so. The power lies with the voters, and there's no way around it.&#x20;

Second, the DAO software doesn't run on a server, but rather exists as a series of contracts that are part of the larger blockchain. It's not on one server, it's on millions of servers around the world. Simply put, Donald DAO can't be stopped, shut down, cancelled or deleted. Where the blockchain exists, we exist within it. We don't pay a company to host it every month, it just always exists for free.&#x20;

Decentralization is a key concept in our personal lives too. Staying safe and independent in a world where banks are cancelling good customer's accounts, people are getting fired from jobs for posts they made on Twitter 6 years ago, businesses are being burned to the ground and lives are being ruined. We need to protect ourselves, and decentralization can help with that.


---

# 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://donald-dao.gitbook.io/donald-dao/concepts/decentralization.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.
