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

# Roadmap

### Q1-Q2 2023: Under the hood

* [x] Multiple Token Swap Feature Testnet&#x20;
* [x] Yield Farming / Boost Function Testnet
* [x] Uni v2 Liquidity Pool Testnet
* [x] Testnet Marketing Campaign
* [x] Analytics Dashboard
* [x] Liquidity Management

### Q3 2023:  Feature flourishing

* [x] Mainnet Launch
* [x] Genesis Farming Launch
* [x] Trading Competition&#x20;
* [x] One-click Liquidity Migration
* [x] Real-time Price Chart
* [x] Regular Yield Farming
* [x] Farming as a Service
* [x] DEX Aggregator

### Q4 2023: On-board Feature

* [x] LaunchpaX&#x20;
  * [x] Pre-sale FLX
  * [x] Public sale FLX
* [x] FLX / xFLX Convert
* [x] Bot Notification

### Q1 2024: Community - Driven

* [x] FLX Liquidity Mining Program ( Pending Release )
* [x] Governance Feature ( Pending Release )
  * [ ] Proposal
  * [ ] Gauges
  * [ ] Bribes
  * [x] Dividend Room

### Q2 2024: Efficiency Improvement

* [x] Concentrated Liquidity Market Makers
* [x] FlowX Aggregator V2
* [x] Auto-invest (DCA) Feature

### Q3 2024: Invest Strategy Customize&#x20;

* [ ] Automated Liquidity Management for CLMM
* [x] Limit Order

### Q4 2024: Expand Ecosystem

* [x] FlowX Private Market Marker release
* [x] Sui Wallet integration
* [x] Lucky Swap Features

### Q1 2025: Build Stronger Partnership&#x20;

* [x] Revamp UI
* [x] New DEX integration
  * [x] Full Sail
  * [x] Magma Finance


---

# 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.flowx.finance/welcome-to-flowx-finance/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.
