Balancer—AMMs made easy DeFi's most extensive AMM product suite The Balancer protocol delivers fungible and yield-bearing liquidity across Ethereum and select EVM chains
Basics | Balancer What is Balancer? Balancer is a decentralized automated market maker (AMM) protocol built on Ethereum that represents a flexible building block for programmable liquidity
Introduction - Balancer Welcome to the Balancer Explained section, where we delve deep into the design and operation of Balancer v3 This section is perfect for anyone who wants a comprehensive understanding of the protocol's architecture, mechanics, and underlying principles
Home | Balancer Build on Balancer Build custom AMMs, extend existing pool types with hooks, and develop specialized routers
Home | Balancer Governance Overview BAL Token veBAL Emergency subDAO Multisig Governance Process Governable Protocol Fees Snapshot Advanced Impermanent Loss Preminted BPT Relayers Smart Order Router Valuing Bpt Balancer Docs Learn, integrate, and build on a programmable AMM
Balancer Pool Tokens (BPT) | Balancer When users add liquidity to a Balancer pool by depositing tokens, they receive corresponding Balancer Pool Tokens in return These tokens represent their proportional share of the liquidity pool
Tools Hub - docs-v2. balancer. fi veBAL Boost Calculator Calculate your current or theoretical veBAL boost across all Balancer deployments in one dashboard - created by DeFilytica
Whitepaper - docs. balancer. fi Balancer turns the concept of an index fund on its head: instead of paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities
Flash Loans | Balancer These features make Balancer one of the most prominent sources for flash loans in defi Example Code pragma solidity ^0 7 0; import "@balancer-labs v2-interfaces contracts vault IVault sol"; import "@balancer-labs v2-interfaces contracts vault IFlashLoanRecipient sol"; contract FlashLoanRecipient is IFlashLoanRecipient {