> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/products/aragon-govern/navigate-into-your-govern-dao/challenging-a-transaction.md).

# Challenging a transaction

With Aragon Govern's **optimistic governance model**, every transaction has a **delay period** (you can read more [here](/products/aragon-govern/why-do-transactions-require-a-delay-period-in-order-to-be-executed.md)) allowing the community time to review and decide if there are actions described that might be contrary to the DAO agreement.

During this delay period **transactions may be challenged**, and if challenged a dispute is created in [Aragon Court](/products/aragon-court.md) (or any other preferred dispute resolution system specified in the DAO).

{% hint style="warning" %}
If you do not agree with a transaction that has been scheduled, provide a clear justification so that guardians can understand why you are disputing it. This will greatly increase case comprehension for the guardians and allows for faster dispute resolution.
{% endhint %}

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/6113ed15b55c2b04bf6dd6a2/file-hd6ZlldfSY.png)

{% hint style="danger" %}
**VERY IMPORTANT NOTE!!!**

* When you challenge a transaction, \*\*you need to add \*\*<mark style="color:blue;">**collateral**</mark> to the challenge. The collateral token and amount are defined in the DAO settings.
* When creating a challenge, **you also need to pay the court fees** in <mark style="color:blue;">**DAI**</mark>, which will be used to pay guardians and actors on the dispute.

So for challenging a transaction you need to have both these tokens on your wallet:

1. The <mark style="color:blue;">**collateral token**</mark>
2. <mark style="color:blue;">**DAI**</mark> token
   {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://legacy-docs.aragon.org/products/aragon-govern/navigate-into-your-govern-dao/challenging-a-transaction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
