# Buy Settings

1step supports the following buy-related parameters:

* **Buy Tax**:
* &#x20;Sets the buy tax for the target. If the tax exceeds the set limit, the purchase will not proceed.
* **Sell Tax**:&#x20;
* Sets the sell tax for the target. If the tax exceeds the set limit, the purchase will not proceed.
* **Liquidity Limit**:&#x20;
* Sets the liquidity limit for the target. If the liquidity falls below the limit, the purchase will not proceed.
* **Slippage Limit**:&#x20;
* Sets the maximum allowable price slippage for purchases. Higher slippage can increase the success rate of transactions. If actual price movement exceeds the slippage limit, the purchase will fail.
* **Smart Slippage**:&#x20;
* Activating smart slippage can significantly reduce the risk of sandwich attacks but may increase the chance of purchase failure.
* **Anti-Sandwich Protection**:&#x20;
* By submitting transaction packaging information to a private pool, it completely avoids sandwich attacks.

<br>

<figure><img src="/files/5xZBc8ISZ68Jzp5QEOry" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://1stepapp.gitbook.io/1step-docs-en/task-creation/buy-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.
