Protocols
A smart contract audit costs $200K-$500K and takes months. That makes on-chain logic a VC game — only funded teams can ship trustworthy code. What if the compiler did the auditor's job?

What happens when the right answer exists but nobody trusts it?
An algorithm decides what to do. A protocol ensures others can coordinate with that decision. Algorithms are internal logic. Protocols are external rules — the handshake.
| Algorithm | Protocol | |
|---|---|---|
| Scope | Internal computation | External coordination |
| Controls | WHAT to decide | HOW to interact |
| Fails when | Wrong answer | Right answer, nobody trusts it |
| Graduates to | Tunable constants | Standards |
Audit Cost Problem
A toll bridge discriminates on permission; a standard discriminates on capability. Audit cost is a toll bridge. Type-safe DX is the open standard.
| Approach | Cost | Time | Prevents |
|---|---|---|---|
| Manual audit (Solidity) | $200K-$500K | 4-12 weeks | Whatever the auditor finds |
| Formal verification (Certora) | $100K+/yr | Ongoing | Specified properties |
| Type system (Move) | $0 | Compile time | 6 of top 10 smart contract vulnerabilities structurally |
| Standard fittings (OpenZeppelin) | Amortized | Lindy | Known patterns — one audit, every user benefits |
DX that prevents bugs at the language level beats post-hoc auditing. Standards compound when the language makes composition safe. Once a standard fitting is audited, every contract that composes it inherits that trust. One audit compounds across the ecosystem.
See Sui Auditing for what the compiler prevents and what still needs human review.
Dig Deeper
- Agent Protocols — How AI agents communicate, transact, and coordinate autonomously
- Smart Contracts — Programmable agreements across EVM, Solana, and Sui
- Intercognitive Standard — Nine pillars for physical AI and robotics coordination
- Network Protocols — Infrastructure layer: TCP/IP, HTTP, wireless
Procedural Knowledge
Most organizations have process knowledge — tacit understanding that lives in heads and Slack threads. Invisible to anyone who was not in the room.
For agentic systems to work, this must become procedural knowledge — explicit enough that agents who were never in the room can follow the reasoning.
| Knowledge Type | Location | Visibility |
|---|---|---|
| Process | Heads, Slack, conversations | Invisible |
| Procedural | Ontologies, Workflows | Visible — agency enabled |
Standards are the glue. They provide shared language so an agent can trace the reasoning behind a workflow, not just see what happened.
Compounding Effect
Each protocol you adopt makes the next one more powerful.
Individual Protocol ("we use TypeScript")
↓
Standard Emerges (consistent patterns across codebase)
↓
Platform Strengthens (new features build on proven foundations)
↓
Capability Expands (what was hard becomes easy)
↓
Next Protocol (higher-level standards become possible)
When protocols consistently produce expected outcomes, those outcomes become predictable enough to bet on. Prediction markets price beliefs about protocol outcomes. Futarchy uses this for governance.
Mature platforms move faster than startups — not because they code faster, but because they coordinate less.
Agentic
AI + Crypto Rails = Autonomous Agentic Commerce.
- A2A — Agent-to-Agent communication
- MCP — Model Context Protocol for AI tool use
- ACP — Agent Commerce Protocol for autonomous transactions
- PCP — Proof of Creativity for value attribution
- Intercognitive — Phygital agents and robotics
DePIN provides the hardware. Intercognitive provides the coordination. Agents provide the intent. When these three connect, distributed infrastructure becomes self-sustaining.
Context
- Essential Algorithm — Algorithms decide the route; protocols enable the handshake
- Standards — Protocols that proved reliable across contexts
- Platform — Where protocols compound into capability
- Proprietary Data — Oil for AI
- Unixification — Unix philosophy applied to protocol composability
- Scoreboard — When protocols prove reliable, the scoreboard tracks the pattern
Links
- Protocol AI
- Protocol Land
- Summer of Protocols
- Reading List
- A2A GitHub — Google's agent protocol
- A2A vs MCP — Comparison guide
Questions
What protocol would remove the most friction from your next thousand decisions?
- Where is your algorithm producing the right answer but nobody trusting it — and which protocol would fix that?
- When does a protocol graduate to a standard — and what breaks if you promote too early?
- Which of the nine pillars is your biggest coordination bottleneck?