Buy Config
The Buy Config controls how the bot buys for a specific rugger. From a ruggerβs config, tap π° Buy Config.
Settings
π΅ Buy Amount
The amount in SOL the bot will spend for each buy triggered by this rugger.
Example : If you set 0.1 SOL, each automatic buy will cost 0.1 SOL (excluding gas fees).
β οΈ Recommended minimum: 0.1 SOL. The default gas fees are ~0.022 SOL per transaction (buy + sell = ~0.044 SOL total). If you snipe with 0.05 SOL, youβll spend almost all of it on fees, which greatly reduces your profitability. See the Gas Fees section below.
β± Snipe Delay
The delay in seconds between the moment the bot detects an event and the moment it executes the buy.
0 seconds = the bot buys immediately.
Use case β Filtering bad tokens: Imagine a rugger that makes 3 good tokens out of 10. The 7 bad ones rug in 2-3 seconds, while the 3 good ones keep climbing. By setting a 5-second delay, the bad tokens will already have rugged by the time of purchase β you buy them at the bottom, which limits the loss. And even better: combine Snipe Delay + Min MC. With a 5-second delay and Min MC at $5,000, the bot will wait 5 seconds and then buy only if the token is above $5,000 β which filters out the βfailsβ tokens that have dropped back down.
π Max Token Age (copy trade only)
The maximum age, in minutes, that a token can have for the bot to copy a buy.
The problem it solves: in copy trading, the wallet you follow may buy a token that has existed for a long time β 50 minutes, 3 hours, a day. These late entries often donβt match your strategy: the token has already made its move.
How it works: if you set Max Token Age to 10 min and your rugger buys a token created 50 minutes ago, the bot ignores that buy. It only copies buys on tokens newer than your limit.
Configuration:
- Value in minutes, from 1 to 1440 (24 hours)
- 0 = OFF (no age filter)
β οΈ This filter only works in copy trading (Track Buys). It has no effect in sniping β a token sniped in Block 0 is by definition 0 minutes old.
π‘ Tip : A short Max Token Age (5-15 min) keeps you aligned with your ruggerβs early entries and filters out its βoff-strategyβ trades. If you copy a trader who also swing trades established tokens, increase the limit or leave it OFF.
π Buy Only Once
When enabled, the bot will only copy the first buy of the wallet and will ignore subsequent ones on the same token.
This setting only appears if Track Buys is enabled in Tracking Mode.
β³ Follow Cooldown (copy trade only)
After the bot has copied a buy on a rugger, it waits a delay before copying another buy from that same rugger. This prevents burst buying when the followed wallet makes several back-to-back entries.
The problem it solves: some wallets make 4-5 buys in a few seconds on different tokens. Without a cooldown, the bot copies everything, and you end up with 5 open positions at once β impossible to manage cleanly.
How it works: value in seconds. If you set Follow Cooldown to 30, once a buy is copied on that rugger, the bot ignores its subsequent buys for 30 seconds, then resets.
Configuration:
- Value in seconds
- 0 = OFF (no cooldown, all buys are copied)
π‘ Difference with Buy Only Once : Buy Only Once filters rebuys on the same token. Follow Cooldown filters closely spaced buys on different tokens. The two work very well together.
π Min MC / π Max MC
The minimum and maximum market cap for a buy to be executed.
Example : Min MC = $5,000, Max MC = $50,000. The bot will only buy if the token market cap is between $5,000 and $50,000 at the time of purchase.
β οΈ Important : These filters are checked after the Snipe Delay.
π Buy The Dip (Buy the dip)
This feature lets you automatically buy when a token drops from its ATH (All-Time High). You can configure up to 3 levels of buying.
Each level has two values:
- The drop percentage from ATH
- The amount to buy
Example with 3 levels:
| Level | Drop from ATH | Amount |
|---|---|---|
| Level 1 | -20% | 0.5 SOL |
| Level 2 | -40% | 1 SOL |
| Level 3 | -60% | 2 SOL |
β The token reaches $100K MC then drops 20% β the bot buys 0.5 SOL. If the token keeps dropping and reaches -40% from ATH β the bot buys an additional 1 SOL. If it falls to -60% β the bot buys another 2 SOL.
Important rules:
- Each level triggers only once per token
- Works just as well in sniping as in copy trading
- The levels are independent of one another β if the token only drops 25%, only level 1 triggers
π‘ Tip : Buy The Dip is especially powerful combined with a Trailing SL. You buy the dips, and the Trailing SL protects your position if the token keeps falling beyond your levels.
Parameter combination
All parameters combine. Full example:
- Buy Amount : 0.1 SOL
- Snipe Delay : 5s
- Min MC : $5,000
- Max MC : $50,000
- Buy The Dip : -20% β 0.5 SOL, -40% β 1 SOL
β The bot waits 5 seconds after the event, checks that the MC is between $5K and $50K, and buys 0.1 SOL. Then, if the token drops 20% from its ATH, the bot buys 0.5 SOL more. If it drops -40%, it buys another 1 SOL.
β‘ Gas Fees (Buy)
Gas fees determine the speed and priority of your transactions. They are the same for buying and selling.
| Fee | Default amount | Description |
|---|---|---|
| Priority Fee | 0.001 SOL | Fees paid directly to the Solana blockchain |
| Tip | 0.001 SOL | Tip given to our validators |
| Bribe | 0.02 SOL | Determines your priority order in our infrastructure. The higher it is, the sooner you go first (minimum: 0.01 SOL) |
Default total: ~0.022 SOL per transaction (buy or sell).
π‘ You can lower the fees (minimum 0.01 SOL total) but it is not recommended β youβll lose the PRIORITY label in transaction processing order, which will affect your buy and sell speed.