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

# Technical Overview

{% hint style="success" %}

#### As a blockchain company, we strive to integrate state of the art tech to give that edge for our users.&#x20;

{% endhint %}

> #### *The space we're in is highly competitive, and users expect the best. So we deliver the best, both aesthetically, and technically.*

<details>

<summary>🧩 Market Creation</summary>

* Each sports event is turned into a binary (Yes/No) market.
* Smart contracts handle the trading of shares, pricing, and payouts.
* Example: “Will Team A win the match?” → Yes or No.

</details>

<details>

<summary>🔮 Oracles</summary>

* Boolean Bets uses trusted oracles to determine the outcome of sports events.
* Oracles are decentralized data providers that feed real-world results (like final scores) to the blockchain.
* Once the oracle confirms the result, the smart contract automatically settles the market.

</details>

<details>

<summary><strong>⚖️</strong> Settlement</summary>

* If the outcome is “Yes,” all “Yes” shares pay out 1:1.
* If the outcome is “No,” all “No” shares pay out 1:1.
* Settlement is instant after the oracle provides the result.
* No manual intervention. No middleman.

</details>

<details>

<summary>🔐 Wallets &#x26; Access</summary>

* Boolean Bets integrates Privy wallets, meaning users can sign up with just an email while still holding a real on-chain wallet.
* Advanced users can connect their own wallets as well.

</details>

<details>

<summary>⚡ Why Base?</summary>

* Base provides fast transactions, low fees, and high security.
* It’s ideal for high-frequency trading like sports markets.

</details>


---

# 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.boolean.bet/technical-overview.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.
