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

# ROADMAP

<table><thead><tr><th width="150">CATEGORY</th><th width="98">DATE</th><th>FEATURE</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Core Platform Development</td><td>Q1 2025</td><td>Smart Dashboard</td><td>Delivers a streamlined view of the most promising trades, cutting through noise to highlight smart trading opportunities</td></tr><tr><td></td><td></td><td>Explore Dashboard</td><td>Curated lists of new, trending, gaining/losing tokens, keeping you updated on market movements</td></tr><tr><td></td><td></td><td>Setups Dashboard</td><td>Displays High-probability trading setups, assisting users in identifying potential profitable trades</td></tr><tr><td></td><td></td><td>Token Terminal &#x26; AI Agent Integration</td><td>Integrates charts, orders, trades, and AI-powered chat functionalities for a holistic view of token performance</td></tr><tr><td></td><td></td><td>Contract Analysis</td><td>Performs in-depth analyses of token contracts to ensure security and transparency</td></tr><tr><td>MoonDog Agent Features</td><td>Q1 2025</td><td>Personalized Recommendations</td><td>Delivers tailored trading recommendations based on individual user profiles and market conditions</td></tr><tr><td></td><td></td><td>Trading Education</td><td>Provides educational resources and guidance to enhance trading knowledge and skills</td></tr><tr><td></td><td></td><td>Fundamental Analysis</td><td>Uses AI to conduct thorough fundamental analysis of tokens, aiding in informed decision-making</td></tr><tr><td></td><td></td><td>Technical Analysis</td><td>Leverages AI for advanced technical analysis, offering insights into price trends and patterns</td></tr><tr><td></td><td></td><td>Onchain Analysis</td><td>Analyzes on-chain data to provide a deeper understanding of token movements and behaviors</td></tr><tr><td></td><td></td><td>Social Media Analysis</td><td>Monitors and analyzes social media activity to gauge market sentiment and potential impacts on token performance</td></tr><tr><td>Core Trading Features</td><td>Q2 2025</td><td>Telegram Trading Bot Integration</td><td>Seamlessly integrates with Telegram to automate and enhance trading activities through bots</td></tr><tr><td></td><td></td><td>Portfolio Manager</td><td>Centralizes management of all your ChadFi positions, providing a comprehensive view of your investments</td></tr><tr><td></td><td></td><td>Wallet Manager</td><td>Facilitates the creation, funding, and management of multiple wallets, simplifying asset management</td></tr><tr><td></td><td></td><td>Customizable Dashboard</td><td>Allows users to personalize their dashboard layout, organizing information according to their preferences</td></tr><tr><td></td><td></td><td>Custom Alerts</td><td>Enables the creation of tailored alerts based on core trading metrics, ensuring users never miss critical market events</td></tr><tr><td></td><td></td><td>Watchlists</td><td>Provides the ability to create and manage lists of tokens and wallets for continuous monitoring</td></tr></tbody></table>


---

# 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://moondog-1.gitbook.io/moondog/openapi.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.
