> 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/everclear-foundation.md).

# Everclear Foundation

{% hint style="warning" %}
This document is currently subject to public review before being finalized. If you notice a revision that needs to be made or have feedback, please [request a revision](https://github.com/connext/gitbook-docs/issues/new) or start a conversation with us on Discord at <https://discord.com/invite/everclear>.
{% endhint %}

The Everclear Foundation is a Cayman Islands foundation company dedicated to supporting the Everclear ecosystem.&#x20;

### What does the Everclear Foundation do?

The Everclear Foundation, a shareholderless legal entity that is, by its constitutional documents, mission aligned with the Everclear ecosystem, takes any actions that it feels will benefit the Everclear ecosystem. These may include:

* Entering into agreements with partners and third parties for the benefit of the Everclear ecosystem.
* Owning and administering intellectual property rights on behalf of the Everclear ecosystem.
* Administering grants of CLEAR tokens to projects that will advance the Everclear ecosystem.
* Coordinating and funding research and development related to the Everclear ecosystem.
* Creating and administering the Everclear Governance Proposal (EGP) process - an open process by which Core Contributors and other community members can propose and discuss improvements to the Everclear protocol.
* Hosting and moderating a user interface for the DAO Governance Process.
* Providing transparency and reporting to the DAO on the efficacy of Core Contributor work to provide accountability for CLEAR resource allocation.
* Communicating updates about the protocol and DAO to the broader Everclear community.
* Promoting decentralization of the Everclear protocol.

### How does the Foundation Work?

The Everclear Foundation is made up of a board of directors, officers, consultants, and service providers. The current directors of the Foundation are Glen Kennedy, Dino Mihalopoulos, and Arjun Bhuptani.

The Everclear Foundation was initially funded by an allocation of 10.8% of the supply of NEXT tokens and a grant from Proxima Labs (formerly known as Connext Labs), the original development company behind the Everclear protocol.<br>


---

# 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/everclear-foundation.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.
