# Limit Strategy

### Copy Trade - Limit Strategy

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

**Trader Spending Limit (SOL per Wallet)** \
This feature acts as a built-in safety net when copying another wallet. You can set a maximum SOL loss limit per wallet, based on the highest profit that wallet has generated for you.

For example:

* You set a **3 SOL limit**.
* The copied wallet grows your balance to **+15 SOL**.
* If performance then drops by **3 SOL** from that peak, Leap will automatically stop copying trades from that wallet.

**Session Spending Limit (Sol)**\
Set the maximum amount of Solana you want to spend per session across all wallets. This is reset if you stop and start the task or close and re-open the bot.&#x20;

**Max Buys Per Wallet Per Hour**\
Set the max amount of buys you want to activate per wallet per hour. The bot will stop copying that wallets buys until the next hour starts.

**Max Buys Per Wallet Per Day**\
Set the max amount of buys you want to activate per wallet per day. The bot will stop copying that wallets buys until the next Day starts.

**Max Buys Per Token Per Day**\
Set the max amount of times you want to buy the same token per day. The bot will stop buying that token until the next day starts.

**Max Buys Per Token Per Week**\
Set the max amount of times you want to buy the same token per week. The bot will stop buying that token until the next week starts.

### All Other Modes - Limit Strategy

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

**Session Spending Limit (Sol)**\
Set the maximum amount of Solana you want to spend per session. This is reset if you stop and start the task or close and re-open the bot.&#x20;

**Max Buys Per Server Per Hour:**\
Set the max amount of buys you want to activate per server per hour. The bot will stop copying buys from that server until the next hour starts.

**Max Buys Per Server Per Day:**\
Set the max amount of buys you want to activate per server per day. The bot will stop copying buys from that server until the next day starts.

**Max Buys Per Token Per Day:**\
Set the max amount of times you want to buy the same token per day. The bot will stop buying that token until the next day starts.

**Max Buys Per Token Per Day:**\
Set the max amount of times you want to buy the same token per week. The bot will stop buying that token until the next week starts.

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

**Max Consecutive Losses** \
Set the max amount of losses you are prepared to have consecutively before stopping the task

**Max Failed Buys**\
Set the max amount of failed buy transactions before it stops trying to buy


---

# 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.leap-blockchain.com/leap-trading-sol-bot/leap-trading-bot-setup/limit-strategy.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.
