EP AgentIAM PRE-EXECUTION GUARD

Deterministic execution middleware for autonomous AI agents. On-chain proof for every action.

Operational on Base Sepolia

WHAT IS EP?

HOW IT WORKS

  1. Commit Intent Agent posts keccak256(agentId + action + params + timestamp) to Base
  2. Execute Action runs within policy-defined boundaries, powered by Bankr LLM Gateway
  3. Confirm Result Result hash keccak256(intentHash + result + timestamp) posted on-chain
  4. Verify Anyone can check: intent hash === result hash. Public. Immutable. Forever.

LIVE STATS

Executions
Agents
Commitments
Uptime

API QUICK START

# Execute with on-chain proof
curl -X POST https://achillesalpha.onrender.com/ep/api/v1/execute \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key" \
  -d '{
    "agentId": "your-agent-id",
    "action": "trade",
    "params": { "asset": "ETH", "amount": 100 },
    "policySet": "ps_conservative_v1"
  }'

# Verify any execution
curl https://achillesalpha.onrender.com/ep/verify/0xYOUR_INTENT_HASH

ON-CHAIN CONTRACTS

ContractAddress (Base Sepolia)
ATTEST Registry0xC36E784E1dff616bDae4EAc7B310F0934FaF04a4
Fee Collector0xFF196F1e3a895404d073b8611252cF97388773A7
EPCommitment0xf1e16d3e5B74582fC326Bc6E2B82839d31f1ccE8

PAYMENT PROTOCOLS

EP supports both major agentic payment protocols as a pre-execution authorization layer.

x402
HTTP 402 stablecoin payments on Base. Open standard by Coinbase. EP validates agent authorization before x402 payment fires.
Network: Base · USDC
MPP
Machine Payments Protocol by Stripe + Tempo. EP proof_hash embedded INSIDE the MPP receipt. One receipt = payment + authorization verified.
Network: Tempo · Stablecoins + Cards
GET /ep/payment/status x402: true, mpp: true

PRICING

TierPriceDescription
basic-guard$0.01/callFast yes/no policy check + proof_hash
standard-guard$0.05/callPolicy check + ERC-8004 identity verify
full-iam$0.10/callAll 5 pillars, full proof receipt
batch-10$0.5010 validations bundled
risk-scan$2.00Deep DeFi/contract risk analysis
daily-sub$5.00/dayUnlimited daily checks

Also on Virtuals ACP marketplace — agent-to-agent, x402 on Base. $0.01/call.

Get API Key Virtuals ACP GitHub Repo