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

# Roadmap

**2022 Q2**

* ~~Protocol-Owned Liquidity (POL) model Development~~
* ~~Introducing Chainlink as the Core Oracle~~
* ~~Fully Audit by Certik~~
* ~~Beta Version 1.0 on Public~~

**2022 Q3**

* ~~Introducing Executor Contracts to Improve Liquidation Efficiency of Positions and Real-Time Performance~~
* ~~Optimization of Rebase Funding Rate Mechanism~~
* ~~Optimization of Slippage Mechanism~~
* ~~Limit Order V1.1~~

**2022 Q4**

* ~~Universal Native Pool Development~~
* ~~Liquidity Open with Earnings for LPs~~
* ~~Introducing Price keeper vs. Chainlink Price Validity to Improve Oracle Accuracy~~
* ~~Optimization of Protocol Contract Architecture to Reduce Gas by 10%~~

**2023 Q1**

* ~~Testing of Liquidity Aggregation~~
* ~~Adjusting Liquidation and Settlement Mechanism and Collecting Trading Fee after the Transaction to Maximize the Utilization of User Funds~~
* ~~Decentralized Straddle Options~~

**2023 Q2**

* ~~Liquidity Aggregation Model Release~~
* ~~Fully Optimization for Smart Contracts to Reduce Gas by 40%~~
* ~~Optimization of Rebase Funding Rate Mechanism under Liquidity Aggregation~~
* ~~Access to Dune Protocol~~&#x20;

**2023 Q3**

* ~~Testing of Isolated pool~~
* ~~Limit Order V2~~
* ~~Re-Distribution of Protocol Revenue~~
* ~~New Router Contract for Ecological Development~~

**2023 Q4**

* ~~Isolated pool Model Release~~
* ~~Create markets~~
* ~~Improve Borabora User Experience~~

**2024 Q1**

* Airdorp Plan

### **Still Reading?**

In this rapidly changing industry, it's obviously not realistic to plan a year's worth of development tasks in advance, so this list will change frequently.If you have any ideas about what changes or features Borabora should implement in the future, you are welcome to contact us.&#x20;


---

# 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.borabora.ooo/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.
