# What are the optimal settings to start with?

Keep your trade size low compared to the size of your account. Ideally less than 10% of your account (less than 2% is better for large accounts).

After you finish testing and are comfortable, use trade sizes of at least 0.1 SOL because low trade sizes make profitability challenging due to priority fees.

We recommend the sell strategy "Sell Proportionally" if you want to sell the same % of your tokens that the mirror sells on each sell.

On the controls screen, we recommend you limit your exposure to each wallet by setting a "max buys per mirror per day." Depending on your strategy, you can set this however you like.&#x20;

For example, you could limit your buys to 3 per mirror per hour and 6 per mirror per day. Alternatively you can set higher limits at 10 per mirror per hour and 100 per mirror per day.

{% hint style="warning" %}
We strongly recommend setting a per mirror buy limit.
{% endhint %}

{% content-ref url="/pages/wavXsc4GVnmriYU7n1sI" %}
[4. OdinBot's Controls](/setup-and-initialization/4.-odinbots-controls.md)
{% endcontent-ref %}

The more wallets you follow the smaller your trade size should be so that you don't max out your account and end up with not enough SOL remaining to cover the cost of entering new positions.

OdinBot has a buffer to ensure enough SOL stays in your account to cover exiting positions.

{% content-ref url="/pages/7CJJhynTS4bSXUxwDOmC" %}
[Trading Strategies](/tracking-academy/trading-strategies.md)
{% endcontent-ref %}

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.md)
{% endcontent-ref %}


---

# 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.odinbot.io/faqs/6.-frequently-asked-questions/what-are-the-optimal-settings-to-start-with.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.
