# Reasons for the delay period in the transaction

{% hint style="info" %}
In this section, you will learn about delay periods and why they are necessary to execute a transaction.
{% endhint %}

An Aragon Govern DAO works with the principle that participants interacting with it are acting in the best interest of the respective community. It assumes that any scheduled transactions respect the DAO agreement.

To counter and prevent bad actors from executing non-conforming actions, **all transactions** come with a **cool-off period**, allowing community members time to review before execution. This is what is called the "delay period" on Aragon Govern DAOs.

Thanks to the delay period the community has the opportunity to challenge any to-be-executed transaction, ensuring an extra layer of security.


---

# 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://legacy-docs.aragon.org/products/aragon-govern/why-do-transactions-require-a-delay-period-in-order-to-be-executed.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.
