You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/apps/x402.mdx
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,22 +30,25 @@ Freighter Mobile does not currently support x402; use the Freighter browser exte
30
30
31
31
## x402 Facilitator
32
32
33
-
The [OpenZeppelin Relayer x402 Plugin for x402](https://github.com/OpenZeppelin/relayer-plugin-x402-facilitator) implements the x402 facilitator API so you can serve x402 payments directly from a Relayer instance. It works with the Coinbase x402 ecosystem (e.g., @x402/express) and exposes the expected `/verify`, `/settle`, and `/supported` endpoints under the Relayer plugin router.
33
+
The [OpenZeppelin Relayer x402 Plugin for x402](https://github.com/OpenZeppelin/relayer-plugin-x402-facilitator) implements the x402 Facilitator API so you can serve x402 payments directly from a Relayer instance. The x402 Facilitator leverages the OpenZeppelin Relayer Framework. It works with the [Coinbase x402](https://github.com/coinbase/x402) ecosystem and exposes the expected `/verify`, `/settle`, and `/supported` endpoints under the Relayer plugin router.
34
34
35
-
### Facilitator Service
35
+
### How to Use
36
36
37
-
The x402 Facilitator Service is now live. Under the hood, the plugin leverages OpenZeppelin Channels to submit transactions onchain via a managed Relayer and Facilitator setup.
37
+
The x402 facilitator Service is now live on Testnet and Mainnet. Under the hood, the plugin leverages OpenZeppelin Channels to submit transactions onchain via a managed Relayer and Facilitator setup.
38
38
39
-
#### Testnet Facilitator
39
+
#### Testnet
40
40
41
-
To use the deployed x402 plugin on testnet, you will need:
41
+
To use the facilitator on testnet, you will need:
42
42
43
43
- An API Key (Relayer Service). Generate your testnet API key here: https://channels.openzeppelin.com/testnet/gen
44
44
- Facilitator URL. Use the following facilitator endpoint in your configuration: `https://channels.openzeppelin.com/x402/testnet`
45
45
46
-
#### Mainnet Facilitator
46
+
#### Mainnet
47
47
48
-
Coming soon.
48
+
To use the Facilitator on mainnet, you will need:
49
+
50
+
- An API Key (Relayer Service). Generate your mainnet API key here: https://channels.openzeppelin.com/gen
51
+
- Facilitator URL. Use the following facilitator endpoint in your configuration: `https://channels.openzeppelin.com/x402`
49
52
50
53
:::note
51
54
@@ -68,6 +71,7 @@ This version supports x402 v2 specification. For x402 v1 support, please use a p
68
71
69
72
## Learn more
70
73
74
+
-[x402 Demo](https://x402-stellar-491bf9f7e30b.herokuapp.com/) - A demo site to a x402 transaction on Testnet
71
75
-[x402 protocol (Coinbase Developer Platform)](https://docs.cdp.coinbase.com/x402) — Official x402 protocol overview and spec
72
76
-[x402 protocol specification](https://www.x402.org/) — x402 Specification and Whitepaper
73
77
-[Coinbase x402 GitHub](https://github.com/coinbase/x402) — Official x402 Protocol GitHub Repo
0 commit comments