Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sudont.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Physics Over Intent.
The bare-metal execution firewall for autonomous agents.

Stop Mythos-class attacks, MEV, and smart contract trapdoors. Sudont is a drop-in dual-engine RPC proxy that simulates each transaction’s real economic outcome locally via LiteSVM and revm — inline with the RPC path, not alongside it in a dashboard. Zero LLMs in the hot path.

Deterministic — Zero LLMs in the hot path EIP-191 Signed Attestations LiteSVM + revm Native Inline, Not Alongside
dual-layer-architecturehot-path / cold-path

Execution is Physics. Intelligence is Asynchronous.

Competitors put LLMs in the critical execution path. In high-frequency algorithmic DeFi, that is financial suicide. Sudont splits the architecture. Capital is protected at the edge in sub-millisecond execution times using bare-metal physics. Agent logic is healed in the cloud using asynchronous LLMs.

HOT PATHBare-metal enforcement at the edge
COLD PATHAsynchronous control plane and self-healing
The Edge (Hot Path)

Bare-Metal Execution Firewall

A brutally fast Rust proxy that runs locally alongside your agents. Zero LLMs in the hot path. It drops the bytecode into LiteSVM or revm, simulates the physical State Diff, and enforces quantitative risk.

  • Orders of magnitude faster than LLM evaluation.
  • Mathematically blocks slippage, MEV, and Mythos-class zero-days.
Fleet Command (Cold Path)

The AI Global Immune System

The centralized SaaS dashboard for your entire swarm. Manage risk policies for hundreds of agents globally without SSH access. Update a rule, and the Control Plane pushes the AOT-compiled memory update to your edge fleet instantly via WebSockets.

  • Dynamic policy compilation.
  • Protocol Auto-Sync (SVM/EVM patching).
Swarm Self-Healing (Cold Path LLMs)

Asynchronous Intelligence

We promoted the LLM to Staff Quant. When an agent hits a trap, the edge proxy blocks it. The telemetry is sent asynchronously to the Control Plane, where our LLMs analyze the failed state-diff and patch the agent’s system prompt to reroute.

  • Zero latency penalty on live trades.
  • Self-healing routing updates.

The Diamond Pipeline

Every transaction passes through four nodes. No single node can approve alone. The Judge requires both canonical intent and local simulation results to produce any verdict.

📜
Constitution
Policy enforcement
🧠
Cortex
Canonical intent
+
Cage
LiteSVM / revm
⚖️
Judge
Verdict engine

Diamond Architecture

Four-node pipeline: Constitution defines law, Cortex canonicalises intent, Cage simulates physics, Judge renders verdict. Fan-out / fan-in with cryptographic attestation.

Agentic ReAct Loop

Fatal trades return deterministic JSON ReAct errors — not human prose — so your AI instantly recalculates its route.

Dual-Engine Physics

First-class revm (EVM) and LiteSVM (SVM) simulation. Single SimulationEngine trait — the Judge is completely VM-agnostic.

Drop-in RPC Integration

No custom SDKs. Point your standard Web3 libraries at Sudont and we handle the rest. Two lines of config, full firewall coverage — inline with the RPC path, not alongside it in a cloud dashboard.

Approved Destination ≠ Safe Outcome

Between the moment an agent plans a transaction and the moment it lands on-chain, the world moves. Price shifts. Liquidity dries up. Pending state invalidates assumptions. Sudont verifies outcomes — by dropping each transaction into bare-metal physics in the RPC path, not by running heuristics on it in a dashboard built for humans.

Read the Full Problem Statement →