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

# Roadmap

## Now

:green\_circle: Protocol Launched on Ethereum Mainnet\
:green\_circle: Protocol Launched on Arbitrum\
:green\_circle: Protocol Launched on Base\
:green\_circle: Protocol Launched on Blast\
:green\_circle: Protocol Launched on Gnosis Chain\
:green\_circle: Protocol Launched on Polygon POS\
:green\_circle: Protocol Launched on Optimism\
:green\_circle: Ajnafi.com support for all the networks above.\
:green\_circle: Summer.fi support for Ethereum, Arbitrum, Optimism, and Base\
:green\_circle: Juiced.app Vaults for passive lender experience on select Ajna Pools (4 pools currently)\
:green\_circle: Juiced.app Lender Incentivization for select pools.\
:green\_circle: [Marketing team agreement](https://forum.ajna.finance/t/mom-grant-proposal/148) with MOM.\
:green\_circle: The[ Ajna Perpetual Market Maker](https://forum.ajna.finance/t/the-ajna-perpetual-market-maker/162) launched.\
:green\_circle: [Ajnamatch.com](https://ajnamatch.com) launched.\
:green\_circle: Token Launchpad powered by Ajna (Moon.inc)\
:green\_circle: Protocol Launch on Filecoin's FVM + Ajnafi.com support\
:green\_circle:Token Launchpad powered by Ajna\
:green\_circle: Protocol Launch on RariChain + Ajnafi.com support\
:green\_circle: CEX Listing on Ascendex (formerly Bitmart)\
:green\_circle: Merkl Integration — now anyone can run incentive campaigns on Ajna pools!

## Soon

:yellow\_circle: Protocol Launch on Avalanche + Ajnafi.com support\
:yellow\_circle: Protocol Launch on Binance Smart Chain + Ajnafi.com support\
:yellow\_circle: Protocol Launch on Linea + Summer.fi & Ajnafi.com support\
:yellow\_circle: Protocol Launch on CoreDAO+ Summer.fi & Ajnafi.com support\
:yellow\_circle: Protocol Launch on Unichain+ Ajnafi.com support\
:yellow\_circle: Passive lender UX product via Summer.fi


---

# 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://faqs.ajna.finance/info/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.
