What Is Balancer? Weighted Pools and Custom AMMs Explained
Balancer lets liquidity pools hold more than two assets in custom weights. Learn how weighted pools differ from standard 50/50 AMMs.
Balancer is an automated market maker (AMM) protocol that generalizes the standard two-asset, 50/50 liquidity pool into pools that can hold multiple assets in arbitrary custom weightings, functioning simultaneously as a trading venue and a flexible, self-rebalancing index fund.
Beyond the standard 50/50 pool
Most AMMs, including the original Uniswap design, use a constant-product formula built around exactly two assets held in equal value proportions. That model is simple and battle-tested, but it forces anyone wanting exposure to more than two assets, or an uneven weighting between them, to use multiple separate pools.
Balancer generalizes the underlying math to support pools with up to eight assets, in any weighting a pool creator chooses — for example, an 80/20 split between a governance token and a stablecoin, or a pool with several assets weighted according to a target portfolio allocation. The same core mechanism that makes a liquidity pool work for two assets extends to many, with the pool's constant "invariant" formula generalized accordingly.
How weighted pools function as both AMM and index
Because a weighted pool's math targets specific weight ratios (say, 80% asset A, 20% asset B) rather than equal value split, the pool behaves like a self-balancing portfolio. When the market price of one asset in the pool moves, arbitrage trades against the pool nudge its holdings back toward the target weights — the same mechanism that makes any AMM's internal price track the external market, just generalized across more assets and unequal weights.
This has a practical implication: a liquidity provider in an 80/20 pool is effectively holding a continuously rebalanced 80/20 portfolio and earning trading fees on top, rather than being forced into a strict 50/50 exposure the way a standard AMM pool requires.
Pool types Balancer supports
- Weighted pools — the core generalized model described above, supporting custom weights across multiple assets.
- Stable pools — optimized for assets expected to trade near the same value (like multiple stablecoins), using a specialized invariant for lower slippage between closely correlated assets, conceptually similar to the approach covered in our StableSwap invariant explainer.
- Boosted pools — pools where idle liquidity is simultaneously deposited into a lending market to earn additional yield on top of trading fees, improving capital efficiency for LPs.
- Managed/custom pools — pools with programmable logic for more specialized use cases, including dynamic fee adjustment or weight changes over time.
Balancer vs. a standard constant-product AMM
| Factor | Standard 50/50 AMM (e.g., basic Uniswap pool) | Balancer weighted pool |
|---|---|---|
| Number of assets per pool | Two | Up to eight |
| Weighting | Fixed 50/50 | Any custom ratio |
| Behaves like | Simple two-asset swap venue | Self-rebalancing multi-asset portfolio |
| Impermanent loss exposure | Standard, well-understood | Varies by weight — lower for uneven weights biased toward one asset |
| Complexity for LPs | Lower | Higher — more parameters to evaluate |
Impermanent loss in weighted pools
Impermanent loss still applies to Balancer pools, but the math changes with the weighting. A pool weighted 80/20 toward a stablecoin, for example, exposes LPs to less impermanent loss relative to holding the volatile asset outright than an equal-weight pool would, because the pool's target composition is already tilted toward the more stable asset. Read our full impermanent loss explainer for the underlying mechanics, since understanding it is essential before providing liquidity to any weighted pool with meaningfully unequal ratios.
Governance and the veBAL model
Balancer's governance token holders can lock tokens for voting power that directs which pools receive additional incentive emissions — a vote-locking and gauge-voting design similar in spirit to the dynamics covered in our Curve Wars explainer, since Balancer adopted a comparable vote-escrow governance model for directing liquidity incentives.
Who actually uses weighted pools
Weighted pools serve a few distinct use cases beyond simple trading. Projects launching a new token sometimes use an asymmetric weighting — like 80% new token, 20% established asset — to bootstrap liquidity while limiting how much of the established asset needs to be committed upfront, since the pool requires less of the paired asset than a standard 50/50 launch would. Treasury management is another common case: a DAO or protocol wanting to maintain a diversified reserve while still earning trading fees can deploy that reserve into a weighted pool matching its target allocation, rather than holding it idle.
Risks specific to multi-asset exposure
Holding a position across more assets introduces correlation risk that a simple two-asset pool doesn't have to the same degree — if multiple assets in a weighted pool are exposed to a shared risk factor (say, several tokens correlated to overall market sentiment), a downturn can affect the whole basket simultaneously rather than just one side of a pair. It's also worth checking whether a specific weighted pool uses a standard, audited configuration or a more customized managed pool with programmable logic, since the latter introduces additional smart contract surface area beyond the core weighted-pool math.
Bottom line
Balancer extends the basic AMM concept from fixed two-asset, 50/50 pools into flexible, custom-weighted pools that can hold multiple assets and behave like self-rebalancing portfolios. That flexibility is genuinely useful for projects wanting non-standard exposure or built-in index-like behavior, but it adds complexity that liquidity providers need to actually understand — weighting changes both fee income potential and impermanent loss exposure. Check current pool composition and yield on the yield dashboard before providing liquidity to any weighted pool.
Related articles
This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.