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

# Roadmap

<figure><img src="/files/3th39VQkF5Hv7Z3rrk2a" alt=""><figcaption></figcaption></figure>

Our vision is to help more crypto projects grow and we will work hard to make it happen. Here's the to-do list.

## **Features**

* [x] **Swap:** Trading with ultra-low fees on the opBNB
* [x] **Smart Router:** Automatically route to the liquidity pool with the best price for a specific transaction
* [x] **Liquidity:** Add tokens to liquidity pool and receive LP tokens
* [x] **Farms:** Stake LP tokens, earn free $CUBI
* [x] **Pool:** Stake $CUBI, earn free tokens
  * [x] **Auto-compounding** $CUBI - $CUBI Pool
  * [x] **Limited Pool:** Each address can only stake a certain amount of $CUBI
* [x] **Hold:** Lock tokens for a certain period of time and earn tokens with a fixed APY
* [x] **IDO (Initial DEX Offering):** Raise funds for your project in USDT
* [x] **IFO (Initial Farm Offering):** Raise funds for your project in $CUBI - $USDT LP token. After redeeming the LP token, the USDT is distributed to the project, and the $CUBI is burned
* [x] **NFT Ecosystem:** Collectibles, Marketplace, etc. Mint, stake and trade - consumption of $CUBI
  * [x] **Collectibles:** Collect and stake NFT to earn $CUBI
  * [x] **Marketplace:** Trade NFT using $CUBI and burn more
* [ ] **Games:** Launch different kinds of P2E games - consumption of $CUBI
* [ ] **GamePad:** Provide full-life-cycle support for gaming projects, including Labs (fund, resources), IGO (Initial Gaming Offering), DeFi and promotion.
* [ ] **Profile:** Customized user profile in NFT, the core crypto identity in CUBIMetaverse  - consumption of $CUBI
* [ ] **DAO:** Participate in governance and vote on proposals - vote by $CUBI
* [ ] **Multichain:** Launch on other blockchain and service more projects and users

## **User Experience**

* [x] Mobile friendly
* [x] Faster site
* [x] Improved UX
* [x] Multi-language
* [ ] Personal dashboard

## **Project Service**

* [x] One-stop Guidance Package
* [x] Grants Program
* [x] Incubation Alliance

## Business Development

* [x] CUBISwap Friends
* [ ] List on CEX


---

# 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://cubi-swap.gitbook.io/cubiswap/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.
