From f9a4bf67bf68779a888e2f980311bdf4e1c93689 Mon Sep 17 00:00:00 2001 From: riveign Date: Tue, 26 May 2026 09:12:31 +0200 Subject: [PATCH 1/2] docs(wcp): add fiat coverage page Adds public-facing list of fiat currencies WCP currently settles to via offramp (USD, EUR, GBP) with BRL coming soon, and a demand-expansion note covering other corridors (PLN, CHF, SEK, NOK, DKK, RON, etc.) that can be enabled per merchant volume. Per request from BD: prospects need a shareable page mirroring the token-and-chain-coverage format. No underlying offramp providers are named, and no pricing is included. --- docs.json | 2 ++ payments/fiat-coverage.mdx | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 payments/fiat-coverage.mdx diff --git a/docs.json b/docs.json index 0ef2014..79b9bfd 100644 --- a/docs.json +++ b/docs.json @@ -43,6 +43,7 @@ "payments/overview", "payments/for-users", "payments/token-and-chain-coverage", + "payments/fiat-coverage", "payments/wallet-coverage" ] }, @@ -181,6 +182,7 @@ "payments/overview", "payments/for-users", "payments/token-and-chain-coverage", + "payments/fiat-coverage", "payments/wallet-coverage" ] }, diff --git a/payments/fiat-coverage.mdx b/payments/fiat-coverage.mdx new file mode 100644 index 0000000..b606841 --- /dev/null +++ b/payments/fiat-coverage.mdx @@ -0,0 +1,31 @@ +--- +title: "Fiat Coverage" +description: "Fiat currencies supported by WalletConnect Pay for offramp settlement, with detail on how additional corridors are enabled." +sidebarTitle: "Fiat Coverage" +--- + +This page outlines the fiat currencies WalletConnect Pay currently supports for **settlement via offramp**. When a merchant or customer is configured to receive fiat instead of crypto, accepted crypto is converted and paid out in one of the currencies listed below. + +For the tokens and chains that can be accepted from the buyer (and which combinations settle to fiat versus direct crypto), see [Token and Chain Coverage](/payments/token-and-chain-coverage). + +## Supported fiat currencies + +| Currency | ISO Code | Status | +|----------|----------|------------| +| US Dollar | USD | Available | +| Euro | EUR | Available | +| British Pound | GBP | Available | + +## Coming soon + +| Currency | ISO Code | Status | +|-----------------|----------|-----------| +| Brazilian Real | BRL | Planned | + +## Adding more currencies + + +WalletConnect Pay can enable additional fiat corridors based on merchant demand and expected volume. If your business needs a currency not listed above — for example PLN, CHF, SEK, NOK, DKK, RON, or others — [contact us](https://share.hsforms.com/19Dpp4ayYR9uriB3xNAh0JAnxw6s) with your expected monthly volume and target markets, and we will work with you to enable it. + + +Fiat coverage will continue to expand as additional offramp corridors are activated and as new partner relationships are integrated. From 73079ff179384c8d0a070762901011b53ca6d763 Mon Sep 17 00:00:00 2001 From: riveign Date: Tue, 26 May 2026 09:37:29 +0200 Subject: [PATCH 2/2] docs(wcp): expand fiat coverage coming-soon list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds 27 currencies to the Coming soon table (AED, ARS, AUD, BDT, CAD, CLP, COP, CRC, GHS, HKD, IDR, ILS, INR, JPY, KES, KRW, MXN, MYR, NGN, NPR, PHP, PKR, SGD, THB, TRY, ZAR + the previously listed BRL) based on Noah's payout coverage. No pricing or providers exposed publicly — pricing stays in the internal partner-fees doc. --- payments/fiat-coverage.mdx | 44 +++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/payments/fiat-coverage.mdx b/payments/fiat-coverage.mdx index b606841..c3af49f 100644 --- a/payments/fiat-coverage.mdx +++ b/payments/fiat-coverage.mdx @@ -10,17 +10,45 @@ For the tokens and chains that can be accepted from the buyer (and which combina ## Supported fiat currencies -| Currency | ISO Code | Status | -|----------|----------|------------| -| US Dollar | USD | Available | -| Euro | EUR | Available | -| British Pound | GBP | Available | +| Currency | ISO Code | Region | +|----------------|----------|----------| +| US Dollar | USD | Global | +| Euro | EUR | Europe | +| British Pound | GBP | UK | ## Coming soon -| Currency | ISO Code | Status | -|-----------------|----------|-----------| -| Brazilian Real | BRL | Planned | +The following currencies are planned and can be enabled for merchants on request, subject to expected volume. + +| Currency | ISO Code | Region | +|----------------------|----------|---------------| +| UAE Dirham | AED | UAE | +| Argentine Peso | ARS | Argentina | +| Australian Dollar | AUD | Australia | +| Bangladeshi Taka | BDT | Bangladesh | +| Brazilian Real | BRL | Brazil | +| Canadian Dollar | CAD | Canada | +| Chilean Peso | CLP | Chile | +| Colombian Peso | COP | Colombia | +| Costa Rican Colón | CRC | Costa Rica | +| Ghanaian Cedi | GHS | Ghana | +| Hong Kong Dollar | HKD | Hong Kong | +| Indonesian Rupiah | IDR | Indonesia | +| Israeli Shekel | ILS | Israel | +| Indian Rupee | INR | India | +| Japanese Yen | JPY | Japan | +| Kenyan Shilling | KES | Kenya | +| South Korean Won | KRW | South Korea | +| Mexican Peso | MXN | Mexico | +| Malaysian Ringgit | MYR | Malaysia | +| Nigerian Naira | NGN | Nigeria | +| Nepalese Rupee | NPR | Nepal | +| Philippine Peso | PHP | Philippines | +| Pakistani Rupee | PKR | Pakistan | +| Singapore Dollar | SGD | Singapore | +| Thai Baht | THB | Thailand | +| Turkish Lira | TRY | Turkey | +| South African Rand | ZAR | South Africa | ## Adding more currencies