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

# Roadmap 2023

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

### Q1

* **March 8th:** Maya Protocol launch, with the chain functioning optimally and producing blocks.
* **March 16th:** Liquidity Auction goes live, allowing users to deposit their assets and receive its equivalent in $CACAO (on a later date), donated and added to their LP.

### Q2

* **April 1st :** Liquidity Auction completion, with a raise of $11.5 million *(Block no.: 573,000)*.
* **April 17th:** $CACAO donation to Liquidity Auction Participants complete.
* **April 20th:** Trading on the Maya Protocol goes live.\\
* **May 17th:** Tier 3 Liquidity unlock *(Block no.: 979,311)*.\\
* **June 1st:** Initiation of Impermanent Loss Protection (ILP) for all pools.

### Q3

* **July 12th:** Tier 2 Liquidity unlock *(Block no.: 1,869,000)*.
* **July 28th:** Dash integrated & Liquidity-Nodes launches successfully on MAYAChain .

### Q4

* **Oct 12th:** Kujira LP live.
* **TBD:** Savers feature go live.
* **Nov 3rd:** Tier 1 Liquidity Snapshot for $MAYA [**Airdrop**](https://docs.mayaprotocol.com/airdrop/usdmaya-airdrops#tier-1-liquidity-providers).
  * Unlock at *Block no.: 3,453,000*.
* **TBD:** Arbitrum integration & Streaming Swaps go live.
* **TBD:** Aztec Chain launches.
* **TBD:** Cardano integration goes live.

{% hint style="info" %}
Future dates are estimations.
{% endhint %}


---

# 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.mayaprotocol.com/archive/readme-1.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.
