> For the complete documentation index, see [llms.txt](https://dao-docs.everclear.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dao-docs.everclear.org/collective/core-contributors.md).

# Core Contributors

Core Contributors are organizations (for-profit companies, developer guilds, or sub-DAOs) that develop and grow the Everclear protocol.

Core Contributors may be funded by the Everclear DAO and follow the Everclear Improvement Proposal process to get public feedback on proposed protocol changes prior to developing them.

***

### Why Have Many Core Contributors?

A key part of the Everclear vision is for the Everclear protocol to become a true, credibly neutral public good.\
\
The Everclear ecosystem’s philosophy is that this outcome is best achieved by having a wide variety of contributors from many different backgrounds, spanning many different organizations.\
\
In order to minimize governance, the Everclear DAO has initially been set up to fund contributors in CLEAR tokens on an ongoing basis via vesting, with the capability for the DAO to adjust tokens vested quarterly or semi-annually based on efficacy and output of various Core Contributors. Core Contributors are then simultaneously:

* **Collaborative** with each other to ensure the best outcome for the Everclear protocol due to their shared collective ownership in the DAO through CLEAR.
* **Competitive** with each other (and with potential new Core Contributors) on ongoing grants of CLEAR from the DAO, ensuring a high quality of execution over potentially many years of research & development.

***

### List of Core Contributors

As of the time of writing, the following organizations are involved in some capacity as Core Contributors to the Everclear ecosystem.

<table><thead><tr><th width="206.33333333333331">Contributor</th><th width="196">Type</th><th>Focus Ares(s)</th></tr></thead><tbody><tr><td>Everclear Foundation</td><td>Foundation</td><td>DAO &#x26; CIP administration, communications, grants.</td></tr><tr><td>Proxima Labs</td><td>For-profit<br>R&#x26;D Lab</td><td>R&#x26;D of core protocol, supplementary products, tooling, and developer onboarding/integrations.</td></tr><tr><td>Wonderland</td><td>For-profit<br>R&#x26;D Lab</td><td>R&#x26;D of core protocol, supplementary products, and tooling.</td></tr><tr><td>Community Leaders</td><td>Sub-DAO</td><td>Community management, education, user support, and marketing.</td></tr><tr><td>Veil Capital</td><td>For-profit Fund</td><td>NEXT/CLEAR token distribution, economics, and institutional relationship management.</td></tr><tr><td>Creed</td><td>DAO</td><td>Protocol security research.</td></tr><tr><td>Governance Task Force</td><td>Sub-DAO</td><td>DAO operations</td></tr></tbody></table>


---

# 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://dao-docs.everclear.org/collective/core-contributors.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.
