Skip to content

Commit 45ec7cf

Browse files
janewangCopilotmarcelosalloum
authored
Add mainnet x402 facilitator (#2291)
* Add mainnet x402 facilitator * Update docs/build/apps/x402.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/build/apps/x402.mdx Co-authored-by: Marcelo Salloum dos Santos <marcelosalloum@gmail.com> * Update docs/build/apps/x402.mdx Co-authored-by: Marcelo Salloum dos Santos <marcelosalloum@gmail.com> * Add updates --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Marcelo Salloum dos Santos <marcelosalloum@gmail.com>
1 parent 2ded250 commit 45ec7cf

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

docs/build/apps/x402.mdx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,25 @@ Freighter Mobile does not currently support x402; use the Freighter browser exte
3030

3131
## x402 Facilitator
3232

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.
3434

35-
### Facilitator Service
35+
### How to Use
3636

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.
3838

39-
#### Testnet Facilitator
39+
#### Testnet
4040

41-
To use the deployed x402 plugin on testnet, you will need:
41+
To use the facilitator on testnet, you will need:
4242

4343
- An API Key (Relayer Service). Generate your testnet API key here: https://channels.openzeppelin.com/testnet/gen
4444
- Facilitator URL. Use the following facilitator endpoint in your configuration: `https://channels.openzeppelin.com/x402/testnet`
4545

46-
#### Mainnet Facilitator
46+
#### Mainnet
4747

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`
4952

5053
:::note
5154

@@ -68,6 +71,7 @@ This version supports x402 v2 specification. For x402 v1 support, please use a p
6871

6972
## Learn more
7073

74+
- [x402 Demo](https://x402-stellar-491bf9f7e30b.herokuapp.com/) - A demo site to a x402 transaction on Testnet
7175
- [x402 protocol (Coinbase Developer Platform)](https://docs.cdp.coinbase.com/x402) — Official x402 protocol overview and spec
7276
- [x402 protocol specification](https://www.x402.org/) — x402 Specification and Whitepaper
7377
- [Coinbase x402 GitHub](https://github.com/coinbase/x402) — Official x402 Protocol GitHub Repo

0 commit comments

Comments
 (0)