> For the complete documentation index, see [llms.txt](https://whitepaper.wildcoin.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.wildcoin.ai/dao-governance.md).

# DAO Governance

WILD dApp will be governed by a Decentralized Autonomous Organization (DAO). Specifically, community projects are reviewed for WILDCOIN holders to make decisions related to community support efforts.

Suppose the community votes to support a project. In that case, 10% of the pool of WILDCOIN is distributed within the ecosystem: 5% is returned to WILDCOIN holders who participate in voting, and the remaining 5% is allocated to the development of the WILDCOIN ecosystem.

<figure><img src="/files/SX0AovF263OzAvAQxVSO" alt="" width="405"><figcaption><p><em><strong>Simplified WILD dApp DAO Community Governance</strong></em></p></figcaption></figure>

## Example Community-supported Project: <a href="#id-8c0ajr7cmh2j" id="id-8c0ajr7cmh2j"></a>

Bob takes his Sparky to Carol, the veterinarian. Sparky swallowed an object that required surgery. Carol says the procedure will cost USD 2,000. Bob doesn’t have the money to pay for the surgery, and without it, Sparky will have to be euthanized. Bob has never missed a preventative care appointment, feeds Sparky regularly, and gives him plenty of clean drinking water. Carol writes her recommendation within the ARM system (mentioned above). This recommendation is tied to Sparky’s ADID, and Bob submits his community support request through the WILD dApp. The project is voted on and funded by users with WILDCOIN, and the token is deposited into Bob’s wallet to pay Carol for the procedure, medication, and follow-up appointments.

Bob makes regular payments, including the agreed-upon interest rate, to repay the outstanding balance. By paying his outstanding loan balance on time, Bob builds his WILD Social Credit Score and can submit future loan applications.


---

# 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://whitepaper.wildcoin.ai/dao-governance.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.
