> For the complete documentation index, see [llms.txt](https://dpad.gitbook.io/dpad-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dpad.gitbook.io/dpad-whitepaper/overview/how-dpad-works.md).

# How DPAD Protocol works?

## Create IDO campaign

Creating an IDO pool is the first step in launching a successful fundraising campaign on DPAD. The pool is created by depositing tokens that will be sold during the IDO campaign. The pool is linked to the liquidity pool (LP) and treasury of the project.

The DPAD protocol ensures that creating an IDO pool is a permissionless and transparent process. The pool creation process involves specifying the number of tokens to be sold, the price of the tokens, and the duration of the IDO campaign along with other project details.

## Market your IDO campaign

Once the IDO pool is created, the next step is to promote the IDO campaign within the community. This is done through various channels such as social media, email, and forums. The goal is to create buzz and excitement around the project to attract investors.

## Liquidity Pool + DAO Treasury

Funds raised during the IDO campaign are divided into the liquidity pool and the DAO treasury. The liquidity pool provides liquidity for the token, ensuring that it can be traded on exchanges. The DAO treasury, on the other hand, funds the development of the project via proposals.

The treasury-backed DAO governs the use of funds in the treasury, ensuring that they are used in a way that benefits the project and the community. The DAO also plays a critical role in ensuring that the project remains transparent and accountable to its investors.

###


---

# 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://dpad.gitbook.io/dpad-whitepaper/overview/how-dpad-works.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.
