> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polygon.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# x402 Introduction

> What x402 is and how Polygon supports it: available networks, facilitators, and where to start.

x402 is an open payment protocol that brings blockchain payments into the HTTP
standard. By reusing the HTTP 402 Payment Required status code, it lets
developers handle onchain and agentic payments with the same tools they already
use for APIs and web services.

Instead of building complex wallet integrations or subscription systems,
developers can treat payments like any other part of the HTTP request/response
cycle. This approach works for web2 developers experimenting with paid APIs and
for web3 builders who need a lightweight way to support pay-per-use APIs,
agent-to-agent transactions, and micropayments.

[Read more about x402 here](https://x402.gitbook.io/x402).

## Access on Polygon

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

1. Polygon Mainnet Facilitator: [https://x402.polygon.technology](https://x402.polygon.technology)
2. Polygon Testnet Facilitator: [https://x402-amoy.polygon.technology](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/)

To implement x402 with Polygon and your applications or agents, follow the
tutorials and guides in these docs. Alternatively, the x402 community has
created
[multiple examples](https://github.com/coinbase/x402/tree/main/examples/typescript)
which can be adapted for Polygon.
