# Protocol Fee Expansion: Vote 3
AI summary
This proposal, 'Protocol Fee Expansion: Vote 3', aims to implement changes to how protocol fees are collected on Uniswap V2 and V3 on BNB Chain, Polygon, and Celo. It will redirect V2 protocol fees to a 'TokenJar' contract and transfer ownership of the V3 Factory to a 'V3OpenFeeAdapter' on all three chains. On Celo specifically, it also transfers the 'feeToSetter' role for V2 and ownership of the V4 PoolManager to a 'CrossChainAccount'. These changes are part of a broader initiative to expand fee collection mechanisms across different blockchain networks.
If passed, this proposal will centralize the collection of protocol fees into designated contracts, potentially increasing the revenue stream for the Uniswap DAO. It also streamlines the management of fee-related functionalities by assigning specific roles to adapter and cross-chain accounts. The direct financial impact on token holders or users cannot be determined from this proposal alone, as it focuses on infrastructure changes rather than specific fee percentage adjustments or distribution plans.
Voting results
🐳 Whale votes
0 votes > 5% VPFull proposal
Protocol Fee Expansion: Vote 3
Proposal Spec
If this proposal passes, it will execute three actions, each of which has multiple inner calls.
On BNB Chain and Polygon, the actions will execute the following transactions:
/// Set the recipient of V2 protocol fees to the TokenJar
V2_FACTORY.setFeeTo(address(tokenJar));
/// Set the owner of the V3 Factory to the V3OpenFeeAdapter
V3_FACTORY.setOwner(address(v3OpenFeeAdapter));
On Celo, the action will execute the following transactions:
/// Set the recipient of V2 protocol fees to the TokenJar
V2_FACTORY.setFeeTo(address(to…