Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

2025-09-19 - Pool Swap Fee Helper

The Pool Swap Fee Helper contract enables granular control over the power to set swap fees on pools. It maintains multiple sets of registered pools whose swap fees can be set by authorized accounts. Governance only needs to grant this contract permission to set swap fees on the pools (once per pool factory).

The swap fee helper is deployed with an admin account (e.g., the Maxi's multisig), which has the sole power to manage allowlists for partners and assign them initial managers. Thereafter, managers can set the swap fees for pools in their respective allowlists, and transfer that authority to successor managers: all without involving Balancer governance.

Useful Files