Second deployment of the StableSurgePoolFactory
for Balancer V3.
Pools from this factory use stable math, inspired by Curve stable pools, which is best suited for correlated assets.
They are also connected to the StableSurgeHook
, which increases the swap fee in case of a depeg event according to internal thresholds.
This version uses StablePoolFactory
V2 to create the pools, which has a higher maximum amplification factor than V1, and allows the swap fee manager to modify it without governance intervention.
It also splits the deployment of the hook out of the factory deployment, allowing the hook to be reused by other factories if needed.