# 5. Protocol-Level Guarantees

RouterLink's guarantees are enforced by **protocol design**, not promises.

## What RouterLink Guarantees

1. **Verifiable Usage Measurement** — Every request generates a PoTU receipt as canonical record
2. **No Unilateral Control** — No single participant can define routing outcomes alone
3. **Deterministic Settlement Inputs** — PoTU and PoLP signals act as immutable inputs to settlement
4. **Explicit Role Separation** — No role controls the full lifecycle of an AI request
5. **Designed for Imperfect Participants** — Network may degrade locally but not systemically

## Scope of Guarantees

RouterLink does **not** guarantee the lowest cost, fastest model, or uninterrupted availability. What it guarantees:

> **AI requests are routed, measured, and settled according to verifiable protocol rules rather than discretionary control.**


---

# 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.world3.ai/world3/routerlink-litepaper/5.-protocol-level-guarantees.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.
