# Roadmap

### 2024 Roadmap

**May 2024: Testnet v2 Release**

* **Objective:** Launch Testnet v2 supporting sei factory token assets, CW-20 assets, and ERC-20 assets natively.
* **Key Actions:**
  * Deploy the updated testnet with new asset support.
  * Unveil the platform’s redesign including a new logo.

**May 2024: Smart Contract Audits**

* **Objective:** Ensure the security and reliability of the Multisig, AMM, and Token Distributor smart contracts.
* **Key Actions:**
  * Partner with Ottersec to conduct comprehensive audits.
  * Address any identified vulnerabilities and optimize the contracts.

**Following Audit: Mainnet Launch of AMM**

* **Objective:** Deploy the audited AMM implementation on the mainnet.
* **Key Actions:**
  * Finalize the AMM deployment post-audit.
  * Launch an intensive marketing campaign to promote the new AMM features.

**Post-AMM Launch: Central Limit Order Book (CLOB) DEX Introduction**

* **Objective:** Introduce a decentralized CLOB to complement the AMM and enable slippage-free trading.
* **Key Actions:**
  * Develop and test the CLOB functionality.
  * Perform rigorous stress testing for scalability, speed, and reliability.

**Following CLOB Testnet Release: Smart Contract Audit**

* **Objective:** Audit the CLOB program to ensure security and robustness before the mainnet release.
* **Key Actions:**
  * Conduct an extensive audit of the CLOB program.
  * Implement necessary fixes and optimizations based on audit feedback.

**Next Phase: Concentrated Liquidity Market Maker (CLMM) Development**

* **Objective:** Develop and introduce CLMM functionality for enhanced trading efficiency.
* **Key Actions:**
  * Design and prototype CLMM features.
  * Integrate advanced liquidity algorithms and test for performance and security.

**Following CLMM Development: DEX Aggregator Implementation**

* **Objective:** Build a DEX aggregator to offer users the best rates and lowest slippage across all top AMMs and DEXes.
* **Key Actions:**
  * Develop the aggregator software.
  * Integrate with leading AMMs and DEXes, ensuring seamless user experience.

**Final Initiative: CLOB DEX for NFTs with 404 (Hybrid NFT) Support**

* **Objective:** Expand the CLOB DEX functionality to include NFT trading, supporting hybrid NFTs.
* **Key Actions:**
  * Develop and test the CLOB DEX for NFTs.
  * Integrate 404 hybrid NFT support and optimize for user engagement.

<br>


---

# Agent Instructions: 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:

```
GET https://docs.crownfi.io/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
