> ## Documentation Index
> Fetch the complete documentation index at: https://docs.demonmode.io/llms.txt
> Use this file to discover all available pages before exploring further.

# volume bot

> generate trading volume

the volume bot creates trading activity on any token by executing random buys and sells across multiple wallets with randomized timing.

## how it works

the bot:

1. creates or uses existing volume wallets
2. distributes sol across wallets
3. executes random buy/sell trades at random intervals
4. continues for the configured duration
5. consolidates all funds back to your primary wallet

## starting a volume session

1. tap **volume** from main menu
2. enter the token contract address
3. configure session parameters:
   * number of wallets
   * total sol to use
   * session duration
4. review and confirm

## session parameters

### number of wallets

more wallets = more unique addresses appearing in transaction history.

| option | effect                              |
| ------ | ----------------------------------- |
| 3-5    | minimal activity, obvious patterns  |
| 10-15  | moderate activity, harder to detect |
| 20+    | high activity, appears organic      |

### total sol

the amount distributed across wallets for trading. this sol is recycled - each wallet buys, sells, buys again, etc.

<Info>
  you don't lose the total sol amount. it's used for trading and consolidated back at the end (minus slippage and fees).
</Info>

### duration

| option  | use case                       |
| ------- | ------------------------------ |
| 15 min  | quick pump before announcement |
| 30 min  | sustained activity for chart   |
| 1 hour  | extended visibility push       |
| 2 hours | major campaign                 |
| 4 hours | full trading session           |

## session management

### viewing active session

shows:

* session id
* token being traded
* wallet count
* trades executed
* volume generated (sol)
* time remaining

### stopping early

tap **stop session** to:

1. halt all trading
2. sell remaining tokens
3. consolidate sol back to primary wallet

## fund consolidation

when a session ends (completed or stopped):

1. all tokens in volume wallets are sold
2. sol is transferred back to your primary wallet
3. small amount (\~0.001 sol) left in each wallet for rent

### expected returns

| input   | typical return |
| ------- | -------------- |
| 10 sol  | 9.5-9.8 sol    |
| 50 sol  | 48-49 sol      |
| 100 sol | 96-98 sol      |

losses are from:

* trading slippage
* token spread
* platform fees
* transaction gas

## tips

<AccordionGroup>
  <Accordion title="start with small amounts">
    test with 1-2 sol first to understand the flow and actual slippage.
  </Accordion>

  <Accordion title="choose liquid tokens">
    volume works best on tokens with existing liquidity. illiquid tokens have high spread.
  </Accordion>

  <Accordion title="time your sessions">
    run during peak trading hours for maximum visibility on trackers.
  </Accordion>
</AccordionGroup>

## tier limits

| tier    | max wallets |
| ------- | ----------- |
| free    | 3           |
| bronze  | 10          |
| silver  | 25          |
| gold    | 50          |
| diamond | 500         |
