# Wagers

The Wager Module is a specific implementation of a competition module within the Arena ecosystem. It enables users to create and manage decentralized wagers in a transparent, fair, and engaging manner.

## Key Components

### 1. Wager Management

#### a. Host

* **Options**:
  * Assign a specific referee (individual account).
  * Designate a pre-created DAO (e.g., a referee DAO).
* **Role**: Processes and finalizes the results of the wager.

#### b. Configuration

* **Name**: Unique identifier for the wager.
* **Description**: Comprehensive overview of the wager.
* **Banner**: Optional image representation.
* **Expiration**: Defines the end point (time, block height, or never).
  * Note: If not processed by expiration, the wager can be "jailed" and resolved only by the Arena DAO.
* **Rules**: Guidelines governing the wager.
* **Rulesets**: Pre-defined sets of rules that can be applied if available for the wager's category.

### 2. Financial Management

#### Dues

* Define stakes for the wager.
* Specify funding sources and amounts.
* For detailed information about dues handling, refer to the [Escrow page](/the-arena-architecture/escrow.md).

#### 3. Stat Tracking

* **Performance Metrics**: Track key indicators for participants (e.g., win/loss ratio, total wagers won).
* **Achievements**: Award recognitions for outstanding performances or milestones.
* **Data Visualization**: Present stats in easily digestible formats (graphs, charts).


---

# 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.arenadao.org/the-arena-architecture/competition-modules/wagers.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.
