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

# Roadmap

### Q1  |  2022

**Initial Protocol Development**

Revamp website and roadmap designs. Beta testing for the Anura Games platform and play-to-earn functionality. Finalize production of MetaFrog MiniDao for fractionalized Metaverse investment. Development team participates in Moralis and ETH Denver hackathons.

### Q2  |  2022

**Anura Fintech DApps**

Complete the launch of the Anura community token. Web3 development and creation of protocol-driven applications such as a multichain bridge, cross-chain liquidity bonding to support bridging and protocol growth. Development will begin on the StableFrog project - stablecoin yield farming with auto-compound functionality.

### Q3  |  2022

**Protocol Development and Update Cycle**

Continued development of protocol-driven synthetics/derivatives FinTech applications. Updates and improvements to the MetaFrog MiniDao; development of NFT ladder liquidity protocol. Additional community-building activities and market expansion.

### Q4  |  2022

**Announcement Pending**

There are a number of additional projects in our development pipeline slated for an announcement later this year. Stay involved and keep informed on the latest Anura news to avoid missing out on some of the best protocol implementations on Web3.


---

# 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.anuradao.finance/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.
