# Babylon Governor

![](/files/fPoZIWYng7WUoHYkwMAx)

[Babylon Governor](https://medium.com/babylon-finance/introducing-babylon-governor-6d9e45d7ca3c) enables anyone who holds **$BABL**, Babylon’s governance token, to submit proposals and **vote on protocol-level decisions, beginning with treasury management.**

The treasury receives 5% of profits and 0.5% of capital allocated through Babylon. 69% of the total supply of $BABL is reserved for the community and we expect the first governance proposals to be submitted in the coming weeks to allocate treasury capital to the benefit of the protocol and its users.

Babylon Governor marks the first mainnet deployment of [Open Zeppelin’s Governor](https://blog.openzeppelin.com/governor-smart-contract/). The contract is compatible with Governor Alpha and Bravo, and we are using [Tally](https://www.withtally.com/) to provide a simple user interface to delegate votes, create proposals, and cast votes on proposals.

## Governance Process

* New proposals are discussed in a dedicated Discord channel
* Discord and/or Snapshot (to be added later) is used for signal voting on proposals
* Proposals (with code) are submitted to Babylon Governor and voted on with Tally

## Governance Parameters

* **Voting delay**: 1 block

  Time from proposal submission to start of voting period)
* **Voting period**: 1 week

  How long proposals can be voted on.
* **Quorum**: 40,000 $BABL (4% of supply)

  How many votes are needed to pass a proposal.
* **Proposal threshold**: 5,000 $BABL (0.5% of supply)

  Tokens required to submit proposal

<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://docs.babylon.finance/babl/governance/babylon-governor.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.
