Skip to main content

Sigil Open Framework (SOF)

The Sigil Open Framework (SOF) is a modular, open-source architecture designed to solve the final barrier to autonomous agent adoption: Liability. Standard AI frameworks give agents the intelligence to act. The Linux Foundation’s Agentic AI Foundation (AAIF) has established open-source standards (AGENTS.md) for how these agents are built and connected. But standard frameworks act only as the accelerator pedal—they tell the agent what to do, but they cannot physically prevent the agent from doing something catastrophic. SOF is the cryptographic brake system and the vehicle’s registration. By acting as an umbrella over both technical execution and legal structuring, SOF bridges the gap between autonomous code and real-world compliance.

Two Halves of the Same Coin

SOF is not a single codebase. It is a composable ecosystem of specialized primitives. Developers can snap these components together to build autonomous financial entities, self-driving DAO treasuries, and Agentic VC funds safely.

The Standard: Intent Attestations

The entire framework relies on a single cryptographic primitive: the Intent Attestation. Before an agent can execute a transaction on-chain, it must evaluate its intent against the deterministic constraints defined in its policy. If the intent is compliant, the Sigil execution firewall issues a short-lived, Ed25519-signed JWT. The EVM gateway physically rejects any write operation that does not include this valid attestation.

Read the Attestation Specification

Explore the canonical specification for generating, binding, and verifying Ed25519 Intent Attestations.

Start Building

Choose your path to get started with the Sigil Open Framework.