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

# regular buys

> standard post-launch buys

# regular buys

standard buy transactions that fire after the token is live. no jito bundle, no block targeting — just regular on-chain buys through pump.fun.

## when they fire

regular buys are the last phase in the launch pipeline:

```
block 0:     create + dev buy + bundles     (jito)
block 1-3:   snipes                         (block-targeted)
block 2-5:   swarm                          (parallel)
block 3+:    volume bot starts              (continuous)
after:       regular buys fire              (standard txs)
```

they land whenever the next available block is. no priority fee, no jito tip. they're the cheapest buy type.

## why use them

* **cheapest** — no jito tip, just standard transaction fees
* **most organic** — looks exactly like a normal user buying on pump.fun
* **no wallet limit** — use as many `regular` type wallets as you want
* **post-launch accumulation** — buy more after the initial launch phases settle

## how they differ from other buy types

|                     | regular buy | bundle     | snipe         | swarm    |
| ------------------- | ----------- | ---------- | ------------- | -------- |
| **jito**            | no          | yes        | yes           | no       |
| **block targeting** | no          | block 0    | block 1+      | no       |
| **timing**          | whenever    | guaranteed | targeted      | parallel |
| **cost**            | lowest      | jito tip   | jito tip      | standard |
| **on-chain look**   | normal user | atomic     | fast reaction | wave     |

## standalone usage

outside of launches, you can buy any token at any time:

* from the **dashboard** positions panel — enter a mint address and buy
* via **mcp** — `buy_token` tool with a `regular` wallet
* via **api** — `POST /phases/regular/buy`

## config

| param             | what                                   |
| ----------------- | -------------------------------------- |
| **wallet**        | must be `regular` type                 |
| **amount\_sol**   | sol to spend                           |
| **slippage\_bps** | slippage tolerance (default: 500 = 5%) |

## selling

sell from the dashboard positions panel (25/50/100% buttons) or via the `sell_token` mcp tool. works with `regular`, `dev`, and `bundle` wallets.
