Skip to content

Commit f58352c

Browse files
committed
Add testnet faciliator to docs
1 parent b6b20ab commit f58352c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/build/apps/x402.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,33 @@ To support x402 on Stellar, a wallet must support [auth-entry signing](../guides
2020
- Hana
2121
- HOT
2222
- Klever
23-
- One Key
23+
- OneKey
2424

2525
:::note
2626

2727
Freighter Mobile does not currently support x402; use the Freighter browser extension. Mobile support is planned for a future release.
2828

2929
:::
3030

31-
## x402 Facilitator from OpenZeppelin
31+
## x402 Facilitator
3232

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

35+
### Facilitator Service
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.
38+
39+
#### Testnet Facilitator
40+
41+
To use the deployed x402 plugin on testnet, you will need:
42+
43+
- An API Key (Relayer Service). Generate your testnet API key here: https://channels.openzeppelin.com/testnet/gen
44+
- Facilitator URL. Use the following facilitator endpoint in your configuration: `https://channels.openzeppelin.com/x402/testnet`
45+
46+
#### Mainnet Facilitator
47+
48+
Coming soon.
49+
3550
:::note
3651

3752
This version supports x402 v2 specification. For x402 v1 support, please use a previous version of this plugin (check git history for v1 compatible releases).

0 commit comments

Comments
 (0)