# Challengers

The **larger the challenger group**, the **more secure the bridge becomes**. The challenger role is **permissionless**—anyone can become a challenger by running the designated [challenger program.](https://docs.fiammalabs.io/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/user-guides/testnet-beta/how-to-run-a-challenger)

Challengers interact with the bridge’s funds in two ways:

1. **Staking**
2. **Rewards**

**1. Staking (Self-Custodied & Time-Locked)**

* Challengers stake their own BTC in a **self-custodied** manner.
* The staked funds are locked in a **timelocked UTXO**, which can only be withdrawn **after the timelock expires** (typically **3–12 months**, matching the challenger’s tenure).
* Once the timelock ends, challengers can **permissionlessly reclaim their BTC** without relying on any third party.

**2. Rewards (Distributed by the Committee)**

* When a challenge succeeds:
  * The **operator’s slashed collateral** is transferred to a **committee-controlled address**.
  * The committee then **distributes rewards** to participating challengers based on their contribution.


---

# 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.fiammalabs.io/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/security-analysis/challengers.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.
