The bot fires on a 3-minute interval. No human input. No manual trigger. The cron job runs, the post goes out, the image gets attached.
Green candle detected. The bot posts a bullish $MKTCAT update with image. The streak counter increments. The cat is happy.
Red detected. The bot claims all creator fees that have accumulated. No human touches the wallet. The contract handles it automatically.
Fees → buy $MKTCAT on market → send to dead wallet. The bot posts the burn transaction. Supply decreases. The cat gets rarer.
Every sell, every dump, every paperhander directly funds a buy-and-burn. The mechanism is automatic. The more it dips, the more gets burned.
Creator fees accumulate with every transaction. When red is detected, 100% of accumulated fees are deployed as a market buy. Instant. Automatic. On-chain proof posted every time.
The bot posts the burn transaction publicly on Twitter. You can verify every single one. The supply decreases transparently, with receipts.
# mktcat_bot.py — burn logic def check_and_act(): price = get_price("$MKTCAT") prev = get_last_price() if price >= prev: # green — just post post_update( status="🟢 BULLISH", img=gen_image(price) ) else: # red — claim + burn fees = claim_creator_fees() tx = buy_and_burn(fees) post_update( status="🔥 BURNED", tx=tx, amount=fees ) # runs every 3 minutes schedule(check_and_act, 180)
Solana mainnet. Bot-driven buy pressure on every red candle. Creator fees fund burns. The supply goes one way.
bot active · 3 min interval · red = burn
the game is live · the cat never stops