TrustAgentAI — Pitch Deck
TrustAgentAI
Pre-Seed · $500K · 2026

The Accountability Layer
for AI Agents

MCP connects agents to tools.
TrustAgentAI makes those connections cryptographically provable.

Kirill Ostrovskii · kirbas@me.com
The Problem

AI agents are executing
high-stakes actions with zero accountability

When an agent calls execute_wire_transfer — nobody can prove what happened.

🔓
No non-repudiation
Agent owners can claim "I never authorized this $50K transfer." Logs are editable. Timestamps are unverified. Nobody can prove otherwise.
📋
No intent binding
There's no proof the final action matched the original intent. Agent drift or prompt injection can silently change what gets executed.
⚖️
No dispute-grade evidence
When things go wrong, there's nothing to show auditors, insurers, or courts. MCP has no concept of a legal evidence trail.
The Solution

A cryptographic receipt for
every MCP tool call

3-phase signed handshake. No changes to your agents or tools.

01 // INTENT
Intent Envelope
Agent A signs: intent, args hash, tool schema hash, TTL, nonce
02 // ACCEPT
Acceptance Receipt
Agent B signs: validation result, policy eval hash, risk budget
03 // EXECUTE
Execution Envelope
Agent B signs: outcome hash, timestamp, linked to intent
// Drop-in sidecar — wraps existing MCP traffic
const result = await proxyA.forwardToolCall(mcpCall, executeTool);
// result._a2a → signed receipts + Merkle proof + Dispute Pack
Why TrustAgentAI

Not a gateway. Not a monitor.
A proof system.

Capability TrustAgentAI MCP Gateways Observability Tools
Cryptographic non-repudiation ✓ Ed25519
Tamper-evident log ✓ Merkle DAG Partial
Legal Dispute Pack ✓ Built-in
Risk budget enforcement ✓ Protocol-level Partial
No agent/tool changes needed ✓ Sidecar Usually not
Open source ✓ Apache 2.0 Mixed Mixed
Market Opportunity

Every autonomous agent handling
real assets is a potential customer

The agentic economy is moving from chatbots to autonomous executors — fast.

TAM
$42B
AI Agent infrastructure market by 2028 (IDC)
SAM
$8B
MCP-compatible deployments + fintech/enterprise AI
SOM · Y1
$1M
5 design partners → 10 pilots × $100K ACV
Primary
Fintech / Payments
AI agents executing wire transfers, procurement, treasury ops
Secondary
MCP Ecosystem
MCP server builders needing built-in accountability
Expansion
Insurance / Legal
Insurers underwriting AI agent liability policies
Business Model · Open Core

Free forever for builders.
Enterprise tier for compliance.

Open Source · Free
Core Protocol + SDK
✓ A2A Protocol spec
✓ TypeScript SDK
✓ Trust Proxy A + B
✓ DAG Ledger + Merkle
✓ Dispute Pack generation
Apache 2.0 · forever open
Enterprise · $2K–$15K/mo
Hosted Infrastructure
✓ Hosted Timestamp Registry
✓ L2 anchoring as a service
✓ Dispute Console UI
✓ SOC2 / audit trail exports
✓ SLA + 24/7 support
Target: 20 pilots in Y1
$2K
Starter ACV
SMB / early MCP builders
$60K
Mid-Market ACV
Fintech with compliance needs
$150K+
Enterprise ACV
Banks, insurers, regulated AI
Traction · Built in Public

From idea to shipped SDK
in one sprint

Pre-revenue. But technical foundation is production-ready.

v0.4
Protocol spec published
7
Modules shipped in TypeScript
npm
@trustagentai/a2a-core published
HN
Show HN post live today
7
GitHub issues · community engaged
Apache
2.0 · CLA ready
Q1 2026
Protocol v0.4
Spec + TypeScript SDK
Q2 2026
Community launch
HN · npm · GitHub
Q3 2026
Design partners
3–5 fintech pilots
Q4 2026
Enterprise beta
Hosted Registry + Console
Q1 2027
First revenue
20 pilots → $400K ARR
Founder

Solo technical founder.
Looking for co-founder + seed capital.

K
Kirill Ostrovskii
FOUNDER · CEO
Built TrustAgentAI from protocol spec to working npm package.
Deep background in distributed systems and cryptographic protocols.
Wrote the A2A spec v0.4 · shipped 7 TypeScript modules · published on npm today.
Looking for · Co-founder
Technical CTO
Rust / Go · infra background · ideally fintech or crypto experience
Looking for · First hire
Enterprise AE
Fintech sales · understands compliance and legal infrastructure buyers
Use of Funds · $500K Pre-Seed

12 months to first design partners
and Series A readiness

Engineering
45%
Co-founder / CTO search · Python SDK · Rust proxy implementation
Go-to-Market
25%
3–5 fintech design partners · MCP ecosystem · conference presence
Infrastructure
20%
Hosted Registry · L2 anchoring · Dispute Console · security audit
Operations
10%
Legal · IP · compliance certifications · Austin presence
$500K
Raising
18 mo
Runway
$400K
Target · 5 design partners
TrustAgentAI
The Ask
$500K
Pre-Seed · SAFE · 20% discount · $5M cap

The agentic economy needs a trust layer.
We're building it — open, cryptographic, and production-ready.

npm install @trustagentai/a2a-core
01
← → to navigate