# Buy Settings

## ✏️  Auto buy <a href="#max-mc" id="max-mc"></a>

If checkmarked, autobuys will now be allowed to trigger for pasted contracts, call channels, and/or copytrade wallets that you have set up. However, enabling this does NOT force you to aut

## ✏️ *Max MC* <a href="#max-mc" id="max-mc"></a>

Choose the maximum marketcap the bot can autobuy.

## ✏️ *Min and Max Liquidity* <a href="#min-and-max-liquidity" id="min-and-max-liquidity"></a>

Choose the minimum and maximum liquidity the bot can autobuy.

## ✏️ *Min MC/Liq* <a href="#min-mc-liq" id="min-mc-liq"></a>

Choose the minimum MC/Liquidity the bot can autobuy.

## ✏️ *Max Buy Tax* <a href="#max-buy-tax" id="max-buy-tax"></a>

Choose the maximum buy tax the bot can autobuy. This is a very important feature, as it can block contracts with high buy tax.

## ✏️ *Max Sell Tax* <a href="#max-sell-tax" id="max-sell-tax"></a>

Choose the maximum sell tax the bot can autobuy. This is a very important feature, as it can block contracts with high sell tax.

## ✏️ ***Gas Price*** **(BSC)** <a href="#gas-price-bsc-bsrg-exclusive" id="gas-price-bsc-bsrg-exclusive"></a>

**Choose the preferred gas price you would like to use. Your gas price determines your transactions’ priority on the blockchain. The higher the price, the quicker the transactions will go through, but you’ll have to pay higher gas fees. For normal transactions, 5-7 gwei is sufficient, but you’ll need to use 8-12 gwei for casual call channel sniping to guarantee good entries. The gas price can go way higher for hyped launches and presales.**

If you’re on ETH, you’ll encounter ***Gas Delta*** instead of ***Gas Price***:

## ✏️ ***Gas Delta*** **(ETH)** <a href="#gas-delta-eth-esrg-exclusive" id="gas-delta-eth-esrg-exclusive"></a>

**Gas delta will act as the max priority gwei on a Type-2 ETH transaction. Essentially, the bot will automatically adjust to the current ETH gas average, and then add the chosen** *Gas Delta* on top of it. Example:

* ETH gas average is 10 gwei
* Set delta to 3 gwei for example
* Your transaction’s gas price will now be 10 (base) + 3 (priority) gwei

**Just like gas price on BSC, gas delta determines your transaction priority on ETH. Higher deltas will yield higher transaction speeds at the cost of higher gas fees.**


---

# 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://sniper-aibot.gitbook.io/docs-sniper-ai/getting-started/wallet-settings/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.
