Onboarding to Balancer v3

Balancer v3 introduces a simplified and more efficient AMM infrastructure, optimized for scalability and developer experience. The v3 architecture brings native support for yield-bearing tokens, 100% boosted pools, and a flexible hooks system for custom pool extensions.

Key Improvements

  • Simplified pool development with core features managed by vault
  • Native support for yield-bearing tokens
  • Gas-efficient 100% boosted pools
  • Flexible hooks system for custom extensions
  • No token whitelisting required

Onboarding Steps

  1. Choosing and launching your pool
  2. Providing initial liquidity
  3. Implementing hooks (optional)
  4. Setting up incentives through the gauge and our incentive management systems

Pool Types and Use Cases

Pool TypeKey FeaturesBest For
Boosted Pools100% yield-bearing exposure, gas-efficient swapsPassive LPs seeking additional yield
Weighted PoolsCustomizable weight distributionsToken pairs and index-style products
Composable Stable PoolsHighly correlated assets, native rate scalingStablecoin and LST/LRT pairs
Custom PoolsFully customizable AMM logicSpecialized trading strategies

Info

Consult our pool type section for more in-depth information on supported pools on Balancer v3.

Pool Creation and Liquidity

  1. Use the Pool Creation UIopen in new window to:
    • Select pool type
    • Configure parameters
    • Set initial liquidity
    • Deploy pool

Boosted Pools

Boosted Pools in v3 use an efficient buffer system that:

  • Maintains 100% exposure to yield-bearing assets
  • Provides gas-efficient swaps
  • Automatically manages underlying token conversions

Check out our pool creation tutorials and docs for more details.

Implementing Hooks (Optional)

Balancer v3 remains a platform for AMM experimentation and innovation, allowing custom pools to iterate on existing or define entirely new swap invariants. With the v3 vault handling much of the responsibility that was previously delegated to the pool contract, internally developed pools are significantly less complex. By shifting core design patterns out of the pool and into the vault, we believe v3 strikes a better balance and produces a 10x improvement in pool developer experience (DX).

In addition to custom pools, we’ve introduced a hooks framework that allows developers to easily extend existing pool types at various key points throughout the pool’s lifecycle. While already present in v2, the v3 vault formalizes the definition of hooks and transient accounting enables secure vault reentrancy, unlocking an infinite design space.

To showcase the potential of hooks, we’ve put together some simple examples:

Developer Resources

Check our example hooksopen in new window for implementation guidance and our hooks docs.

Gauge System Integration

The gauge system remains consistent with v2:

  1. BAL rewards through veBALopen in new window votes
  2. Integration with vlAURAopen in new window
  3. Direct incentive placement options

See our gauge onboarding documentation for detailed setup instructions.

Core Pool Status

Review our core pools documentation for information about enhanced benefits and requirements.

Developer Support

Additional Resources