> For the complete documentation index, see [llms.txt](https://docs.waveonsui.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waveonsui.com/product/defi/wave-trading-bot/sniper-functions.md).

# Sniper Functions

### 1. Fun Platform Sniper&#x20;

Wave Sniper allows you to follow any dev wallet and snipe every token it launches with up to 40 wallets at once. &#x20;

To use it, follow these steps:&#x20;

* Press the platform snipe button for the token you want to snipe&#x20;
* Select `Add Dev Wallet`
* Enter the dev wallet address to configure new sniping settings&#x20;

<div><figure><img src="/files/LdkZjFIUQySmhM0OPa19" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xY9uRiVSInXc6YrO2hkx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/WGjaKxerdVci0q1hjL2U" alt=""><figcaption></figcaption></figure></div>

* Select your wallet(s) that you want to use for sniping
* Enter the amount SUI you want to snipe with&#x20;
* Then pressing the `Snipe` button to confirm the snipe order. Done!&#x20;
* If you want to select all of your wallets for sniping you can choose the `All Wallets` button &#x20;

<div><figure><img src="/files/YpQX0xt9dBeMiICeeQs1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Roc2BNTPP0azCIey1mr4" alt=""><figcaption></figcaption></figure></div>

### 2. Liquidity Sniper&#x20;

With Liquidity Sniper, you can add any token that doesn't have a liquidity pool yet and snipe it as soon as liquidity is added with up to 40 wallets at once.&#x20;

Liquidity Sniper works for DEXs on SUI, including Cetus, Turbos Finance, and BlueMove.&#x20;

To use Liquidity Sniper, follow these steps:&#x20;

* From the main menu, press `Liquidity Sniping`
* Press `Add Token`
* Enter the address of a token for new sniping configuration

<div><figure><img src="/files/2lrRdYEWD0DHUShQiDxe" alt=""><figcaption></figcaption></figure> <figure><img src="/files/JulcKpdRgrgQD5uGfma0" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bynv4Cpmshj0sINRZ27g" alt=""><figcaption></figcaption></figure></div>

If you want to select all of your wallets for Liquidity Sniping, follow the steps below:&#x20;

* From the Liquidity Sniping menu, press `All Wallets`
* Enter the amount of SUI you want to snipe with&#x20;
* Done! Wallets actively sniping will be highlighted in green.&#x20;


---

# 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.waveonsui.com/product/defi/wave-trading-bot/sniper-functions.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.
