> For the complete documentation index, see [llms.txt](https://menthol-ai.gitbook.io/menthol-ai-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://menthol-ai.gitbook.io/menthol-ai-documentation/basics/images-and-media.md).

# Roadmap

## **🚀 Menthol Roadmap: 2024 Development Timeline**

Menthol is advancing rapidly toward becoming the **first quantum-powered AI NFT platform**, bringing **AI-generated, evolving digital entities** to Web3. This roadmap outlines the upcoming milestones for **Menthol CLI**, **Alive CLI**, and the broader ecosystem.

***

### **🌍 Phase 1: Core Development & Token Launch (January 2024)**

✅ **Tokenomics Finalized**\
✅ **Public GitHub Repository Established**\
✅ **Quantum Neural Architecture Implemented**\
✅ **Image Processing Pipeline Integrated**\
✅ **Menthol Token Launch (Jan 21st, 2024)** 🚀\
🔜 **Public Awareness Campaign Begins**

***

### **🛠 Phase 2: Menthol CLI (Early February 2024)**

🎯 **Expected Completion: Early February 2024**

Menthol CLI will serve as the **primary tool for NFT creation**, offering **AI-powered artwork generation, metadata synthesis, and blockchain integration.**

#### **🔧 Development Progress**

✅ **Command Structure Defined**\
🛠 **Neural Processing for Thought Vectors**\
🛠 **Quantum Creativity Mechanisms Implemented**\
✅ **Metadata & Attribute Generation**\
🛠 **Solana Wallet Integration**\
🛠 **Finalizing Image Processing & Prompt Optimization**\
🔜 **Release of Menthol CLI Public Beta**

***

### **🧠 Phase 3: Alive CLI (Mid to Late February 2024)**

🎯 **Expected Completion: Mid to Late February 2024**

Alive CLI will allow users to **bring NFTs to life** by integrating AI agents into their digital collectibles. These agents will have **memory, interaction capabilities, and social presence.**

#### **🔧 Development Progress**

✅ **AI Personality System Designed**\
✅ **NFT Ownership & Identity Verification**\
✅ **Burning 10,000 Menthol to Activate AI**\
🛠 **Training & Memory Storage Implementation**\
🛠 **Twitter & Telegram AI Agent Integration**\
🔜 **Public Testing & Debugging**

***

### **🚀 Phase 4: Post-Launch Enhancements & Expansion (March 2024+)**

🎯 **Long-Term Vision**

Beyond the core CLI tools, Menthol is evolving into a **full-scale decentralized AI ecosystem**.

#### **🔜 Future Developments** 🔹 **Decentralized AI Model Training (Community-Governed Upgrades)** 🔹 **On-Chain AI Personality Evolution (NFTs That Learn Over Time)** 🔹 **AI Personality Marketplace (Trade Unique AI Agents & NFTs)** 🔹 **Multi-Modal AI (Text, Image, & Music Generation)**

***

### **📢 Open Source & Community Contributions**

Menthol is **fully open-source**, with continuous development happening **in the public GitHub repository**. Users can **follow along, contribute, and track real-time progress**.

#### **🔗 Stay Updated**

📂 **GitHub Repository**: [github.com/mentholai/menthol](https://github.com/devtonic0/menthol)\
🐦 **Twitter**: [@MentholAI](https://twitter.com/MentholAI)\
💬 **Discord Community (Coming Soon)**

***

### **🌿 Final Notes**

🚨 **Menthol CLI is on track for early February completion, while Alive CLI is set for mid to late February.**\
📅 **The token launch is happening Jan 22!**, marking the beginning of the Menthol ecosystem’s **public rollout.**\
🔍 **Follow our GitHub for frequent updates and commit tracking.**

🌌 **Quantum Create. Menthol Generate.** 🚀


---

# 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://menthol-ai.gitbook.io/menthol-ai-documentation/basics/images-and-media.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.
