Protocol revenue

Every fee, with
its transaction.

DRIP charges 0.10% on swaps and harvests. The fee is taken inside your own transaction by Uniswap's router, not by a DRIP contract, and lands in one published wallet. Nothing else is collected: no deposit fee, no management fee, no spread. This page reads that wallet live.

Fee wallet
Open on explorer ↗
Swaps and sells. A second wallet receives harvest fees only: 0x71c3…ebB5 ↗. Both are fresh wallets used for nothing else; their entire balances are protocol revenue.
Collected · USDG
from swaps and harvests
Collected · ETH
from sells settled in ETH
Fee events
each attached to a user transaction
Fee rate
0.10%
capped at 1% by the router itself
Reading the fee wallet from Robinhood Chain…
Verify it yourself
  1. Open the fee wallet on the explorer using the button above. Everything that has ever arrived there is listed, whether or not this page shows it.
  2. Open any incoming transfer. Each one sits inside a swap transaction signed by a user, calling Uniswap's SwapRouter02. There is no transaction where DRIP moves money into this wallet by itself, and there cannot be one: the fee is taken by the router, not by us.
  3. Check the rate. The fee is a feeBips argument of 10 out of 10,000 in the router call, which the router's own code caps at 100. Read the code in relay-swap.js on this site and compare it against the calldata on any transaction.
  4. Add them up. The totals above are the sum of the transfers below, nothing else. If your sum disagrees with ours, ours is wrong.