Skip to content

Commit e2b1a47

Browse files
authored
Merge pull request 0xPolygon#2713 from 0xPolygon/agentic-update
adds links to agentic payments
2 parents dd1c13b + 56eb3d8 commit e2b1a47

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

docs/pos/payments/x402/overview.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@ cycle.** This lowers the barrier for web2 developers experimenting with crypto,
1111
while also giving web3 builders a lightweight way to support pay-per-use APIs,
1212
agent-to-agent transactions, and micropayments.
1313

14-
[Read more about the x402 architecture and concepts here.](https://x402.gitbook.io/x402)
14+
[Read more about the x402 architecture and Agentic Commerce here.](https://agentic-docs.polygon.technology)
1515

1616
## Access on Polygon
1717

1818
Polygon currently supports x402 on Mainnet and Amoy through the following facilitators:
1919

20-
1. Polygon Testnet Facilitator: https://x402-amoy.polygon.technology
21-
2. [ThirdWeb](https://playground.thirdweb.com/payments/x402)
22-
3. [x402.rs Facilitator Endpoint](https://facilitator.x402.rs/)
23-
4. [Pay.AI](https://payai.network/)
20+
1. Polygon Mainnet Facilitator: https://x402.polygon.technology
21+
2. Polygon Testnet Facilitator: https://x402-amoy.polygon.technology
22+
3. [ThirdWeb](https://playground.thirdweb.com/payments/x402)
23+
4. [x402.rs Facilitator Endpoint](https://facilitator.x402.rs/)
24+
5. [Pay.AI](https://payai.network/)
25+
6. [Corbits](https://docs.corbits.dev/about-x402/facilitators)
26+
7. [Questflow](https://facilitator.questflow.ai/)
2427

25-
Please note: For mainnet access through Polygon's Facilitator,
26-
reach out for [access here.](https://info.polygon.technology/devrel-intake-form)
2728

28-
The following guides will show how to use x402 on Polygon.
29-
The x402 community also has
30-
created [multiple examples](https://github.com/coinbase/x402/tree/main/examples/typescript)
31-
which can be easily adapted for Polygon.
29+
To implement x402 with Polygon and your applications or agents, checkout our
30+
[Agentic Payments documentation.](https://agentic-docs.polygon.technology)
3231

docs/pos/payments/x402/quickstart-buyers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Quickstart for Buyers
22

3+
_To implement x402 with Polygon and your applications or agents, checkout our_
4+
_[Agentic Payments documentation.](https://agentic-docs.polygon.technology)_
5+
36
This guide will walk you how to use x402 on Polygon
47
to interact with services that require payment.
58

docs/pos/payments/x402/quickstart-sellers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Quickstart for Sellers
22

3+
_To implement x402 with Polygon and your applications or agents, checkout our_
4+
_[Agentic Payments documentation.](https://agentic-docs.polygon.technology)_
5+
36
This guide walks you through integrating with x402
47
to enable payments for your API or service. By the end,
58
your API will be able to charge buyers and AI agents for access.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ nav:
146146
- EIP-4337: pos/concepts/transactions/eip-4337.md
147147
- Meta transactions: pos/concepts/transactions/meta-transactions.md
148148
- Agglayer: "https://docs.agglayer.dev"
149+
- Agentic Payments: "https://agentic-docs.polygon.technology"
149150
- CDK: "https://docs.agglayer.dev/cdk/"
150151
- zkEVM:
151152
- zkEVM: zkEVM/index.md

0 commit comments

Comments
 (0)