> 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/instant.md).

# INSTANT

Instant Games are RNG-based games that resolve immediately using provably fair systems.

These games emphasize:

* rapid engagement,
* high replayability,
* and transparent randomness.

***

## Coin Toss

### Overview

A classic 50/50 prediction game.

Players choose:

* Heads
* Tails

Correct predictions pay:

* **1.98x multiplier**

***

## Dice Roll

### Overview

Players predict the result of a six-sided die.

***

### Payout Structure

Correct predictions pay:

* **5.94x multiplier**

***

## Crash

### Overview

Crash is a real-time multiplier survival game where players must cash out before the multiplier collapses.

***

### Core Gameplay

* multiplier increases continuously,
* players manually or automatically cash out,
* failure to exit before crash results in loss.

***

### Features

* Take-Profit automation
* Exponential multiplier growth
* Up to 100x multiplier visibility
* Provably fair seed verification

***

## Plinko

### Overview

Plinko is a high-variance peg-drop probability game.

Balls travel through:

* 12 peg rows,
* landing in one of 13 payout buckets.

***

### Multiplier Range

| Minimum | Maximum |
| ------- | ------- |
| 0.44x   | 10.04x  |

***

## Wheel Spin

### Overview

Wheel Spin is a weighted probability wheel featuring multiple reward tiers and jackpot outcomes.

***

### Key Features

* 24-slot weighted wheel
* Approximately 47% non-zero outcomes
* Ultra-rare 100x jackpot reward

***

## Mines

### Overview

Mines is a risk-escalation strategy game played on a 5x5 board.

Players reveal tiles while attempting to avoid hidden bombs.

***

### Core Mechanics

* More bombs increase payout multipliers
* Each successful reveal increases rewards
* Players may cash out at any time

***

## Odd / Even

### Overview

Players predict whether a randomly drawn card rank is odd or even.

***

### Payouts

| Choice | Multiplier |
| ------ | ---------- |
| ODD    | 1.839x     |
| EVEN   | 2.145x     |

***

## Color Game

### Overview

A simplified binary prediction game.

Players choose:

* Red
* Green

Correct predictions pay:

* **1.98x multiplier**


---

# 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/instant.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.
