Solana Bundler Wallet Setup: A Token Launcher's Wallet Stack
A token launch uses 5 to 200 wallets, each with a role. A practical architecture guide for funding, attribution risk, and post-launch consolidation.

A token launch is not a one-wallet job. The lightest setup runs five wallets, and a serious launch coordinates fifty to two hundred. Each wallet has a single role: one holds the money, one fans it out, one signs the token's birth certificate, one opens the first market, the rest place buys in the launch minute and the hour after. Teams that build this like a small business read their own ledger at a glance. Teams that run everything from one hot wallet end up clustered together by chain analysts, then wonder months later why an exchange listing application quietly goes nowhere.
Here is the right analogy. Picture opening a small cafe. You keep a bank account for payroll, a separate account for rent, a third account for the marketing budget, and a fourth account for the owner's personal pocket. The money never mixes, each account has one job, anyone reading the statement can tell where every dollar went. A token launch runs the exact same way.
How many wallets is a launch?
Calling something "the launch wallet" hides the real shape of the work. A real launch carries at least these roles:
- Vault wallet: holds the SOL budget. Cold, quiet, never visible from the outside. One single wallet is best. Think of it as the savings account where your paycheck lands.
- Distribution wallet: receives from the vault, fans out to lower wallets using multi sender for batch transfers. Sits between vault and operations like the cash in your wallet sits between your bank and the grocery store.
- Creator wallet: the one that signs the token into existence. The moment the token is born, this wallet becomes publicly identifiable, and every move it makes from that point is readable by anyone. The founder's signature on the company's incorporation papers, written once and there forever.
- Treasury wallet: holds the project's long-term reserve. Lives apart from the creator wallet, normally never trades on the open market. The company's main capital, kept in the safe and rarely touched.
- First-market wallet: opens the initial trading pool. Once the pool is burned or locked, this wallet's job is over. The scissors that cut the opening ribbon, used for a single moment.
- Marketing wallet: funds giveaways, social campaigns, payments to influencers. Burns through SOL faster than any other wallet.
- One-shot buyer wallets (5-50): wallets that place buys at the launch moment and then never get used again. Think of them as single-use concert tickets, printed for one show.
- Hot ops wallets: wallets that run coordinated buys in the first hour or join the holder warm-up loop. The daily till that gets passed around during a busy weekend.
- Archive wallets: retired wallets with dust still on them. The shoebox where you keep old receipts.
How these wallets get generated is a separate topic. The Solana wallet generator tool handles that in one batch. This post starts where generation ends.
Is a bundler wallet setup the same as a multisig?
People search "multi wallet" and land on two very different things, so it is worth drawing the line clearly. A multisig is one account that needs several keys to approve a single transaction. Three co-founders share custody of one treasury, and any spend needs two of them to sign. It is a control mechanism for a single balance.
A bundler wallet setup is the opposite shape. It is many independent accounts, each with its own single key, each doing one job in the launch. Nobody co-signs anything. The vault funds the distribution wallet, distribution funds the buyers, and the whole point is that these accounts do not look like they answer to one hand. A multisig concentrates control on purpose. A bundler stack spreads activity on purpose.
You can run both at once. A team might guard the vault and treasury behind a multisig for custody safety, then run the operational floor as a flat bundler stack. When this post says "wallet stack" it means the second thing: a fleet of single-key accounts wired together by a funding path, not one account with several signers.
Money flow as a three-floor building
The funding architecture of a launch sits on three floors. Mix the floors and the chain labels every wallet on the building as "same operator".
- Floor one (Vault): cold, fewer than three wallets, ideally one. Where the SOL budget lives. The bank account behind everything.
- Floor two (Distribution): one or two buffer wallets between vault and operations. This is the floor where you vary the amounts and stagger the timing. The walking-around cash in your wallet.
- Floor three (Operational): the 5 to 200 wallets actually doing the launch work. Creator, treasury, first-market, marketing, one-shot buyers, warm-up. The coins in your pocket.
The logic is plain. If a chain analyst can hop straight from vault to operational in a single transfer, every operational wallet picks up the same cluster label. Add a distribution floor and the hop count grows. The same floor is where you make the amounts uneven. Sending a flat 0.01 SOL to fifty wallets stamps a repeating funding fingerprint. Sending 0.0095, 0.012, 0.0118 and so on breaks that fingerprint.
If you fund fifty wallets in the same minute from a single exchange withdrawal in equal amounts, a forensics analyst has your cluster ready before launch day. This pattern is well documented and picked up by every public chain analysis tool. Never leave a single hop between vault and operations.
What it means to look connected on chain
A cluster of wallets does not need a shared signature to get labeled "the same operator". Same minute, same amount, same source is enough. When those three signals fire together, the cluster closes.
Three places to intervene. Vary the amount, so spread funding between 0.0095 and 0.0118 instead of a flat 0.01. Stagger the timing across hours, not minutes. Vary the path, so two or three distribution buffers give each operational wallet a different upstream trail. Most important of all, never fund a launch from a source tied to your personal exchange account, because that link is permanent and no later cleanup erases it.
Timeline of which wallet does what, when
- T-7 to T-0: wallets get generated, the distribution floor fans funding out, a test network dry run validates the flow, the payment manifest is prepared.
- T-0 (launch moment): the creator wallet signs the token into existence, the first-market wallet opens the pool, the one-shot buyer wallets execute their single buy.
- T+0 to T+60min: operational wallets run coordinated buys on the market, respond to early sell pressure, the holder warm-up loop fires.
- First week: treasury setup finalizes, the marketing wallet starts paying out, the giveaway campaign opens. A token holder snapshot confirms distribution at every stage.
- Wind-down: the SOL left in operational wallets gets pulled back via batch collector for sweeping to a single destination, one-shot wallets retire, the key archive is sealed.
Sweeping up: the step everyone skips
After launch closes, dozens of wallets sit with 0.01 to 0.05 SOL each in small balances and dust. Multiplied across a hundred wallets, that is real money. Most teams skip the sweep step because by the time the launch is done, nobody has energy left and everyone says "we will sweep it later". Later never arrives.
Teams that run sweeping as a planned step recover 1 to 3 SOL per launch. The order goes: clean tiny token balances first, then unwrap any wrapped SOL balances, then use many-to-many transfers for final redistributions, then run batch collector to push everything to a single target. One sitting, the whole stack closed in an evening.
The wallet stack, tool by tool
Every role above maps to a specific step, and each step has a tool that does the heavy lifting. Here is the stack laid out as a build order, from the first generated key to the final sweep.
| Stage | What you are doing | Tool |
|---|---|---|
| Generate | Create the fleet of keys in one batch | Wallet generator (or vanity wallet generator for branded prefixes) |
| Fund | Fan SOL out from the distribution floor in uneven amounts | Multi sender |
| Break the path | Add hops between vault and operations so the cluster does not close | Relay transfer, multi-to-multi relay |
| Buy | Place coordinated buys in the launch minute | Bundled trade, multi-swap |
| Verify | Confirm holder distribution looks right at each stage | Token holder snapshot |
| Self-check | Look at your own wallets the way an analyst would, before launch | Wallet Scope |
| Sweep | Unwrap leftover SOL, then pull dust back to one target | wSOL wrapper, many-to-many, batch collector |
The self-check row is the one launchers skip and later regret. Before you spend a lamport on launch, run your own funding graph through Wallet Scope and see whether the vault-to-operations path already reads as one cluster. If it does, you fix it now, not after the token address is public forever. For the exit side of the stack, coordinated bundled sell and the burner wallet strategy cover how these same wallets wind down.
Three fleet sizes
| Scenario | Wallet count | Approx SOL budget | Typical use | Complexity |
|---|---|---|---|---|
| Simple launch | 5 | 2 to 5 SOL | Plain Pump.fun launch, no extra buyer set | Low |
| Standard launch | 20 | 8 to 20 SOL | Pump.fun or Raydium launch with a buyer set | Medium |
| Aggressive launch | 200 | 50+ SOL | Wide buyer set, holder warm-up, first-hour multi-swap pressure | High |
The simple scenario only needs vault, creator, treasury, first-market and marketing. The standard scenario adds 15 one-shot buyer wallets on top. The aggressive scenario layers in 50 one-shot buyers, 100 warm-up wallets, 30 multi-swap wallets and 15 social distribution wallets. As the count climbs, the discipline has to climb with it. Running a 200-wallet stack with no labels turns into a nightmare three months later.
Security tiers: hot, warm, cold
A launcher should keep three security tiers between the vault and operations. Each tier has its own home and its own risk.
- Cold tier (Vault, Treasury): never touches the internet. The key sits on paper, in a physical safe. The most secure spot in your building.
- Warm tier (Distribution, Creator): only opened when needed, sealed back up when the task is done. The cashier drawer you open on Saturday night to count and balance.
- Hot tier (One-shot buyers, warm-up, marketing): always live. Carries a small amount of SOL, so a loss hurts but does not end the project. The coins in your pocket.
Naming so you help yourself three months later
Most launchers regret skipping wallet labels. A small naming convention rescues the future you. Give every wallet a role: vault, distribution, creator, treasury, first-market, marketing, one-shot buyer, warm-up or archive. Record the address that funded it. Record the funding time. Drop a short note about what it does.
File names follow the same discipline. Project, role, number: project_vault_001, project_dist_001, project_creator_main, project_treasury_cold, project_first_market_001, project_buyer_001 through project_buyer_050. Three months later you read the file name instead of trying to remember which wallet did what.
Lock the naming convention before launch day. Trying to label fifty wallets in the middle of launch is a mistake factory. Assigning the right name at generation time is a one-shot task.
Mistakes that only happen to launchers
Compared to a general multi-wallet operator, a launcher carries a token address that stays public forever. Some mistakes only land on the launcher's side of the table:
- Using the creator wallet to open the first market: the creator address gets tied to the pool forever, and later withdrawals from the pool become readable through the creator wallet.
- Funding one-shot buyer wallets from a single exchange withdrawal in the same minute: the cluster closes within the first hour of launch day.
- Skipping the sweep after launch: SOL sits scattered, the stack stops being recoverable, and the budget quietly leaks.
- Reusing the same wallet set for a second project: cluster analysts link the two projects in the time it takes to refresh a dashboard.
- Storing private keys in Discord, Telegram, or cloud notes: common and very real.
For the rest of post-launch hygiene, the guides category posts and the Solana-tagged writeups cover other parts of stack discipline. A launch run from one wallet rarely recovers cleanly. A launch built on architecture closes cleanly. Treat the wallet stack as a planned business rather than a pile of keys. The version of you reading this three months from now will be grateful.
Frequently asked questions
What is a bundler wallet on Solana? It is one wallet in a coordinated set used to launch and trade a token. On its own it is just a normal Solana account. The word "bundler" describes the job: it fires alongside others, often inside a single Jito bundle, so a group of buys lands in the same block instead of trickling in one at a time.
How many wallets do I need for a token launch? The floor is about five: vault, creator, treasury, first-market and marketing. A standard launch adds ten to twenty one-shot buyers. Past that you are into aggressive territory with warm-up and multi-swap fleets, and the discipline cost climbs faster than the wallet count.
Can chain analysts really link my launch wallets? Yes, and it is easier than most people think. Same minute, same amount, same funding source is enough to close a cluster. You reduce the signal by varying amounts, staggering timing, and adding buffer hops, but you never fully hide a shared origin. Assume the graph is readable and plan around it.
Is running a bundler wallet stack allowed? Using many wallets breaks no Solana rule, and exchanges, funds and market makers all run wallet fleets. What gets people in trouble is what they do with the stack: wash trading, faking volume, or misleading buyers. Keep the mechanics clean and be honest about what the token is.
Bundler wallet or burner wallet, what is the difference? A burner is a throwaway you use once to protect your main identity, common for a single trade. A bundler stack is a structured fleet with roles and a funding hierarchy built for a launch. The one-shot buyers in a launch behave like burners, but the stack around them is planned, not disposable. The burner wallet strategy post goes deeper on the single-wallet side.


