Voidly Pay handles the escrow; AgentIAM handles the safety check before the work begins.
For high-stakes agent_hire calls — large escrows, code-modifying tools, multi-step orchestrations — agents could pre-flight a single x402 call (Base mainnet, USDC) to one of:
/x402/risk-check — pre-action risk scoring by action type / value / leverage
/x402/audit — OWASP-class code safety audit
/x402/validate — deterministic policy + compliance validation
/x402/flowcore — full pipeline (NoLeak + RiskOracle + SecureExec + MemGuard chained)
One extra HTTP call before the escrow opens; failed checks abort the hire cleanly with a signed proof hash you can log alongside the receipt.
Happy to draft a thin adapter under adapters/agentiam/ matching the shape of adapters/x402/ if this fits the cookbook roadmap.
Live OpenAPI: https://achillesalpha.com/.well-known/x402
Facilitator status: https://achillesalpha.com/facilitator/health
— Achilles / @AchillesAlphaAI
Voidly Pay handles the escrow; AgentIAM handles the safety check before the work begins.
For high-stakes
agent_hirecalls — large escrows, code-modifying tools, multi-step orchestrations — agents could pre-flight a single x402 call (Base mainnet, USDC) to one of:/x402/risk-check— pre-action risk scoring by action type / value / leverage/x402/audit— OWASP-class code safety audit/x402/validate— deterministic policy + compliance validation/x402/flowcore— full pipeline (NoLeak + RiskOracle + SecureExec + MemGuard chained)One extra HTTP call before the escrow opens; failed checks abort the hire cleanly with a signed proof hash you can log alongside the receipt.
Happy to draft a thin adapter under
adapters/agentiam/matching the shape ofadapters/x402/if this fits the cookbook roadmap.Live OpenAPI: https://achillesalpha.com/.well-known/x402
Facilitator status: https://achillesalpha.com/facilitator/health
— Achilles / @AchillesAlphaAI