BLOG · 6 Sept 2026 · 6 MIN
How many wallets should a bundle use?
The protocol caps the exemption list at 32, so that is the ceiling. The floor is whatever stops being worth the overhead — in practice around five. Choosing between them is a question of position size and patience rather than a rule.
What more wallets buys
Dispersion, mostly. A treasury spread across sixteen addresses is not one compromised key away from being gone, and a position taken in sixteen pieces prices marginally better than the same position in one.
What more wallets cost
Every wallet is a separate transaction with its own gas, a separate funding transfer, and a separate sweep on the way out. Gas here is cheap enough that this rarely decides anything, but it is not zero.
The real cost is time. Sixteen buys take longer to send than five, and in a three-second window that is the constraint that binds. Signing is not the bottleneck — ten transactions sign in about nineteen milliseconds — but sending them is.
The dust problem at the end
When you sweep, a wallet holding less than the transfer costs cannot be emptied. The remainder is stranded — not lost, just uneconomic to move. Twenty wallets means twenty small residues rather than five.
It is a few cents either way at these gas prices. Worth knowing, not worth optimising around.
A reasonable default
Ten to sixteen covers most cases: enough dispersion to matter, few enough that the volley stays tight and the sweep stays tidy. Go to 32 when the position is large enough that curve slippage on a smaller split would cost more than the extra overhead.
Whatever you pick, name all of them on the exemption list — including the ones you do not intend to use this time. That list cannot be extended later.
Keep reading
5 min read
The exemption list: 32 addresses, fixed at creation
pons lets a creator name up to 32 addresses that the opening tax does not apply to. The list is fixed when the token is created and can never be extended.
6 min read
Why one large buy costs more than several small ones
On a constant-product curve, a single large order pays a worse average price than the same amount split into pieces. The arithmetic, and where it stops being true.
6 min read
What a token bundler actually does
A bundler creates a token and buys its opening supply from several wallets in one coordinated move. Here is what that means mechanically, and what it does not mean.