# Roadmap

This roadmap is provided to give the Variational community a general sense of the planned progression of the project. This is a living roadmap, and should not be viewed as a promised list of features or a commitment to any specific timeline.

**Q2 2024:**

* [x] Omni testnet launch

**Q3 2024:**

* [x] New order types: TP/SL and limit&#x20;
* [x] Automated listing engine

**Q4 2024:**

* [x] Isolated settlement pools
* [x] "Portfolio" and "markets" pages
* [x] [Audits](/technical-documentation/audits.md)
* [x] Production load testing/scaling

**Q1 2025:**&#x20;

* [x] Omni private mainnet launch
* [x] Limited launch of Omni referral program

**Q2 2025:**

* [x] Leaderboard page
* [x] PnL cards
* [x] Full launch of Omni referral program

**Q3 2025:**

* [x] Configurable leverage
* [x] Display estimated liquidation prices
* [x] Setting for TP/SL trigger prices to be based on quoted, mark, or index prices
* [x] Major UI rework ("Omni v2")

**Q4 2025:**

* [x] Quoting upgrade to tighten spreads
* [x] New order type: trigger
* [x] Enabled referral reward claims
* [x] Drag & drop TP/SL/Limit/Trigger orders on the chart
* [x] Launch of the Omni points program

**Undated Roadmap Items:**

* [x] Enable read-only [Omni API](/technical-documentation/api.md)
* [x] Improved mobile experience
* [x] CSV data exports
* [x] Initial launch of RWA markets with aggregated crypto-native liquidity ("Phase 1")
* [ ] Integrate open-hours TradFi liquidity to RWA markets ("Phase 2")
* [ ] Isolated margin
* [ ] Enable API trading
* [ ] Major UI rework ("Omni v3")
* [ ] Partial fills of limit orders
* [ ] Improved portfolio page analytics
* [ ] Protocol statistics page
* [ ] Integrate 24/7 TradFi liquidity to RWA markets ("Phase 3")&#x20;
* [ ] Open community vault for[ Omni Liquidity Provider (OLP)](https://docs.variational.io/variational-omni/omni-liquidity-provider-olp)
* [ ] Omni public mainnet launch
* [ ] Launch of the $VAR token
* [ ] Launch of [Variational Pro](https://docs.variational.io/variational-pro/about-pro)


---

# 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:

```
GET https://docs.variational.io/getting-started/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
