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
- Choosing and launching your pool
- Providing initial liquidity
- Implementing hooks (optional)
- Setting up incentives through the gauge and our incentive management systems
Pool Types and Use Cases
Pool Type | Key Features | Best For |
---|---|---|
Boosted Pools | 100% yield-bearing exposure, gas-efficient swaps | Passive LPs seeking additional yield |
Weighted Pools | Customizable weight distributions | Token pairs and index-style products |
Composable Stable Pools | Highly correlated assets, native rate scaling | Stablecoin and LST/LRT pairs |
Custom Pools | Fully customizable AMM logic | Specialized trading strategies |
Info
Consult our pool type section for more in-depth information on supported pools on Balancer v3.
Pool Creation and Liquidity
- Use the Pool Creation UI 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 hooks for implementation guidance and our hooks docs.
Gauge System Integration
The gauge system remains consistent with v2:
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
- Grants program offering up to 150k BAL for v3 implementations
- Hooks bounty program for innovative extensions
- Direct support through Balancer Discord