# Step-by-Step Guide

Step 1: Visit the Website

First, visit our website at <https://volume.li>. This is the platform where you can interact with the trading bot.

#### Step 2: Connect Your Wallet

Once on the website, you need to connect your cryptocurrency wallet. The website supports various wallets, such as MetaMask, Trust Wallet, and others compatible with BASE.

<figure><img src="/files/IAMjaP8Z7V9iPTQL1nIR" alt=""><figcaption><p>Connect your desired wallet</p></figcaption></figure>

#### Step 3: Enter Token Details

After connecting your wallet, you will need to enter the details of the token you want to increase Volume for:

* **Token Address**: Copy and paste your token's contract address. This is a unique identifier for your token on the Ethereum network. For example, it might look something like `0xAdsc...asda`.

<figure><img src="/files/Yxnice4dOpmrKOQG2tGG" alt=""><figcaption><p>Copy paste your base token smart contract address on the specified field</p></figcaption></figure>

* **Specify Required Volume**: Specify the total volume required . the dapp will then provide how much fee is required to generate that volume , for example $100,000 volume in 24hr  = `0.212 ETH`.

<figure><img src="/files/KYGrkdotzyrDXVWJw6nP" alt=""><figcaption><p>Select your required volume</p></figcaption></figure>

* **Pay the fee**: Once the Volume generation fee is paid the bot will start the execution.

<figure><img src="/files/xm8laPAcDdZAlC08ORyH" alt=""><figcaption><p>The fee will be deducted from the wallet on confirmation</p></figcaption></figure>

#### Step 4: Start Trading

Once you have entered the necessary details, click on the "Pay" button. The bot will then begin executing the trades instantly and show the transaction above

Transactions url on base scan

<https://basescan.org/tx/0xc6f2cd4fafab7234c802788df4c3727ad84e954161c04aadf0ed80138851233b>

#### Step 5: Monitor the Trade

After the trades are executed, the total volume generated will be the sum of the buy volume and the sell volume. For example, if you set the trade volume to $50, it will create $25 buy volume and $25 sell volume.

<figure><img src="/files/E730vtJxndbJCH7rn4dS" alt=""><figcaption><p>This wallet traded 500 times and created $1050 Volume</p></figcaption></figure>

#### Step 6: Transaction Confirmation

After the successful execution of the trades, you will receive a transaction URL. This URL can be used to verify the transaction on the blockchain. If the trade fails for any reason, the amount will be reverted back to your wallet, minus the gas fees.

<figure><img src="/files/0PSqnxPTiFgV1mVQityd" alt=""><figcaption><p>basescan transaction </p></figcaption></figure>

#### Important Notes

* **Transaction Costs**: Be aware that each trade incurs gas fees. Ensure you have enough ETH in your wallet to cover these fees.
* **Risk of Slippage**: High-frequency trading can result in slippage, volume.li manages this and executes trade instantly
* **Market Impact**: While the bot can increase volume, it might not necessarily lead to an increase in token value. Be mindful of the potential market reactions.<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://docs.volume.li/step-by-step-guide.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.
