# 6.7 Betting System (A2E & Prediction Market)

<figure><img src="/files/1bmJk6xTvFXveWtJKRSl" alt=""><figcaption></figcaption></figure>

### ✅ Overview:

* Users can place bets on match outcomes using BHP points.
* A portion of earned BHP can be converted into 8BALL tokens, enabling real-value rewards.
* Peer-to-peer (P2P) betting is enabled for casual matches between individuals.
* Wagering is also supported during amateur tournaments and professional league events.
* Reward distribution and withdrawal mechanics for betting outcomes will be determined through a separate governance process.

### ✅ Revenue Model:

* A 10% fee is applied to winnings (deducted from the winner’s payout).
* Official sponsorship integrations during major tournaments help grow the betting market.
* Platform earns matching fees on peer-to-peer betting transactions.

### ✅ Projected Revenue (Example):

* If 100,000 users place bets averaging 100 8BALL per year, the total annual betting volume would reach 10 million 8BALL (\~₩10 billion).
* At a 10% platform fee, projected annual revenue is ₩1 billion (\~$710,000 USD).

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Item</td><td valign="top">Amount</td><td valign="top">Note</td></tr><tr><td valign="top">Annual Number of Participants</td><td valign="top">100,000</td><td valign="top"> </td></tr><tr><td valign="top">Average Bet per Person</td><td valign="top">100 8BALL</td><td valign="top"> </td></tr><tr><td valign="top">Total Annual Betting Volume</td><td valign="top">1,000,000 8BALL</td><td valign="top">100,000 × 100 8BALL</td></tr><tr><td valign="top">Total Transaction Value (KRW)</td><td valign="top">KRW 10,000,000,000</td><td valign="top">Based on 1 8BALL = 1,000 KRW</td></tr><tr><td valign="top">Commission Rate</td><td valign="top">10%</td><td valign="top"> </td></tr><tr><td valign="top">Estimated Revenue (KRW)</td><td valign="top">KRW 1,000,000,000</td><td valign="top">Based on 10% commission</td></tr><tr><td valign="top">Converted to USD</td><td valign="top">approx. $714,286</td><td valign="top">Based on exchange rate: 1 USD = 1,400 KRW</td></tr></tbody></table>


---

# 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://billiard-hub.gitbook.io/docs/6.-business-model/6.7-betting-system-a2e-and-prediction-market.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.
