Skip to content

Vattelum

An open-source framework merging decentralized technology with enforceable law.


Introduction

There was a time when blockchain technology promised to govern the world.

A new financial system. New kinds of corporations. Even new nations.

This did not happen.

...Why?

The world is governed by laws, not by ledger entries.

This industry cannot live up to its potential without a way to effect laws in the real world...

...Vattelum serves as the missing bridge.


Vattelum

Vattelum is an open-source toolkit that builds a dynamic body of voluntary, private law using blockchain technology. The result is a living legal registry anyone can deploy, reference, and build on.

Vattelum enables the creation and permanent recording of binding law on the blockchain. It functions both as a tool for private law creation and a governance layer for decentralized technologies.

Why Do We Need Vattelum?

Blockchains created a new reality: a financial system outside of the control of any individual legal system.

The technical success of peer-to-peer transactions convinced this industry that blockchain technology could simply take over the financial system. That real-world assets would trade freely "on-chain." New organizations, new markets, and even new countries would be built "on top" of the blockchain.

Slowly but surely, this industry realized that the "off-chain" real world is governed by laws, not technology. And the law assumes that intermediaries run the financial system.

Instead of taking an active role in shaping the laws for a decentralized economy, this industry looked towards regulators for "legal certainty." The regulators responded by applying the same laws for financial institutions to any service provider in this industry. Ever since, industry legal professionals have spent all their time shoehorning the tech into ever more restrictive frameworks.

Consequently, nobody builds the laws and frameworks needed for a functioning decentralized economy...

Vattelum offers this industry a chance to start regulating itself.

By using proven private legal frameworks, Vattelum takes a bottom-up approach. Vattelum's blockchain governance carries real-world weight, its contracts hold up in arbitration, and its legal standards apply across borders.

Vattelum is built on these principles: that people can create binding law together; that blockchain provides the permanence and transparency that law requires; and that arbitration provides a bridge into the real world of rights and duties where code falls short.

Vattelum allows you to create the legal standards this industry needs.

Fork it, deploy it, build on it. Create your own jurisdiction in an afternoon. Successful laws will be referenced across the ecosystem.

...Law creation does not require permission: start today!...

The Vattelum Name

Vattelum is named after the Swiss legal scholar Emerich de Vattel. He was instrumental in transforming the principles of natural law—a law of sovereign equals—into a working system of international law.

In a world (and particularly an industry) now suffering from the overreach of international law, this project aims to restore law's once-true origins: the harmonization of rights and duties among equals and across borders.


Vattelum: a Decentralized Legal System

Vattelum is the first functional example of a Decentralized Legal System (DLS). It builds on participant consent rather than governmental authority. It exists in cyberspace but carries force in the real world. It relies on existing arbitration frameworks to connect decentralized technology with an existing, enforceable legal structure.

The DLS concept was first published in 2018 as a whitepaper, as a reaction to the 2017 ICO explosion of legal applications without law (most of which since have disappeared).

Over the following years, the legal theory was deepened and expanded, resulting in a free book published in 2025. It covers the full legal foundation: from the nature of law to enforceable frameworks for decentralized technologies.

The system operates through three layers:

DLS Framework

Enforcement Framework — The New York Convention on the Recognition and Enforcement of Foreign Arbitral Awards makes private arbitration rulings enforceable in 172 countries. Most online interactions are already governed by arbitration. This is what connects cyberspace to the real world.

Established Governing Laws — The authority layer. Proven legal systems—such as English law or the UNIDROIT Principles—give the framework legal weight and predictability. Arbitrators and courts rely on these to interpret and adjudicate disputes.

Decentralized Legal Frameworks — The innovation layer. This is where participants build: Decentralized Autonomous Associations (DAAs) creating decentralized law, Smart Contract Blocks (SCBs) that merge code with legal contracts, Consensus Jurisdictions creating their own binding legal standards, and more...

And... Everything Is Now In Place to Build This...

At its core, the DLS produces private contracts under an arbitration framework. Legal force comes from the consent of the participants.

The legal infrastructure has existed for decades: international arbitration is already enforceable in 172 countries, and most online interactions are already governed by private arbitration frameworks.

And with the currently available blockchain technology for voting and online storage we can finally build this!


The Projects

The Vattelum organization develops an open-source toolkit that implements the DLS as usable software. Five products, each building on the previous.

1. Registry — Legal Standards Registry ✅ (Complete and Deployed)

A curated registry of foundational legal principles and standards. Anyone can deploy their own registry and start creating legal standards. The aim is to have trusted parties publish universal standards, governing laws, and blockchain principles that can be cited throughout the entire stack. The result: standardization across the ecosystem.

registry.mp4

2. BVS — Blockchain Voting System ✅ (Complete and Deployed)

A registry allowing an organization to put proposals to a stakeholder vote and permanently record the outcomes on-chain. The BVS makes beneficial blockchain voting tools available to a single legal person or entity, thus avoiding the legal complexity of DAOs.

bvs.mp4

3. DAA — Decentralized Autonomous Association ✅ (Complete and Deployed)

The DAA is deliberately not a DAO, because it does not try to be an organization. It is an association of equals. The DAA does not perform regulated activities. There is no treasury, no tradable tokens, and no shared liability.

Independent legal persons draft, discuss, vote on, and permanently record binding standards and shared principles.

daa.mp4

4a. Contract Layer 🚧 (Under development)

The contract layer turns DAA governing laws into binding agreements between specific parties. It stores an encrypted contract on-chain, and can be exported together with its governing laws as a signed PDF for use in arbitration or court.

4b. SCB — Smart Contract Blocks 🚧 (Under development)

The SCB combines a legally enforceable human-language contract with a smart contract. The Smart Contract Block merges code, law, and enforcement into one package, signed on-chain and printable as PDF.


graph TD
    subgraph "Build Sequence"
        P1["<b>Product 1: Registry</b><br/>Legal Standards Registry<br/><i>Foundational legal principles</i>"]
        P2["<b>Product 2: BVS</b><br/>Blockchain Voting System<br/><i>Centralized governance tool</i>"]
        P3["<b>Product 3: DAA</b><br/>Decentralized Autonomous Association<br/><i>Decentralized lawmaking</i>"]
        P4["<b>Product 4a: Contracts</b><br/>Individual Contracts<br/><i>Private agreements under DAA law</i>"]
        P5["<b>Product 4b: SCB</b><br/>Smart Contract Blocks<br/><i>Code + law + enforcement</i>"]
    end

    P1 -->|"adds stakeholder voting"| P2
    P2 -->|"adds decentralized governance"| P3
    P3 -->|"adds enforceable contracts"| P4
    P4 -->|"adds smart contract integration"| P5
    P3 -.->|"references universal standards"| P1

    subgraph "Repositories"
        R1["vattelum/registry"]
        R2["vattelum/bvs"]
        R3["vattelum/daa"]
        R4["vattelum/contract"]
        R5["vattelum/scb"]
    end

    P1 --- R1
    P2 --- R2
    P3 --- R3
    P4 --- R4
    P5 --- R5

    style P1 fill:#40916c,stroke:#2d6a4f,color:#fff
    style P2 fill:#40916c,stroke:#2d6a4f,color:#fff
    style P3 fill:#2d6a4f,stroke:#1b4332,color:#fff
    style P4 fill:#2d6a4f,stroke:#1b4332,color:#fff
    style P5 fill:#2d6a4f,stroke:#1b4332,color:#fff
    style R1 fill:#1a1a2e,stroke:#16213e,color:#aaa
    style R2 fill:#1a1a2e,stroke:#16213e,color:#aaa
    style R3 fill:#1a1a2e,stroke:#16213e,color:#aaa
    style R4 fill:#1a1a2e,stroke:#16213e,color:#aaa
    style R5 fill:#1a1a2e,stroke:#16213e,color:#aaa
Loading

The Legal Stack and How the Projects Interact

Every document in the system—individual contracts, DAA legislation, universal standards—is citable using a consistent on-chain referencing format. A signed agreement between two parties links to the DAA laws that govern it, which in turn reference the universal standards they adopt (if any), which sit under the governing law chosen for dispute resolution and real-world enforcement.

Governing Law (e.g., English law)
  └── Universal Standards (Selected by parties from Registry)
        └── DAA Legislation (binding on all members or agreed on by parties)
              └── Individual Contract (binding on parties)

A single signed contract can be traced all the way up to its governing law through on-chain references. The entire legal package—contract, governing legislation, universal standards, and verification data—can be exported as a single PDF which constitutes a single binding agreement for use in arbitration or court.


Open Source & Community

The toolkit is open source. Anyone can deploy it, fork it, and build on it.

The goal is foundational infrastructure designed to be self-sustaining. This is not a permanently managed software product. It is a public good: legal rails for decentralized cooperation.

This project is in active development. Feedback and suggestions are more than welcome.

This project's Achilles' heel for all its years has been lack of awareness. If any of the ideas presented here resonate with you even a little, please post or share this project. It makes all the difference!

Few understand the core legal issues and solutions in this industry, and if you do not share it... nobody will...


Links & Resources

Whitepaper The Decentralized Legal System (2018)
Book Decentralized Law: The Power of Blockchain to Transform the Broken Legal System (2025)
Available for free
Discord Join
Telegram Join
X @Decentral_Law
Email github@decentralizedlaw.org

Popular repositories Loading

  1. bvs bvs Public

    A Blockchain Voting System that lets organizations use on-chain governance tools to engage their stakeholders.

    Svelte

  2. daa daa Public

    Decentralized Autonomous Association: Decentralized Lawmaking Using Blockchain Technology.

    Svelte

  3. .github .github Public

    Vattelum organization profile

  4. community community Public

    Community discussions, proposals, and governance for the Vattelum ecosystem

  5. registry registry Public

    A curated registry of universal legal standards that any DAA can reference as foundational law.

    Svelte

  6. document-registry document-registry Public

    Standard wire format for citing, resolving, and verifying legal documents and contracts across on-chain registries.

    TypeScript

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…