# Key Functionality

The Eagle Project defines an ERC-20 token which allows its holders to vote on their desired value for Ethereum's Gas Limit (`desiredEgl`), and incentivizes pools to follow their collaborative decision.

The key functions of the EGL smart contract are:

1. Allowing EGL holders to vote on their desired gas limit.
2. Weekly tally, which gradually adjusts `desiredEgl`.
3. Awarding pools with EGLs when they mine blocks following the vote, adjusted according to how closely they match `desiredEgl`.
4. Creating an ETH-EGL market, to ensure pools are immediately incentivized to follow the EGL vote.

{% embed url="<https://eglvote.medium.com/egl-economics-6f1cbf39e5b6>" %}


---

# 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/key-functionality.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.
