Skip to content

Commit f135951

Browse files
Aimen SahnounMantisClone
authored andcommitted
GITBOOK-139: chore: update crosschain docs
1 parent 0d083f4 commit f135951

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

request-network-api/crosschain-payments.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ description: >-
1111
Discover how Request Network API can enhance your app's features - [book a call](https://calendly.com/mariana-rn/request-network-demo-docs) with us.
1212
{% endhint %}
1313

14-
{% hint style="warning" %}
15-
**Warning:** Crosschain payments are currently only available in our staging environment at [https://api.stage.request.network](https://api.stage.request.network) and are not ready for production use. Use with caution.
16-
{% endhint %}
17-
18-
Crosschain payments allow users to pay a request using a stablecoin from a different blockchain network than the one specified on the request. For example, a payer can pay a request for USDC on Base using USDT from their Polygon wallet.
14+
Crosschain payments allow users to pay a request using a stablecoin from a different blockchain network than the one specified on the request. For example, a payer can pay a request for USDC on Base using USDT from their Optimism wallet.
1915

2016
## Benefits
2117

@@ -28,7 +24,6 @@ Crosschain payments allow users to pay a request using a stablecoin from a diffe
2824

2925
Crosschain payments are supported on the following blockchain networks:
3026

31-
* Polygon
3227
* Base
3328
* Optimism
3429
* Arbitrum
@@ -53,7 +48,7 @@ The following stablecoins are supported for crosschain payments on both the send
5348
To enable crosschain payments, the request must be created with the following parameters:
5449

5550
* `paymentCurrency` included in the [#supported-stablecoins](crosschain-payments.md#supported-stablecoins "mention") and [#supported-networks](crosschain-payments.md#supported-networks "mention"). 
56-
* `amount` greater than 2 - _executing_ crosschain payments under 2 stablecoins is not allowed, even though _creating_ requests has no restrictions on `amount` .
51+
* `amount` greater than 1 - _executing_ crosschain payments under 1 stablecoins is not allowed, even though _creating_ requests has no restrictions on `amount` .
5752

5853
For more details about creating requests, please see the [#v1-request](create-and-pay-requests.md#v1-request "mention") endpoint.
5954

@@ -74,9 +69,9 @@ Routes that offer a _balanced_ combination of lower fees and faster processing t
7469

7570
The API may return samechain routes if the payer address has supported currencies on the same chain as the `paymentCurrency` .
7671

77-
* Example: `paymentCurrency` is USDC on Polygon, and the payer has USDT on Polygon
72+
* Example: `paymentCurrency` is USDC on Base, and the payer has USDT on Base
7873
* Gassless transactions - the transaction fees are added on top of the request amount
79-
* No native token (ETH, POL, etc..) needed for gas
74+
* No native token (ETH, etc..) needed for gas
8075

8176
{% openapi src="https://api.stage.request.network/open-api/openapi.json" path="/v1/request/{paymentReference}/routes" method="get" %}
8277
[https://api.stage.request.network/open-api/openapi.json](https://api.stage.request.network/open-api/openapi.json)

0 commit comments

Comments
 (0)