> For the complete documentation index, see [llms.txt](https://docs.prediction.crossdefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prediction.crossdefi.io/about/readme-1.md).

# CROSS Prediction

A decentralized prediction market on CROSS Chain. Trade real-world events and crypto prices with $BILL or $CROSS.

***

{% stepper %}
{% step %}
**Sign Up**

Click **Connect Wallet** and log in with Google or Apple. A wallet is created automatically — no seed phrases, no extensions.

[Wallet Setup Details](/getting-started/wallet-setup.md)
{% endstep %}

{% step %}
**Get $BILL**

Claim free $BILL upon sign-up. Earn more through daily rewards, trading profits, and Maker Rebates.

[Get $BILL](/getting-started/bill-token.md)
{% endstep %}

{% step %}
**Trade**

Pick a market, choose a side (Yes/No or Up/Down), and place your order. Use a Market Order for instant execution or a Limit Order to set your own price.

[Place Your First Trade](/getting-started/first-trade.md)
{% endstep %}
{% endstepper %}

***

## Key Advantages

### Start Trading for Free with $BILL

The $BILL (BILLIONS) token allows users to participate in prediction markets and realize profits at no cost. Claim $BILL upon sign-up, earn daily rewards, and trade on [CROSS Forge](https://x.crosstoken.io/forge/token/0xA6272D8053B4F5d5F7943dfBc1039B1cedebf3d4) to convert earnings into real value.

{% content-ref url="/pages/LJtDwIsLEQHtgmk9dFfr" %}
[$BILL (BILLIONS)](/getting-started/bill-token.md)
{% endcontent-ref %}

***

### BTC 1-Minute Prediction

Predict BTC price movements — Up/Down — on a 1-minute basis.

* Accurate resolution via a verifiable BTC price oracle
* Hundreds of rounds per day — rapid profit realization
* Next round starts immediately after the previous one closes

***

### Industry-Low Fees

Max fee per Share (at $0.500) varies by market:

| Market           | Max Fee per Share |
| ---------------- | ----------------- |
| 1-Minute Markets | $0.12500          |
| 3-Minute Markets | $0.07500          |
| 5-Minute Markets | $0.02500          |
| Daily Markets    | $0.01250          |
| Sports Markets   | $0.02500          |
| Other Markets    | $0.00625          |
| Maker            | **Always $0**     |

> Fees drop sharply toward skewed odds — as low as $0.00002 per Share on Other Markets.

{% content-ref url="/pages/D6LEXBMmTC0K6IbKtMiB" %}
[Fees](/market-structure/market-structure/fees.md)
{% endcontent-ref %}

***

### Highest Maker Rebate

**50% of Taker fees are paid to Makers upon fill.**

| Item          | Details                                                          |
| ------------- | ---------------------------------------------------------------- |
| Rebate Rate   | **50%** of Taker fees                                            |
| Payout Timing | Instantly upon fill (no claim required)                          |
| Eligibility   | Makers whose limit orders are posted to the Orderbook and filled |

By placing limit orders as a Maker, users benefit from **0% fees plus Rebate earnings.**

{% content-ref url="/pages/0Zdvtb0R8bdX6Q3wAd2Q" %}
[Maker Rebate](/market-structure/market-structure/maker-rebate.md)
{% endcontent-ref %}


---

# 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://docs.prediction.crossdefi.io/about/readme-1.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.
