diff --git a/docs/pos/payments/x402/overview.md b/docs/pos/payments/x402/overview.md index f138037de..8b002386f 100644 --- a/docs/pos/payments/x402/overview.md +++ b/docs/pos/payments/x402/overview.md @@ -11,22 +11,21 @@ cycle.** This lowers the barrier for web2 developers experimenting with crypto, while also giving web3 builders a lightweight way to support pay-per-use APIs, agent-to-agent transactions, and micropayments. -[Read more about the x402 architecture and concepts here.](https://x402.gitbook.io/x402) +[Read more about the x402 architecture and Agentic Commerce here.](https://agentic-docs.polygon.technology) ## Access on Polygon Polygon currently supports x402 on Mainnet and Amoy through the following facilitators: -1. Polygon Testnet Facilitator: https://x402-amoy.polygon.technology -2. [ThirdWeb](https://playground.thirdweb.com/payments/x402) -3. [x402.rs Facilitator Endpoint](https://facilitator.x402.rs/) -4. [Pay.AI](https://payai.network/) +1. Polygon Mainnet Facilitator: https://x402.polygon.technology +2. Polygon Testnet Facilitator: https://x402-amoy.polygon.technology +3. [ThirdWeb](https://playground.thirdweb.com/payments/x402) +4. [x402.rs Facilitator Endpoint](https://facilitator.x402.rs/) +5. [Pay.AI](https://payai.network/) +6. [Corbits](https://docs.corbits.dev/about-x402/facilitators) +7. [Questflow](https://facilitator.questflow.ai/) -Please note: For mainnet access through Polygon's Facilitator, -reach out for [access here.](https://info.polygon.technology/devrel-intake-form) -The following guides will show how to use x402 on Polygon. -The x402 community also has -created [multiple examples](https://github.com/coinbase/x402/tree/main/examples/typescript) -which can be easily adapted for Polygon. +To implement x402 with Polygon and your applications or agents, checkout our +[Agentic Payments documentation.](https://agentic-docs.polygon.technology) diff --git a/docs/pos/payments/x402/quickstart-buyers.md b/docs/pos/payments/x402/quickstart-buyers.md index 32bccac38..5d0ccac5d 100644 --- a/docs/pos/payments/x402/quickstart-buyers.md +++ b/docs/pos/payments/x402/quickstart-buyers.md @@ -1,5 +1,8 @@ # Quickstart for Buyers +_To implement x402 with Polygon and your applications or agents, checkout our_ +_[Agentic Payments documentation.](https://agentic-docs.polygon.technology)_ + This guide will walk you how to use x402 on Polygon to interact with services that require payment. diff --git a/docs/pos/payments/x402/quickstart-sellers.md b/docs/pos/payments/x402/quickstart-sellers.md index af11f80ed..57bf3b013 100644 --- a/docs/pos/payments/x402/quickstart-sellers.md +++ b/docs/pos/payments/x402/quickstart-sellers.md @@ -1,5 +1,8 @@ # Quickstart for Sellers +_To implement x402 with Polygon and your applications or agents, checkout our_ +_[Agentic Payments documentation.](https://agentic-docs.polygon.technology)_ + This guide walks you through integrating with x402 to enable payments for your API or service. By the end, your API will be able to charge buyers and AI agents for access. diff --git a/mkdocs.yml b/mkdocs.yml index 5deccbfbf..3910d81c5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -146,6 +146,7 @@ nav: - EIP-4337: pos/concepts/transactions/eip-4337.md - Meta transactions: pos/concepts/transactions/meta-transactions.md - Agglayer: "https://docs.agglayer.dev" + - Agentic Payments: "https://agentic-docs.polygon.technology" - CDK: "https://docs.agglayer.dev/cdk/" - zkEVM: - zkEVM: zkEVM/index.md