# SageBet documentation

## SageBet documentation

- [Welcome to SageBet docs](https://sagebet.gitbook.io/sagebet-documentation/welcome-to-sagebet-docs.md): SageBet is an on-chain prediction market built on Arbitrum and Ethereum's Virtual Machine. Here is where you'll find all of our public documentation. Take a look and please ask us anything.
- [Overview](https://sagebet.gitbook.io/sagebet-documentation/sagebet/overview.md)
- [Architecture](https://sagebet.gitbook.io/sagebet-documentation/sagebet/architecture.md)
- [Contracts](https://sagebet.gitbook.io/sagebet-documentation/sagebet/architecture/contracts.md)
- [Market and trading basics](https://sagebet.gitbook.io/sagebet-documentation/sagebet/market-and-trading-basics.md): This is a walk-through of how SageBet's orderbooks work, and how to trade on them.
- [Orderbook Basics](https://sagebet.gitbook.io/sagebet-documentation/sagebet/market-and-trading-basics/orderbook-basics.md): Overview of SageBet's orderbook and how to use them
- [How to trade](https://sagebet.gitbook.io/sagebet-documentation/sagebet/market-and-trading-basics/how-to-trade.md)
- [Claiming](https://sagebet.gitbook.io/sagebet-documentation/sagebet/market-and-trading-basics/how-to-trade/claiming.md): If you chose the winning outcome, you can claim your share of the pot once the market resolves.
- [Approvals](https://sagebet.gitbook.io/sagebet-documentation/sagebet/market-and-trading-basics/how-to-trade/approvals.md): Interacting with SageBet contracts requires users to approve certain transactions.
- [Fees](https://sagebet.gitbook.io/sagebet-documentation/sagebet/market-and-trading-basics/fees.md): SageBet charges fees to pay for operation and development.
- [Portfolio](https://sagebet.gitbook.io/sagebet-documentation/sagebet/portfolio.md)
- [Tokenomics](https://sagebet.gitbook.io/sagebet-documentation/sagebet/tokenomics.md): Coming soon...
- [Roadmap](https://sagebet.gitbook.io/sagebet-documentation/sagebet/roadmap.md): Our future plans...
- [Coming soon...](https://sagebet.gitbook.io/sagebet-documentation/sagebet/coming-soon....md)
- [Community/Social](https://sagebet.gitbook.io/sagebet-documentation/links/community-social.md)
- [Official links](https://sagebet.gitbook.io/sagebet-documentation/links/official-links.md)
- [Overview](https://sagebet.gitbook.io/sagebet-documentation/tokenomics/overview.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://sagebet.gitbook.io/sagebet-documentation/welcome-to-sagebet-docs.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.
