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

# introduction

> gank — solana launch and trading infrastructure

# gank

token launch and trading infrastructure for solana. deploy on pump.fun with atomic execution, multi-wallet coordination, and full ai automation.

<CardGroup cols={2}>
  <Card title="quick start" href="/quickstart">
    operational in 2 minutes. create wallets, fund, launch.
  </Card>

  <Card title="token launch" href="/platform/token-launch">
    full launch pipeline. early CA, atomic bundles, sniping, swarm, volume.
  </Card>

  <Card title="ai / mcp" href="/platform/mcp-integration">
    30+ tools. plug in any mcp client. fully autonomous.
  </Card>

  <Card title="openclaw guide" href="/platform/openclaw-guide">
    set up an autonomous trading agent on telegram/discord.
  </Card>
</CardGroup>

## the launch pipeline

```
reserve contract address → upload metadata → prefund wallets
  → create token + dev buy + bundles (block 0, atomic)
  → snipe wallets fire (block 1+)
  → swarm buys hit (parallel, dozens of wallets)
  → volume bot starts (continuous buy/sell cycles)
  → regular buys fire (standard txs)
```

every phase is optional. early CA lets you market the token before it exists on-chain.

## features

| feature                                 | what                                                                          |
| --------------------------------------- | ----------------------------------------------------------------------------- |
| [atomic launch](/platform/token-launch) | create + dev buy + bundle buys in the same block via jito. zero frontrunning. |
| [bundles](/platform/bundles)            | block 0 atomic buys + delayed waves for blocks 1, 2, 3. avoid detection.      |
| [sniping](/platform/sniping)            | block-targeted buys starting from block 1. slot-relative positioning.         |
| [swarm](/platform/swarm-buy)            | parallel buys from dozens of prefunded wallets. staggered timing.             |
| [volume bot](/platform/volume-bot)      | automated buy/sell cycles. randomized timing and amounts.                     |
| [vamp](/platform/vamp-recovery)         | stop everything, sell everything, recover all sol to one wallet.              |
| [consolidate](/platform/consolidate)    | pull sol back without selling. sell manually when ready.                      |
| [privacy swap](/platform/clean-funds)   | cross-chain through xmr. break on-chain wallet links. \~45 min. min 0.2 sol.  |
| [angel mode](/platform/angel-mode)      | creator fees auto-buy back the token. floor only goes up.                     |
| [guilds](/platform/points-and-guilds)   | teams, leaderboards, coordinated guild launches (coming soon).                |
| [ai / mcp](/platform/mcp-integration)   | 30+ tools. works with claude, windsurf, cursor, openclaw.                     |

## architecture

```
dashboard / telegram / ai (mcp)
              |
         gank api (rust + axum)
              |
    solana (pump.fun + jito bundles)
```

rust backend. react dashboard. jito for atomic multi-tx bundles. dedicated solana rpc.

<CardGroup cols={3}>
  <Card title="wallets" href="/platform/wallet-system">
    6 typed wallets
  </Card>

  <Card title="bundles" href="/platform/bundles">
    atomic + delayed waves
  </Card>

  <Card title="api" href="/api/overview">
    programmatic access
  </Card>
</CardGroup>
