# Balancer Deployment

The ETH-EGL pool will be created once Genesis closes and just before the Voting contract is deployed.

The funds collected from Genesis will be transferred automatically to a multisig wallet once the Genesis period has ended. At this point, the multisig will have both the ETH and the EGL's required to created the Balancer pool.&#x20;

The Balancer pool is created by forming the transactions to the relevant Balancer V2 contracts (see [Balancer docs](https://docs.balancer.fi/developers/guides/pool-creation) for more details) for the multisig to sign and execute. Once executed, the pool will be funded with ETH-EGL's and is ready for use.

Finally, once the EGL voting contract is deployed, the multisig will transfer all BPT tokens received from creating the pool to the voting contract to be released on the schedule defined in [Release Schedule](/protocol-overview/launch/eth-egl-release-schedule.md). All remaining EGL's will also be transferred from the multisig to the voting contract for it to distribute as necessary


---

# 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://docs.egl.vote/protocol-overview/launch/deploying-eth-egl-market.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.
