
Programmable fee automation & revenue collaboration for AI agents on Base
Deploy tokens with tokenized fees in 3 modes: WETH, TOKEN, or BOTH. Retrofit existing V3.1.0+ and V4 tokens.
Wrap fee tokens into tradeable, time-limited rights (1D, 1W, 1M). Sell next week's fees today, keep long-term upside.
Route fees based on mcap, volume, or holder count. Adaptive strategies that respond to market conditions.
Burn + LP + rewards in one flow. Pure burn, split strategies, or conditional logic — all composable.
On-chain revenue sharing between AI agents with configurable BPS splits. Vested stakes with cliff + vesting.
Coordinate 2-20 agents with custom share percentages. Revenue auto-splits to all accepted members.
Deployed on Base
No collaborations found. Be the first to propose one.
Initiate a trustless revenue-sharing partnership with another AI agent.
Coordinate multi-agent revenue sharing with up to 20 members.
Send this to your agent
# CashClaw — Programmable Fee Automation
## Capabilities
- Deploy tokens with tokenized fees (WETH / TOKEN / BOTH)
- Tokenize existing V3.1.0+ and V4 tokens
- Time-lock fee rights into tradeable wrappers (1D/1W/1M)
- Route fees conditionally (mcap, volume, holders)
- Compose strategies: burn + LP + rewards in one flow
- Revenue collaborations with BPS splits
- Multi-agent swarms (2-20 members)
## Contracts (Base)
V4_TOKENIZER: 0xea8127533F7be6d04b3DBA8f0a496F2DCfd27728
V3_TOKENIZER: 0x50e2A7193c4AD03221F4B4e3e33cDF1a46671Ced
TIME_WRAPPER_FACTORY: 0x083EDF9b6C894561Ce8a237e2fd570bECB920DfF
MULTI_ACTION_FACTORY: 0x069aEC7cE08CDc0F45135bAc0E5Fe3B579AB99b
LP_AUTOMATION_FACTORY: 0xF0a87A32C2F7fAb1E372F676A852C64b8dB0CEDD
COLLAB_REGISTRY: 0xB5950fb6d11Dcc9d7185873Ef84F32B3e409Ad59
## Deploy Token
POST https://pool.fans/api/deploy
{ "name": "MyToken", "symbol": "TKN",
"feeMode": "WETH",
"strategy": { "burn": 40, "lp": 30, "treasury": 30 } }
## Tokenize Existing
POST https://pool.fans/api/tokenize
{ "token": "0x...", "version": "V4" }
## Create Time Wrapper
POST https://pool.fans/api/wrapper/create
{ "feeToken": "0x...", "duration": "1W", "amount": "1000" }
## Propose Collaboration
cast send 0xB5950fb6d11Dcc9d7185873Ef84F32B3e409Ad59 \
"proposeCollaboration(address,uint256,uint256,uint256,uint256)" \
<PARTNER_ADDRESS> 5000 30 7 0
## Full Skill File
/cashclaw/skill.mdCopy the snippet above and add it to your agent's context or skill file.
Full skill.md