# Betting

{% hint style="info" %}
**See Also:** [Server Information](/introductions/xilero/server-information.md), [Events](/content/pve-content/events.md)
{% endhint %}

The Betting System allows players to place bets on various matches and events such as PvP tournaments, Guild vs Guild matches, and special server events. Winners receive payouts based on the total pool of bets.

***

## NPC Location

![ZenyBets](/files/hWNMSkHYaUJT4GiMULr2) **ZenyBets** in Prontera (167, 177)

***

## Currency

|               Icon               | Item                                                       |   ID  | Cost Per Bet |
| :------------------------------: | ---------------------------------------------------------- | :---: | :----------: |
| ![](/files/fKLlbQ4QeisXDy6xtzQn) | [Silver Coin](/introductions/xilero/server-information.md) | 22551 |      10x     |

***

## How It Works

{% stepper %}
{% step %}

#### Sessions Created

GMs create betting sessions for specific matches or events (e.g., PvP tournaments, GvG matches).
{% endstep %}

{% step %}

#### Place Bets

Players bet on one of the available options (e.g., Team A vs Team B) using Silver Coins.
{% endstep %}

{% step %}

#### Match Concludes

When the match ends, the GM selects the winning option.
{% endstep %}

{% step %}

#### Payouts

Winners receive their stake back plus a share of the losing bets (minus house edge).
{% endstep %}
{% endstepper %}

***

## Menu Options

| Option                      | Description                                             |
| --------------------------- | ------------------------------------------------------- |
| **Running Matches**         | View all active betting sessions and place bets         |
| **Finished Matches Result** | View the results of completed matches                   |
| **Top Betters**             | See the top 10 betters for any active match             |
| **Claim Rewards**           | Collect your winnings from matches you bet correctly on |
| **Claim Refunds**           | If a match is cancelled, claim refunds for your bets    |

***

## Placing a Bet

{% stepper %}
{% step %}
Talk to the **ZenyBets** NPC at `@warp prontera 167 177`
{% endstep %}

{% step %}
Select **"Running Matches"**
{% endstep %}

{% step %}
Choose an active betting session from the list
{% endstep %}

{% step %}
Select which option/team you want to bet on
{% endstep %}

{% step %}
Confirm your bet (10x ![](/files/fKLlbQ4QeisXDy6xtzQn) Silver Coin per bet)
{% endstep %}
{% endstepper %}

***

## Payout System

| Description            |        Rate        |
| ---------------------- | :----------------: |
| Distributed to Winners | 80% of losing pool |
| House Edge (Server)    | 20% of losing pool |

* Winnings are distributed proportionally based on bet count
* Original bet amount is always returned to winners
* Only the losing side contributes to the payout pool

<details>

<summary>Example Calculation</summary>

**Scenario:**

* Total losing pool: 100 Silver Coins (10 losing bets)
* Total winning bets: 5 bets
* 80% of 100 = 80 Silver Coins distributed to winners

**If you placed 1 winning bet:**

* Share of winnings: 80 ÷ 5 = 16 Silver Coins profit
* Plus your original 10 Silver Coins returned
* **Total received: 26 Silver Coins**

</details>

***

## Betting Limits

Sessions may have configurable limits set by GMs:

| Limit Type                | Description                                       |
| ------------------------- | ------------------------------------------------- |
| **Max votes per account** | How many bets you can place total per session     |
| **Max votes per option**  | How many bets can be placed on one team/option    |
| **Time limit**            | Betting closes after a set duration (max 8 hours) |

***

## Tips

{% hint style="success" %}
**Betting Tips:**

* Check the betting deadline before placing bets - once closed, you cannot bet
* You can place multiple bets if the session limits allow
* Bets cannot be cancelled once placed
* Rewards and refunds must be claimed manually from the NPC
* Use "Top Betters" menu to track the betting pool
  {% endhint %}

***

## Anti-Cheat Protection

* Gepard/Unique ID validation may limit bets per PC
* Account-based bet limits prevent abuse
* All bets are logged for transparency

***

## Announcements

When a betting session opens:

* Server-wide announcement is made with match details
* Reminders are broadcast every 30 minutes while betting is open
* Winner announcement is made when the match concludes

***

## Common Events for Betting

Betting sessions are typically created for:

* PvP tournaments
* Guild vs Guild matches
* Team arena competitions
* Special server events
* WoE practice matches


---

# 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://www.xileretro.wiki/mechanics/betting.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.
