> For the complete documentation index, see [llms.txt](https://docs.solpilot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solpilot.ai/core-features-the-engine/trading-bot.md).

# Trading Bot

<figure><img src="/files/qFLXSLXvm9SWwQpeKrHK" alt=""><figcaption></figcaption></figure>

<mark style="color:green;">SOL Pilot</mark> bots operate using a multi-agent decision framework inspired by traditional hedge fund logic, designed to automate smart trading decisions at scale.

The entire system is dynamic, learning and adapting as market conditions change. It's the foundation of <mark style="color:green;">SOL Pilot</mark>’s hands-free trading experience.

<figure><img src="/files/y2RKeNYQ3E0pCwwvOGzI" alt=""><figcaption></figcaption></figure>

***

With AI-optimized entries and exits, <mark style="color:green;">SOL Pilot</mark> maximizes trade efficiency, using sophisticated algorithms to identify optimal moments to buy or sell. This automation enhances decision-making and optimizes returns by capitalizing on market opportunities.

{% stepper %}
{% step %}

#### Select your preferred risk profile: High, Medium, or Low

Choose from high, medium, or low risk depending on your trading goals and comfort level. Each profile matches a set of bot strategies tailored to different risk appetites.
{% endstep %}

{% step %}

#### Set a target PnL and let the bot manage execution

Define your profit goal and let the bot automatically manage your trades toward that outcome. You can also choose to manually override trades if preferred.
{% endstep %}

{% step %}

#### Monitor real-time performance through transparent dashboards

Keep track of bot activity, returns, and decision-making through transparent dashboards updated live with PnL, APY, and vault metrics.
{% endstep %}

{% step %}

#### Deposit and withdraw at any time

Enjoy complete control over your funds. Deposit into or withdraw from bot vaults whenever you choose with no lock-in.
{% endstep %}

{% step %}

#### Choose between full automation or manual control

Choose between fully automated trading or manual control. Whether you're hands-off or hands-on, Sol Pilot adapts to your style. Exit positions or rebalance your vaults securely.
{% endstep %}
{% endstepper %}

<figure><img src="/files/lr2ep0ccRK8oI3K7n1Nd" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.solpilot.ai/core-features-the-engine/trading-bot.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.
