# White Paper

Reference the Balancer white paper [here](https://balancer.fi/whitepaper.pdf).

Balancer Labs Documentation:

Balancer protocol math:

* [Weighted Math](https://docs.balancer.fi/concepts/math/weighted-math)
  * [Weighted Pools](https://docs.balancer.fi/products/balancer-pools/weighted-pools)
  * [Liquidity Bootstrapping Pools](https://docs.balancer.fi/products/balancer-pools/liquidity-bootstrapping-pools-lbps)
  * [Managed Pools](https://docs.balancer.fi/products/balancer-pools/managed-pools)
* [Stable Math](https://docs.balancer.fi/concepts/math/stable-math)
  * [Stable Pools](https://docs.balancer.fi/products/balancer-pools/stable-pools)
  * [MetaStable Pools](https://docs.balancer.fi/products/balancer-pools/metastable-pools)
* [Developer Documentation](https://dev.balancer.fi/resources/pool-math)
  * [Weighted Math](https://dev.balancer.fi/resources/pool-math/weighted-math)
  * [Stable Math](https://dev.balancer.fi/resources/pool-math/stable-math)
  * [Pool Interfacing](https://dev.balancer.fi/resources/pool-interfacing): Weighted, Stable, MetaStable, Liquidity Bootstrapping, Managed, and Oracle Pools


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://balancer-dao.gitbook.io/learn-about-balancer/fundamentals/white-paper.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.
