To ensure a fair and secure launch, Charly Token (CHA) includes an intelligent anti-bot protection system that actively defends against snipers and exploitative bots during the critical early moments after trading goes live.
This system is implemented directly into the smart contract and is fully transparent β viewable by anyone on BscScan.
π How It Works
Immediately upon deployment, trading is open β there is no manual “enable trading” delay, ensuring a clean and decentralized launch.
However, for the first 10 minutes (BOT_PROTECTION_DURATION = 10 minutes
) after launch, the contract enforces several rules to block bot behavior and create a fairer environment for real buyers:
βοΈ Protection Rules (Active for First 10 Minutes)
- π« 1 Transaction Per Block (Per Wallet)
- Each wallet is only allowed one transaction per block.
- This prevents spamming bots from rapidly buying multiple times in a single block.
- Enforced by tracking the
lastTxBlock
per wallet.
- πΈ Max Gas Price Limit: 100 Gwei
- Transactions with gas prices above 100 Gwei will be rejected.
- This stops bots from paying high gas to jump ahead in the mempool and front-run honest buyers.
- π§’ Max Buy Limit: 1% of Total Supply
- Any single purchase from the liquidity pool is capped at 1% of the total supply (10 million CHA).
- This ensures no one wallet can snipe a massive portion of supply during the launch window.
β³ When Do Restrictions End?
After 10 minutes from launch, all the above anti-bot rules are automatically lifted. From that point forward:
- Unlimited buys are allowed (subject to gas)
- Multiple transactions per block are permitted
- Gas price restrictions are removed
β The token behaves like a normal ERC20 from that point on.
π Is This a Honeypot or Trap?
Absolutely not.
- β There are no functions to block transfers, blacklist wallets, or trap funds.
- β The anti-bot logic is fully time-based and lifts automatically.
- β The contract does not charge any tax on transfers.
- β Full source code is verified and open on BscScan.
π€ What About Trading Bots?
Many bots attempt to front-run new token launches using methods like:
- Spamming multiple txs in a block
- Setting excessive gas to get priority
- Attempting to buy 10β50% of supply instantly
Thanks to Charlyβs anti-bot logic, these bots will be:
- Rejected if they try to send too many transactions per block
- Blocked if their gas price is too high
- Denied if they exceed the buy limit
π‘ Developer Note
This anti-bot system is implemented at the contract level, meaning:
- It cannot be turned off early by the dev
- It does not rely on external tools or centralized control
- Itβs auditable and immutable
π§ In Summary
Feature | Value |
---|---|
Trading enabled on deploy | β Yes |
Anti-bot duration | β±οΈ First 10 minutes |
Max gas price | β½ 100 Gwei |
Max buy limit | π§’ 1% of supply |
1 tx per block | π Enforced |
Transfer tax | β Zero (0%) |
Manual blacklist | β None |