> For the complete documentation index, see [llms.txt](https://woken-exchange.gitbook.io/wokenexchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woken-exchange.gitbook.io/wokenexchange/protocol-and-tokenomic/roadmap.md).

# Roadmap

The first steps in the development of the Protocol have been identified. \
These steps will be implemented in accordance with financial goals set, in particular thanks to the fees generated by the protocol and external financial contributions.

The main priority is to provide liquidity to the WKN-USDC (LP) on Arbitrum, then to create WKN LPs on the other chains where the protocol is present.

This will open the DAO and PairAdminDao functions on those chains to welcome new Woken Certified Projects.

***

* [ ] **Open the DAO on Arbitrum for Woken Certified Projects**\
  The DAO will be open to certified projects on Arbitrum one month after Woken Exchange launches, but live to the protocol itself from launch.<br>
* [ ] **2000 USD: Woken Analytics tool development**

  This tool will display market data for each LP across the whole protocol.\
  &#x20;
* [ ] **25 000 USD : DEX Audit**\
  Despite the fact that the contracts have been thoroughly checked by Solidity experts and that we are a fork of UniswapV2, we would like to have an external audit to guarantee the security of our DEX.<br>
* [ ] **50 000 USD : Start of Woken V2 development**\
  Development of Woken V2 will begin, introducing new features and protocol enhancements.<br>
* [ ] **100 000 USD : Gradually providing liquidity to the WKN Arbitrum LP**\
  The goal is to quickly add more liquidity to WKN LP with the accumulated fees. \
  We aim to gradually reach an additional liquidity of 200 000 USD (100 000 USDC + its WKN equivalent). <br>
* [ ] **At each 100 000 threshold : New chain WKN-USDC LP creation**\
  Each time a new 100 000 USD threshold is reached, a new 200 000 USD WKN-USDC LP (100 000 USDC + its WKN equivalent) will be created on a chain where the DEX is present. \
  The new chain will be selected by a protocol community vote.

These initial stages of development reflect our commitment to the continuous improvement of Woken Exchange, with clear and precise financial goals.


---

# 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://woken-exchange.gitbook.io/wokenexchange/protocol-and-tokenomic/roadmap.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.
