# 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: 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:

```
GET https://docs.boolean.bet/technical-overview.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.
