# How Ante works

The core pieces of the Ante protocol are:

* **Ante Tests** = on-chain logic that verifies some condition is true/false
* **Ante Pools** = 2-sided capital pools that people stake or challenge assets in, whose payout is determined by the result of the Ante Test

#### Pool mechanics

Pools can be **staked** or **challenged**.

Challengers pay decay fees to stakers and test authors over time if the test continues to pass, but can claim staker funds as a reward if the test fails.

<figure><img src="/files/PnPILpPAv8NiviPu97Ah" alt=""><figcaption></figcaption></figure>

Pool activity reveals community trust in the tested conditions and can be used to impute a decentralized trust score.


---

# 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/how-ante-works.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.
