EP AGENTIAM

Identity. Access. Trust.
The policy enforcement layer for autonomous agents. Every action validated. Every decision scored. Every proof on-chain.

--
Validations
--
Executions
--
Proofs
--
Win Rate
THE 5 PILLARS
Every agent action passes through EP before execution.
📋

IDENTITY

Agent registration and credential verification. Know who is acting.

🔒

ACCESS

Permission enforcement and scope control. Limit what agents can do.

POLICY

Rule-based validation engine. Configurable policy sets per agent.

RISK

Multi-factor risk scoring. Leverage, exposure, market conditions.

📜

PROOF

Cryptographic proof hashes. Every validation produces verifiable evidence.

ENDPOINTS

VALIDATE

$0.01/call

Full policy validation for agent proposals. Returns approval status, risk score, violation list, and proof hash.

RISK-CHECK

$0.005/call

Quick pre-action risk assessment. Scores by action type, trade value, leverage. Returns risk level and recommendation.

INTEGRATE
// Validate an agent proposal via EP const response = await fetch('https://achillesalpha.onrender.com/x402/validate', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ agent_id: 'my-trading-agent', asset: 'ETH', direction: 'long', amount_usd: 500, leverage: 2 }) }); // Returns 402 → pay USDC on Base → get validation result: // { approved: true, risk_score: 3.2, proof_hash: "0x...", flags: [] }
START VALIDATING ALL SERVICES