Introduction
The GEM Anti-Bot feature is designed to blacklist sniper bots targeting your PancakeSwap listing, enhancing security for presales on Gemlaunch. This tool helps protect your project from bots that inflate prices and disrupt trading immediately after listing.
For a step-by-step video guide, watch our tutorial video below
Here’s is an example of how the GEM Anti-Bot can help price action upon the launch of your project:

To use GEM Anti-Bot, it must be integrated into your contract before creating your presale. If you decide to enable it after the presale is filled but before the launch, there is a 1 BNB service fee.
Key Features
Prevents Price Inflation: Stops bots from inflating prices at the moment the token is listed.
Limits Repeated Transactions: Adds a delay between transactions to prevent multiple swaps within the same transaction.
Controls Trade Limits: Sets a limit on the amount of tokens that can be traded per transaction.
Adjustable Trade Limits: Allows for gradual changes in the maximum tradable tokens over time.
Blacklist Control: Enables manual addition of bot addresses to a blacklist, blocking these addresses from trading.
Mechanism
When creating tokens on Gemlaunch, you have the option to enable or disable GEM Anti-Bot:
Trade Delay: Blocks all trading during the initial listing block. Trading opens from the second block onward.
Gradual Token Availability: The limit on the number of tokens tradable per transaction increases gradually, based on the number of blocks passed since the initial block. GEM Anti-Bot will automatically deactivate after a set number of blocks, depending on the configuration.
Customizable Trade Limits: The amount of tradable tokens and the trade time limit per transaction can be customized uniquely for each token. Only the project creator can modify these parameters.
Manual Blacklist Control: Add or remove addresses from the blacklist as needed. Addresses on the blacklist will be restricted from trading.
Implementation Procedure
To enable GEM Anti-Bot:
Add Anti-Bot Code to your contract.
Deploy Token Contract with the Anti-Bot code.
Set Owner Rights for the Anti-Bot configuration.
Configure Anti-Bot Settings as desired.
Enable Anti-Bot to activate protection.
Last updated