# Manual

1. Go to the 'Accounts' tab: In the 0xSniper interface, start by navigating to the 'Accounts' tab.
2. Add Your Wallet: Here, you'll need to enter your wallet's private key. This step is crucial for enabling the bot to execute transactions on your behalf. Remember, your private key is sensitive information. Always ensure you're on the legitimate 0xSniper platform and never share your private key with anyone or any suspicious sites.
3. Contract Address (CA): Enter the contract address of the token you wish to buy. Make sure this is correct, as transactions cannot be reversed.
4. Snipe Amount: For example, if you want to buy 0.04 ETH worth of the token, enter "0.04".
5. Slippage: This accounts for price movement while your transaction is being processed. If the token has a tax, set the slippage to accommodate that.
6. Buy Gwei: This is the gas price for buying the token. The higher the Gwei, the faster your buy order will be processed.
7. Sell Gwei: This is the gas price for selling the token. Like with buy Gwei, a higher sell Gwei will process your sell order faster.
8. Max Buy/Sell Tax: This is the maximum tax on the token you're buying. If a token has high taxes, your buy may fail if you don't set the max buy tax high enough.

   <figure><img src="/files/7C3MJfrH58IKxxlJkNzR" alt=""><figcaption></figcaption></figure>

Once all the parameters are set, click on the "Buy" button to execute the transaction. Always be sure to double-check all details before confirming any transaction.

<br>


---

# 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://0xsniper.gitbook.io/0xsniper/introduction/manual.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.
