> For the complete documentation index, see [llms.txt](https://docs.cronaswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronaswap.org/roadmap-2021.md).

# Roadmap

The roadmap lays out the planned features for CronaSwap. These are subject to change based on community feedback and governance discussions.

### **2021-Q4**

* [x] **Launch:** Launched project on mainnet.&#x20;
* [x] ~~<mark style="color:red;">**Airdrop#01:**</mark> <mark style="color:red;"></mark><mark style="color:red;">Airdrop distribution for testnet participants.</mark>~~&#x20;
* [ ] **Airdrop#02:** Airdrop distribution for mainnet users that participate in airdrop activities. &#x20;
* [x] **IFO (Initial Farm Offering):** Raise funds for projects via USDC-CRO LP tokens.&#x20;
* [x] **Vote:** Snapshot set-up to facilitate early CronaSwap governance.
* [x] **Analytics:** Full analytics for monitoring TVL and volume.

### 2022-Q1

* [x] **V2:** Release of CronaSwap V2: upgrade UI user experience and add new Boost function (token lock and mining rewards).
* [x] **CEX listing:**  listed on MEXC Global on 10th February 2022.
* [x] **UI/UX:** User interface reconfiguration&#x20;
* [ ] **Launch new IDO launchpad:** To support Dutch auction, batch auction and classic crowd sale. And introduce 2–3 projects for IDO. (<mark style="color:blue;">in progress</mark>)
* [ ] Launch our official CronaSwap NFT and include community in the process.
* [ ] **NFT:** NFT Earn, NFT Marketplace, NFT Launchpad, etc
* [ ] **Partnerships:** Introduce more partnerships and strengthen strategic cooperation among projects.
* [ ] **Project incubation:** We will provide project incubation guidance and financial support.
* [ ] **Grow the team:** We have A LOT we want to build, so we are targeting to hire more developers to increase our production quality and speed.
* [ ] **Governance:** Start a new DAO governance mode and gradually transfer project governance to the community.

### 2022-Q2

* [ ] **Start Farm Governance:** users can vote on various protocol functions, such as enhancing farms to be allocated higher emission levels. This will encourage users to provide liquidity to these farms.
* [ ] **Multi-chain deployment:** deploy DEX to multiple chains.
* [ ] **Limit order:** provide a new transaction method where you can purchase or sell at a specific price.
* [ ] Develop more partnerships.
* [ ] Add more CEX listing plans.
* [ ] Full community DAO governance mode.
* [ ] **Lottery:** Launch lottery play (<mark style="color:blue;">pending Chainlink Oracle</mark>).
* [ ] **GameFi:** Introduce simple GameFi and play to earn.&#x20;
* [ ] **Partner Staking:** Stake xCRONA to earn partner token.

### Others:&#x20;

* [ ] **Marketing:** Marketing expansion (media & influencers) - <mark style="color:blue;">in progress</mark>.
* [ ] **Listing on CEXes:** Listing on the main crypto exchanges.
* [x] **Listing on CoinGecko:** Listing as exchange on CoinGecko.
* [x] **Listing on CoinMarketCap:** Listing as exchange on CoinMarketCap.
* [x] **Audit:** (smart contract audited by Certik)
* [x] **Governance:** Full on-chain governance with xCRONA as the governance token.&#x20;
* [ ] **Grants Program:** Strategic cooperation with several high-quality projects to promote development on Cronos.
* [ ] **DAO:** Masterchef ownership transferred to on-chain DAO which controls pool weights, CRONA emissions, and decisions on adding new farms.


---

# 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.cronaswap.org/roadmap-2021.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.
