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

# Roadmap

Our roadmap outlines the key developments and milestones that AlphaFi aims to achieve in 2024. Each phase is designed to enhance our offerings and expand our reach within the SUI blockchain ecosystem.

## **Q2 2024**

* **Launch of USDC-USDT, HaSUI-SUI, USDC-USDY Vaults:** Utilizing concentrated liquidity of Cetus Protocol for further aggregation.
* **ALPHA Token Launch:** Official release of our governance and utility token.
* **ALPHA-SUI** pool launch stabilizing liquidity for ALPHA
* **Swap Utilizing All of SUI's Liquidity:** Ensuring users can easily swap their crypto assets on AlphaFi, tapping into SUI's liquidity and getting the best rates.

## **Q3 2024**

* **Launch of SUI-USDC, WETH-USDC, WBTC-USDC, and more Vaults:** Utilizing concentrated liquidity of Cetus Protocol for further aggregation.
* **Launch of single asset vaults including USDC, USDT, ETH, and SUI Vaults:** Aggregating top protocols from Navi to Scallop and SUILend to maximize yields.
* **Airdrop for ALPHA Stakers:**  Incentivizing early ALPHA stakers.
* **More Strategies Introduced:** Expanding our yield strategies to include Turbos, Bucket, and others.

## **Q4 2024**

* **Continued Airdrops for ALPHA Stakers:** Maintaining rewards to support and incentivize the ALPHA community.
* **Advanced Yield Farming Strategies:** Explore integrating advanced yield farming strategies that allow users to amplify their potential returns by utilizing leverage, providing opportunities for higher rewards alongside increased risk exposure.

Please note that the roadmap for 2025 will not be released until the milestones for 2024 have been successfully achieved.


---

# 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.alphafi.xyz/introduction/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.
