# Pitchcast

Football prediction markets on Solana. Permissionless. Transparent. Live.

***

Pitchcast is a permissionless prediction market protocol built on Solana, purpose-built for football. Users can create, trade, and resolve markets on any event that occurs in or around the game: match outcomes, player performance, in-game moments, transfer decisions, managerial appointments, and anything else the community believes is worth trading on.

Where existing prediction markets are generalist, Pitchcast is the football intelligence layer: a live, liquid market for collective belief about the sport.

The product draws inspiration from Robinhood's clarity and accessibility and Stripe's technical precision and documentation quality. Every interaction, from creating a market to settling a position, is designed to feel intentional, polished, and trustworthy. The tone is professional without being cold, technical without being inaccessible.

Pitchcast launches in beta with curated markets, managed access, and trusted resolution. The architecture is designed from day one for the permissionless, decentralised state that follows.

{% hint style="info" %}
Pitchcast is currently in private beta. All markets and fees are subject to change before mainnet launch.
{% endhint %}

## Where to start

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How it Works</strong></td><td>Understand the binary outcome model, probability pricing, and collateral mechanics.</td><td><a href="/pages/wkZQArGdyNqeV0RPFmXO">/pages/wkZQArGdyNqeV0RPFmXO</a></td></tr><tr><td><strong>Trading</strong></td><td>Learn how the hybrid CLOB exchange mechanism works and how orders settle on-chain.</td><td><a href="/pages/OsMtWbBS1VN5TXAp1Zzd">/pages/OsMtWbBS1VN5TXAp1Zzd</a></td></tr><tr><td><strong>Markets</strong></td><td>Explore market categories, the creation flow, and how outcomes are resolved.</td><td><a href="https://github.com/Pitchcast-xyz/pitchcast-docs/blob/main/markets/README.md">https://github.com/Pitchcast-xyz/pitchcast-docs/blob/main/markets/README.md</a></td></tr><tr><td><strong>Protocol</strong></td><td>Deep dive into the Solana smart contract architecture and on-chain program structure.</td><td><a href="https://github.com/Pitchcast-xyz/pitchcast-docs/blob/main/protocol/README.md">https://github.com/Pitchcast-xyz/pitchcast-docs/blob/main/protocol/README.md</a></td></tr><tr><td><strong>Beta</strong></td><td>What is in scope, how access works, and the progression to mainnet.</td><td><a href="https://github.com/Pitchcast-xyz/pitchcast-docs/blob/main/beta/README.md">https://github.com/Pitchcast-xyz/pitchcast-docs/blob/main/beta/README.md</a></td></tr></tbody></table>


---

# 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.pitchcast.xyz/readme.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.
