ecosystem: add Fast — payment infrastructure for agents and APIs#1
Draft
xc93 wants to merge 1 commit into
Draft
Conversation
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.
PR: Add Fast to x402 ecosystem
Title
ecosystem: add Fast — payment infrastructure for agents and APIsDescription
Adds Fast to the x402 ecosystem page.
What is Fast?
Fast is payment infrastructure for programmatic transactions. It enables agents, APIs, merchants, and services to request, authorize, send, and settle payments — fully programmatically, across both crypto and fiat rails.
Fast is built for scenarios where payment must occur before a task executes or a service responds: an API charging $0.01 per request, an agent paying another agent for compute, a workflow paying per inference step.
Three properties make this possible:
x402 Integration
x402 is a first-class payment protocol adapter in the Fast SDK.
We maintain a complete x402 SDK at
fastxyz/x402-sdk:@fastxyz/x402-client@fastxyz/x402-server@fastxyz/x402-facilitatorSupported networks:
fast-mainnet,base,arbitrum,ethereumHow Fast settles x402 payments
On EVM chains, the x402 flow separates signing (client) from settlement (facilitator pays gas). Fast collapses this into a single step: the client submits a transaction and receives a certificate — cryptographic proof of finality — in under one second. The facilitator verifies the certificate. No gas, no on-chain settlement step.
The client SDK also supports auto-bridge: agents holding USDC on Fast can transparently pay EVM-based x402 endpoints. The SDK bridges funds to the target chain before signing the EVM payment.
Links
Checklist
Files Changed