> For the complete documentation index, see [llms.txt](https://prophetbots.gitbook.io/prophetbots/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prophetbots.gitbook.io/prophetbots/solana-telegram-bot/sol-signal-autosniper.md).

# SOL Signal Autosniper

The AutoSniper can be setup and controlled on the Telegram bot, or on the Trading Terminal (Integration coming soon). Below is a guide that will show you how to use the AutoSniper using our Solana Telegram Bot:\
\
<https://t.me/prophet_sol_bot>

***

## /Start

Upon visiting the ProphetBots Solana Telegram bot, you will be greeted with a start message. This message will provide you with a unique, pre-made wallet for you to use with your Autosniper. If you don't see the start message upon visiting the bot, please us the command /Start

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

***

## SOL Signal Autosniper

On the main menu, you will see a button labelled Signal AutoSniper. Clicking this button will take you to the Signal Autosniper menu, where you will be able to control everything Autosniper related. \
\
When visiting the Signal Autosniper menu, you will recieve a message from the bot providing you a current status check of your Autosniper's settings and whether or not it is active.&#x20;

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

***

## Set Buy Amount

Changing settings within the Autosniper is very simple. Let's run through it, starting with the Buy Amount. \
\
The Buy Amount is how much you are looking to spend PER TRADE. \
\
To change this number, simply press the Set Buy Amount button and enter the amount (in SOL) that you wish to spend per trade. (e.g. to set a Buy Amount of 0.02 SOL, please enter "0.02")

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

***

## Set Take Profit

You'll want to customise your Take Profit strategy to your individual liking. To do this, you'll want to press the Set Take Profit button, found on the Autosniper menu.&#x20;

This will take you to the Take Profit Setup menu. Here you can create, edit and delete TPs for your Autosniper.&#x20;

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

***

## Creating a TP

To create a new TP for your Autosniper, you'll want to press the Create button. This will trigger a prompt from the bot, asking you to:\
\
Firstly, input the take multiplier you wish to set. (e.g. to set a 5x, please enter "5")\
\
Once you have inputted your take multiplier, you will be asked to enter the amount you wish to sell at this TP level. (e.g. to sell 20% of the token holdings you bought, please enter "20")

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

***

## Editing a TP

You may be looking to change strategies at some point, and this will most likely require you to edit your existing TPs. In order to do this, you'll need to start by pressing the Edit button on the Autosniper menu.\
\
You will need to edit your TPs individually. Once you have pressed Edit, you will be asked to enter the number of the TP you wish to edit. (e.g. if you wish to edit this tp -> TP3 = 5x, you would enter "3")\
\
You will then need to enter the new take multiplier you wish to set. (e.g. to set a 5x, please enter "5")\
\
Once you have inputted your new take multiplier, you will be asked to enter the amount you wish to sell at this TP level. (e.g. to sell 20% of the token holdings you bought, please enter "20")

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

***

## Deleting a TP

You may find that you have a TP setting that you wish to remove. To delete the TP, please select the Delete button on the Autosniper menu, and select the TP that you wish to remove.\
\
Once you have done this, you will see that the TP you selected, has now been removed.

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

***

## Make your TPs add up to 100%

It is important to remember that you only have an allocation of 100% to us across your TPs. Before you press save you will want to double check that all of the TPs you have inputted add up to 100%. If they do not, you will receive an error when you try to save.

<div><figure><img src="/files/D1JsGtAfSpnhm4HeZtgI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/umozQsd2ND455LxgyZLg" alt=""><figcaption></figcaption></figure></div>

***

## Saving your settings

You can have up to 10 TPs set for your Autosniper, and you may have spent a good deal of time thinking about them. Once you have created, edited or removed all the TPs that you wish....

{% hint style="warning" %}
DON'T FORGET TO PRESS SAVE!
{% endhint %}

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

If you fail to press save after making all of your changes, your settings will not be updated.&#x20;

***

## Turning on and off your Autosniper

Once you have tweaked and tuned your Autosniper to your liking, all you will be left to do is turn it on. This can be done by simply pressing the Start Sniper button found in the Autosniper menu.\
\
If your sniper is on, this button will appear as Stop Sniper, and pressing this button will indeed stop your sniper, and turn it off.&#x20;

When your sniper is active, you will receive Buy and Sell confirmations, showing you all the necessary details about your token purchase or sale.&#x20;

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


---

# 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://prophetbots.gitbook.io/prophetbots/solana-telegram-bot/sol-signal-autosniper.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.
