Sovereign Execution Broker: A Runtime Gate for AI Agents on Blockchain
New research introduces a runtime enforcement boundary that separates proposal, admission, and execution, offering a template for safe, revocable on-chain AI agent actions.
A new paper introduces the Sovereign Execution Broker (SEB), a runtime enforcement boundary designed to bridge the gap between AI agent autonomy and safe production mutation authority. The SEB architecture separates the lifecycle of an action into three phases—proposal, admission, and execution—transforming certified authority into a short-lived, revocable, auditable runtime capability.
The core insight is that existing access-control mechanisms either authorize identities or certify proposed actions, but neither provides a mandatory enforcement point at the moment of mutation. As the paper states, “production mutation authority should not reside inside non-deterministic reasoning processes” of autonomous agents. SEB fills this gap by consuming certificates issued by a Sovereign Assurance Boundary (SAB), verifying that the requested mutation matches the certified execution contract, and checking a set of dynamic conditions: validity windows, policy epochs, revocation epochs, and live-state drift. Only after these checks pass does SEB mint a scoped execution identity and invoke infrastructure APIs.
This design has direct parallels to blockchain-based smart contract execution, where transaction proposal, validation, and execution are separated. For crypto-AI systems, SEB provides a template for how on-chain or TEE-enforced AI agents could be granted scoped, revocable authority to mutate on-chain state. The broker acts as a mandatory gate that prevents an LLM’s non-deterministic output from directly calling production APIs or smart contract functions.
The SEB framework includes an execution model, certificate and replay-verification predicates, scoped identity semantics, bypass-prevention deployment patterns, and failure behavior. Crucially, it records signed decision and outcome records for every mutation, creating an auditable trail that can be verified on-chain. This enables disputable execution where any party can challenge a broker’s decision by verifying the signed record against on-chain policy.
The prototype was evaluated on AWS and Kubernetes clusters, measuring latency overheads, revocation propagation, drift detection, and security under fault injection. For crypto applications, the latency overhead of SEB-style enforcement is critical for determining whether such a broker could sit between an AI agent and a blockchain RPC endpoint without exceeding block times. If SEB’s overhead is sub-second, it could feasibly gate agent-to-contract calls in L2 environments where block times are 1–2 seconds.
The bypass-prevention deployment patterns ensure that production mutation APIs reject non-broker identities. In crypto terms, this is equivalent to requiring that smart contract functions be callable only through a specific proxy or relayer that enforces the SEB’s certified authority—analogous to how many DeFi protocols use access-controlled relayers or keeper networks. For on-chain AI agents, this means the agent’s wallet key would not directly sign transactions; instead, the SEB would hold the signing key and only use it after verifying the certified execution contract.
Evidence & Provenance
Every claim is hash-locked to its source span. Click any [N] marker above to verify.
Claim 26 The Sovereign Execution Broker (SEB) is a runtime enforcement boundary for certificate-bound agentic infrastructure that separates proposal, admission, and execution to turn certified authority into a short-lived, revocable, auditable runtime capability.
This paper introduces the Sovereign Execution Broker (SEB), a runtime enforcement boundary for certificate-bound agentic infrastructure. SEB consumes certificates issued by the Sovereign Assurance Boundary (SAB), verifies that the requested mutation matches the certified execution contract, checks validity windows, policy epochs, revocation epochs, and live-state drift, mints scoped execution identity, invokes infrastructure APIs, and records signed decision and outcome records. By separating proposal, admission, and execution, SEB turns certified authority into a short-lived, revocable, auditable runtime capability, provided that production mutation APIs reject non-broker identities.
897bd38b956f644e7d91daafb544aa3562da375bdacda8addd9971937a1ea39d Claim 27 Existing access-control mechanisms authorize identities while assurance layers certify proposed actions, but neither provides a mandatory enforcement point for certified authority at the moment of mutation.
Existing access-control mechanisms authorize identities, while assurance layers certify proposed actions; neither alone provides a mandatory enforcement point for certified authority at the moment of mutation.
894b130ccbe8be274ed88a3c373fbe0f4c287f34405c0fe390f1b58571216b4d Claim 28 Production mutation authority should not reside inside non-deterministic reasoning processes of autonomous agents.
Autonomous agents are increasingly connected to cloud, deployment, and data-control workflows, but production mutation authority should not reside inside non-deterministic reasoning processes.
bf58279c0189c991edcafc27c846065517360fe04860d9505a789bda6f79ea5e Claim 29 SEB verifies that the requested mutation matches the certified execution contract, checks validity windows, policy epochs, revocation epochs, and live-state drift before minting scoped execution identity and invoking infrastructure APIs.
SEB consumes certificates issued by the Sovereign Assurance Boundary (SAB), verifies that the requested mutation matches the certified execution contract, checks validity windows, policy epochs, revocation epochs, and live-state drift, mints scoped execution identity, invokes infrastructure APIs, and records signed decision and outcome records.
c33bc132aeb6cfc2b0a3fe5a8aad3661ba09ff4552f24a706d2b8ced9044a275 Claim 30 The SEB prototype was evaluated on AWS and Kubernetes clusters, measuring latency overheads, revocation propagation, drift detection, and security under fault injection.
We evaluate the prototype on AWS and Kubernetes clusters, measuring latency overheads, revocation propagation, drift detection, and security under fault injection.
4f2c95a46cb02f1e0e5d419f895bc8467b6a84dcbba498dbbedd54012addfa99 Claim 31 SEB records signed decision and outcome records for every mutation, providing an auditable trail.
records signed decision and outcome records
a68a809b80999d48dcdffc34b4a850bd697b900ee232824890e05e4fe83322a4 Claim 32 The SEB framework includes an execution model, certificate and replay-verification predicates, scoped identity semantics, bypass-prevention deployment patterns, and failure behavior.
We present the SEB execution model, certificate and replay-verification predicates, scoped identity semantics, bypass-prevention deployment patterns, failure behavior, and a concrete prototype implementation.
cca8093c44785240be6602d50fd613fee49f0c90e44ab58c2c7d15a1eb049fb9