# 2.2 Layer 1: The Probabilistic Kernel

The Probabilistic Kernel serves as the protocol’s "Truth Machine." Rather than relying on a centralized editorial board, ClawOracle bridges to **Decentralized Prediction Markets**. These markets represent the collective "Skin-in-the-game" consensus of thousands of global participants.

* **Odds Synthesis:** The Kernel ingests the real-time probability streams of event outcomes (e.g., "Will the Fed hike rates?").
* **Confidence Scoring:** It compares the Semantic Mesh output with the Prediction Market odds to identify market inefficiencies.
* **Signal Distillation:** If the global news indicates a shift that the prediction market has not yet priced in, the Kernel generates an Actionable Signal.


---

# 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.claworacle.vip/phase-ii-the-synthesis-architecture/2.2-layer-1-the-probabilistic-kernel.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.
