> ## 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.

# quick start

> operational in 2 minutes

# quick start

## 1. authenticate

open [@gankdevbot](https://t.me/gankdevbot) on telegram. hit `/start`. tap **launch app**. you're in.

## 2. create wallets

generate a **dev wallet** from the dashboard. this is your deployer — it creates tokens, does the dev buy, and collects fees.

if you want bundles, snipers, swarm, or volume — generate those wallet types too. each type has a specific role. see [wallet system](/platform/wallet-system).

## 3. fund your dev wallet

send sol to the dev wallet address.

| setup                                       | minimum sol |
| ------------------------------------------- | ----------- |
| basic launch (dev buy only)                 | \~0.03      |
| launch + bundles                            | \~0.1       |
| launch + bundles + snipers + swarm + volume | \~0.3+      |

the system will automatically prefund child wallets from your dev wallet before launch.

## 4. configure & launch

from the dashboard launch modal:

1. set token name, symbol, description, upload image
2. set dev buy amount
3. add [bundle wallets](/platform/bundles) — atomic buys in block 0, or delayed waves for later blocks
4. add [snipe wallets](/platform/sniping) — block-targeted buys starting from block 1
5. add [swarm wallets](/platform/swarm-buy) — parallel buys from dozens of wallets
6. enable [volume bot](/platform/volume-bot) — automated trading activity after launch
7. hit launch. everything fires in sequence.

you get the contract address **before** the token goes live — use it for marketing.

## 5. operate

* **live feed** — every transaction in real time
* **positions** — sell buttons (25/50/100%) per wallet or across all
* **volume bot** — start/stop/adjust while the token is live
* **[vamp](/platform/vamp-recovery)** — stops bots, sells everything, recovers all sol to one wallet
* **[consolidate](/platform/consolidate)** — pull sol back without selling (you sell manually)
* **[privacy swap](/platform/clean-funds)** — rotate wallets through xmr for fresh addresses (min 0.2 sol)

## 6. repeat

vamp everything back → [privacy swap](/platform/clean-funds) to fresh wallets → launch again. full cycle in \~45 minutes.

<CardGroup cols={3}>
  <Card title="launch" href="/platform/token-launch">
    full launch pipeline
  </Card>

  <Card title="bundles" href="/platform/bundles">
    atomic and delayed bundle buys
  </Card>

  <Card title="wallets" href="/platform/wallet-system">
    6 wallet types
  </Card>
</CardGroup>
