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

# Safety settings

## Buy Tax Limit

The Snipe only triggers if the buy tax of the selected token is at or lower than the set limit. *Example:* Your buy tax limit is set at 20%. If rockstar token launches with a 40 buy tax, Brocktrade\_bot will not fire, and the snipe stays in "pending mode." If the developer lowers the buy tax to 75%, will fire in Brocktrade\_bot the same block as the tax change.\
**Note:**\
**- Both buy tax and sell tax limits must be met for Btrade to fire**

## Sell Tax Limit

The Snipe only triggers if the sell tax of the selected token is at or lower than the set limit. *Example:* Your sell tax limit is set at 30%. If rockstar token launches with a 50 sell tax, Btrade will not fire, and the snipe stays in "pending mode." If the developer lowers the sell tax to 75%, Btrade will fire in the same block as the tax change. \
**Note:**\
\&#xNAN;**-Both buy tax and sell tax limits must be met for Btrade to fire.**

## Slippage

Normal 0-99% range. It will allow that much movement in the price or the sell times out. It is important to consider the size of your trade, the volatility of the market, and the depth of the liquidity pool. Make sure to also set a slippage tolerance that is appropriate for your risk tolerance.\
**Note: If you set it to 100, it will be considered "unlimited".**

## Min Liquidity Limit

The Snipe only triggers if the paired liquidity of the token is equal to or higher than the amount set by the user. The limit is based on USD value.

## Max Liquidity Limit

The Snipe only triggers if the paired liquidity of the token is equal to or lower than the amount set by the user. The limit is based on USD value.


---

# 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://brocktrade.gitbook.io/brocktrade/settings/safety-settings.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.
