# 9. Failure Cases & Abuse Resistance

RouterLink assumes participants may behave imperfectly. The protocol limits impact and discourages abuse through structure:

|         Attack Vector        | Mitigation                                                           |
| :--------------------------: | -------------------------------------------------------------------- |
| **Performance Manipulation** | Cross-node PoLP observation; divergent reports lose routing priority |
|    **Mispriced Services**    | Market-driven correction through observable demand                   |
|  **Centralization Attempts** | Delegator mobility; stake distribution constraints                   |
|    **Usage Manipulation**    | Signed PoTU receipts as canonical records                            |
|     **Partial Failures**     | Automatic routing shift to available alternatives                    |

**Design Principle:** Honest participation remains economically advantaged; dishonest behavior is not sustainably rewarded.


---

# 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/9.-failure-cases-and-abuse-resistance.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.
