> For the complete documentation index, see [llms.txt](https://docs.rei.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rei.network/rei-dao/what-is-rei-dao/how-the-rei-dao-is-implemented.md).

# How the REI DAO is implemented？

## Multisig wallet: security and openness

The team uses the Genosis multisig wallet to ensure the centralization and transparency of the DAO. The above-mentioned funds will be implemented through the technical implementation of multi-signature wallets to realize the specific expenditure of funds under the jurisdiction of DAO. By using the Genosis multisig wallet, there will be multiple people jointly managing the funds and will satisfy both security and decentralization features.

## 75% principle:

The use of funds requires a multi-sig wallet, which is suitable for the decision-making scenario of the muti-people or institution. REI Network decided to use the multisig wallet management to implement distributed management of the overall capital flow. It minimizes the risk of asset loss when a single private key is lost, and the use of this part of the funds must be approved by 3/4 of the following four addresses to take effect.

The specific addresses with administrative rights are as follows:

* 0x302...9e6D
* 0x8cD...E092
* 0xA12...FFe2
* 0x524...4782


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rei.network/rei-dao/what-is-rei-dao/how-the-rei-dao-is-implemented.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
