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

# Roadmap

<figure><img src="/files/Ik5coou0mJu4H0sIdm43" alt=""><figcaption></figcaption></figure>

## 2023: <a href="#d922" id="d922"></a>

* [x] Core team formation
* [x] Seed funding

## 2024 Q1: <a href="#d922" id="d922"></a>

* [x] Launch on Scroll Testnet
* [x] Lanch Testnet Campaign
* [x] Alpha Launch on Scroll Mainnet
* [x] Develop the AAVE Vaults as the trial vaults
* [x] Publish the first risk rating information

## 2024 Q2: <a href="#d922" id="d922"></a>

* [x] Full Launch on Scroll
* [x] Complete Risk Rating and publish them for top 10 Scroll DeFi projects
* [x] Build Risk Monitoring Bots for top 10 DeFi projects on Scroll

## 2024 Q3: <a href="#d922" id="d922"></a>

* [x] Launch Verified APY Yield index
* [x] Expand saving vaults choices
* [ ] Launch Mainnet campaign along with Scroll
* [ ] Launch DeFi strategy recommendation engine
* [ ] Expand Risk Monitoring to monitor off-chain risks

## Q4 & Beyond: <a href="#d922" id="d922"></a>

* [ ] Launch LazyOtter DAO
* [ ] LazyOtter Token TGE
* [ ] Risk Pooling based on Rating
* [ ] Build AI Portfolio Optmization engine
* [ ] Develop risk data API
* [ ] Go Multi-Chain on other Ethereum Layer2s / Solana

{% hint style="info" %}
**The roadmap is updated regularly and subject to change.**

Our team will keep track of the market updates and would love your suggestions and ideas! Make sure to join our community to be heard 👂
{% endhint %}

<figure><img src="/files/6Q8qWqjgojINV3PQygyh" alt=""><figcaption><p>Getting there!</p></figcaption></figure>


---

# 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://lazyotter.gitbook.io/lazyotter/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.
