# Intro

Jur is a Layer 1 blockchain built with the [Substrate](https://docs.substrate.io/) framework and that will become a parachain on the Polkadot Relay Chain through [Cumulus](https://github.com/paritytech/cumulus).

Jur’s runtime will offer a set of pallets that will allow the creation of censorship-resistant communities and empower them with a stack that allows them to eventually evolve in more mature forms of communities.

Communities have a plethora of needs starting from:

* aggregating members on a purpose/cause
* being able to maintain a commonality over time
* adding/removing members
* managing economic activities within the community
* facilitate trade between community members
* provide methods to handle disagreements

Aside from this Jur has envisioned infrastructure bits for evolving online communities into more complex forms of community: a Nation and a State. Eventually Jur’s stack supports the entire journey of a community starting just as a set of members sharing common values, transitioning into a Nation based out of a territory (that can be both digital and physical) and a State with eventually its own government and diplomatic recognition by existing States.

## Overview

Here is an overview of the current architecture of the Jur Stack which includes:

* [Community Module](broken://pages/HU561Xgt6NqRgfM4pfOx)
* [Treasury Module](/jur-documentation/architecture/treasury-module.md)
* [Oracle Module](/jur-documentation/architecture/oracle-module.md)
* [Dispute Resolution Modules](/jur-documentation/architecture/dispute-resolution-module.md)
* Trade Modules (WIP)

<figure><img src="https://lh5.googleusercontent.com/c-kwZpdF7yrbbUSlB_Du2Az6MGw81oRKorQpxkUeg9DcWDLK4dpkPjEURVBhdZqiUoHWcRaUBdDt9SG1226_5pXvk5drYqxXOIFmYWbAapw5VEBUpt9-haXWuoraJM0aOvGRVtrQZQcup3RB-FwYc15iT0Kx_NaAZibGlh67gCGulwwAs4wGnOKOY-YveA" alt=""><figcaption></figcaption></figure>

Further modules are currently under consideration.


---

# 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://gitbook.jur.io/jur-documentation/architecture/intro.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.
