01
What data the agent received
Inputs are hashed before reasoning begins, creating a verifiable record of the exact data the agent saw.
Confidential & verifiable executionfor AI agents on-chain.
SAIL is a cryptographic accountability layer for AI agents operating on-chain. For any actions, and any agents, it produces an on-chain receipt that binds what the agent received, what it committed to, and what it executed.
01
Inputs are hashed before reasoning begins, creating a verifiable record of the exact data the agent saw.
02
The decision is encrypted, pinned, and committed on-chain before execution can proceed.
03
Execution is contract-gated against the prior commitment, so mismatched or missing stages revert.
04
Transaction bytes are committed before submission, making any in-transit substitution detectable.
Anywhere.Anytime.
Works with every single or multi-agent orchestration.
Anywhere
From DAO ops to market-making bots, SAIL follows value everywhere agents act.
Anytime
When the stakes spike, verify the full trail without exposing strategy in real time.
Reason privately, commit publicly, reveal selectively.
Step 1
Attest inputs: hash all inputs before reasoning begins.
Step 2
Reason: agent runs with any model or framework.
Step 3
Commit: encrypt, pin, and post commitment hash on-chain.
Step 4
Execute: contract gates execution against the prior commit.
Step 5
Deliver: commit transaction bytes before submission.
Step 6
Audit: authorized reveal verifies input-commit-execute integrity.
MCP config
{
"mcpServers": {
"sail": {
"command": "npm",
"args": ["run", "mcp"],
"cwd": "$",
"env": {
"DOTENV_CONFIG_PATH": ".env.local"
}
},
"sail-production": {
"url": "https://content-essence-production-3635.up.railway.app/mcp"
}
}
}Add SAIL once in MCP, then expand from calls to tools to full agent workflows with verifiable commit-before-execute checks.
think_with_sail(), audit_with_sail(), delegate_with_sail()
Keep your flow. Add accountability.