# Roadmap

## January - May 2025 (Completed)

1. **BOT Copy Trading v0.1 - Solana**
   * Developed a Telegram bot integrated with Twitter to monitor real-time posts from Key Opinion Leaders (KOLs).
   * Implemented detection and extraction of trading signals from these posts.
   * Integrated with Cookie3 and TokenSniffer to analyze signals and provide users with comprehensive ratings.
   * Features for users include:
     * Automatic copying of highly rated signals.
     * Manual trade confirmation.
     * Manual input of contract addresses (CAs) for trading.
   * Key functionalities include:
     * Position management.
     * Profit and Loss (PNL) tracking.
     * Token sniping capabilities.
2. **Market Insights Channel**
   * AI-aggregated market insights are delivered every 12 hours.
   * Summaries are designed to be beginner-friendly, aiding new investors in understanding market dynamics.
3. **B2B Bot Integration**
   * Deployed the bot across other project channels to enhance marketing reach and foster collaboration.

## June -  August 2025

1. **BOT Copy Trading v0.2 - All EVM Chains**
   * Expanded functionality to include all EVM-compatible blockchains utilizing [0x.org](https://0x.org/).
   * Enhanced AI engine by integrating additional data sources:
     * [BubbleMaps.io](https://bubblemaps.io/)
     * [Moralis API](https://developers.moralis.com/pricing/)
     * [Nansen API](https://www.nansen.ai/api)
     * [Token Terminal](https://tokenterminal.com)
     * [Tokenomist.ai](https://tokenomist.ai/)
2. **AI Specialist Agents Portal**
   * Launched a portal featuring AI agents trained on trading bot data to provide expert insights:
     * **Social Sentiment Expert:** Monitors sentiment and mindshare using data from Kaito, Cookie3, and Twitter.
     * **Smart Contract Auditor:** Simplifies audit results from platforms like TokenSniffer, QuickIntel, and GoPlusLabs into plain language.
   * Generates infographics to present complex data in an easily digestible format for beginners.
   * Expanding AI agent capabilities based on the number of integrated data providers.

## September - December 2025

1. **BOT Copy Trading v0.3 - Advanced Trading Strategies**
   * Users can now write and customize their trading strategies directly within the bot.
2. **AI Wallet Integration**
   * Introduced AI-powered wallet features to execute complex strategies beyond simple signal copying.
   * Example use case:
     * Monitors for narratives gaining 1% mindshare within a day.
     * Upon detection, automatically purchases the top 5 tokens with $250 each.
3. **Refined AI Trading Engine**
   * Enhanced ability to identify and capitalize on emerging trends.
   * Improved execution for advanced trading actions.


---

# 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.outlight.ai/development/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.
