# Roadmap

{% hint style="info" %}
**Ongoing**: Part of the current dev cycle

**Upcoming**: Planned in an upcoming dev cycle

**Past**: Completed in previous dev cycles

**Exploring**: product specifications are not completed
{% endhint %}

## Ongoing

* [ ] Honey in-game asset support
* [ ] Integrate speed improvements into SDK
* [ ] Adding testing suite for SDK
* [ ] API 2.0
  * [x] New liquidation network
  * [ ] Subgraph of user positions
  * [ ] New NFT fetching logic

## Past dev cycle

* UI/UX redesign
  * [x] Brandkit
  * [x] Landing page
  * [x] Server-Side Rendering (NEXT.JS)
  * [x] Skeletons FE render
* Project Leviathan
  * [x] Partnerships
  * [x] Docs
  * [x] Programs

- [x] Integrate new liquidation engine
- [x] SDK documentation
- [x] Audit w/ OtterSec
- [x] UI improvements&#x20;
- [x] Dapp
  * [x] Borrow page
  * [x] Lending page
  * [x] Liquidate page
  * [x] Dashboard

### Previous

* [x] HIP#4 ([learn more](https://forum.honey.finance/t/rfc-vesting-nfts-for-upfront-governance/394?u=tom))
  * [x] Proposal draft
  * [x] Programs
  * [x] Testing
* [x] Ethereum testnet deployment
* [x] Solana beta launch
* [x] Honey Research Centre
* [x] P2P upgrade package (counter offers, improved rates, etc.)
* [x] Solana devnet deployment
* [x] Oracle integrations Ethereum + Solana (open source)
* [x] HIP#3, HIP#2 and HIP#1 ([learn more](https://forum.honey.finance/c/governance-proposals/5))
* [x] Creation of Honey SDK ([open source](https://github.com/honey-labs/honey-sdk))
* [x] Project Varrock
* [x] Build farm refresh tool for gemfarm ([open source](https://github.com/honey-labs/farm-refresh))
* [x] Project incorporation / legal review
* [x] pHONEY conversion tool ([open source](https://github.com/honey-labs/veHONEY))
* [x] IDO platform ([open source](https://github.com/honey-labs/honey-ido-pool))
* [x] Liquidation overhaul
* [x] Staking aggregator for NFTs ([open source](https://github.com/honey-labs/honey-frontend))
* [x] Updated veGovernance
* [x] Creation of proprietary oracle
* [x] NFT mint

## Upcoming

* [ ] Ethereum alpha launch
* [ ] Launch on BNB chain
* [ ] Metaverse integrations

## Exploring

* [ ] $HONEY insurance for grace periods
* [ ] Permissionless pool creation tool
* [ ] Metaverse integration
* [ ] Yield vaults for NFT holders ([learn more](https://blog.honey.finance/honey-x-katana-94ba747e6487))
* [ ] Loan refinancing
* [ ] Complex collateral


---

# Agent Instructions: 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.honey.finance/about-us/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.
