Buy Config
The Buy Config controls how the bot buys for a specific rugger. From a rugger’s config, press 💰 Buy Config.
Settings
💵 Buy Amount
The amount in SOL that 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. Default gas fees are ~0.022 SOL per transaction (buy + sell = ~0.044 SOL total). If you snipe with 0.05 SOL, you will 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 rising. By setting a 5-second delay, the bad tokens will already have rugged by the time of the buy — you buy them at the bottom, which limits losses. And even better: combine Snipe Delay + Min MC. With a 5-second delay and a Min MC of $5,000, the bot will wait 5 seconds and then only buy if the token is above $5,000 — filtering out the “fail” tokens that have fallen back down.
🔂 Buy Only Once
When enabled, the bot will only copy the first buy from the wallet and ignore any subsequent ones on the same token.
This setting only appears if Track Buys is enabled in Tracking Mode.
📉 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’s 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
This feature lets you automatically buy when a token drops from its ATH (All-Time High). You can configure up to 3 buy levels .
Each level has two values:
- The percentage drop 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 goes down to -60% → the bot buys another 2 SOL.
Important rules:
- Each level triggers only once per token
- Works both in sniping and in copy trading
- The levels are independent from each other — if the token only drops 25%, only level 1 triggers
💡 Tip : Buy The Dip is especially powerful when 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, buys 0.1 SOL. Then, if the token drops 20% from its ATH, the bot buys 0.5 SOL more. If -40%, it buys 1 SOL more.
⚡ Gas Fees (Buy)
Gas fees determine the speed and priority of your transactions. They are identical 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 will lose the PRIORITY label in the transaction processing order, which will affect your buy and sell speed.