> 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/roadmap-and-faq.md).

# Roadmap & FAQ

{% tabs %}
{% tab title="Phase 1" %}
Launch core prediction markets, sports categories, email wallet onboarding.-

Partner Interactions

Gold Tick on X

On Chain Marketing (Whale Wallets, KOLs)
{% endtab %}

{% tab title="Phase 2" %}
Expand to more sports, grow liquidity, integrate more Base ecosystem tools.

Sportsbook marketing campaigns&#x20;

Constant $BOOLEAN Buybacks

Farcaster Mini App

Base App Integration
{% endtab %}

{% tab title="Phase 3" %}
Release mobile app

o1/Axiom Style Trading Terminal for Sports
{% endtab %}
{% endtabs %}

{% stepper %}
{% step %}

### What is a prediction market?

A financial market where people trade on the outcome of events (Yes/No).
{% endstep %}

{% step %}

### How is this different from a betting site?

Bookies set odds to profit. With Boolean Bets, the market sets odds fairly. There is no house edge.
{% endstep %}

{% step %}

### Why build on Base?

Base has low fees, fast transactions, and is built by Coinbase for mass adoption.
{% endstep %}

{% step %}

### Do I need a crypto wallet to use Boolean Bets?

No. With Privy Wallets, you can log in using just your email address.
{% endstep %}

{% step %}

### What sports are supported?

We’re starting with major sports like football, basketball, and soccer. Over time, we’ll expand into more leagues, tournaments, and even niche sports based on community demand.
{% endstep %}

{% step %}

### How are results verified?

We use **decentralized oracles** like Chainlink and UMA to fetch official match results. This ensures fair, trustless settlement with no manual intervention.
{% endstep %}

{% step %}

### What happens if a game is canceled or postponed?

If an event is canceled, markets are voided and funds are returned to traders. If postponed, the resolution follows official league data provided by our oracles.
{% endstep %}

{% step %}

### What’s the Boolean daily jackpot?

Every time you trade on Boolean Bets, you’re automatically entered into a jackpot draw. No extra cost, no entry required. Chainlink VRF ensures the selection is provably random and fair.
{% endstep %}
{% endstepper %}


---

# 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/roadmap-and-faq.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.
