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

# FAQ

***

## General

<details>

<summary>What is CROSS Prediction?</summary>

CROSS Prediction is a decentralized prediction market platform built on CROSS Chain. Users can predict outcomes ranging from 1-minute BTC Up/Down forecasts to sports, politics, culture, and other events, and trade using $BILL.

</details>

<details>

<summary>What types of markets are available?</summary>

* **Event Markets**: Real-world events such as politics, economics, and culture (Yes/No)
* **Crypto Price Prediction**: 1-minute BTC Up/Down market
* **Multiple-choice Markets**: Predict the outcome among several options

</details>

<details>

<summary>What is $BILL?</summary>

$BILL is the trading currency of CROSS Prediction. Use it to start your first trade with zero cost. [$BILL Details](/getting-started/bill-token.md)

</details>

<details>

<summary>How do I get $BILL?</summary>

* **Sign-up bonus**: 100 $BILL upon account creation
* **First trade milestone**: 1,000 $BILL upon completing your first trade
* **Daily reward**: 10 $BILL for active users each day
* **Top daily volume**: 100 $BILL for each of the top 100 addresses by daily trading volume
* **CROSS Forge**: Purchase $BILL anytime

</details>

<details>

<summary>How do I create an account?</summary>

Click **Connect Wallet** and sign in with Google or Apple. A wallet is created automatically — no seed phrases, no browser extensions. You can start trading immediately after sign-up.

</details>

<details>

<summary>What does the price of a Share mean?</summary>

The price reflects the market's estimated probability. A Yes Share at $0.70 means the crowd sees a 70% chance of the event occurring. Yes and No prices always add up to $1.00.

</details>

***

## Trading

<details>

<summary>What are the fees?</summary>

Fees are charged only on Taker orders. The fee rate varies by market — up to $0.12500 per Share on 1-Minute Markets, $0.07500 on 3-Minute Markets, $0.02500 on 5-Minute Markets, $0.01250 on Daily Markets, $0.02500 on Sports Markets, and $0.00625 on Other Markets (all at $0.500); fees are significantly lower for skewed odds. **Maker fees are 0%.** [Fee Details](/market-structure/market-structure/fees.md)

</details>

<details>

<summary>What is the difference between Taker and Maker?</summary>

**Taker** consumes liquidity (fee charged). **Maker** provides liquidity (no fee + Rebate). See [Order Types](/trading/trading/order-types.md) for details.

</details>

<details>

<summary>What is Maker Rebate?</summary>

Makers receive **50% of the Taker fee** as a Rebate, paid automatically upon fill. No claim required. This means Makers pay 0% fees and earn income by providing liquidity.

</details>

<details>

<summary>What is the difference between Market Order and Limit Order?</summary>

**Market Order** executes immediately at the best available price (always Taker, fee charged). **Limit Order** is placed at a price you set — if posted to the orderbook, it becomes a Maker order with 0% fees and Rebate eligibility.

</details>

<details>

<summary>Can I sell my Shares before the market settles?</summary>

Yes. You can sell your position anytime before settlement. If the price has moved in your favor, you can lock in profit without waiting for the final result.

</details>

<details>

<summary>What are Split and Merge?</summary>

**Split** converts 1 trading currency into 1 Yes Share + 1 No Share. **Merge** does the reverse. Both are fee-free. Useful for hedging, arbitrage, and liquidity provision. See [Split & Merge](/trading/trading/split-merge.md) for details.

</details>

<details>

<summary>What happens when a market closes?</summary>

Winning Shares can be redeemed at $1.000 per Share. Losing Shares receive no payout. See [Redeem](/trading/trading/redeem.md) for details.

</details>

<details>

<summary>What happens if a market is cancelled?</summary>

A refund is issued at your **share cost** (price × shares, excluding fees). Previously paid Taker fees are not refunded.

</details>

<details>

<summary>What happens if the outcome is unknown?</summary>

All Shares are settled at $0.500 (50:50 split) regardless of which side you hold.

</details>

***

## Market Structure

<details>

<summary>How is there liquidity on new markets?</summary>

CROSS Prediction operates automated liquidity mechanism that populate every market with buy and sell orders across the full price range before trading begins. You can trade any market from the moment it opens.

</details>

<details>

<summary>How are markets settled?</summary>

* **Crypto Up/Down (BTC)**: Settled automatically via a reliable BTC price oracle at the end of each round
* **Event Markets**: Settled on-chain using cross-verified UMA Oracle and Polymarket API results.

</details>

<details>

<summary>What is the orderbook?</summary>

A list of pending buy (Bid) and sell (Ask) orders organized by price. Prices are displayed in $0.001 increments. When a buy and sell price meet, a trade executes.

</details>

***

## Still have questions?

Reach out to us at [**prediction@crossdefi.io**](mailto:prediction@crossdefi.io) — we'll get back to you as soon as possible.


---

# 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/support/faq.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.
