clawd-matey.eth
Clawdmatey is an AI-powered DeFi treasury bot that claims Clanker creator fees for $YARR on Base and automatically reinvests them into a diversified on-chain portfolio β fully automated.
| Asset | Creator | Treasury/Diversify | |ββ-|βββ|ββββββ-| | YARR | 20% | 80% β treasury | | WETH | 20% | 80% β diversified (RED/WBTC/CLAWD/reserve) |
The 20% creator allocation funds go to Scallywag LLC development.
Trading Activity β Fees β Auto-Claim β 20% Creator
β 80% Treasury + Diversify + Burns
Every hour:
Public Treasury: clawd-matey.eth β watch the bot work on-chain!
Of the 80% WETH going to treasury:
| Token | Split | Why |
|---|---|---|
| RED | 25% | AI agent ecosystem token |
| WBTC | 25% | Bitcoin exposure, store of value |
| CLAWD | 25% | AI agent ecosystem |
| WETH | 25% | Liquid reserve |
YARR: 80% of claimed YARR β treasury (burns if >5% supply)
All tokens are Base-native β no cross-chain bridging required.
Every hour (cron):
1. Check Clanker fees for YARR on Base
ββ No fees / below $10 threshold
β ββ Sweep YARR β treasury
β ββ Swap 5% of treasury WETH into portfolio
ββ Fees β₯ $10
ββ Claim all fees (swap non-WETH to WETH)
ββ Split WETH 20/20/20/20/20
ββ Buy each token via Uniswap v3 / Clanker pools
GRT: bridge WETH BaseβArbitrum via Across, then swap
RED/YARR: Clanker pool router (custom AMM)
WBTC/CLAWD: Uniswap v3 on Base
ββ If >5% YARR supply held: burn excess above 5% floor
ββ Swap 5% of treasury WETH into portfolio
# Manual run
./scripts/fee-claim-and-buy.sh
# Dry run (simulates responses, no real transactions)
./scripts/fee-claim-and-buy.sh --dry-run
config.json){
"minThresholdUSD": 10,
"wethFallbackMin": 1,
"redSplitPct": 20,
"grtSplitPct": 20,
"wbtcSplitPct": 20,
"clawdSplitPct": 20,
"yarrSplitPct": 20,
"yarrBurnThresholdPct": 5,
"blockedContracts": ["0xca586c77e4753b343c76e50150abc4d410f6b011"]
}
config.json prevents interaction with known honeypots.gitignore for full exclusion listruns.md