The Verifiable Guardrail for
Autonomous AI Trading Agents
$55,000 Prize Pool • lablab.ai • March 30 – April 12, 2026
AI trading agents have extraordinary potential—and extraordinary risks.
LLMs miscalculate volumes, misread market signals, or generate fictional trade rationale
Private key theft, prompt injection, or malicious plugins can drain entire portfolios
Current tools warn but don't stop. They suggest guardrails but can't enforce them
$1.7B+ lost to smart contract exploits in 2024 alone
The on-chain security layer that STOPS bad trades—not just warns about them.
Every trade decision is cryptographically signed with agent ID, reasoning hash, and confidence score
RiskRouter.sol enforces position limits, circuit breakers, and deadline enforcement immutably
Complete execution history with signatures, reasoning, and timestamps for regulatory compliance
Fail-Closed by Default
Any validation failure = HALT. No exceptions. No retries. No "let's hope it works."
Agent Brain & Decision Engine
On-Chain RiskRouter.sol
Kraken Proxy via MCP
● Intent flows down • ● Rejections propagate up
Universal Agent Identity & Verifiable Intent
Surge-powered decentralized agent registry
Verifiable credentials for risk profiles
Immutable evidence of guardrail compliance
EIP-712 Typed Intent
{
"types": {
"TradeIntent": [
{ "name": "agentId", "type": "uint256" },
{ "name": "timestamp", "type": "uint256" },
{ "name": "pair", "type": "string" },
{ "name": "action", "type": "string" },
{ "name": "amountUsd", "type": "uint256" },
{ "name": "gasLimit", "type": "uint256" }
]
},
"primaryType": "TradeIntent",
"domain": {
"name": "VertexSentinel",
"version": "1"
}
}
Model Context Protocol (MCP) for Secure Execution
Programmatic BTC/USD interaction via Kraken CLI native binary
Dynamic tool exposure for LLMs: trade, balance, ticker
API keys stored securely at the CLI layer, not within the agent LLM
MCP CLI Call Interface
// Agent Request
{
"method": "tools/call",
"params": {
"name": "kraken-trade",
"arguments": {
"pair": "XXBTZUSD",
"type": "buy",
"ordertype": "market",
"volume": "0.0001"
}
}
}
// Sentinel Authorization Required
// Before Tool Execution -> verify(signature)
Total Trades
4
BTC/USD
Volume
0.0005
BTC Total
Success Rate
100%
4/4 Trades
Signatures
4
EIP-712
| Trade | Amount | Price | Kraken Order ID | Status |
|---|---|---|---|---|
| #1 | 0.00011 BTC | $67,345.80 | LIVE-IHNIDEAJ | ✓ SUCCESS |
| #2 | 0.00012 BTC | $67,345.70 | LIVE-J5YTJ2Z6 | ✓ SUCCESS |
| #3 | 0.00013 BTC | $67,345.80 | LIVE-CA0ZKG18 | ✓ SUCCESS |
| #4 | 0.00014 BTC | $67,351.70 | LIVE-5ERBD4KX | ✓ SUCCESS |
Live Validation Window: ACTIVE • April 7, 2026
Fail-closed architecture that enforces—not suggests
Automatic halt when anomalies detected
Hard caps on exposure per trade
Time-bounded execution windows
Multi-layer signature verification
Technical differentiation that matters
| Feature | Vertex Sentinel | Advisory Tools |
|---|---|---|
| Failure Mode | Fail-Closed (HALT) | Fail-Open (Continue) |
| Enforcement | On-Chain Immutable | Off-Chain Suggestions |
| Proof | Cryptographic (EIP-712) | Log Files |
| Integration | Dual (ERC-8004 + Kraken) | Single Exchange |
| Audit Trail | Verifiable & Signed | Modifiable Logs |
5/5
Security Tests Passed
100%
Signature Verification
0
Failed Guardrail Bypasses
Building the future of trustless trading infrastructure
Core RiskRouter deployment, EIP-712 signing infrastructure, Kraken CLI integration, live hackathon demo
Expand beyond Kraken to Binance, Coinbase, and decentralized exchanges like Uniswap. Unified risk layer across venues.
Modular risk policies, DAO governance for parameter updates, third-party risk integrations, institutional-grade controls.
The Unbreakable Guardrail for Autonomous Capital
Built By
VertexAgents
Combining deep DeFi expertise with production-grade security engineering
AI Trading Agents Hackathon 2026 • $55,000 Prize Pool
ERC-8004 Challenge + Kraken CLI Challenge