CA::0xfeEdeB482b45F0DbdAf2e2De10e6aB7F1BF5911C[etherscan]
[flytrap@mainnet:~$TRAP]
$ ssh flytrap@mainnet -p 8453
connecting to ETH/TRAP V4 pool ... OK
loading hook 0x...20CC ............... OK
arming detect heuristics H1..H7 ...... OK
welcome to flytrap.tax

The token that eats bots.
// you swap clean. they pay tax.

FLYTRAP is the first ERC20 with a Uniswap V4 hook that scores every swap on-chain. Honest swappers pay 0.05%. MEV bots pay up to 10%. The surcharge auto-buybacks $TRAP and donates 100% back to LPs. Pool gets deeper. Holders win. No burn theater.

contract address (CA)
$0xfeEdeB482b45F0DbdAf2e2De10e6aB7F1BF5911Cetherscan ->
ca 0xfeEd...911C|hook addr 0x...20CC|chain ethereum
README :: how_it_works.md
[ STEP_01 ]
You swap normally
// Plain wallet, no contract weirdness, no crazy gas - you pay the advertised 0.05% fee. Done.
[ STEP_02 ]
A bot tries to rob you
// Sandwich, frontrun, JIT - the V4 hook spots the pattern in real time and jacks the bot's fee up to 10%.
[ STEP_03 ]
LPs get paid, holders get depth
// The surcharge funds an auto-buyback. 100% of the bought $TRAP is donated to in-range LPs. Liquidity grows. Slippage shrinks.
cat fee_table.csv

$ detect --classify swap

7 on-chain heuristics decide your fee at swap time: same-block sandwich (H1), top-of-block bot (H2), revenge backrun (H3), large-notional JIT signal (H4), soft-blacklist (H5), in-block price drift (H6), known searcher EOAs (H7).

// no transfer tax. no team mint. no admin keys on funds. the trap lives in the pool, not the token.

honest swap0.05%
top-of-block bot (H2)1.05%
sandwich (H1)5.00%
sandwich + drift (H1+H6)7.00%
revenge backrun (H1+H3)10.00%
known searcher / blacklist10.00%
trace flywheel

// Every bot makes the trap deeper. We don't burn supply on buyback - we feed the pool. More LP depth = lower slippage = bigger appetite for swaps = more bots = more skim.

                    +--------------------------------------+
                    |  bot  --(swap, surcharge up to 10%)->|
                    +-------------------+------------------+
                                        |
                                        v
              +---------------------------------------------+
              |  TREASURY skim 25% of (fee - base) in ETH   |
              +-----------------------+---------------------+
                                      |
                            balance >= 0.1 ETH ?
                                      |
                                      v
                    +-----------------------------------+
                    |   AUTO-BUYBACK ETH -> $TRAP       |
                    +-----------------+-----------------+
                                      |
                                      v
                    +-----------------------------------+
                    |  100% donate $TRAP to in-range LPs|   <-- no burn
                    +-----------------+-----------------+
                                      |
                                      v
                              deeper pool depth
                                      |
                                      v
                              less slippage  --> more volume --> more bots --> loop
cat tokenomics.json
80%
LP_RESERVE
seeds the V4 ETH/TRAP pool at launch
15%
TREASURY
bankroll for skim/buyback - no admin can withdraw
4%
DEV_VESTER
3-month cliff, 12-month linear, no rescue path
1%
BURN_AT_DEPLOY
one-shot deflationary signal in factory tx

// no mint after deploy. no owner. no pause. detect parameters tunable by dev Safe for 30 days only, then frozen on-chain forever.

audit_posture.txt

$ forge test --gas-report

Built in Foundry. Atomic factory deploy via Flashbots bundle. CREATE2 salt mined to satisfy V4 hook-permission invariant. Every attack scenario has a regression test.

103
unit tests
12
attacks covered
9
invariants
7
mev heuristics
0
admin keys on funds
30d
until freeze
connect

See it bite. Live

Per-origin surcharge, treasury skim, LP top-ups - every event on-chain, streamed in.