In production · 2025–2026
Intuition FeeProxy
The affiliate webapp for Intuition's FeeProxy singleton.
A paid mission for the intuition.box DAO (the hub where Intuition missions and their solutions live) which I delivered. It's the affiliate webapp for Intuition's FeeProxy singleton: a multi-tenant fee layer in front of the Intuition MultiVault. One shared contract per network (no factory, no per-affiliate deploy) so any dApp builder registers once as an affiliate (their wallet is the id), sets a fee schedule, and points their app at it. The proxy takes their fee on every routed deposit / atom creation and pushes it to their recipient instantly: no pool, no withdraw. The webapp covers registration, fee config, on-chain stats (read directly, no indexer), an affiliate directory, and a copy-paste agent integration guide. Built with React + wagmi/viem, live on Intuition's testnet. An earlier per-affiliate factory design was retired in favor of this singleton, and the FeeProxy contract itself is Intuition's audited one; my deliverable is the affiliate webapp (plus SDK/Safe tooling). Finishing the design now, in public, with a designer, ahead of mainnet.
Highlights
- Paid mission delivered for the intuition.box DAO
- Affiliate webapp for Intuition's FeeProxy singleton (one shared contract per network)
- Register once (wallet = affiliate id) → fees pushed instantly per routed deposit/atom creation; no pool, no withdraw
- On-chain stats with no indexer + copy-paste agent integration guide + demo dApp
- Earlier per-affiliate factory/proxy design retired for the singleton
- Live on Intuition testnet; design polish (in public) ahead of mainnet
Stack
TypeScriptReactVitewagmi/viemTailwindIntuition MultiVault
My role
Delivered DAO mission (intuition.box): affiliate webapp + SDK / Safe tooling