Human-readable
Review what moves
Every approval starts with a proposal people can actually read before a signature is produced.
ClearSign
Review before signing
OWS-native approval layer
ClearSign gives treasury teams and agent-driven systems a safer approval path with readable proposals, signer thresholds, expiry, anomaly detection, and a final execution gate.
curl -fsSL https://clearsign.fun/setup.sh | bashCLI, skill, and MCP for safer treasury and agent approvals.
Why ClearSign
Human-readable
Every approval starts with a proposal people can actually read before a signature is produced.
Remote signers
Proposal JSON moves between machines. Private keys do not.
Hard stops
TTL, anomaly checks, and execution gating stop stale or suspicious approvals.
Flow
01
Create intent with title, description, asset, payload, signer set, and expiry.
02
Signers import the same proposal, verify the hash, and approve from their own machines.
03
ClearSign collects signatures, runs anomaly checks, and blocks anything expired or unsafe.
Stack
CLI
clearsign keygen clearsign review ./proposal.json clearsign sign ./proposal.json
Library
import { buildProposal, MultiSigCoordinator, ExecutionGate } from "clearsign";Skill + MCP
skills/clearsign/SKILL.md node mcp/clearsign-server/index.mjs