> For the complete documentation index, see [llms.txt](https://token-engineering-balancer.gitbook.io/balancer-simulations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token-engineering-balancer.gitbook.io/balancer-simulations/understanding-balancer-amms/use-cases.md).

# Use cases

The bandwidth of applications for Balancer Pools is way beyond exchanges.

1. **A building block for DeFi applications**\
   Balancer Pools are widely used as a key building block in other protocols, building and maintaining decentralized indices and portfolios, such as PowerIndex, PieDAO, and indexed.finance. At the time of writing, the total TVL in these three protocols sums up to now  \~$70m, mere months after their launch.<br>
2. **Initial DEX offerings and liquidity bootstrapping events**\
   Liquidity bootstrapping via Balancer pools became [trendy](https://mobile.twitter.com/cburniske/status/1365367975914528773), and more and more projects use this option for building up a community with skin in the game . These [Initial DEX Offerings](https://medium.com/balancer-protocol/balancer-v1-in-review-cd6ab5f4531) turned out to be particularly interesting for [fair token distribution and price discovery](https://medium.com/balancer-protocol/balancer-v1-in-review-cd6ab5f4531) as [Perp.fi](https://medium.com/balancer-protocol/a-new-paradigm-for-token-distribution-c82de13626bb), [FURUCOMBO](https://medium.com/furucombo/announcing-combo-token-launch-53ea05a68e74), and [Nsure](https://nsure-network.medium.com/nsure-network-tge-balancer-lbp-user-guide-2d61b40f2a7c) have shown last year.[<br>](https://medium.com/balancer-protocol/balancer-v1-in-review-cd6ab5f4531)
3. **Community token distribution events**\
   YFI’s famous yield [farming program](https://medium.com/@Weeb_Mcgee/yfi-explained-by-weeb-90a4e545aa3e) offered YFI rewards to participants staking stable coins in various Balancer Pools in order to distribute YFI tokens with governance voting rights.<br>
4. **Asset-specific AMM implementations**\
   Ampleforth’s rebase cryptocurrency is a perfect example of how to make use of Balancer smart pools. Via adapting pool weights to AMPL rebases, the AMPL protocol provides elastic supply and thus, removes price volatility and avoids value being drained from the pool by arbitrageurs.&#x20;

This wide array of application cases require a rigorous Token Engineering approach to explore and specify requirements and continuously optimize against an ecosystem’s objectives. Simulations, as applied in various stress test contexts and frameworks, have proven to be a valuable tool to detect sensitivities and challenges early on. With this article, we introduce Balancer Simulations, an open-source [cadCAD model](https://cadcad.org/) and documentation to support the design, optimization, and validation of Balancer Pools across their entire life cycle.


---

# 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 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://token-engineering-balancer.gitbook.io/balancer-simulations/understanding-balancer-amms/use-cases.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.
