# Overview

Nation3 is its own legal system because it has the **power to create and enforce law**.

Traditionally, nation states enforce law within their physical borders (their land). But Nation3 enforces law within its virtual borders, making it the **internet's legal system**.&#x20;

The idea is simple: people can enter legal agreements over the internet, secured by Nation3's legal system. In case one of the parties breaches the agreement, they can **open a dispute** and take them to court in Nation3.

## Features

* **Internet-native**: No need to print, fax, pigeon or take a plane to attend a hearing. No need to wait years for a resolution.
* **Professional judges**: The [Nation3 DAO](/legal-system/dao.md) elects vetted professionals to resolve disputes. Judges have skin in the game and are incentivized to make fair rulings.
* **Limited liability**: In Nation3, each party entering an agreement deposits crypto as collateral — the maximum amount they can be liable for, in case of breach. No surprises.
* **Checks and balances**: The [Nation3 Constitution](/legal-system/constitution.md) lays out the mechanisms for law creation and the separation of powers between the judiciary, the legislative and the executive.
* **High legal standards**: In Nation3 it's unconstitutional to pass law with retroactive effect. Nation3 also adheres to the Universal Declaration of Human Rights.
* **Encrypted and private**: In case of dispute, all communications between the parties and the judges are end-to-end encrypted. And, by law, all evidence must remain private.

## Building blocks

In order for Nation3 to create and enforce law, the following building blocks are required:

* [**Constitution**](/legal-system/constitution.md): A fundamental document outlining the powers of the Nation3 state, its governance and its checks and balances.
* **Laws**: The laws to be enforced within the Nation3 jurisdiction.
* **Contracts**: The contracts entered by the Nation3 DAO with key parties (e.g. judges).

{% @mermaid/diagram content="graph LR
Constitution --> Laws
Laws --> Contracts" %}

And the following stakeholders:

* **Citizens**: Ultimately govern Nation3 via the Nation3 DAO.
* **Judges**: Resolve disputes. Elected by the Nation3 DAO.
* **Guardians**: Oversee the work that guild/contractors carry out for the Nation3 DAO. Elected by the Nation3 DAO.

{% @mermaid/diagram content="graph TD
subgraph N3\[Nation3 - all agreements bound by Constitution and law in effect]
Citizens -->|Govern| DAO
DAO -->|Enacts| Constitution
DAO -->|Makes and changes| Law
DAO -->|Elects judges| Court\[Supreme Court]

```
Constitution -->|Takes priority over| Law
Court[Supreme Court] -->|Ensures constitutionality| Law

DAO -->|Funds| Agreements[Stream Agreements]
DAO -->|Elects members| Guardian[Guardian Guild]

Court -->|Enforces terms| Agreements
Providers -->|Provide services| Agreements
Agreements -->|Allows withdrawal| Providers
Guardian -->|Oversees and releases funds| Agreements
```

end" %}


---

# 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.nation3.org/legal-system/overview.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.
