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.
consolidate
like vamp, but without selling. pulls sol from multiple wallets into one destination. tokens stay where they are — you sell them manually when you’re ready.when to use
- you want your sol back but aren’t ready to sell your tokens yet
- you’re timing a sell and want to do it manually at a specific price
- you need to rebalance sol across wallets without liquidating positions
what it does
consolidate vs vamp
| vamp | consolidate | |
|---|---|---|
| sells tokens | yes (automatic) | no (optional) |
| stops volume bot | yes | no |
| closes accounts | yes | optional |
| end result | wallets completely empty | sol moved, tokens still held |
| use case | full exit | partial recovery |
config
| param | what | default |
|---|---|---|
| source_wallets | wallets to pull sol from | required |
| destination_wallet | where the sol goes | required |
| sell_tokens | sell tokens first | false |
| close_accounts | close empty token accounts | false |
| slippage_bps | slippage if selling | 2000 (20%) |
typical flow
- launch token with bundles, snipers, swarm, volume
- volume bot is running, price is up
- consolidate sol from idle wallets (snipers, bundles) back to dev
- keep volume bot running
- when ready, sell manually from the positions panel
- then vamp the rest