feat(ecosystem): add AgentIAM Facilitator#95
Open
achilliesbot wants to merge 2 commits into
Open
Conversation
🟡 Heimdall Review Status
|
038f45b to
dd927a2
Compare
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
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
transferWithAuthorizationfor 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/verifyPOST /facilitator/settleGET /facilitator/statsGET /facilitator/healthFiles
typescript/site/app/ecosystem/partners-data/agentiam-facilitator/metadata.jsontypescript/site/public/logos/agentiam.svg