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

# wallets

> typed wallet system

# wallets

every wallet has a type. the type determines what it can do.

## types

| type    | role                                               |
| ------- | -------------------------------------------------- |
| dev     | deployer. creates tokens, dev buys, collects fees. |
| bundle  | atomic buys in the same block as token creation.   |
| snipe   | block-targeted buys 1-2 blocks after launch.       |
| swarm   | parallel mass buys. dozens of wallets hit at once. |
| volume  | automated buy/sell cycles for volume generation.   |
| regular | general purpose trading.                           |

## lifecycle

```
create → fund → use → vamp
```

1. generate keypair (vanity "pump" suffix optional, up to 100 at once)
2. send sol to it
3. it does its job
4. vamp drains it back to dev wallet

## operations

* **fund** — transfer sol between wallets. 10 sol max per transfer.
* **sell** — sell % of holdings from `regular`, `dev`, or `bundle` wallets.
* **consolidate** — pull sol from many wallets into one. optionally sells tokens first.
* **vamp** — sell everything, close accounts, recover rent, drain sol back. see [vamp](/platform/vamp-recovery).
* **privacy swap** — cross-chain swap through xmr. min 0.2 sol. see [privacy swap](/platform/clean-funds).

## security

keys encrypted at rest. decrypted in memory only for signing. ai wallets isolated from human wallets.
