# Getting Started

Welcome to BalancerV2 Simulations!

BalancerV2 simulations is a follow up of the Balancer Simulations group from November 2020. BalancerV2 is funded and supported by Balancer, PowerPool Ocean Protocol, and the Token Engineering community.&#x20;

We aim to provide Token Engineering infrastructure for future token engineers hoping to use BalancerV2 in their simulations and use this for building the next generation of DeFi protocols.

**If your project is building with the BalancerV2 model to join our** [**Discord Channel**](https://discord.gg/KTUPMCRZNQ) **and communicate with others creating balancerV2 simulations.**

* **Ease access into digital twin BalancerV2 pools** for anyone wanting to make a trade and see the ending result of the pool.
* **Provide an interface for easy test interactions with BalancerV2**, swapping, adding liquidity, and removing it. This can be done with iPython or Jupyter Lab.
* **Develop rigorous testing** for math functions to assure decimals are flowing similar to EVM.
* **Model ecosystem** with agents using these balancer pools as an interactive objects.

All research is open source and transparent, and will be further developed by the Token Engineering Academy.<br>


---

# 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://metavision-labs.gitbook.io/balancerv2cad/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.
