What is fee switch?

A governance-controlled setting that diverts part of a protocol's fee income from liquidity providers or users to the token treasury or to token holders.

Not yet verifiedHow we verify

3 min read

In this entry

A governance-controlled setting that diverts part of a protocol's fee income from liquidity providers or users to the token treasury or to token holders.

Turning it on is one of the few ways a governance token acquires a claim on real cash flow, and one of the most contested votes a protocol holds, because the revenue has to come from someone already receiving it. Proposals often phase it in on selected pools first. Whether a fee switch is live, and on what, is visible in governance records.

The misunderstanding is that flipping the switch creates revenue. It does not create anything. It reallocates a share of fees that liquidity providers were receiving, which is why the people who supply the depth a protocol depends on tend to vote against it.

How it works

A decentralized exchange or lending protocol collects a fee on every interaction and pays it to whoever supplied the capital. A fee switch is a parameter that redirects a fraction of that flow somewhere else.

The Uniswap v2 white paper describes the design most others copied: a protocol fee that, when enabled, takes one sixth of the 0.30% trading fee, which is 0.05% of the trade, leaving 0.25% for liquidity providers (source: the Uniswap v2 white paper). The trader pays the same either way. Only the split changes.

Three questions decide whether a switch matters to anyone holding the token:

  1. Is it on? Most protocols ship the capability disabled and never enable it.
  2. Where does the money go? A treasury the token holders do not control is a different proposition from a distribution to holders.
  3. What does it cost in depth? Cutting provider returns can push liquidity to a competing venue, which reduces volume and shrinks the very fee being split.

That third point is the reason these votes are hard. A protocol with switchable fees and a rival without them is asking its providers to accept less for the same work.

Regulatory considerations sit underneath as well, because a token distributing protocol revenue to holders looks different to a securities regulator than one that does not.

Example

Illustrative arithmetic. A pool does $100 million of monthly volume at a 0.30% fee, which is $300,000 in fees. Providers currently receive all of it. Enable a switch taking one sixth and the treasury receives $50,000 a month while providers receive $250,000. If a sixth of the liquidity leaves in response and volume falls proportionally, total fees drop to $250,000, the treasury gets about $41,700, and providers get about $208,300. Everyone is worse off than the naive calculation suggested.

Why it matters when you buy

A governance token with no fee switch enabled has no claim on any cash flow, whatever the protocol's revenue looks like, so revenue figures quoted alongside such a token describe the protocol rather than the token. Check governance records for what is actually live, and see the coin pages for what a token is.

governance token — what votes on the switch, real yield — revenue actually distributed, liquidity pool — where the fee originates, automated market maker — the venue design, defi — the sector this belongs to, buyback and burn — an alternative use of the proceeds.

Questions

Does a fee switch make the token more valuable?

It gives the token a claim on revenue it did not previously have, and it can also reduce that revenue by pushing liquidity elsewhere. Both effects are real and the net result is specific to the protocol.

Who decides whether to turn it on?

Token holders through a governance vote, in most designs, sometimes with a delay or a multi-signature execution step afterwards. The exact mechanism is in the protocol's own governance documentation.

Do traders pay more when a fee switch is on?

Usually not. The typical design splits the existing fee rather than adding to it, so the cost to the trader is unchanged and the liquidity provider's share falls.