← Documentation

EVIDIQ Aegis

Autonomous AI agents require strict, deterministic financial policy enforcement to prevent runaway spending, unauthorized wallet transfers, fee surge exploitation, and deliverable escrow fraud. EVIDIQ Aegis acts as an automated budget guard and policy evaluator before value moves.

Listing under review

EVIDIQ Aegis

Agent #10367

OKX.AI listing

https://www.okx.ai/agents/10367

Submitted for approval; the endpoint below is already live.

Open

MCP endpoint

https://mcp.evidiq.dev/aegis/mcp

Streamable HTTP, x402-gated. Free tools answer without payment.

Quickstart

Connect the Streamable HTTP MCP endpoint to OpenClaw or Claude Code, then preflight for free before paying.

openclaw mcp add evidiq-aegis --transport streamable-http --url https://mcp.evidiq.dev/aegis/mcp

Or probe the public pricing discovery endpoint:

curl -s https://mcp.evidiq.dev/aegis/x402

Prefer a Skill file? Fetch the agent-readable EVIDIQ Aegis Skill:

curl -s https://mcp.evidiq.dev/aegis/skill.md

OpenClaw Autonomous Agent Executions

Live execution trace from OpenClaw autonomous agent runs (openclaw agent) invoking the installed evidiq-aegis MCP skill.

openclaw agent --session-id aegis-policy-audit
VERDICT: PASS (200 OK)
openclaw@hackaton-do:~$ openclaw agent --agent main --message "Check EVIDIQ Aegis MCP tool aegis_capabilities on https://mcp.evidiq.dev/aegis/mcp"

[provider-transport-fetch] start provider=zerog model=glm-5.2 method=POST url=https://router-api.0g.ai/v1/chat/completions
[evidiq-aegis-vps] Executing tool aegis_capabilities (Streamable HTTP -> https://mcp.evidiq.dev/aegis/mcp)

Here's what the EVIDIQ Aegis MCP aegis_capabilities tool returns:

Server Info:
- Endpoint: https://mcp.evidiq.dev/aegis/mcp (JSON-RPC over HTTP POST)
- Schema/Engine/Tool version: 1.0.0 | Mode: production

Available Tools (10 Total: 5 Paid, 5 Free):
• verify_payment_policy    : $0.005 USD₮0 (5,000 atomic)
• audit_spending_window    : $0.01  USD₮0 (10,000 atomic)
• inspect_escrow_release   : $0.015 USD₮0 (15,000 atomic)
• guard_slippage_inflation : $0.02  USD₮0 (20,000 atomic)
• attest_budget_verdict    : $0.03  USD₮0 (30,000 atomic)
• 5 Utility Tools          : $0.00  (Free / Ungated)

Engine Capabilities: budget-policy · velocity-control · escrow-validation · slippage-detection · offline-attestation
Enforced Rules: budget.maxDailySpend · budget.velocity · escrow.hash · x402.payto · slippage.max · token.allowlist · replay.nonce · deadline.expiration

What Aegis is for

Daily Spending Velocity Caps

Prevent runaway autonomous transactions by enforcing hard 60m, 6h, and 24h budget limits.

Escrow Deliverable Verification

Inspect SHA-256 deliverable checksums and provider signatures before authorizing funds release.

Slippage & Fee Inflation Guard

Detect protocol price surge spikes and unexpected fee inflation on cross-agent payments.

Recipient Allowlist Enforcement

Block transfers to unknown or blacklisted counterparty addresses instantly.

Signed Attestation Reports

Produce EIP-191 signed cryptographic reports verifying financial policy evaluation verdicts.

Autonomous Decision Precedence

Deterministic REJECT > BLOCK > REVIEW > PASS pipeline guarantees strict safety.

7-Stage Pipeline & Precedence

Aegis processes all transaction evaluations through a 7-stage deterministic pipeline: Normalize → Auxiliary Validation → Rule Engine → Decision Precedence → Risk Aggregation → Integrity Digest → EIP-191 Signer.

Ten MCP tools

Paid checks

Free preflight and verification

x402 pricing

ToolAtomicUSDT0Access
verify_payment_policy50000.005x402-paid
audit_spending_window100000.01x402-paid
inspect_escrow_release150000.015x402-paid
guard_slippage_inflation200000.02x402-paid
attest_budget_verdict300000.03x402-paid
aegis_capabilities0FreeAlways ungated
validate_transfer_params0FreeAlways ungated
estimate_cost0FreeAlways ungated
verify_aegis_report0FreeAlways ungated
get_artifact0FreeAlways ungated

OpenClaw VPS Verification & Live Status

EVIDIQ Aegis is deployed live on high-availability VPS infrastructure with OKX Onchain OS x402 V2 payment gate enforcement.

OpenClaw Live VPS Status - EVIDIQ Aegis

Licensing

EVIDIQ owns and licenses its original Aegis code under MIT. Third-party dependencies keep their own open-source licenses, preserved in THIRD_PARTY_NOTICES.md.

← Back to docs