# CROSS Prediction

## English

- [What Are Prediction Markets?](https://docs.prediction.crossdefi.io/about/readme.md)
- [CROSS Prediction](https://docs.prediction.crossdefi.io/about/readme-1.md)
- [Wallet Setup](https://docs.prediction.crossdefi.io/getting-started/wallet-setup.md)
- [Place Your First Trade](https://docs.prediction.crossdefi.io/getting-started/first-trade.md)
- [Deposit & Withdraw $CROSS](https://docs.prediction.crossdefi.io/getting-started/deposit-cross.md)
- [$BILL (BILLIONS)](https://docs.prediction.crossdefi.io/getting-started/bill-token.md): $BILL is the core trading currency of CROSS Prediction, starting with Phase 1. All trades, fees, settlements, and rewards are denominated in $BILL.
- [Roadmap](https://docs.prediction.crossdefi.io/getting-started/phase3-preview.md)
- [Essentials](https://docs.prediction.crossdefi.io/trading/trading.md)
- [Markets](https://docs.prediction.crossdefi.io/trading/trading/market-types.md)
- [BTC 1-Min Prediction](https://docs.prediction.crossdefi.io/trading/trading/btc-1min.md)
- [Order Types](https://docs.prediction.crossdefi.io/trading/trading/order-types.md)
- [Buy & Sell](https://docs.prediction.crossdefi.io/trading/trading/buy-sell.md)
- [Split & Merge](https://docs.prediction.crossdefi.io/trading/trading/split-merge.md)
- [Redeem](https://docs.prediction.crossdefi.io/trading/trading/redeem.md)
- [Portfolio](https://docs.prediction.crossdefi.io/trading/trading/portfolio.md)
- [CLP](https://docs.prediction.crossdefi.io/market-structure/clp.md)
- [System Design](https://docs.prediction.crossdefi.io/market-structure/market-structure.md)
- [Settlement](https://docs.prediction.crossdefi.io/market-structure/market-structure/settlement.md)
- [Orderbook](https://docs.prediction.crossdefi.io/market-structure/market-structure/orderbook.md)
- [Fees](https://docs.prediction.crossdefi.io/market-structure/market-structure/fees.md): Learn how CROSS Prediction calculates taker fees, which actions are fee-exempt, and how 50% of fees are redistributed to makers.
- [Maker Rebate](https://docs.prediction.crossdefi.io/market-structure/market-structure/maker-rebate.md): 50% of Taker fees are automatically redistributed to Makers to strengthen Orderbook liquidity.
- [FAQ](https://docs.prediction.crossdefi.io/support/faq.md)
- [Terms of Service](https://docs.prediction.crossdefi.io/support/terms-of-service.md)
- [Changelog](https://docs.prediction.crossdefi.io/support/changelog.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.prediction.crossdefi.io/about/readme.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.
