How MayhemShield Mitigates Threats

Threat
Bot Behavior
Mitigation
How it Works

Single Wallet Dump

One wallet buys & sells repeatedly to profit

Cooldown, maxTx, initial sellTax, whitelist

Contract checks each transfer: if within initial window & wallet not whitelisted → apply cooldown, limit tx amount, tax; optionally revert

Multi-Wallet / Sybil

Many small wallets execute transactions simultaneously

Global monitoring, cumulative dump detection

Guardian Monitor tracks repeated dumping patterns across addresses; triggers multisig actions (pause trading / increase sellTax)

Front-running / Mempool

Bots monitor pending liquidity add

Gatekeeper signed permit + relay

Liquidity added via Gatekeeper relay → contract only accepts valid signed permit, bypassing public mempool, preventing bots from front-running

Whitelisted Bots

Bots on allowed list

KYC for whitelist, permit with nonce & rate limit

Permit only valid for a limited time + unique nonce per deployer; prevents re-use or abuse by bots

False Positives

Genuine users flagged

Human-in-the-loop, appeal process

Multisig review before permanent action; admins can whitelist or rollback

Last updated