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.
EVIDIQ Aegis
Agent #10367Quickstart
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@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
- verify_payment_policy — Evaluate payment payload against budget velocity, recipient allowlists, replay nonces, and EVM parameters. (0.005 USDT0)
- audit_spending_window — Audit agent wallet spending velocity across 60m, 6h, 24h, and 7d historical windows with utilization reporting. (0.01 USDT0)
- inspect_escrow_release — Inspect escrow terms, deliverable SHA-256 checksums, and provider addresses before fund release. (0.015 USDT0)
- guard_slippage_inflation — Guard against fee inflation, protocol price surges, and slippage spikes on cross-agent transactions. (0.02 USDT0)
- attest_budget_verdict — Bind financial policy evaluation findings into an EIP-191 signed cryptographic attestation report. (0.03 USDT0)
Free preflight and verification
- aegis_capabilities — Capabilities, policy profiles, rule catalog, auxiliary checks, and pricing catalog. (free)
- validate_transfer_params — Preflight check for financial transfer EVM formatting and address sanity. (free)
- estimate_cost — Price quotation lookup tool. (free)
- verify_aegis_report — Offline verification tool for Aegis report integrity digests and signatures. (free)
- get_artifact — Retrieve stored policy reports or default policy specifications. (free)
x402 pricing
| Tool | Atomic | USDT0 | Access |
|---|---|---|---|
| verify_payment_policy | 5000 | 0.005 | x402-paid |
| audit_spending_window | 10000 | 0.01 | x402-paid |
| inspect_escrow_release | 15000 | 0.015 | x402-paid |
| guard_slippage_inflation | 20000 | 0.02 | x402-paid |
| attest_budget_verdict | 30000 | 0.03 | x402-paid |
| aegis_capabilities | 0 | Free | Always ungated |
| validate_transfer_params | 0 | Free | Always ungated |
| estimate_cost | 0 | Free | Always ungated |
| verify_aegis_report | 0 | Free | Always ungated |
| get_artifact | 0 | Free | Always 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.

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.