# Oh! Governor

The `OhGovernor` contract acts as the Executor in the Proposer-Executor model. The Governor allows actions from successful Forum proposals to be queued up for execution.

## Parameters

* `delay` - **2 days** - Minimum amount of time, in seconds, a transaction must wait in the queue&#x20;
* `gracePeriod` - **14 days** - Maximum amount of time, in seconds, an eligible transaction has to be executed

## Transaction Queue

All queued transactions must wait in the queue until a minimum time period of length `delay` has passed. If more than two weeks pass after the transaction `delay` is satisfied, then the transaction will be considered stale and cannot be executed.


---

# 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.oh.finance/protocol/oh-governance/oh-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.
