# Table of Contents - [Overview | Balancer](#overview-balancer) - [Sepolia Authorizer Permissions | Balancer](#sepolia-authorizer-permissions-balancer) - [XLayer Authorizer Permissions | Balancer](#xlayer-authorizer-permissions-balancer) - [Balancer Repositories | Balancer](#balancer-repositories-balancer) - [Unknown](#unknown) - [Unknown](#unknown) - [Unknown](#unknown) - [Unknown](#unknown) - [Unknown](#unknown) - [Unknown](#unknown) - [ | Balancer](#-balancer) --- # Overview | Balancer [#](https://docs.balancer.fi/developer-reference/#developer-reference) Developer Reference =========================================================================================== For the most common use cases the APIs of interest will be the [Router](https://docs.balancer.fi/developer-reference/contracts/router-api.html) or the [BatchRouter](https://docs.balancer.fi/developer-reference/contracts/batch-router-api.html) . We also provide a [JS/TS SDK](https://docs.balancer.fi/developer-reference/sdk/) to assist with interacting with the Balancer Protocol. Checkout the [Integrations Guides](https://docs.balancer.fi/developer-reference/sdk/) for Solidity and Javascript examples on common actions like adding/removing liquidity and making swaps. Individuals are encouraged to contact our developers via [Discordopen in new window](https://discord.balancer.fi/) to request further assistance. --- # Sepolia Authorizer Permissions | Balancer [#](https://docs.balancer.fi/developer-reference/authorizer/sepolia.html#sepolia-authorizer-permissions) Sepolia Authorizer Permissions ======================================================================================================================================== Loading permission table... --- # XLayer Authorizer Permissions | Balancer [#](https://docs.balancer.fi/developer-reference/authorizer/xlayer.html#xlayer-authorizer-permissions) XLayer Authorizer Permissions ===================================================================================================================================== Loading permission table... --- # Balancer Repositories | Balancer A comprehensive catalog of all public Balancer repositories (82 total) organized by purpose and version. See [below](https://docs.balancer.fi/developer-reference/repositories.html#repository-statistics) for statistics and specific guidance. * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#active-repositories) Active Repositories ============================================================================================================ [#](https://docs.balancer.fi/developer-reference/repositories.html#forkable-templates) Forkable Templates ---------------------------------------------------------------------------------------------------------- These repos are designed to be forked and used for new development by partners. They include the essentials for developing particular products, without the "noise" associated with the core repositories used by the Balancer team. ### [#](https://docs.balancer.fi/developer-reference/repositories.html#scaffold-balancer-v3) [scaffold-balancer-v3open in new window](https://github.com/balancer/scaffold-balancer-v3) **Status:** Actively maintained (February 2025) • 104 stars • 103 forks A comprehensive starter kit for building on Balancer V3. Accelerates the process of creating custom pools and hooks contracts with a local fork environment and frontend playground. Includes example implementations of custom AMMs, dynamic swap fee hooks, lottery hooks, and exit fee hooks. Built on Scaffold-ETH 2 framework with integrated testing utilities and live examples at scaffold.balancer.fi. **Repository:** https://github.com/balancer/scaffold-balancer-v3 **Primary Use:** Creating and testing custom pools and hooks for Balancer V3 ### [#](https://docs.balancer.fi/developer-reference/repositories.html#custom-pool-v3) [custom-pool-v3open in new window](https://github.com/balancer/custom-pool-v3) **Status:** Active template (June 2025) • 1 star • 2 forks Example template for creating external custom pools for Balancer V3. Provides a foundation for developers to extend and create new pool types with novel invariants. **Repository:** https://github.com/balancer/custom-pool-v3 **Primary Use:** Building custom AMM pool types for V3 ### [#](https://docs.balancer.fi/developer-reference/repositories.html#weighted-stable-pool-v3) [weighted-stable-pool-v3open in new window](https://github.com/balancer/weighted-stable-pool-v3) **Status:** Active template (April 2025) • 0 stars • 1 fork Example template combining weighted and stable pool mechanics for Balancer V3. Demonstrates how to create hybrid pool types. **Repository:** https://github.com/balancer/weighted-stable-pool-v3 **Primary Use:** Building hybrid pool implementations for V3 ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v3-sdk-examples) [balancer-v3-sdk-examplesopen in new window](https://github.com/balancer/balancer-v3-sdk-examples) **Status:** Active template (April 2025) • 0 stars • 0 forks Collection of example scripts demonstrating how to use the Balancer SDK to perform pool operations using TypeScript for V3 pools. **Repository:** https://github.com/balancer/balancer-v3-sdk-examples **Primary Use:** Learning SDK integration patterns for V3 ### [#](https://docs.balancer.fi/developer-reference/repositories.html#pool-operation-examples-v3) [pool-operation-examples-v3open in new window](https://github.com/balancer/pool-operation-examples-v3) **Status:** Active template (March 2025) • 0 stars • 3 forks Example scripts showing how to perform various pool operations on Balancer V3, including swaps, adds, and removes with working code samples. **Repository:** https://github.com/balancer/pool-operation-examples-v3 **Primary Use:** Learning pool operation mechanics for V3 ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v3-foundry-starter) [balancer-v3-foundry-starteropen in new window](https://github.com/balancer/balancer-v3-foundry-starter) **Status:** Active template (July 2025) • 0 stars • 1 fork Minimal Foundry-based starter template for Balancer V3 development with basic setup and configuration. **Repository:** https://github.com/balancer/balancer-v3-foundry-starter **Primary Use:** Quick start for Foundry-based V3 projects ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v2-foundry-starter) [balancer-v2-foundry-starteropen in new window](https://github.com/balancer/balancer-v2-foundry-starter) **Status:** Active template (February 2025) • 0 stars • 0 forks Minimal Foundry-based starter template for Balancer V2 development with basic setup and configuration. **Repository:** https://github.com/balancer/balancer-v2-foundry-starter **Primary Use:** Quick start for Foundry-based V2 projects * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#core-repositories) Core Repositories -------------------------------------------------------------------------------------------------------- These are official Balancer Team repos, and reflect the current state of the codebase (which may be ahead of deployed code). ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v3-core) Balancer V3 Core #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v3-monorepo) [balancer-v3-monorepoopen in new window](https://github.com/balancer/balancer-v3-monorepo) **Status:** Actively maintained (December 2024) • 120 stars • 98 forks • GPL-3.0 The main monorepo for Balancer V3 protocol containing the Vault, pool implementations, routers, and core infrastructure. This is the primary development repository for V3 with all smart contracts and testing infrastructure. **Repository:** https://github.com/balancer/balancer-v3-monorepo **Primary Use:** Core V3 protocol development #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v3-erc4626-tests) [balancer-v3-erc4626-testsopen in new window](https://github.com/balancer/balancer-v3-erc4626-tests) **Status:** Actively maintained (December 2024) • 3 stars • 2 forks Fork testing suite for ERC4626 token integrations with Balancer V3 pools, ensuring compatibility with yield-bearing token standards. **Repository:** https://github.com/balancer/balancer-v3-erc4626-tests **Primary Use:** Testing ERC4626 compatibility #### [#](https://docs.balancer.fi/developer-reference/repositories.html#docs-v3) [docs-v3open in new window](https://github.com/balancer/docs-v3) **Status:** Actively maintained (December 2024) • 5 stars • 22 forks • Vue Official documentation for Balancer V3, including developer guides, concepts, integration instructions, and API references. **Repository:** https://github.com/balancer/docs-v3 **Primary Use:** V3 protocol documentation #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-subgraph-v3) [balancer-subgraph-v3open in new window](https://github.com/balancer/balancer-subgraph-v3) **Status:** Actively maintained (December 2024) • 3 stars • 9 forks • MIT The Graph protocol subgraph for indexing Balancer V3 data including pools, swaps, liquidity positions, and protocol analytics. **Repository:** https://github.com/balancer/balancer-subgraph-v3 **Primary Use:** V3 data indexing #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-maths) [balancer-mathsopen in new window](https://github.com/balancer/balancer-maths) **Status:** Actively maintained (December 2024) • 10 stars • 5 forks Mathematical libraries and implementations for Balancer V3 pool calculations, including weighted math, stable math, and other invariant calculations with comprehensive test coverage. **Repository:** https://github.com/balancer/balancer-maths **Primary Use:** Pool math reference and validation #### [#](https://docs.balancer.fi/developer-reference/repositories.html#reclamm) [ReCLAMMopen in new window](https://github.com/balancer/reclamm) **Status:** Actively maintained (December 2024) • 3 stars • 4 forks AutoRange Pools implementation for Balancer V3 — fungible concentrated liquidity pools that automatically adjust the price range according to market conditions. **Repository:** https://github.com/balancer/reclamm **Primary Use:** Advanced concentrated liquidity features #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-angstrom) [balancer-angstromopen in new window](https://github.com/balancer/balancer-angstrom) **Status:** Active development (October 2024) • 1 star • 2 forks Angstrom Router and Hook implementation for Balancer, providing preferential trading access to specific nodes for Angstrom pools within a given block. **Repository:** https://github.com/balancer/balancer-angstrom **Primary Use:** Specialized routing for Angstrom integration #### [#](https://docs.balancer.fi/developer-reference/repositories.html#pools-manager) [pools-manageropen in new window](https://github.com/balancer/pools-manager) **Status:** Active development (October 2024) • 0 stars • 1 fork Pool management utilities and contracts for Balancer V3, providing tools for pool administration and governance. **Repository:** https://github.com/balancer/pools-manager **Primary Use:** Pool administration tools #### [#](https://docs.balancer.fi/developer-reference/repositories.html#pool-math-simulator) [pool-math-simulatoropen in new window](https://github.com/balancer/pool-math-simulator) **Status:** Actively maintained (December 2024) • 0 stars • 1 fork Simulator for testing and validating pool mathematical operations and invariants, useful for pool developers to verify calculations. **Repository:** https://github.com/balancer/pool-math-simulator **Primary Use:** Math validation and testing #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v3-dex-screener-api) [balancer-v3-dex-screener-apiopen in new window](https://github.com/balancer/balancer-v3-dex-screener-api) **Status:** Active (October 2024) • 1 star • 0 forks API implementation for DEX Screener integration with Balancer V3 pools, providing data endpoints for aggregators. **Repository:** https://github.com/balancer/balancer-v3-dex-screener-api **Primary Use:** DEX aggregator integration ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v2-core) Balancer V2 Core #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v2-monorepo) [balancer-v2-monorepoopen in new window](https://github.com/balancer/balancer-v2-monorepo) **Status:** Maintained (December 2024) • 349 stars • 416 forks • GPL-3.0 The main monorepo for Balancer V2 protocol, containing the Vault, pool implementations, and core contracts. Still actively maintained for V2 deployments, updates, and ongoing production use. **Repository:** https://github.com/balancer/balancer-v2-monorepo **Primary Use:** V2 protocol maintenance and development #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-subgraph-v2) [balancer-subgraph-v2open in new window](https://github.com/balancer/balancer-subgraph-v2) **Status:** Maintained (March 2025) • 118 stars • 103 forks • MIT The Graph protocol subgraph for indexing Balancer V2 data including pools, swaps, transactions, users, and protocol analytics. **Repository:** https://github.com/balancer/balancer-subgraph-v2 **Primary Use:** V2 data indexing #### [#](https://docs.balancer.fi/developer-reference/repositories.html#docs) [docsopen in new window](https://github.com/balancer/docs) **Status:** Maintained (September 2024) • 46 stars • 118 forks • Vue Official documentation for Balancer V2, covering protocol concepts, pool types, integration guides, and developer resources. Note that new development on V2 is discouraged, in favor of V3. The legacy BAL liquidity-mining architecture (gauges, gauge controller, veBAL) lives on V2; BAL emissions to gauges were halted by [BIP-919open in new window](https://forum.balancer.fi/t/bip-919-bal-tokenomics-revamp/7001) . **Repository:** https://github.com/balancer/docs **Primary Use:** V2 protocol documentation ### [#](https://docs.balancer.fi/developer-reference/repositories.html#smart-order-router-routing) Smart Order Router & Routing #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-sor) [balancer-soropen in new window](https://github.com/balancer/balancer-sor) **Status:** Active (February 2025) • 258 stars • 144 forks Smart Order Router for V2: off-chain linear optimization of routing orders across pools for best price execution. Supports multi-hop swaps, split routes, and price optimization across the entire pool ecosystem. **Repository:** https://github.com/balancer/balancer-sor **Primary Use:** V2 trade routing optimization ### [#](https://docs.balancer.fi/developer-reference/repositories.html#cow-protocol-integration) CoW Protocol Integration #### [#](https://docs.balancer.fi/developer-reference/repositories.html#cow-amm) [cow-ammopen in new window](https://github.com/balancer/cow-amm) **Status:** Active (December 2024) • 12 stars • 14 forks • GPL-3.0 Balancer CoW AMM: an automated portfolio manager and liquidity provider that allows swaps to be executed via the CoW Protocol. Uses V1-based pools with CoW Protocol settlement, providing MEV protection and batch auction benefits. **Repository:** https://github.com/balancer/cow-amm **Primary Use:** CoW Protocol pool integration #### [#](https://docs.balancer.fi/developer-reference/repositories.html#cow-amm-subgraph) [cow-amm-subgraphopen in new window](https://github.com/balancer/cow-amm-subgraph) **Status:** Active (December 2024) • 0 stars • 0 forks Subgraph for indexing Balancer CoW AMM data and tracking CoW Protocol settlements. **Repository:** https://github.com/balancer/cow-amm-subgraph **Primary Use:** CoW AMM data indexing ### [#](https://docs.balancer.fi/developer-reference/repositories.html#frontend-applications) Frontend Applications #### [#](https://docs.balancer.fi/developer-reference/repositories.html#frontend-monorepo) [frontend-monorepoopen in new window](https://github.com/balancer/frontend-monorepo) **Status:** Actively maintained (December 2024) • 28 stars • 35 forks • MIT Main frontend monorepo containing the official Balancer web application and shared packages for user interfaces across the Balancer ecosystem. This is the current production frontend. **Repository:** https://github.com/balancer/frontend-monorepo **Primary Use:** Official Balancer UI (current) #### [#](https://docs.balancer.fi/developer-reference/repositories.html#pool-creator) [pool-creatoropen in new window](https://github.com/balancer/pool-creator) **Status:** Actively maintained (October 2024) • 16 stars • 5 forks • MIT User-friendly interface for creating and initializing Balancer pools with guided workflows and step-by-step configuration. **Repository:** https://github.com/balancer/pool-creator **Primary Use:** Pool creation UI #### [#](https://docs.balancer.fi/developer-reference/repositories.html#marketing-site) [marketing-siteopen in new window](https://github.com/balancer/marketing-site) **Status:** Active (July 2024) • 1 star • 6 forks • Vue Marketing and informational website for Balancer Protocol, separate from the main application interface. **Repository:** https://github.com/balancer/marketing-site **Primary Use:** Marketing website ### [#](https://docs.balancer.fi/developer-reference/repositories.html#sdk-developer-tools) SDK & Developer Tools #### [#](https://docs.balancer.fi/developer-reference/repositories.html#b-sdk) [b-sdkopen in new window](https://github.com/balancer/b-sdk) **Status:** Actively maintained (December 2024) • 36 stars • 73 forks • MIT Current TypeScript SDK for interacting with Balancer protocol, providing high-level abstractions for pool operations, queries, and integrations across V2 and V3. **Repository:** https://github.com/balancer/b-sdk **Primary Use:** TypeScript integration library (current) #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balpy) [balpyopen in new window](https://github.com/balancer/balpy) **Status:** Maintained (August 2024) • 66 stars • 45 forks • GPL-3.0 Python tools for interacting with Balancer Protocol V2, providing Pythonic interfaces for pool queries, swaps, and analytics. **Repository:** https://github.com/balancer/balpy **Primary Use:** Python integration library #### [#](https://docs.balancer.fi/developer-reference/repositories.html#code-review) [code-reviewopen in new window](https://github.com/balancer/code-review) **Status:** Actively maintained (December 2024) • 20 stars • 14 forks Code review tools and utilities for Balancer smart contract development, including linting and static analysis configurations. **Repository:** https://github.com/balancer/code-review **Primary Use:** Development tooling and code quality ### [#](https://docs.balancer.fi/developer-reference/repositories.html#backend-services) Backend Services #### [#](https://docs.balancer.fi/developer-reference/repositories.html#backend) [backendopen in new window](https://github.com/balancer/backend) **Status:** Actively maintained (December 2024) • 46 stars • 22 forks • MIT Backend services for the Balancer protocol, including API endpoints, data aggregation, and off-chain computations for the UI. **Repository:** https://github.com/balancer/backend **Primary Use:** API and backend services ### [#](https://docs.balancer.fi/developer-reference/repositories.html#deployment-infrastructure) Deployment & Infrastructure #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-deployments) [balancer-deploymentsopen in new window](https://github.com/balancer/balancer-deployments) **Status:** Actively maintained (December 2024) • 68 stars • 57 forks • GPL-3.0 Comprehensive collection of deployed contract addresses, ABIs, and deployment artifacts across all networks for both V2 and V3. Essential reference for integrators. **Repository:** https://github.com/balancer/balancer-deployments **Primary Use:** Contract addresses and ABIs reference #### [#](https://docs.balancer.fi/developer-reference/repositories.html#gauges-subgraph) [gauges-subgraphopen in new window](https://github.com/balancer/gauges-subgraph) **Status:** Actively maintained (December 2024) • 3 stars • 18 forks Subgraph for tracking Balancer liquidity gauge data, including historical veBAL voting and gauge weights (pre-[BIP-919open in new window](https://forum.balancer.fi/t/bip-919-bal-tokenomics-revamp/7001) /[BIP-921open in new window](https://forum.balancer.fi/t/bip-921-1-bal-1-vote-reconfiguration-for-balancer-eth-snapshot-space/7052) ) and ongoing secondary-reward distribution data. **Repository:** https://github.com/balancer/gauges-subgraph **Primary Use:** Gauge and incentive tracking #### [#](https://docs.balancer.fi/developer-reference/repositories.html#data-checks) [data-checksopen in new window](https://github.com/balancer/data-checks) **Status:** Active (May 2024) • 0 stars • 1 fork Data validation and integrity checking tools for Balancer infrastructure. **Repository:** https://github.com/balancer/data-checks **Primary Use:** Data validation utilities ### [#](https://docs.balancer.fi/developer-reference/repositories.html#metadata-configuration) Metadata & Configuration #### [#](https://docs.balancer.fi/developer-reference/repositories.html#metadata) [metadataopen in new window](https://github.com/balancer/metadata) **Status:** Actively maintained (December 2024) • 2 stars • 28 forks Public metadata repository for Balancer protocol, including token lists, pool metadata, logos, and configuration data. **Repository:** https://github.com/balancer/metadata **Primary Use:** Protocol metadata management #### [#](https://docs.balancer.fi/developer-reference/repositories.html#tokenlists) [tokenlistsopen in new window](https://github.com/balancer/tokenlists) **Status:** Actively maintained (December 2024) • 35 stars • 265 forks • MIT Curated token lists for the Balancer protocol, following the TokenLists standard for verified tokens across networks. **Repository:** https://github.com/balancer/tokenlists **Primary Use:** Token list management #### [#](https://docs.balancer.fi/developer-reference/repositories.html#blocklist) [blocklistopen in new window](https://github.com/balancer/blocklist) **Status:** Maintained (July 2025) • 0 stars • 0 forks Addresses and entities blocked from interacting with Balancer frontends for compliance and security purposes. **Repository:** https://github.com/balancer/blocklist **Primary Use:** Compliance management #### [#](https://docs.balancer.fi/developer-reference/repositories.html#brand-assets) [brand-assetsopen in new window](https://github.com/balancer/brand-assets) **Status:** Active (March 2024) • 5 stars • 9 forks Official Balancer brand assets including logos, colors, and design guidelines. **Repository:** https://github.com/balancer/brand-assets **Primary Use:** Brand and marketing assets #### [#](https://docs.balancer.fi/developer-reference/repositories.html#assets) [assetsopen in new window](https://github.com/balancer/assets) **Status:** Active (June 2023) • 27 stars • 82 forks Token and pool asset management, including icons and metadata for frontend display. **Repository:** https://github.com/balancer/assets **Primary Use:** Token icons and visual assets ### [#](https://docs.balancer.fi/developer-reference/repositories.html#subgraphs-data) Subgraphs & Data #### [#](https://docs.balancer.fi/developer-reference/repositories.html#dune-spellbook) [dune-spellbookopen in new window](https://github.com/balancer/dune-spellbook) **Status:** Maintained (June 2024) • 7 stars • 1.4k forks • Other SQL views and spells for Dune Analytics to query Balancer protocol data. **Repository:** https://github.com/balancer/dune-spellbook **Primary Use:** Dune Analytics integration ### [#](https://docs.balancer.fi/developer-reference/repositories.html#governance-dao) Governance & DAO #### [#](https://docs.balancer.fi/developer-reference/repositories.html#snapshot-spaces) [snapshot-spacesopen in new window](https://github.com/balancer/snapshot-spaces) **Status:** Forked (May 2021) • 1 star • 2k forks • MIT Forked Snapshot Spaces configuration for Balancer governance voting. **Repository:** https://github.com/balancer/snapshot-spaces **Primary Use:** Governance voting configuration ### [#](https://docs.balancer.fi/developer-reference/repositories.html#cross-chain-bridges) Cross-chain & Bridges #### [#](https://docs.balancer.fi/developer-reference/repositories.html#lz-v1-endpoint) [lz-v1-endpointopen in new window](https://github.com/balancer/lz-v1-endpoint) **Status:** Active (July 2024) • 0 stars • 547 forks LayerZero V1 endpoint contracts for BAL token bridge infrastructure enabling cross-chain BAL transfers. **Repository:** https://github.com/balancer/lz-v1-endpoint **Primary Use:** BAL token bridging #### [#](https://docs.balancer.fi/developer-reference/repositories.html#lz-gauges) [lz\_gaugesopen in new window](https://github.com/balancer/lz_gauges) **Status:** Active (August 2023) • 0 stars • 18 forks LayerZero-based gauge contracts for cross-chain liquidity incentives. **Repository:** https://github.com/balancer/lz\_gauges **Primary Use:** Cross-chain gauges ### [#](https://docs.balancer.fi/developer-reference/repositories.html#utilities) Utilities #### [#](https://docs.balancer.fi/developer-reference/repositories.html#permit2) [permit2open in new window](https://github.com/balancer/permit2) **Status:** Forked (March 2024) • 0 stars • 269 forks • MIT Forked Uniswap Permit2 contracts for next-generation token approvals mechanism. **Repository:** https://github.com/balancer/permit2 **Primary Use:** Token approval infrastructure * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#legacy-repositories) Legacy Repositories ============================================================================================================ These are repos associated with past versions of Balancer or discontinued products. [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-v1) Balancer V1 -------------------------------------------------------------------------------------------- ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-core) [balancer-coreopen in new window](https://github.com/balancer/balancer-core) **Status:** Legacy (June 2024) • 340 stars • 166 forks • GPL-3.0 Original Balancer V1 protocol implementation (Bronze release, 2020). Contains the core pool logic and factory contracts for the first version of Balancer. Emphasized code clarity for audit and verification. **Repository:** https://github.com/balancer/balancer-core **Primary Use:** Historical reference - V1 (deprecated) **Note:** V1 launched in 2020. The protocol planned three releases (Bronze, Silver, Gold), though only Bronze was fully realized before V2 development began in 2021. ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-sor-v1) [balancer-sor-v1open in new window](https://github.com/balancer/balancer-sor-v1) **Status:** Legacy (August 2021) • 3 stars • 6 forks Legacy Smart Order Router for Balancer V1 pools, providing routing optimization for V1. **Repository:** https://github.com/balancer/balancer-sor-v1 **Primary Use:** Historical reference - V1 SOR ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-subgraph) [balancer-subgraphopen in new window](https://github.com/balancer/balancer-subgraph) **Status:** Legacy (December 2021) • 70 stars • 58 forks • MIT Original subgraph for Balancer V1, tracking pools, swaps, transactions, and users on V1. **Repository:** https://github.com/balancer/balancer-subgraph **Primary Use:** Historical reference - V1 subgraph ### [#](https://docs.balancer.fi/developer-reference/repositories.html#frontend-v1) [frontend-v1open in new window](https://github.com/balancer/frontend-v1) **Status:** Legacy (October 2024) • 74 stars • 71 forks • GPL-3.0 V1 pool management interface for creating and managing V1 pools. **Repository:** https://github.com/balancer/frontend-v1 **Primary Use:** Historical reference - V1 UI ### [#](https://docs.balancer.fi/developer-reference/repositories.html#swap-frontend-v1) [swap-frontend-v1open in new window](https://github.com/balancer/swap-frontend-v1) **Status:** Legacy (May 2021) • 21 stars • 41 forks • GPL-3.0 Original swap interface for Balancer V1 protocol. **Repository:** https://github.com/balancer/swap-frontend-v1 **Primary Use:** Historical reference - V1 swap UI ### [#](https://docs.balancer.fi/developer-reference/repositories.html#docs-v1) [docs-v1open in new window](https://github.com/balancer/docs-v1) **Status:** Legacy (November 2021) • 13 stars • 37 forks Documentation for Balancer V1 protocol. **Repository:** https://github.com/balancer/docs-v1 **Primary Use:** Historical reference - V1 docs ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-registry) [balancer-registryopen in new window](https://github.com/balancer/balancer-registry) **Status:** Legacy (February 2021) • 14 stars • 25 forks Registry contracts for V1 pool discovery and metadata. **Repository:** https://github.com/balancer/balancer-registry **Primary Use:** Historical reference - V1 registry ### [#](https://docs.balancer.fi/developer-reference/repositories.html#exchange-proxy) [exchange-proxyopen in new window](https://github.com/balancer/exchange-proxy) **Status:** Legacy (November 2020) • 21 stars • 28 forks • GPL-3.0 Exchange proxy contract for V1 multi-hop trading. **Repository:** https://github.com/balancer/exchange-proxy **Primary Use:** Historical reference - V1 proxy ### [#](https://docs.balancer.fi/developer-reference/repositories.html#configurable-rights-pool) [configurable-rights-poolopen in new window](https://github.com/balancer/configurable-rights-pool) **Status:** Legacy (October 2020) • 34 stars • 25 forks • GPL-3.0 Smart pool implementation with configurable rights for V1. **Repository:** https://github.com/balancer/configurable-rights-pool **Primary Use:** Historical reference - V1 smart pools ### [#](https://docs.balancer.fi/developer-reference/repositories.html#bactions-proxy) [bactions-proxyopen in new window](https://github.com/balancer/bactions-proxy) **Status:** Legacy (May 2021) • 10 stars • 14 forks • GPL-3.0 Batch actions proxy for efficient V1 pool operations. **Repository:** https://github.com/balancer/bactions-proxy **Primary Use:** Historical reference - V1 batch actions ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-examples) [balancer-examplesopen in new window](https://github.com/balancer/balancer-examples) **Status:** Template (June 2022) • 10 stars • 10 forks • Template badge Template repository with various examples of how to integrate with Balancer V2 by interacting with existing pools and designing custom pool types. Includes liquidity provision examples and pool interaction patterns. **Repository:** https://github.com/balancer/balancer-examples **Primary Use:** V2 integration examples and templates ### [#](https://docs.balancer.fi/developer-reference/repositories.html#metastable-rate-providers) [metastable-rate-providersopen in new window](https://github.com/balancer/metastable-rate-providers) **Status:** Maintained (January 2025) • 1 star • 17 forks • GPL-3.0 Rate provider adaptors used by MetaStable pools to interface with various yield-bearing tokens and protocols. **Repository:** https://github.com/balancer/metastable-rate-providers **Primary Use:** MetaStable pool rate provider integrations ### [#](https://docs.balancer.fi/developer-reference/repositories.html#frontend-v2) [frontend-v2open in new window](https://github.com/balancer/frontend-v2) **Status:** Maintained (August 2025) • 195 stars • 296 forks • MIT Previous version of the Balancer frontend application for V2 protocol. Now superseded by frontend-monorepo but still maintained for legacy support. **Repository:** https://github.com/balancer/frontend-v2 **Primary Use:** Legacy V2 UI #### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-sdk) [balancer-sdkopen in new window](https://github.com/balancer/balancer-sdk) **Status:** Maintained (November 2024) • 83 stars • 95 forks • MIT Previous SDK providing access to methods and utilities for interacting with Balancer V2 Protocol. Now being migrated to b-sdk. **Repository:** https://github.com/balancer/balancer-sdk **Primary Use:** TypeScript integration library (legacy) [#](https://docs.balancer.fi/developer-reference/repositories.html#deprecated-archived) Deprecated / Archived -------------------------------------------------------------------------------------------------------------- ### [#](https://docs.balancer.fi/developer-reference/repositories.html#docs-v2-archive) [docs-v2-archiveopen in new window](https://github.com/balancer/docs-v2-archive) **Status:** Archived (February 2023) • 7 stars • 13 forks Archived version of V2 documentation, superseded by current docs repository. **Repository:** https://github.com/balancer/docs-v2-archive **Primary Use:** Historical V2 documentation ### [#](https://docs.balancer.fi/developer-reference/repositories.html#docs-developers) [docs-developersopen in new window](https://github.com/balancer/docs-developers) **Status:** Archived (January 2023) • 15 stars • 21 forks Archived developer documentation, now integrated into main docs. **Repository:** https://github.com/balancer/docs-developers **Primary Use:** Historical developer docs ### [#](https://docs.balancer.fi/developer-reference/repositories.html#defi-pulse-adapters) [DeFi-Pulse-Adaptersopen in new window](https://github.com/balancer/DeFi-Pulse-Adapters) **Status:** Forked (June 2020) • 2 stars • 501 forks • AGPL-3.0 Forked DeFi Pulse adapters for tracking Balancer TVL metrics. **Repository:** https://github.com/balancer/DeFi-Pulse-Adapters **Primary Use:** TVL tracking (historical) ### [#](https://docs.balancer.fi/developer-reference/repositories.html#sor-benchmark) [sor-benchmarkopen in new window](https://github.com/balancer/sor-benchmark) **Status:** Archived (November 2023) • 1 star • 0 forks Benchmarking tools for testing and comparing Smart Order Router performance across different scenarios. **Repository:** https://github.com/balancer/sor-benchmark **Primary Use:** SOR performance testing ### [#](https://docs.balancer.fi/developer-reference/repositories.html#frontend-e2e) [frontend-e2eopen in new window](https://github.com/balancer/frontend-e2e) **Status:** Archived (May 2023) • 2 stars • 4 forks End-to-end testing suite for frontend applications with automated test scenarios. **Repository:** https://github.com/balancer/frontend-e2e **Primary Use:** Frontend testing automation ### [#](https://docs.balancer.fi/developer-reference/repositories.html#helpers) [helpersopen in new window](https://github.com/balancer/helpers) **Status:** Archived (June 2023) • 1 star • 1 fork Collection of helper contracts and JavaScript code for common data dependencies in Balancer development. **Repository:** https://github.com/balancer/helpers **Primary Use:** Utility functions and helpers ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-api) [balancer-apiopen in new window](https://github.com/balancer/balancer-api) **Status:** Deprecated (August 2024) • 17 stars • 15 forks • MIT • **DEPRECATED** Previous API implementation, now deprecated in favor of the current backend services. **Repository:** https://github.com/balancer/balancer-api **Primary Use:** Legacy API (deprecated) ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-rewards-api) [balancer-rewards-apiopen in new window](https://github.com/balancer/balancer-rewards-api) **Status:** Archived (October 2021) • 5 stars • 11 forks API for querying Balancer rewards and incentive distributions (historical). **Repository:** https://github.com/balancer/balancer-rewards-api **Primary Use:** Historical rewards API ### [#](https://docs.balancer.fi/developer-reference/repositories.html#authorizer-subgraph) [authorizer-subgraphopen in new window](https://github.com/balancer/authorizer-subgraph) **Status:** Archived (March 2023) • 0 stars • 3 forks Subgraph for tracking Balancer protocol authorizer and permission management. **Repository:** https://github.com/balancer/authorizer-subgraph **Primary Use:** Authorization tracking ### [#](https://docs.balancer.fi/developer-reference/repositories.html#subgraph-split-testing) [subgraph-split-testingopen in new window](https://github.com/balancer/subgraph-split-testing) **Status:** Archived (August 2022) • 1 star • 103 forks • MIT Experimental split version of the Balancer V2 subgraph separating core and analytical data. **Repository:** https://github.com/balancer/subgraph-split-testing **Primary Use:** Subgraph architecture testing ### [#](https://docs.balancer.fi/developer-reference/repositories.html#dune-queries) [dune\_queriesopen in new window](https://github.com/balancer/dune_queries) **Status:** Archived (September 2021) • 2 stars • 6 forks Collection of SQL queries for analyzing Balancer data on Dune Analytics. **Repository:** https://github.com/balancer/dune\_queries **Primary Use:** Analytics queries ### [#](https://docs.balancer.fi/developer-reference/repositories.html#bal-mining-scripts) [bal-mining-scriptsopen in new window](https://github.com/balancer/bal-mining-scripts) **Status:** Archived (December 2023) • 86 stars • 81 forks • GPL-3.0 Scripts for BAL token mining and liquidity mining reward calculations (historical program). **Repository:** https://github.com/balancer/bal-mining-scripts **Primary Use:** Historical liquidity mining ### [#](https://docs.balancer.fi/developer-reference/repositories.html#erc20-redeemable) [erc20-redeemableopen in new window](https://github.com/balancer/erc20-redeemable) **Status:** Archived (April 2023) • 81 stars • 38 forks • Vue Interface for redeeming ERC20 tokens, used for historical token distributions. **Repository:** https://github.com/balancer/erc20-redeemable **Primary Use:** Token redemption UI ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-bounties) [balancer-bountiesopen in new window](https://github.com/balancer/balancer-bounties) **Status:** Archived (September 2021) • 3 stars • 15 forks • Vue Previous bug bounty platform interface hosted at bounties.balancer.finance (now on Immunefi). **Repository:** https://github.com/balancer/balancer-bounties **Primary Use:** Historical bounty platform ### [#](https://docs.balancer.fi/developer-reference/repositories.html#projects) [projectsopen in new window](https://github.com/balancer/projects) **Status:** Archived (August 2021) • 2 stars • 149 forks Project management and coordination repository. **Repository:** https://github.com/balancer/projects **Primary Use:** Project tracking ### [#](https://docs.balancer.fi/developer-reference/repositories.html#opco-monorepo) [opco-monorepoopen in new window](https://github.com/balancer/opco-monorepo) **Status:** Archived (November 2022) • 0 stars • 0 forks Operating company monorepo for organizational infrastructure. **Repository:** https://github.com/balancer/opco-monorepo **Primary Use:** Internal operations ### [#](https://docs.balancer.fi/developer-reference/repositories.html#linear-pools) [linear-poolsopen in new window](https://github.com/balancer/linear-pools) **Status:** Archived (June 2023) • 7 stars • 6 forks • GPL-3.0 Linear pool implementations for yield-bearing tokens, allowing integration with lending protocols. **Repository:** https://github.com/balancer/linear-pools **Primary Use:** Linear pool reference ### [#](https://docs.balancer.fi/developer-reference/repositories.html#scaffold-balancer) [scaffold-balanceropen in new window](https://github.com/balancer/scaffold-balancer) **Status:** Archived (May 2023) • 5 stars • 7 forks • MIT Previous scaffold template for Balancer V2 development, superseded by scaffold-balancer-v3. **Repository:** https://github.com/balancer/scaffold-balancer **Primary Use:** V2 scaffold (superseded) ### [#](https://docs.balancer.fi/developer-reference/repositories.html#ipfs-push) [ipfs-pushopen in new window](https://github.com/balancer/ipfs-push) **Status:** Archived (September 2021) • 3 stars • 11 forks Utilities for pushing content to IPFS for decentralized storage. **Repository:** https://github.com/balancer/ipfs-push **Primary Use:** IPFS deployment tools ### [#](https://docs.balancer.fi/developer-reference/repositories.html#frontend-v3) [frontend-v3open in new window](https://github.com/balancer/frontend-v3) **Status:** Archived (October 2024) • 8 stars • 12 forks • MIT Deprecated frontend application that was moved into the frontend-monorepo. **Repository:** https://github.com/balancer/frontend-v3 **Primary Use:** Historical - superseded by frontend-monorepo ### [#](https://docs.balancer.fi/developer-reference/repositories.html#yield-tokens) [yield-tokensopen in new window](https://github.com/balancer/yield-tokens) **Status:** Archived (August 2024) • 0 stars • 2 forks Service for getting yield-bearing tokens APRs. **Repository:** https://github.com/balancer/yield-tokens **Primary Use:** Historical yield token APR service ### [#](https://docs.balancer.fi/developer-reference/repositories.html#b-sdk-api) [b-sdk-apiopen in new window](https://github.com/balancer/b-sdk-api) **Status:** Archived (September 2023) • 0 stars • 0 forks Bridge service between Balancer API and b-sdk package. **Repository:** https://github.com/balancer/b-sdk-api **Primary Use:** Historical API bridge ### [#](https://docs.balancer.fi/developer-reference/repositories.html#pebbles) [pebblesopen in new window](https://github.com/balancer/pebbles) **Status:** Archived (January 2023) • 3 stars • 10 forks • HTML Experimental "grug stack" project. **Repository:** https://github.com/balancer/pebbles **Primary Use:** Historical experimental project ### [#](https://docs.balancer.fi/developer-reference/repositories.html#balancer-exchange) [balancer-exchangeopen in new window](https://github.com/balancer/balancer-exchange) **Status:** Archived (March 2021) • 95 stars • 102 forks • GPL-3.0 Exchange dapp for token swaps on Balancer V1/V2. **Repository:** https://github.com/balancer/balancer-exchange **Primary Use:** Historical exchange interface ### [#](https://docs.balancer.fi/developer-reference/repositories.html#pool-management) [pool-managementopen in new window](https://github.com/balancer/pool-management) **Status:** Archived (August 2020) • 22 stars • 42 forks • GPL-3.0 Pool management dapp for creating and managing pools. **Repository:** https://github.com/balancer/pool-management **Primary Use:** Historical pool management interface * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#repository-statistics) Repository Statistics ================================================================================================================ [#](https://docs.balancer.fi/developer-reference/repositories.html#by-version) By Version: ------------------------------------------------------------------------------------------- * **V3 Repositories:** 10 core development + 7 templates = **17 total** * **V2 Repositories:** 3 core + SOR + 3 maintained legacy = **6 total** * **V1 Repositories:** **10 legacy** (deprecated, historical reference only) * **Shared/Infrastructure:** **32 repos** (frontend, SDK, backend, deployment, metadata, governance, cross-chain, utilities) * **Archived/Deprecated:** **26 repos** **Total: 82 public repositories** [#](https://docs.balancer.fi/developer-reference/repositories.html#by-category) By Category: --------------------------------------------------------------------------------------------- * **Forkable Templates:** 7 repositories (6 V3 + 1 V2) * **Core Protocol (V2 + V3):** 14 repositories (10 V3 + 3 V2 + 1 SOR) * **CoW Protocol Integration:** 2 repositories * **Frontend Applications:** 3 active + 2 archived = 5 repositories * **SDK & Developer Tools:** 3 active + 1 archived = 4 repositories * **Backend & API:** 1 active + 1 archived = 2 repositories * **Subgraphs & Analytics:** 3 repositories (v2, v3, dune) * **Deployment & Infrastructure:** 3 repositories * **Metadata & Assets:** 5 repositories * **Governance & DAO:** 1 repository * **Cross-chain & Bridges:** 2 repositories * **Utilities:** 2 repositories (permit2 + 1 archived) * **Legacy V1:** 10 repositories * **Legacy V2 (maintained but superseded):** 3 repositories * **Archived/Deprecated:** 26 repositories [#](https://docs.balancer.fi/developer-reference/repositories.html#by-development-activity) By Development Activity: --------------------------------------------------------------------------------------------------------------------- * **Highly Active (Dec 2024 updates):** ~18 repositories * **Active (2024-2025 updates):** ~24 repositories * **Maintained but Legacy (V2/superseded):** 3 repositories * **V1 Legacy (no development):** 10 repositories * **Archived/Deprecated (no development):** 26 repositories * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#version-timeline) Version Timeline ====================================================================================================== * **V1:** Launched February 2020 (Bronze release) * Groundbreaking constant function market maker * Up to 8 tokens per pool with flexible weights * Now deprecated (no UI) * **V2:** Launched April 2021 * Introduced the Vault architecture * Protocol-level flash loans * Asset Managers for capital efficiency * Currently in production alongside V3 (BAL and LM architecture only) * **V3:** Launched December 2024 * Complexity moved out of the pools to the Vault (3 contracts using the Proxy pattern) * Hooks system for extensibility * Improved gas efficiency * Native yield support (ERC4626) * Enhanced router architecture * Currently the primary focus of development * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#notes-for-integrators) Notes for Integrators ================================================================================================================ 1. **For New Projects:** Start with V3 using scaffold-balancer-v3 template 2. **For V2 Integration:** Use b-sdk or balancer-sdk with balancer-v2-monorepo as reference 3. **For Smart Contracts:** Reference balancer-deployments for current addresses across all networks 4. **For Data Queries:** Use appropriate subgraph (v2 or v3) or Dune Analytics integration 5. **For Pool Math:** balancer-maths provides reference implementations and test cases 6. **For Routing:** balancer-sor for V2, integrated router for V3 * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#template-strategy) Template Strategy ======================================================================================================== Templates (marked with template badge or in templates section) are specifically designed to be forked and customized by developers building on Balancer. They include: * Complete working examples * Testing infrastructure * Deployment scripts * Documentation * Frontend integration (where applicable) Core repositories are maintained by the Balancer team for protocol development and should be referenced but not directly forked for custom development. * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#monorepo-structure) Monorepo Structure ========================================================================================================== Both V2 and V3 use monorepo structures: * **V2 Monorepo:** Contains vault, multiple pool types, helpers, solidity utils * **V3 Monorepo:** Contains vault, pools, routers, hooks, utilities Each package within the monorepos is independently versioned and published to npm. * * * [#](https://docs.balancer.fi/developer-reference/repositories.html#documentation-strategy) Documentation Strategy ================================================================================================================== Separate documentation repositories exist for each major version: * **V1:** docs-v1 (archived) * **V2:** docs (maintained at docs.balancer.fi) * **V3:** docs-v3 (active at docs-v3.balancer.fi) This reflects the architectural differences between versions and allows parallel documentation maintenance. * * * _Last updated: December 2025_ _Repository count: 82 public repositories_ _Based on: GitHub organization scan and repository metadata_ --- # Unknown \## Build on Balancer AMMs built on the Balancer protocol benefit from the security of the Balancer vault. This enables developers to utilize the well-developed Balancer AMM ecosystem, while the vault's optimized architecture streamlines the development process and allows teams to concentrate on their product. We assist teams throughout this process, leveraging our extensive experience in bringing innovative AMMs to market. This includes addressing finer details such as aggregator integration, which is vital for any new AMM to capture the necessary organic flow to compete effectively. Our aim is to simplify the development process and facilitate the creation of novel AMMs with minimal friction. :::info When adding new tokens to Balancer pools, keep in mind the \[Vault compatibility requirements\](../partner-onboarding/onboarding-overview/core-pools.md#token-requirements). ::: When building on Balancer, there are three paths to explore: --- # Unknown \## Integration Guides This sections contains useful guides for common actions such as adding/removing liquidity and making swaps using the SDK. Individuals are encouraged to contact our developers via \[Discord\](https://discord.balancer.fi/) to request further assistance. For more detailed technical documentation including interface APIs, contract ABIs and deployments please see \[Developer References\](../developer-reference/sdk/README.md). --- # Unknown \## Introduction 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. Whether you're curious about the inner workings or looking to grasp the finer details, you've come to the right place. If you're eager to jump into development and start building with Balancer, we've got you covered as well! Check out our \[Integration Guides\](../../integration-guides/README.md) for step-by-step instructions, explore the \[Building An AMM\](../../build/README.md) section for creating your own automated market maker, or consult the \[Developer Reference\](../../developer-reference/README.md) docs for comprehensive technical details. \\::: info Please note these docs cover V3. For anything V2 related please visit \[here\](https://docs-v2.balancer.fi). \\::: ### What is Balancer? Balancer is a decentralized automated market maker (AMM) protocol built on Ethereum with a clear focus on fungible and yield-bearing liquidity. Balancer's success is intrinsically linked to the success of protocols and products built on the platform. Balancer v3’s architecture focuses on simplicity, flexibility, and extensibility at its core. The v3 vault more formally defines the requirements of a custom pool, shifting core design patterns out of the pool and into the vault. Balancer Pools are smart contracts that define how traders can swap between tokens on Balancer Protocol, and the \[architecture\](./architecture.md) of Balancer Protocol empowers anyone to create custom pool types. What makes Balancer Pools unique from those of other protocols is their unparalleled flexibility. With the introduction of \[Hooks\](./hooks.md) and \[Dynamic Swap Fees\](/concepts/vault/swap-fee.html#dynamic-swap-fee), the degree of customization is boundless. Several custom pools have already been developed by external protocols like \[Gyroscope\](https://www.gyro.finance/) and \[Xave\](https://www.xave.co/). You can follow \[this guide\](../../build/build-an-amm/create-custom-amm-with-novel-invariant.md) to create your own custom pools. Balancer has already developed, audited and deployed a variety of pool types showcasing diverse functionalities. These pools are readily accessible for existing use cases without requiring permission, and the accompanying code serves as a valuable resource for custom pool development. For more details see the \[Exploring Available Balancer Pools\](../explore-available-balancer-pools/) section. ### Helpful Articles to Learn More \* \[What are automated market makers?\](https://chain.link/education-hub/what-is-an-automated-market-maker-amm) \* \[What is Balancer v3?\](https://medium.com/balancer-protocol/balancer-v3-the-future-of-amm-innovation-f8f856040122) \* \[Vision for Balancer v3\](https://forum.balancer.fi/t/balancer-v3-my-thoughts-for-the-future-of-balancer/5801) --- # Unknown \## Partner Onboarding :::info From product details to step-by-step integration guides, this documentation provides partners with everything they need to onboard into the Balancer Ecosystem. ::: ### Overview #### Balancer Technology With a vastly simplified developer experience, 100% boosted pools, LST base pairings, and customizable pool hooks, Balancer v3 provides partners with a streamlined hub to optimize yield-bearing liquidity, build robust governance tokenomics, and streamline AMM innovation. \\::: tip Want to learn more about Balancer? Click \[here\](../../concepts/core-concepts/introduction.md) \\::: #### Unique AMM Designs and Products Balancer Technology provides innovative AMM designs such as 1. \*\*\[Boosted Pools\](./products/boostedpools.md)\*\*: Leverage token utilization for optimal yield. 2. \*\*\[Yield-Bearing liquidity pools\](products/lstandlrt.md)\*\*: Optimized LP tech for liquid-staking tokens (LST) and yield-bearing stablecoins. 3. \*\*\[ve8020 / Governance Tokenomics\](products/ve8020.md)\*\*: Enhanced liquidity dynamics and aligned incentive structures for governance positions. 4. \*\*\[Stable Pools\](products/stablecoinliquidity.md)\*\*: Advanced technology for highly correlated stable assets, such as Gyro-stable pools. ### High-Level Overview of Onboarding Process Onboarding into Balancer varies depending on the AMM technology you want to use. Some components are simple and straightforward to use, while others may require expert assistance from our core contributors. Learn more about our onboarding journey, use the Balancer Tech Product Wizard to find the best solution for your needs, or check out our product case studies below. :::info When adding new tokens to Balancer pools, keep in mind the \[Vault compatibility requirements\](../../partner-onboarding/onboarding-overview/core-pools.md#token-requirements). ::: #### Onboarding Journey Onboarding your asset onto Balancer involves three main steps: \* \*\*Choose a Pool Type\*\*: Select the pool type that best fits your use case. \* \*\*Customize Pool Logic\*\*: Utilize Balancer v3's \[hooks\](../../concepts/core-concepts/hooks.md) for tailored functionality. \* \*\*Configure Incentives (optional)\*\*: Stand up a \[gauge\](./../onboarding-overview/gauge-onboarding.md) to stream your own secondary rewards. BAL emissions to gauges have been halted per \[BIP-919\](https://forum.balancer.fi/t/bip-919-bal-tokenomics-revamp/7001). \\::: tip Balancer contributors are happy to help during the onboarding process. Feel free to reach out to us on our \[Discord\](https://discord.balancer.fi)! \\::: #### Find the Right Product for Your Needs Use our Product Wizard to discover the best solutions for your business. Explore use cases and read success stories. \### Balancer Deployments Looking for deployment-specific information? Choose a specific deployment type below to explore various options and next steps. --- # Unknown \## Data and Analytics overview Balancer offers data about the protocol, accessible through various sources. This data is helpful for understanding the protocol's performance, usage, and trends. One of the primary sources of data is our \[API GraphQL\](./data-and-analytics/balancer-api/balancer-api.md) endpoint. This endpoint provides real-time data, making it an excellent resource for those who need up-to-the-minute information about the protocol. In addition to the API, we also provide a \[subgraph\](./data-and-analytics/subgraph.md) that indexes the Balancer protocol. This subgraph offers a comprehensive view of the protocol's data, making it easy to analyze and understand the protocol's behavior over time. Lastly, various \[Dune dashboards\](/data-and-analytics/data-and-analytics/dune/overview.html) exist. These dashboards provide a visual representation of the protocol's data, making it easy to understand and interpret. They are a great resource for visual data analysis. --- # Unknown \## Developer Reference For the most common use cases the APIs of interest will be the \[Router\](./contracts/router-api.md) or the \[BatchRouter\](./contracts/batch-router-api.md). We also provide a \[JS/TS SDK\](./sdk/README.md) to assist with interacting with the Balancer Protocol. Checkout the \[Integrations Guides\](../developer-reference/sdk/README.md) for Solidity and Javascript examples on common actions like adding/removing liquidity and making swaps. Individuals are encouraged to contact our developers via \[Discord\](https://discord.balancer.fi/) to request further assistance. --- # | Balancer [#](https://docs.balancer.fi/tools#tools-hub) Tools Hub -------------------------------------------------------- ### Calculators and dApps [![](https://docs.balancer.fi/images/toolshub/defilytica_simple.png)\ \ DAO Operations tooling for the Balancer ecosystem](https://balancer.defilytica.tools/) [![](https://docs.balancer.fi/images/toolshub/balancer-symbol.svg)\ \ User-friendly interface designed for traders to easily manage and interact with their internal balances within the V2 Vault - created by Bleu](https://tools.balancer.blue/internalmanager) [![](https://docs.balancer.fi/images/toolshub/balancer-symbol.svg)\ \ Dashboard to visualize the impact of changes in the Amplification Factor on Balancer Stable-Like Pools - created by Bleu](https://tools.balancer.blue/stableswapsimulator) [![](https://docs.balancer.fi/images/toolshub/balancer-symbol.svg)\ \ Tool created for LBP pool creators, with the goal of facilitating the projection of different scenarios that the pool may follow.](https://lbp.balancer.fi/) ### Analytics and Dashboards [![](https://docs.balancer.fi/images/toolshub/defilytica_simple.png)\ \ Protocol, pool and token metrics. Additionally, an in-depth financial dashboard and service-provider analytics board. V2 only](https://balancer.defilytica.com/) [![](https://docs.balancer.fi/images/toolshub/tokenterminal.jpg)\ \ Tools to evaluate and track Balancer](https://tokenterminal.com/terminal/projects/balancer) [![](https://docs.balancer.fi/images/toolshub/defi-lama-logo.webp)\ \ Balancer Dashboard](https://defillama.com/protocol/balancer) * * * These tools have been developed by various teams contributing to the Balancer Ecosystem or wider DeFi through grants, as general contributors or entirely separate platforms. This hub serves as an open source repo of these tools created to help users and devs navigate, analyze and interact with the Balancer Ecosystem. This is continuously growing, so if you have something you think should be on this page, get in touch and add your project to the [open source repo hereopen in new window](https://github.com/balancer/docs/tree/main/docs/tools) for it to be added! ---