# KYC

In the context of a DAO like eckoDAO, KYC requirements help ensure transparency, accountability, and legal compliance among its members. Below, we outline the potential KYC requirements for the eckoLEAD, and eckoCORE roles.

### <mark style="color:blue;">eckoLEAD</mark>

Given their enhanced responsibilities and influence over the DAO, eckoLEADS may be subjected to more stringent KYC requirements.

* **Basic Identification:** <mark style="color:green;">Full name, date of birth, and nationality.</mark>
* **Proof of Identification:** <mark style="color:green;">A scanned copy of a government-issued identification document such as a passport or driving license.</mark>
* **Contact Information:** <mark style="color:green;">Email address, phone number.</mark>

### <mark style="color:yellow;">eckoCORE</mark>

Given their role as custodians of the DAO, eckoCORE members would be subjected to the most stringent KYC requirements.

* **Basic Identification:** <mark style="color:blue;">Full name, date of birth, and nationality.</mark>
* **Proof of Identification:** <mark style="color:blue;">A scanned copy of a government-issued identification document such as a passport or driving license.</mark>
* **Proof of Address:** <mark style="color:blue;">A recent utility bill or bank statement showing full name and residential address.</mark>
* **Contact Information:** <mark style="color:blue;">Email address, phone number, and residential address.</mark>


---

# Agent Instructions: 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:

```
GET https://docs.ecko.finance/eckodao/eckogov/role-system/kyc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
