> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/community/tutorials-and-resources/how-to-list-your-project-on-clique.md).

# How to list your project on Clique

**Step 1:** Go to [Clique](https://myclique.io) and connect your Metamask wallet to Polygon network. Then click the 'Add DAO' button on the left bar or 'Creator' on the top bar.&#x20;

<figure><img src="/files/n8QQMFVWLVzK9VhHgF6E" alt=""><figcaption></figcaption></figure>

**Step 2:** Select 'Add DAO'. Then enter the token contract address, DAO name, Logo and other basic information.

<figure><img src="/files/vIWLOd5WNdTajhytH5ok" alt=""><figcaption></figcaption></figure>

**Step 3:** Enter the governance configurations.

<figure><img src="/files/AQCutnQ0McyhXfip0m0s" alt=""><figcaption></figcaption></figure>

**Minimum holding to vote -** the minimum amount of token you should hold to participate in a vote.

**Minimum holding to create proposal** - the minimum amount of token you should hold to create a proposal.

**Minimum total votes** - the minimum votes needed to make the voting result valid.

**Default voting period** - the default voting duration for proposals.

**Voting types** - Single choice vote or multiple choice vote.

**Step 4:** Confirm all the information and launch the DAO.

**Administrator:**

Once you have listed your DAO. The creator will become the **super admin** by default. The super admin can edit the basic DAO settings (e.g. DAO profile, description, social media link, etc.), create DAO activities and manage other admins. The role of super admin can be handover to other members.

Admins can be added or removed by the super admin. Admins, usually the core members of the DAO, can edit basic DAO settings (e.g. DAO profile, description, social media link, etc.) and create DAO activities.&#x20;

The role of admins can improve the efficiency of DAO management and the credibility of DAO activities.&#x20;


---

# 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.awenetwork.ai/community/tutorials-and-resources/how-to-list-your-project-on-clique.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.
