# What is a Nation3 Agreement

{% hint style="info" %}
Nation3 Agreements is currently in **beta**. Eager to be among the first users? Dive into our [beta user guide](/agreements/agreements-beta.md) and embark on your internet-native contracts journey today.
{% endhint %}

A Nation3 Agreement is a contract between two or more parties, secured by the Nation3 Legal System. Think of it as an internet-native handshake, defined by mutually agreed terms and backed by crypto assets.

Each party puts a specific amount of assets as collateral when entering the agreement. These assets can only be claimed in case of a breach, to compensate any affected parties.

All parties in an Agreement are bound by its terms. If they breach those terms, they can be taken to a Nation3 Court (ultimately, the [Supreme Court](/legal-system/supreme-court.md)) for dispute resolution.

The terms of the agreement terms are set out in English, typically using [Linked Markdown](https://github.com/linkedmd) for clear formatting. The terms can include any clause agreed upon the parties, but must adhere to Nation3 [Law](/legal-system/law.md) and any other applicable laws.

Nation3 Agreements can cover all types of contracts, clearly defining each party's liability and offering a built-in, efficient way to resolve disputes in the internet age.\\


---

# 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/agreements/what-is-a-nation3-agreement.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.
