# Balancer V1

## Balancer V1

- [Home](https://balancer.gitbook.io/balancer/master.md)
- [Use Cases](https://balancer.gitbook.io/balancer/getting-started/use-cases.md)
- [FAQ](https://balancer.gitbook.io/balancer/getting-started/faq.md)
- [Protocol](https://balancer.gitbook.io/balancer/core-concepts/protocol.md)
- [Background](https://balancer.gitbook.io/balancer/core-concepts/protocol/background-1.md)
- [Glossary](https://balancer.gitbook.io/balancer/core-concepts/protocol/glossary.md)
- [Pool Lifecycle](https://balancer.gitbook.io/balancer/core-concepts/protocol/pool-lifecycle.md)
- [Limitations](https://balancer.gitbook.io/balancer/core-concepts/protocol/limitations.md)
- [Math](https://balancer.gitbook.io/balancer/core-concepts/protocol/index.md)
- [Exponentiation](https://balancer.gitbook.io/balancer/core-concepts/protocol/index/approxing.md)
- [BAL Governance Token](https://balancer.gitbook.io/balancer/core-concepts/bal-balancer-governance-token.md)
- [BAL for Gas](https://balancer.gitbook.io/balancer/core-concepts/bal-balancer-governance-token/bal-for-gas.md)
- [Liquidity Mining](https://balancer.gitbook.io/balancer/core-concepts/bal-liquidity-mining.md)
- [Exchange and BAL Mining Listing](https://balancer.gitbook.io/balancer/core-concepts/bal-liquidity-mining/exchange-and-reward-listing.md)
- [Liquidity Mining Estimates API](https://balancer.gitbook.io/balancer/core-concepts/bal-liquidity-mining/liquidity-mining-estimates-api.md)
- [Security](https://balancer.gitbook.io/balancer/core-concepts/security.md)
- [Audits](https://balancer.gitbook.io/balancer/core-concepts/security/audits.md)
- [Bug Bounty](https://balancer.gitbook.io/balancer/core-concepts/security/bounty.md)
- [Exchange Proxy](https://balancer.gitbook.io/balancer/smart-contracts/exchange-proxy.md)
- [Smart Order Router](https://balancer.gitbook.io/balancer/smart-contracts/sor.md)
- [Development & Examples](https://balancer.gitbook.io/balancer/smart-contracts/sor/development.md)
- [Smart Pools](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools.md)
- [Overview](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools/concepts.md)
- [Configurable Rights Pool](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools/configurable-rights-pool.md)
- [Component Libraries](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools/component-libraries.md)
- [Rights Manager](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools/component-libraries/rights-manager.md)
- [Smart Pool Templates](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools/smart-pool-templates.md)
- [Liquidity Bootstrapping FAQ](https://balancer.gitbook.io/balancer/smart-contracts/smart-pools/liquidity-bootstrapping-faq.md)
- [On Chain Registry](https://balancer.gitbook.io/balancer/smart-contracts/on-chain-registry.md)
- [Interfaces](https://balancer.gitbook.io/balancer/smart-contracts/interfaces.md)
- [Addresses](https://balancer.gitbook.io/balancer/smart-contracts/addresses.md)
- [Migration to Version 1.0](https://balancer.gitbook.io/balancer/api/migration-to-version-0.4.md)
- [Events](https://balancer.gitbook.io/balancer/api/core-contracts.md)
- [API Index](https://balancer.gitbook.io/balancer/api/api.md)
- [UML Docs](https://balancer.gitbook.io/balancer/api/uml-docs.md)
- [Interact via Etherscan](https://balancer.gitbook.io/balancer/guides/withdrawing-liquidity-via-etherscan.md)
- [Using the SOR](https://balancer.gitbook.io/balancer/guides/making-a-trade.md)
- [Creating a Shared Pool](https://balancer.gitbook.io/balancer/guides/creating-a-balancer-pool.md)
- [Creating a Smart Pool](https://balancer.gitbook.io/balancer/guides/creating-a-smart-pool.md)
- [CRP Tutorial](https://balancer.gitbook.io/balancer/guides/crp-tutorial.md)
- [Liquidity Bootstrapping Example](https://balancer.gitbook.io/balancer/guides/crp-tutorial/liquidity-bootstrapping.md)
- [Smart Pool Use Cases](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui.md)
- [Liquidity Bootstrapping Pool](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui/liquidity-bootstrapping-pool.md)
- [Swing Trading Pool](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui/swing-trading-pool.md)
- [Smart Treasury](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui/smart-treasury.md)
- [Perpetual Synthetic Pool](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui/perpetual-synthetic-pool.md)
- [Investors' Club](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui/investors-club.md)
- [Experimental](https://balancer.gitbook.io/balancer/guides/smart-pool-templates-gui/experimental.md)
- [Testing on Kovan](https://balancer.gitbook.io/balancer/guides/testing-on-kovan.md)
- [Hackathons](https://balancer.gitbook.io/balancer/guides/hackathons.md)
- [Hacking & Testing](https://balancer.gitbook.io/balancer/guides/hackathons/hacking-and-testing.md)
- [Judging](https://balancer.gitbook.io/balancer/guides/hackathons/judging.md)
- [Ideas](https://balancer.gitbook.io/balancer/guides/hackathons/ideas.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://balancer.gitbook.io/balancer/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
