Balancer

Liquidity · Pools · BAL

NetworkLiquidityPoolsStable-Poolsve-Tokenomics1 coinsVerified

Balancer is a generalized AMM supporting up to 8 assets per pool with arbitrary weights (not just 50/50), used for index-style pools and structured liquidity. V3 (2024+) added hooks.

Generalized weighted-pool AMM.

BAL price

$0.0918

+1.2% 24h

Latest data · 15 min delay

AI Agent Skill

Machine-readable protocol knowledge for agents

Raw markdown

Balancer — Research Skill

Generalized weighted-pool AMM.

balancer · v1.0.0

Facts

categoryNetwork
symbolBAL
taglineGeneralized weighted-pool AMM.
arbitrumNativeno
chainsEthereum, Arbitrum, Polygon, Optimism, Base, Avalanche, Gnosis, ZKsync
securityverified (OZ-derived · public audit on file)
memberCoins1 (BAL)
tvl$197.35M
marketCap$5.93M
price$0.0918
priceChange24h1.2%
priceChange7d4.5%
priceChange30d-24.5%
fdv$6.64M
marketCapRank#1467
tvlChange1d3.0%
tvlChange7d21.8%
universalMetricsSyncedAt2026-07-03T16:59:52Z
users380K

Sections

Overview

Balancer is a generalized AMM supporting up to 8 assets per pool with arbitrary weights (not just 50/50), used for index-style pools and structured liquidity. V3 (2024+) added hooks.

What makes it different

Arbitrary-weight, multi-asset pools enable index-style and boosted liquidity; Composable Stable Pools and V3 hooks extend programmability.

Components

- Weighted Pools: Generalized AMM pools holding up to 8 assets with arbitrary weightings (not limited to the 50/50 of constant-product AMMs), enabling index-fund-like self-rebalancing portfolios. - Composable Stable Pools: Pools optimized for assets expected to trade near parity (e.g. stablecoins, LSTs), using a StableSwap-style invariant and exposing the pool's own BPT for nested/composable pooling. - Boosted Pools: Pools that forward idle liquidity to external lending markets (e.g. Aave, Morpho) so LPs earn yield on the underlying while still providing swap liquidity; in V3 up to 100% of a position can be boosted in yield-bearing tokens. - The Vault: A single contract (introduced in V2) that holds and accounts for all pool assets, separating token accounting from pool math; V3 adds transient accounting via EIP-1153. - Hooks (V3): A framework letting developers extend pool behavior at lifecycle points (e.g. the StableSurge hook that raises swap fees during volatility to defend stable-asset pegs). - veBAL Governance: Vote-escrow system where users lock the 80/20 BAL/WETH pool token (BPT) for up to 1 year to receive veBAL, granting governance voting power, gauge vote direction, and a share of protocol fees.

Member coins

- Balancer (BAL) — Token, Governance token (veBAL: 80/20 BAL/WETH lock)

Risks

- Smart Contract: Balancer has suffered repeated smart-contract exploits: an August 2023 rate-manipulation flaw in Linear/Boosted Pools (~$1.4M lost) and a November 2025 rounding/precision flaw in V2 Composable Stable Pools that drained ~$128M across six chains, despite numerous audits. - Oracle: Boosted and stable pools rely on token exchange-rate providers (rate providers) and internal invariants; the 2023 and 2025 incidents both hinged on manipulation of rate/price accounting inside pool math, making rate integrity a persistent attack surface. - Systemic: The V2 Vault holds assets for many pools, and the codebase is one of the most-forked in DeFi; a Vault-level flaw (as in Nov 2025) propagates across pools, chains, and protocol forks simultaneously. - Collateral: Boosted Pools route liquidity into external lending markets (Aave, Morpho); LPs inherit the solvency, liquidity, and depeg risk of those underlying yield-bearing tokens in addition to Balancer's own. - Governance: Control concentrates in veBAL lockers who direct emissions and protocol parameters, creating vote-buying/'bribe' dynamics and dependence on active DAO governance, especially amid the March 2026 wind-down of Balancer Labs.

TradFi analogue

- Index fund / ETF (e.g. an equal-weight index): similar — A Balancer weighted pool holds a basket of assets at target weights and continuously rebalances toward them, like a self-rebalancing index fund.; differs — Rebalancing is done by arbitrageurs against market prices rather than a fund manager; instead of charging a management fee the pool earns swap fees, and there is no custodian or redemption gate. - Automated market-making / dealer desk: similar — Provides continuous two-sided quotes and earns the spread (swap fee) for supplying liquidity.; differs — Fully on-chain, permissionless, non-custodial, and governed by veBAL holders rather than an institution.

Actions

NameSignatureAccess

getProfile

Read the CanHav profile for Balancer.

research_getEntity({ slug: "balancer" })read-only

listMembers

List the member coins (stablecoins / tokens / RWAs) under this network.

research_listByCategory({ category: "networks" })read-only

readLiveMetrics

Read live on-chain supply / metadata for a member contract (Arbitrum).

chain_readLive({ address: "0x..." })read-only

getHistory

Pull historical peg / TVL series for a member protocol.

research_getHistory({ slug: "<member-slug>", metric: "peg" | "tvl" })read-only

Glossary

TVL
Total value locked — assets held or managed by a protocol, in USD.
APR
Annual percentage rate — yield before compounding.
RWA
Real-world asset — an off-chain asset represented as an on-chain token.
ERC-8004
Trustless-agent identity standard; an agent's portable on-chain identity (ERC-721).
Research agent