> For the complete documentation index, see [llms.txt](https://docs.openbisea.com/dchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbisea.com/dchain/dchain-vision/launch-strategy.md).

# Launch strategy

We believe that token distribution should reflect the value each member brings to the growth of the ecosystem. To achieve this, we’ve designed the following initiatives:

#### <mark style="color:yellow;">1. DeFI Liquidity Competition:</mark>

* **Objective**: Increase liquidity and engagement on DChain.
* **Prize Pool**: $2 million in DTOKEN tokens.
* **How it Works**: Participants are rewarded based on the Total Value Locked (TVL) they contribute to DChain. The projects locking the most TVL will receive DTOKEN rewards.
* **Seasonal Approach**: This competition will run in four seasonal cycles, keeping participants engaged and ensuring long-term growth.

#### <mark style="color:yellow;">2. Transaction Volume Contest:</mark>

* **Objective**: Boost transactional activity on DChain.
* **Prize Pool**: $200,000 in DTOKEN tokens.
* **How it Works**: Rewards will go to users and projects that generate the highest transaction volumes on DChain.
* **Seasonal Approach**: This contest will be held quarterly, keeping the community active and excited throughout the year.

#### <mark style="color:yellow;">3. Blockchain Bridge Innovation Challenge:</mark>

* **Objective**: Promote interoperability between DChain and other blockchain networks.
* **Prize Pool**: $100,000 in DTOKEN tokens.
* **How it Works**: Developers are encouraged to create efficient and functional blockchain bridges connecting DChain to other networks. The most innovative and useful bridges will win rewards.
* **Seasonal Approach**: This challenge is also part of our four-season cycle, encouraging ongoing innovation and collaboration.


---

# 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.openbisea.com/dchain/dchain-vision/launch-strategy.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.
