> For the complete documentation index, see [llms.txt](https://docs.ecko.finance/eckodao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecko.finance/eckodao/eckogov/welcome-to-eckogov.md).

# Welcome to eckoGOV

**eckoGOV** is a comprehensive, on-chain DAO governance platform within the eckoDAO ecosystem. It serves as the primary platform for managing:

* **roles** :construction\_worker:
* **responsibilities** :police\_officer:&#x20;
* **elections** :crown:

And many other aspects of the eckoDAO operations :white\_check\_mark:

As it evolves through its initial iterations, it aims to be dynamic and responsive :boom: to the needs of the community :family:

{% embed url="<https://gov.ecko.finance>" %}

*Here's a general outline of the key topics considered in the <mark style="color:blue;">**eckoGOV Gitbook**</mark>* :blue\_book:

### :teacher: [**Role System**](/eckodao/eckogov/role-system.md)

The platform defines various roles within the community, including eckoMEMBER (Level 1), eckoLEAD (Level 2), and eckoCORE (Level 3). Each role comes with a detailed description and a list of responsibilities.

### :mag\_right: [**KYC Requirements**](/eckodao/eckogov/role-system/kyc.md)

eckoGOV details the KYC requirements for eckoMEMBER, eckoLEAD, and eckoCORE roles, ensuring compliance and security within the community.

### :cyclone:[ **Proposal Epoch**](#proposal-epoch)

eckoGOV provides an in-depth explanation of the governance cycle, from proposal submission and discussion to voting and rank updates.&#x20;

### :receipt: [**Proposal Templates and Types**](/eckodao/eckogov/proposal-epoch/creating-proposals/proposal-template.md)

The platform offers templates and guidelines for creating proposals, ensuring that community members can effectively voice their ideas and suggestions.

### :moneybag: [**Using the KDX Treasury**](/eckodao/eckogov/using-the-kdx-treasury.md)

eckoGOV outlines the process for funding projects from the DAO treasury, ensuring that resources are allocated effectively to drive the growth of the ecosystem.

### :speaking\_head: [**Discourse Overview and Explanation**](/eckodao/eckogov/proposal-epoch/discourse-proposal-discussion.md)

eckoGOV provides a platform for open and transparent discussion among community members, fostering a collaborative and inclusive environment.


---

# 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.ecko.finance/eckodao/eckogov/welcome-to-eckogov.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.
