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

# 🤖 AI Agents

***

### **1. Overview**

**TrAIder Agent** leverages advanced AI Agents to streamline and enhance various aspects of memecoin trading. These agents are specifically fine-tuned for different tasks, enabling users to trade smarter, faster, and with greater confidence.

***

### **2. Agent Types**

#### **• AI Trading Agent**

* **Role:** Provides insights by analyzing top traders’ wallets, identifying patterns, and offering actionable advice.
* **Common Tasks:**
  * Evaluating the trading behavior of the best wallets.
  * Identifying common denominators among tokens bought by top traders.
  * Recommending tokens based on AI-analyzed patterns and correlations.
  * Highlighting risks, such as high concentration among top holders or suspicious activity.

#### **• Twitter Sniper Agent**

* **Role:** Automatically reacts to Twitter posts to give you a first-mover advantage.
* **Common Tasks:**
  * Monitoring specific Twitter accounts for new posts.
  * Extracting contract addresses (CA) from text or images and executing buys.
  * Filtering purchases based on user-defined criteria like market cap thresholds or keyword relevance.
  * Avoiding buys if red flags like high developer token holdings are detected.

#### **• AI Vision Agent**

* **Role:** Analyzes newly deployed tokens and provides insights tailored to your criteria.
* **Common Tasks:**
  * Scanning for tokens that meet specific parameters (e.g., minimum market cap, volume, number of sells).
  * Comparing new tokens to those favored by top traders.
  * Delivering relevance scores to help you decide if a token is worth pursuing.

#### **• Chart Integration Agent**

* **Role:** Visualizes your trading activity directly on token charts.
* **Common Tasks:**
  * Displaying entry prices and trading history directly on live charts.
  * Updating charts dynamically as you buy and sell with the AI.

#### **• AI Copytrader Agent**

* **Role:** Enhances traditional copytrading by applying advanced decision-making and protection mechanisms.
* **Common Tasks:**
  * Copytrading based on the actions of specific wallets while analyzing their relevance to top trader patterns.
  * Identifying and avoiding "copytrader farming" wallets that exhibit suspicious behavior like rapid buy-and-sell cycles.
  * Ensuring trades align with AI insights and overall market trends before execution.

***

### **3. How They Interact**

1. **User Input:** You provide a command or set of requirements, such as “Track this Twitter account and buy tokens with market caps under 15k that match these keywords.”
2. **Agent Processing:** The relevant agent processes your input, evaluates external data (blockchain, social media, top traders), and generates an actionable output.
3. **Cross-Agent Collaboration:** For multi-faceted tasks (e.g., copytrading with chart visualization), agents work together using shared data structures and synchronized operations.
4. **Real-Time Updates:** Results are displayed in real-time through the TrAIder Agent interface, ensuring you’re always in control.

***

### **4. How You'll Be Able To Use It**

* **Define Clear Criteria:** Provide specific thresholds and parameters (e.g., “Avoid tokens where the top 20 holders control more than 30% of the supply”).
* **Instruct the AI To Perform Incremental Trades:** Let him start small and adjust as you observe agent performance.
* **Monitor Outputs:** Review AI insights, Twitter snipes, and copytrading behavior to ensure alignment with your goals.
* **Stay Informed:** Use the AI Vision tool to stay ahead of trends by analyzing newly launched tokens regularly.

***

**Tip:** Combine the strengths of multiple agents for a fully optimized memecoin trading experience! Let us know if you'd like a deeper dive into any specific agent functionality.


---

# 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://traider-agent.gitbook.io/traider-agent/ai-agents.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.
