Protocol revenue
Every fee, with
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
—
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
- 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.
- 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. - Check the rate. The fee is a
feeBipsargument of10out of 10,000 in the router call, which the router's own code caps at 100. Read the code inrelay-swap.json this site and compare it against the calldata on any transaction. - Add them up. The totals above are the sum of the transfers below, nothing else. If your sum disagrees with ours, ours is wrong.