# 3. Core Design Principles

RouterLink is designed as infrastructure, not a product feature. These principles define what RouterLink must preserve as the network scales:

|            Principle           |                                         Description                                         |
| :----------------------------: | :-----------------------------------------------------------------------------------------: |
|   **Open Routing by Default**  | Any compliant service can be routed to; routing decisions are determined by observable data |
|   **No New Consensus Layer**   |          Operates as a smart-contract protocol on existing EVM-compatible networks          |
|  **Node = Router + Validator** |               Routing and validation are coupled; action equals accountability              |
|  **Verifiability Over Trust**  |          Usage, performance, and settlement derived from protocol-generated proofs          |
| **Practical Decentralization** |   Staged approach prioritizing usability while progressively minimizing trust assumptions   |


---

# 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/3.-core-design-principles.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.
