# Trading Bot Marketplace Scrolling

The AI Agent actively monitors the [Runbot marketplace](https://app.runbot.io/nft), identifying top-performing strategies for potential inclusion in its portfolio.

**Key Features:**

* Daily Analysis: Each day, the AI Agent evaluates the performance of marketplace strategies.
* Strategic Proposals: If adding a new strategy improves overall portfolio performance (e.g., reducing drawdown from 30% to 10%), the AI Agent suggests its purchase.

**Example in Practice:**\
The agent identifies a strategy with exceptional volatility control that complements existing strategies. It proposes acquiring this strategy to enhance risk-adjusted returns.


---

# 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://whitepaper.runaigent.fun/ai-agent-capabilities/trading-bot-marketplace-scrolling.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.
