> For the complete documentation index, see [llms.txt](https://whitepaper.anttime.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.anttime.net/products-and-services/antarena/flip.md).

# FLIP

Flip Games are short-duration directional prediction markets where players predict whether a cryptocurrency asset will move UP or DOWN during a fixed round.

These games emphasize:

* rapid decision making,
* market intuition,
* and real-time competition.

All Flip Games utilize Parimutuel settlement systems.

***

## BTC Flip

### Overview

BTC Flip is a 5-minute directional prediction game based on Bitcoin price movement.

Players predict whether BTC closes:

* ABOVE the opening price,
* or BELOW the opening price.

***

### Gameplay Structure

#### Round Duration

* Total Round Time: 5 Minutes
* Betting Window: Early phase only

Betting locks before settlement to prevent last-second sniping behavior.

***

#### Player Choices

| Option | Prediction          |
| ------ | ------------------- |
| UP     | BTC price increases |
| DOWN   | BTC price decreases |

***

### Settlement Logic

| Market Result | Winning Side |
| ------------- | ------------ |
| Close > Open  | UP           |
| Close < Open  | DOWN         |

***

### Refund Conditions

Rounds are voided and fully refunded if:

* opening and closing prices are identical,
* or oracle data becomes unavailable.

***

### Payout Model

BTC Flip uses:

* Parimutuel liquidity distribution,
* dynamic player pool balancing,
* and 1% platform fee deduction.

***

## ETH Flip

### Overview

ETH Flip follows the same gameplay structure as BTC Flip using Ethereum price data.

Players compete by predicting Ethereum market direction during short-duration rounds.

***

### Core Features

* 5-minute rounds
* UP / DOWN prediction structure
* Dynamic pool-based payout calculation
* Real-time settlement

***

## SOL Flip

### Overview

SOL Flip applies the Flip Game model to Solana market movement.

The game is optimized for fast-paced market participation and high replayability.

***

### Key Mechanics

* Short prediction windows
* Dynamic odds
* Refund protection
* Liquidity-supported payout balancing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.anttime.net/products-and-services/antarena/flip.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
