# Snipe

Snipe newly launched tokens when liquidity is added or when they migrate from Pump.fun or other supported launchpads to Raydium.&#x20;

To snipe, select an unmigrated token from the Trenches feed or enter an unlaunched token contract address in the Trade search bar. In the **SNIPE** widget, configure your snipe and click **CONFIRM SNIPE**.

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

### Configuring your Snipe

Review the following options when configuring your snipe.

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

1. **Amount:** Set the SOL amount to spend for the snipe.
2. **Minimum SOL Liquidity:** Set the minimum liquidity in SOL to avoid buying dust or low-liquidity pools.
3. **Maximum SOL Liquidity:** Set the maximum liquidity in SOL to avoid buying high-liquidity pools.
4. **Minimum Token Liquidity:** Set the minimum liquidity in tokens to avoid buying dust or one-sided liquidity pools.
5. **Maximum Token Liquidity:** Set the maximum liquidity in tokens to avoid buying extreme one-sided liquidity pools.
6. **Min Token:** Set the minimum number of tokens you want to buy for the specified amount. The transaction will revert if the price has moved too high.

{% hint style="info" %}
**Important:** To edit or delete pending snipes, visit [Pending Orders](/banana-pro/banana-pro/pending-orders.md#configure-pending-snipes).
{% endhint %}

### Settings

Adjust snipe execution settings by clicking the downward arrow next to **MEV TIP**.

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

1. **MEV Protection:** Transactions are sent only to Jito.
2. **Public:** Fastest way to send transactions to the next available validator. Use tighter slippage to mitigate potential sandwich attacks. When enabled, both gas and MEV tip will be used for transactions.&#x20;
3. **Bundle Fees:** When enabled, transactions include a separate priority fee and tip. When disabled, the tip value is used as the priority fee if sent through staked nodes.
4. **Arrow:** Opens and closes settings.
5. **Slippage:** Sets the maximum percentage price difference allowed during execution. Setting it too low may cause transactions to fail.
6. **Transaction Fee:** Extra SOL paid to validators to prioritize your trade over others.
7. **Duration:** The duration the snipe remains active.
8. **MEV Tip:** Extra SOL paid to validators to prioritize your trade over others.


---

# 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://banana-gun.gitbook.io/banana-pro/banana-pro/snipe.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.
