Skip to content

Latest commit

 

History

History
 
 

20230411-managed-pool-v2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

2023-04-11 - Managed Pool Factory V2

Second deployment of the ManagedPoolFactory, which allows creating Managed Pools using create2, reentrancy protection, and other improvements.

A Managed Pool is a Weighted Pool with mutable tokens and weights, designed to be used in conjunction with an owner contract containing specific business logic. This in turn may support many asset management use cases, such as large token counts, rebalancing through token changes, gradual weight or fee updates, fine-grained control of protocol and management fees, allowlisting of LPs, and more.

⚠️ DO NOT USE DIRECTLY ⚠️

Managed Pools should always be paired with another contract acting as their owner, which should implement sensible security policies. The owner of a Managed Pool has full control over all of its assets.

Useful Files