> For the complete documentation index, see [llms.txt](https://docs.bitfoot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitfoot.com/features/auto-sniper.md).

# Auto Sniper

*Our Auto Sniper is the best on the market. Trade 8 times faster than on Uniswap.*

You can automatically buy tokens as soon as they are listed.

### Main Menu > Auto Sniper

<figure><img src="/files/U6pqAK3jdrYal3rBswHi" alt=""><figcaption><p>Auto Sniper</p></figcaption></figure>

Before going to Auto Sniper you can predefine criteria for sniping in the [Sniper Settings](/settings/sniper.md).

## [👣](https://emojipedia.org/footprints) Auto Snipe Step-by-Step

### 1. Enter the token contract you wish to snipe

Specify the smart contract address of the token they intend to purchase.

### 2. Enter how much you want to spend in ETH

Sets the amount of Ether to be used for the purchase of the token.

### 3. Enter bribing tip

Offers an additional fee to block builders to prioritize your transaction within the network.

### 4. Select the wallets you want to snipe with

Chooses which connected wallets will be used to execute the snipe orders.

And you are set.

### Buy Functions

<figure><img src="/files/mNgoSUf7IIJ8YYDuwJlr" alt=""><figcaption><p>Buy Functions</p></figcaption></figure>

#### 💰 Buy

Execute purchase orders with set amounts of ETH as defined by you.

#### ⚙️ Config

Sets various buying parameters and thresholds.

#### ✅ Pre Approve

Automatically approves the token for future transactions post-purchase.

#### 🔄 Refresh

Refresh token statistics.

### Sell Functions

<figure><img src="/files/TACJu6KEy7J8gGD1Wo29" alt=""><figcaption><p>Sell Functions</p></figcaption></figure>

#### 🛒 Sell Initials

Sells only the initially bought amount of the token.

#### 🚮 Sell All Wallets

Executes sell orders across all connected wallets holding the token.

#### 📤 Transfer

Moves tokens between wallets prior to executing a sale.

#### ✏️ Sell %

Sells a specified percentage of your token holdings.

#### ⚙️ Config

Sets various selling parameters and thresholds.

#### 🔄 Refresh

Refresh token statistics.

## ⌛ Pending Snipes

You can check and manage Pending snipes in Main Menu > Pending Snipes.

<figure><img src="/files/LcWvq8R8vJjcUtXZgnQZ" alt=""><figcaption><p>Pending Snipes</p></figcaption></figure>

You can click on the current snipe to edit the settings or to delete the snipe.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bitfoot.com/features/auto-sniper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
