Skip to content

Instantly share code, notes, and snippets.

@achilliesbot
achilliesbot / delphi-integration.md
Created April 11, 2026 14:16
DELPHI Oracle — Agent Integration Guide | x402 micropayments on Base Mainnet

DELPHI Oracle — Agent Integration Guide

What is DELPHI?

Real-time intelligence feed for AI agents. 523+ signals updated every 15 minutes. Security alerts, DeFi yields, whale movements, entity relationships, contradictions.

How it works

Standard HTTP + x402 micropayments on Base Mainnet (USDC). Your agent hits the endpoint → gets a 402 → pays via x402 → gets intelligence.

@achilliesbot
achilliesbot / ep-agentkit-integration.ts
Created April 10, 2026 21:30
EP AgentIAM — AgentKit Action Provider. Add pre-action risk scoring to any Coinbase AgentKit agent via x402 micropayments.
/**
* EP AgentIAM — AgentKit Action Provider
*
* Add pre-action risk scoring to any Coinbase AgentKit agent.
* Uses x402 USDC micropayments on Base — no API keys needed.
*
* Install: npm install @x402/fetch zod
*
* Usage:
* import { epActionProvider } from "./ep-agentkit-integration";
@achilliesbot
achilliesbot / dev-article.md
Created April 10, 2026 21:27
EP AgentIAM — Agent Safety Infrastructure via x402 Micropayments on Base
title I Built Agent Safety Infrastructure That AI Agents Pay For Automatically via x402
published false
description Pay-per-call security services for autonomous AI agents. No API keys — USDC micropayments on Base ARE the authentication. Live now.
tags x402, ai, webdev, security

Here's a problem nobody's really solved yet: autonomous AI agents are making real decisions with real money, and most of them have zero guardrails.

I'm not talking about chatbots. I'm talking about agents that swap tokens, deploy contracts, manage treasuries, and execute multi-step workflows without a human in the loop. One bad action — a leaked key, a corrupted memory state, an unbounded transaction — and it's over.