Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions docs/pos/payments/x402/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

3 changes: 3 additions & 0 deletions docs/pos/payments/x402/quickstart-buyers.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 3 additions & 0 deletions docs/pos/payments/x402/quickstart-sellers.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down