# Challenge an Ante Test

Before proceeding, make sure you have read about how challenging works and understand the risks involved in challenging an Ante Test.

{% content-ref url="/pages/K8MPsuXuWoeO5Go8isSj" %}
[Challenging](/ante/getting-started/how-ante-works/challenging.md)
{% endcontent-ref %}

Go to the page of the test you want to challenge

Connect your wallet to the app to view actions you can take.

Click the "**Challenge**" button.

![](/files/NMCceRZo9xSlQOKNQtL1)

{% hint style="info" %}
You will need to permit the app to use your tokens.
{% endhint %}

#### Why am I unable to challenge this test?

![](/files/gpIhKsx0xZxqR9xxXp5x)

Each pool enforces a maximum ratio of challenger to staker funds on pool entry in order to provide more predictability around payouts on test failure.

If the pool has already reached the max challenge it can support, you will need to wait until either more stake enters the pool or other challengers exit.

Naturally, this also means you cannot challenge a pool with no stake in it.

![](/files/QiuaLl93Hw9DeeXiYLSQ)

![](/files/bdrtUArNA257F9udkySb)

{% hint style="warning" %}
If you don't finalize your challenge, your challenge will still [decay](/ante/getting-started/how-ante-works/challenging.md#how-does-decay-work) but you won't be able to claim rewards if the test fails!
{% endhint %}

Once the countdown has ended, click "**Finalize challenge**" to become eligible for reward payout if the test fails

![](/files/VZ7agCX6E3ENzb1T6Lh5)

If you missed this earlier, you can resume finalizing your challenge by clicking "**Finalize Challenge**" on the test page:

![](/files/XMVPBDNgKARl41BM7qnq)

![](/files/qGNuIO9GPW4374LXO4eY)


---

# 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.ante.finance/ante/getting-started/user-guides/challenge-an-ante-test.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.
