# FAQs

## **Contract Addresses:**&#x20;

* EGL Token contract: [0x1e83916Ea2EF2D7a6064775662E163b2D4C330a7](https://etherscan.io/address/0x1e83916ea2ef2d7a6064775662e163b2d4c330a7)
* EGL Voting Contract: [0xE9a09e0032D1aB5Ce4bF09149ef746258252Bd0B](https://etherscan.io/address/0xE9a09e0032D1aB5Ce4bF09149ef746258252Bd0B)
* ETH-EGL Balancer Pool: <https://app.balancer.fi/#/pool/0xB0401AB1108BD26C85A07243DFDF09F4821D76A200020000000000000000007F>

## [**Design**](/appendix/faqs.md#design)

* What happens if the desired gas limit is an "unsafe" number?
* Who are EGL Signals?
* Why would miners listen to EGL voters?
* What happens if miners stop listening to EGL?
* Why limit the vote to 4M?
* At what desired gas limit does EGL launch?
* What's to stop community members from freeloading; i.e. simply benefitting from others' voting without voting themselves?

## [**Genesis**](/appendix/faqs.md#genesis)

* What is the contract address?
* When does Genesis open and close?
* What if I want to participate more than once?
* When do my BPT tokens unlock?
* When do my Bonus Voting EGLs unlock?
* What will my EGL unlock date be if my Genesis unlock date is before the unlock date of my vote?

## [Voting](/appendix/faqs.md#voting)

* Who should vote with EGLs?
* Don’t know what to vote?
* Why vote more than 1 million?
* Can you change your vote?
* Can I revote and lock up my EGLs for less than the original vote?
* What happens when we’ve hit my desired gas limit? Can I stop voting and sell my EGLs?
* Can I delegate my vote?

## [**Other** ](/appendix/faqs.md#other)

* Why do we need EGL?
* What exactly is the gas limit and why does it matter?
* Who currently controls the gas limit?
* What is the current gas limit?
* Is there a "right" gas limit?
* Can EGL be used for other things?
* What happens when ETH 2.0 comes?
* There are concerns about state size. What does this mean?
* How does EGL interact with EIP-1559?
* Which wallets work with egl.vote?
* Are gas limit and block size directly related?
* What are mining pools and who comprises them?
* How does Layer-2 affect EGL?
* Will the smart contracts be audited?


---

# 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/appendix/faqs.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.
