Randomized Buy Size (Range)
A good feature to hide your multi-wallet bundle.

Instead of a single number, enter a range and the bot will choose a value within that range. This works especially well with multi-wallet buys to avoid on-chain pattern leaks.
Why use it?
When other bots execute a multi-wallet buy, all wallets often purchase the exact same amount (e.g., 1.00 SOL each). On-chain, that pattern immediately exposes your bundle.
With Blazing’s randomized range, each wallet gets a different size inside your range, which makes your activity harder to fingerprint while keeping your total exposure under control.
How it works
In the amount prompt/field, type a min–max range using a dash
-.Blazing samples a random value per wallet, independently, uniformly between
minandmax(decimals supported).The final sampled amount is what gets sent on-chain and shown in your TX/receipts.
Syntax
Examples
Works when multiple wallets are selected. Each wallet uses its own random draw.
Steps
Select one or more wallets.
When asked for the amount to buy, enter a range
min-max.Confirm the trade as usual (Anti-MEV, gas/priority, and other settings still apply).
Notes & tips
Use narrow ranges to keep risk tight (e.g.,
0.09-0.11).Use wider ranges when you want stronger obfuscation (e.g.,
0.6-1.2).No spaces in the range; use a dash
-as the separator.minmust be greater than 0 and less thanmax.Also works for single-wallet buys if you want slight randomness in size.
By randomizing size per wallet, you preserve privacy and reduce the odds that your multi-wallet bundle is trivially identified from transaction history.
Last updated