# Page Not Found

The URL `files/sfB7kWEImpqIgVQkdyZe` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [FORESURE: THE TRUTH ENGINE](https://docs.foresure.xyz/foresure-the-truth-engine.md)
- [6.2 The Unified 82% Liquidity Ecosystem](https://docs.foresure.xyz/chapter-6-tokenomics-usdfsr-the-liquidity-first-architecture/6.2-the-unified-82-liquidity-ecosystem.md)
- [4.3 The Decentralized Court and Jury System](https://docs.foresure.xyz/chapter-4-oracle-fidelity-the-consensus-of-reality/4.3-the-decentralized-court-and-jury-system.md)
- [7.1 The Bicameral Governance Structure](https://docs.foresure.xyz/chapter-7-decentralized-governance-the-jurisprudence-of-the-dao/7.1-the-bicameral-governance-structure.md)
- [2.2 Peer-to-Contract (P2C): Solving the Liquidity Gap](https://docs.foresure.xyz/chapter-2-protocol-architecture-the-battle-against-friction/2.2-peer-to-contract-p2c-solving-the-liquidity-gap.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.foresure.xyz/foresure-the-truth-engine.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.

### Option 2 — Browse the documentation index

Full index: https://docs.foresure.xyz/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.foresure.xyz/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/foresure-the-truth-engine.md`).

You may also use `Accept: text/markdown` header for content negotiation.
