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

# SageBet

- [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)


---

# 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://sagebet.gitbook.io/sagebet-documentation/sagebet.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.
