Skip to content

Fee switch

A fee switch lets protocol governance activate, change, or disable a protocol claim on fees. Learn how fee routing works, what it means for liquidity providers, and why fee collection does not automatically mean token-holder income.

Updated

For educational purposes only; not investment advice. Investing may result in loss.

Direct answer

A fee switch is a protocol setting that activates, changes, or disables a protocol claim on fees. In an automated market maker, those fees may otherwise go entirely to liquidity providers. Turning the switch on can redirect part of that existing fee stream to a treasury, burn mechanism, insurance fund, or another governance-controlled destination. Some designs instead add a separate charge, so the contract rules must be checked.

The phrase does not mean that governance-token holders automatically receive cash. Fee activation, fee collection, and use of the collected assets are separate decisions. A protocol can collect fees while leaving them in a contract, spending them on operations, or using them to buy and burn tokens. Direct distribution requires an explicit mechanism and can raise additional legal, tax, and operational questions.

Treat a fee switch as a version-specific, chain-specific configuration, not as a permanent protocol-wide fact. The authorized controller, eligible pools, fee share, destination, and current on-chain state can differ across deployments. Governance posts explain intent; executed transactions and contract storage show what is active.

How it works

First identify the fee base. Let eligible fees mean the swap, borrowing, liquidation, or other charges to which the protocol share applies. If the protocol share is s, then:

Protocol amount = eligible fees × s

If the protocol amount is carved out of a fixed fee paid by users, then:

Provider amount = eligible fees − protocol amount

This is routing, not new economic value. If the protocol share comes out of liquidity-provider revenue, provider yield falls unless volume, pricing, or incentives offset it. If it is added on top, users pay more and routing competitiveness may change.

Activation normally follows a control path: authorized governance executes a proposal; a factory, pool owner, or fee controller updates configuration; pools accrue the protocol share; an authorized collector moves the assets to their destination. Uniswap versions illustrate why implementation details matter: v2 uses the factory’s feeTo setting, v3 exposes per-pool setFeeProtocol controls, and v4 uses a ProtocolFeeController architecture.

Collection and value capture are distinct. Revenue held in a treasury may fund development but creates no automatic claim for token holders. A burn mechanism can reduce token supply, but its economic effect depends on the amount burned relative to issuance and circulating supply. A staking distribution can create holder cash flow, but only for eligible participants and after contract, custody, tax, and governance costs.

Example

Uniswap v2 provides the classic example. Its whitepaper specifies a 0.30% swap fee when the protocol fee is off. When governance sets feeTo, the effective split is 0.25% for liquidity providers and 0.05% for the protocol. The trader’s stated swap fee does not rise; part of what providers would otherwise receive is redirected.

For $100,000 of eligible volume, the gross swap fee is $300, the provider portion is $250, and the protocol portion is $50. That arithmetic estimates accrual, not token-holder income. The destination contract still has to collect the assets, and governance still determines their use.

Uniswap’s executed UNIfication framework shows the second stage. Protocol fees are routed to TokenJar; a Firepit mechanism exchanges accumulated fee assets against UNI supplied and burned by a searcher. This links usage to token burning rather than distributing each collected asset directly to every UNI holder. Later fee-policy proposals also show that activation can vary by protocol version, pool family, and chain.

Risks

The main economic risk is adverse selection by participants. Liquidity providers may remove capital or move to competing venues when their net fee yield falls. Shallower liquidity can worsen execution for traders, reduce volume, and shrink the fee base. A fee rate that maximizes short-term revenue can therefore reduce long-term protocol value.

Technical and governance risks remain. A controller or adapter can be misconfigured; collection and cross-chain routing add contract, bridge, and key-management dependencies; treasury assets can be poorly managed; and governance can change the rate or destination. Legal and tax treatment may differ between treasury accrual, burns, buybacks, and distributions. Verify the current contracts and executed votes rather than relying on a dashboard label or an old proposal.

Common misconceptions

Myth 1: Turning on the switch raises the user fee

Not necessarily. A protocol can carve its share out of the fee already paid to providers, add a surcharge, or combine both approaches. Read the specific contract and fee policy.

Myth 2: Protocol revenue is the same as token-holder revenue

No. Accrued assets belong to the destination defined by the protocol. Holders receive value only through an explicit distribution, buyback, burn, or other mechanism, and each route has different effects.

Myth 3: More captured fees always make the token more valuable

Fee capture can strengthen value accrual, but it can also reduce provider returns and liquidity. Token issuance, unlocks, governance rights, competition, and the use of revenue all matter.

Myth 4: A passed governance discussion proves the switch is active

A forum post or off-chain poll may not execute any state change. Confirm the final on-chain vote, execution transaction, controller address, applicable pools, and current parameters.

Sources

Navigation

Search the wiki...