Cryptographic governance

Forge an organization.

Launch a governed community. Set rules for votes, treasury moves, roles, and agents. OrgForge checks every action before it runs.

For DAO founders, creator communities, contributor networks, treasury-governed groups, and agent-assisted teams.

Authorization Receipt 2026-04-30
proof_id0x9a3f...c104
orgstellar.community
actor@treasury_lead
actionsend_payment
amount5,000 USDC
orgspecv1.2 · NORMAL
Authorized quorum 2 of 3
An action, after the rules verified.
The problem

Most organizations write rules. Then nothing checks them.

Policies live in documents. Approvals live in email threads. Permissions are spread across dashboards. When the moment comes, the rules are out of date, out of sight, or out of band.

  • The rule was written down, but never checked.
  • The approval was rubber-stamped because the threshold was never set.
  • The role was supposed to expire, but nobody removed it.
  • The limit lived in a policy doc instead of in the system enforcing it.
  • The agent had keys, and the keys were the whole authorization.

In practice, governance is a narrative layered on top of execution, not a mechanism inside execution.

From the OrgForge whitepaper

The difference

Governance that runs.

Most platforms help you launch a token, post a vote, or wire up a multi-sig, then leave the actual rule-following to good intentions and group chats.

Every organization launched on OrgForge has an OrgSpec. A machine-readable constitution. Spending limits, approval thresholds, role permissions, agent restrictions, freeze states. Every action is checked against it before anything moves.

Most DAO tools
×Rules live in a doc somewhere.
×Voting decides outcomes, then humans execute.
×Agents get keys and become operators.
×Audit logs are written after the fact.
OrgForge
Rules are an OrgSpec the protocol reads.
Votes settle, then the protocol authorizes the action.
Agents are members. Same gate. Same rules.
Cryptographic proof is produced before anything runs.
No proof, no action. Authorization is a precondition, not a record.
How it works

Propose an action. Check the rules. Execute with proof.

Anyone in the organization can propose an action. The protocol checks it against your OrgSpec. If the rules are satisfied, a signed authorization is issued. Execution systems verify that signature before anything happens.

1 A member proposes

Someone in your org wants to do something.

A human, a multi-sig, an agent. They submit what they want to do. Who they are. The amount, the target, the parameters.

Example intent actor: @treasury_lead
action: send_payment
amount: 5,000 USDC
to: contractor.eth
2 OrgForge checks the rules

Your community's constitution is the source of truth.

The protocol reads your OrgSpec. Spending limit, role permission, approval threshold, freeze state. Every condition has to pass.

From your OrgSpec treasury_lead.max_per_tx = 10,000 USDC
treasury_lead.allowed = [send_payment]
org_state = NORMAL
quorum.required = 2 of 3
3 Allowed runs. Blocked halts.

A signed proof, or no proof at all.

If the rules are satisfied, the protocol issues a cryptographic authorization. Execution systems check the signature, then act. If the rules fail, no proof exists, and nothing can run.

Outcome ✓ AUTHORIZED → payment sent
× BLOCKED → logged, halted
proof_id: 0x9a3f...c104
issued_at: 2026-04-30T22:14Z
Same protocol for humans and agents. Whether the actor is a member voting or a software agent acting, the gate is identical. One layer, one rule set, one source of truth.
The pattern

Bitcoin showed how money can move by proof instead of permission. OrgForge applies that pattern to authorization.

Execution proceeds when the proof verifies, and only when the proof verifies.

Bitcoin
Replaced trusted financial intermediaries

Cryptographic proof, not bank approval. Money moves when the proof verifies. No counter-signing institution required.

Transactions Banks = Money movement
OrgForge
Replaces trusted governance intermediaries

Cryptographic proof, not committee approval. Actions execute when the proof verifies. No manual authority check required at execution time.

Authorization Authority = Permission to act

This is what it looks like when permission stops being a trust call.

Roadmap

From hosted protocol to authorization network.

OrgForge runs as hosted infrastructure today. The path to a fully open authorization network is staged. Each phase is a real milestone, not a marketing line.

Phase 1

Hosted protocol with SDK

The protocol runs as managed infrastructure with a dedicated validator. Organizations are forged through the platform. Authorization artifacts are issued and verified in the current demo environment.

Active
Phase 2

Authorization network

Multiple independent validators evaluate intents in parallel. Threshold signatures replace single-validator trust. Quorum is the security model.

Next
Phase 3

Fully decentralized

Validation and anchoring move out to the network. The protocol becomes neutral infrastructure for organizational authority. Like DNS or TLS, but for permission.

Future

Forge yours. Set the rules. Watch them hold.

A guided wizard takes you from idea to running organization. Bring your community. Bring your rules. The protocol does the rest.

1000+
Protocol test suite
2 of 3
Default quorum
4
Org patterns
FAIL-CLOSED
Default policy