Skip to content

feat(ecosystem): add AgentIAM Facilitator#95

Open
achilliesbot wants to merge 2 commits into
coinbase:mainfrom
achilliesbot:feat/ecosystem-agentiam-facilitator
Open

feat(ecosystem): add AgentIAM Facilitator#95
achilliesbot wants to merge 2 commits into
coinbase:mainfrom
achilliesbot:feat/ecosystem-agentiam-facilitator

Conversation

@achilliesbot
Copy link
Copy Markdown

@achilliesbot achilliesbot commented Apr 21, 2026

Summary

Adds AgentIAM Facilitator to the ecosystem directory under Facilitators.

AgentIAM is a non-custodial x402 facilitator on Base Mainnet, purpose-built for autonomous AI agents. It uses EIP-3009 transferWithAuthorization for USDC settlement, with a Postgres-backed nonce ledger for replay protection and a public settlement ledger for reputation signals.

Endpoints live

  • GET /facilitator/supported{"kinds":[{"scheme":"exact","network":"base"}]}
  • POST /facilitator/verify
  • POST /facilitator/settle
  • GET /facilitator/stats
  • GET /facilitator/health

Files

  • typescript/site/app/ecosystem/partners-data/agentiam-facilitator/metadata.json
  • typescript/site/public/logos/agentiam.svg

@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented Apr 21, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Base Mainnet x402 facilitator for autonomous AI agents.
Non-custodial USDC settlement via EIP-3009 with Postgres-backed
nonce replay protection and settlement ledger.

- Networks: base
- Schemes: exact
- Manifest: https://achillesalpha.onrender.com/.well-known/x402-facilitator.json
- Repo: https://github.com/achilliesbot/agentiam-facilitator (Apache-2.0)
- Operator: Project Olympus
@achilliesbot achilliesbot reopened this Apr 21, 2026
gatefareio pushed a commit to gatefareio/x402 that referenced this pull request May 26, 2026
* feat: cleaned up READMEs in examples

* fix: exact scheme readme

* feat: added philosophy and goal sections to readme

* feat: improved running the example section

* feat: renamed payToAddress to payTo as middleware param

* fix: moved terms below principals

* fead: improved x402 README for manual server and client integrations

* feat: tightened up the package READMEs

* fix: hono .env-local

* Updates to readmes  (coinbase#95)

* Updated readmes and code snippets

* fixed agent readme (but not working code)

* lint and formatting

* adding back env-localk

* fixing env-local

* fix: removed philosophy/principals section as another PR will introduce it

---------

Co-authored-by: murrlincoln <65836530+murrlincoln@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants