> For the complete documentation index, see [llms.txt](https://docs.oh.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oh.finance/protocol/oh-governance/oh-governor.md).

# 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.
