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

# Probix Core Architecture

AI Event Intelligence Framework  Probix consists of four core layers:

## Layer 1

## AI Probability Engine

The AI Probability Engine is the core intelligence system of Probix.

It continuously analyzes multiple dimensions:

### Team Intelligence

Including:

* Team performance
* Tactical structure
* Historical records
* Competitive strength

### Player Intelligence

Including:

* Player condition
* Performance trends
* Individual impact
* Behavioral patterns

### Market Intelligence

Including:

* Market sentiment
* Probability changes
* Public opinion
* Real-time signals

### Environmental Intelligence

Including:

* Event conditions
* External variables
* Contextual factors

Through continuous computation, Probix generates:

* Probability models
* Trend analysis
* Outcome simulations
* Dynamic event insights

***

## Layer 2

## Real-Time Event Intelligence System

Events are constantly changing.

A single new variable can reshape probability.

Probix continuously updates its models based on:

* Lineup changes
* Injury updates
* Tactical adjustments
* Market movements
* Social sentiment shifts

The system creates a continuously evolving event intelligence network.

***

## Layer 3

## AI Prediction Feed

Probix delivers structured intelligence through AI-powered feeds.

Users can access:

* Event probability analysis
* Market trend insights
* Historical model performance
* AI-generated predictions

Future expansion includes:

* AI vs AI prediction systems
* Personalized AI intelligence feeds
* Community prediction networks
* AI prediction strategies

***

## Layer 4

## Sports AI Oracle Network

Probix is building an AI Oracle infrastructure for prediction markets.

The network will provide:

* AI probability data
* Real-time event intelligence
* Dynamic analysis models
* Intelligence APIs

Supporting:

* Prediction markets
* Web3 protocols
* AI applications
* Data-driven ecosystems


---

# 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://probix.gitbook.io/probix/probix-core-architecture.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.
