# Darts

**Darts** bet type is a set of price prediction games, created at fixed times and hosted by **P2PLabs**. Users compete by predicting the future price of an asset within a short, fixed duration.

<figure><img src="/files/F0KriJ5jvsEflP3yQvE4" alt=""><figcaption><p>Darts</p></figcaption></figure>

### How It Works <a href="#how-it-works" id="how-it-works"></a>

Users join an active **Darts** session by purchasing a ticket and submitting a price prediction for the chosen asset. At the end of the timeframe, the platform ranks all predictions by absolute difference from the actual price, and the user whose prediction is closest to the actual price wins the prize pool.

### Entry Conditions <a href="#entry-conditions" id="entry-conditions"></a>

To enter, users pay a fixed ticket fee defined by the platform. Multiple users can participate in a single round.

### Timelines <a href="#timelines" id="timelines"></a>

Users can select from three preset timeframes: **1 minute**, **5 minutes**, or **10 minutes**, depending on their preferred game type, and prize pool size.

Each duration defines two timestamps:

* **End of bets** — the time until which users can submit their predictions (e.g. 7 PM for a 10-minute game starting at 6:50 PM)
* **End of event** — when the final asset price is fetched and winners are determined (e.g. 7:10 PM for the same 10-minute game)

### Outcome & Winners <a href="#outcome-and-winners" id="outcome-and-winners"></a>

The winner is the user whose prediction is closest to the asset’s final price at the end of the round. The prize pool, generated from all entry fees, is awarded to the winner.

If two or more users submit the same winning predictions, the winnings are distributed equally between them.

### Pricing & Data Source <a href="#pricing-and-data-source" id="pricing-and-data-source"></a>

Final prices are determined using the Binance API. Accuracy is measured by the delta between each prediction and the actual price.

### Refund Policy <a href="#refund-policy" id="refund-policy"></a>

If there is only one participant, they qualify as a winner with the most accurate prediction.

### Visibility <a href="#visibility" id="visibility"></a>

Darts games are **public** and open to all users.


---

# 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://p2pbet.gitbook.io/documentation/finance-predictions/darts.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.
