Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kleros-mintlify-changelog-2026-05-12-1778458371.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Safe Zodiac Integration

This guide covers how to make your DAO governance fully decentralized using Gnosis Safe, Snapshot, Zodiac, and Kleros Court.

Components

ComponentRole
Gnosis SafeMulti-signature wallet managing DAO treasury and contracts
SnapshotOff-chain vote signaling platform
Zodiac Reality ModuleEnables trustless on-chain execution of off-chain votes using Reality.eth
Kleros CourtArbitrates disputed proposals via the Reality.eth-Kleros proxy
This creates a separation of powers: token holders vote (legislative), the multisig executes (executive), and Kleros arbitrates disputed proposals (judiciary).

Setup

Prerequisites

  • A Gnosis Safe multisig
  • An ENS domain for your DAO’s Snapshot space

Steps

  1. Set up Zodiac Reality Module following the Zodiac documentation. When setting parameters, select Kleros in the arbitrator field.
  2. Add the SafeSnap plugin to Snapshot following the Snapshot integration guide.
  3. Test proposals: Create executable proposals on Snapshot and process them after voting ends.
If no arbitrator is set, Reality.eth resolves disputed proposals in favor of the highest bond submitted, without third-party arbitration. Always set Kleros as the arbitrator.

Adding Kleros to an Existing DAO

If your DAO already uses Zodiac but no arbitrator has been set:
  1. Go to the Zodiac module in the Gnosis Safe UI
  2. Under “Write Contract”, select setArbitrator
  3. Paste the Realitio Arbitration Proxy contract address:
    • Ethereum Mainnet: 0xf72CfD1B34a91A64f9A98537fe63FBaB7530AdcA
  4. Execute the transaction
This proxy supports the Reality.eth interface and adds features like crowdfunded appeals.

DAO Requirements Document

Set up a daorequirements record on your DAO’s ENS to define proposal acceptance criteria. Jurors reference this document when arbitrating disputed proposals.
  1. Write an acceptance document (plain text, PDF, or similar)
  2. Upload to IPFS
  3. In the ENS frontend, add a text record with key daorequirements and value set to the IPFS identifier
For reference: gnosis.eth ENS record has a daorequirements record pointing to a plaintext acceptance criteria file. Without a daorequirements document, disputed proposals may be resolved as “No” (requirements cannot be matched if no document exists).

Removing Gnosis Safe Signers

To make the DAO fully decentralized, remove the multisig signers so that only the Zodiac module can interact with the Safe:
  1. Go to Settings > Owners in the Safe UI
  2. Remove all signers except one
  3. Replace the remaining signer with the Zodiac module address
After this, the only way to interact with the DAO’s Safe is through governance proposals via the Zodiac module.

Resources

Zodiac Documentation

Full Zodiac setup guide

Kleros Governance Blog Post

Background on Kleros + SafeSnap integration