# Rocket Galaxy Game

## What Is Capy’s Rocket Galaxy?

**Capy’s** [**Rocket Galaxy**](https://embr.fun/rocketgalaxy) is a daily-reset **prediction game** on **Embr** where you bet on the market’s direction  **“Up” or “Down”**  for the **Rocket price**, which resets to **$1,000 every 24 hours (00:00 UTC).**

Each round is a fresh launch: a new day, a new random seed, and a new chance to cash out.

***

### How It Works

Every 24 hours, the Rocket price simulation starts again from **$1,000**.\
Throughout the round, the price moves up and down based on a live simulation — your goal is to **predict where it’ll go next**.

You can:

* **Bet on Upside or Downside** using **$INIT**
* **Choose a Multiplier** to scale your risk and reward (up to 1000×)
* **Cash Out Anytime** - choose to cash out in **INIT** or the **winning Chains of Chaos (COC) token**.
* **Set Auto Cashouts -** one for **Take Profit**, one for **Stop Loss.**
* **Watch the chart** move in real-time as your rocket rises or burns
* **Place multiple bets** at once

***

### The Basics

| Feature               | Description                                    |
| --------------------- | ---------------------------------------------- |
| **Base Price**        | Always resets to **$1,000** at 00:00 UTC daily |
| **Bet Currency**      | $INIT                                          |
| **Bet Types**         | “Up” (long) or “Down” (short)                  |
| **Minimum Bet Value** | 1 INIT                                         |
| **Max Multiplier**    | 1000×                                          |
| **Maximum Bet Value** | 5,000 INIT                                     |
| **Taker Fee**         | 1% on every bet                                |
| **Win Fee**           | 5% on profit from winning bets                 |
| **Cashouts**          | Automatically paid directly to your wallet     |

***

### Step by step

<figure><img src="/files/r7YyN285B8ml7Rg8TOO8" alt=""><figcaption></figcaption></figure>

***

### Payouts Made Simple

Your **reward** =

> **% price change × (bet × multiplier)**

All winnings go **directly to your wallet** after cashout, no claiming process, no extra clicks.\
If your bet’s value drops toward bust, it decreases **linearly**, meaning you can still recover partial value by cashing out early.

#### VIP Rewards

<figure><img src="/files/DDkREVLgj6ImS3bEFh3N" alt=""><figcaption></figcaption></figure>

Select your payout in the winning CoC token to earn VIP rewards from the trading VIP pool.

**Bet amount × Multiplier = Volume contribution**

Every bet directly boosts the token’s volume for VIP calculations

> **Example:** Bet 50 INIT × 500× multiplier = Equivalent to 25000 INIT trading volume

#### Rocket Galaxy Algorithm

Rocket Galaxy uses a **provably fair**, deterministic price simulation based on a seed, base price, and volatility parameters. The simulation runs **once every 24 hours at 00:00:00 UTC**, updating **twice per second**.

You can verify any round using the example code and round history provided on the algorithm page:\
[**https://embr.fun/rocketgalaxy/algorithm**](https://embr.fun/rocketgalaxy/algorithm)

The **time-aggregate chart and past-rounds viewer** are also available.

### FAQS

<details>

<summary>What exactly is Rocket Galaxy?</summary>

Rocket Galaxy is a real-time directional betting game powered by **$INIT**. You predict if price goes **Up** or **Down**, pick a multiplier, and try to cash out before your rocket hits bust. Higher risk = higher reward = higher chaos.

</details>

<details>

<summary>What can I bet with?</summary>

You place all bets using **$INIT**.

</details>

<details>

<summary>How do I win?</summary>

If price moves in the direction you predicted and you cash out before hitting the bust line → you win. If price crosses your bust line → your bet goes bust.

</details>

<details>

<summary>How do multipliers work?</summary>

Multipliers (up to **1000×**) scale your:

* **Potential win**
* **Risk**
* **Bust line distance**

Higher multiplier = bigger payout but a much closer bust line.

</details>

<details>

<summary>Can I cash out anytime?</summary>

Yes, as long as the price hasn't hit your:

* **Bust line**
* **Auto Take-Profit**
* **Auto Stop-Loss**

You can cash out in **$INIT** *or* the **winning Chains of Chaos (COC) token.**&#x20;

</details>

<details>

<summary>What is Auto TP/SL?</summary>

You can set:

* **Take Profit (TP):** Auto-cash out to take profit (above set price)
* **Stop Loss (SL):** Auto-cash out to limit losses (below set price)

Both are optional but highly recommended if you enjoy sleeping or touching grass.

</details>

<details>

<summary>Can I place more than one bet at a time?</summary>

Absolutely. You can place multiple bets at once, each with its own TP, SL, or manual cashout option.

</details>

<details>

<summary>What does “Round Ends” mean?</summary>

Every Rocket Galaxy round lasts **24 hours**. This resets to **$1,000 at 00:00 UTC.**

At the end of the 24-hour round, **all active bets are automatically cashed out at their current value.**

</details>

<details>

<summary>What fees should I know about?</summary>

* **1% taker fee** paid upfront when placing a bet
* **5% fee** on winning cashouts
* **No fee on losing bets** (your loss is already the fee 🥲)

</details>

<details>

<summary>Where do my winnings go?</summary>

Straight into your wallet - paid out in either **$INIT** or the **winning COC token**, depending on your chosen payout option.

</details>

<details>

<summary>Is the chart real market data?</summary>

Nope, it’s a real-time **simulated price feed** built for gameplay, not real-world price tracking.

</details>

<details>

<summary>What happens if I close my browser?</summary>

Your bets keep running. Auto TP/SL still trigger. You can return anytime to check in or cash out.

</details>

<details>

<summary>Can I recover partial value if things go bad?</summary>

As long as price hasn’t touched your bust line, your bet has **linear value**, meaning you can still cash out with whatever’s left.

</details>


---

# 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://docs.embr.fun/embr-ecosystem/rocket-galaxy-game.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.
