> For the complete documentation index, see [llms.txt](https://qualitax.gitbook.io/interop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qualitax.gitbook.io/interop/use-cases/wholesale-cbdc-wcbdc/provide-fx-liquidity-using-wcbdc.md).

# Provide FX Liquidity using wCBDC

## About

<table><thead><tr><th width="304">Use Case Category</th><th>Use Case Scope</th></tr></thead><tbody><tr><td>wCBDC</td><td><p>This use case involves a commercial bank leveraging wCBDC to provide liquidity for FX transactions on a blockchain network.</p><p></p><p> This use case focuses on a bank acting as a liquidity provider. Instead of executing a cross-border payment, the bank deposits wCBDC to facilitate FX transactions for other participants. i.e. the bank acts as a liquidity provider for the FX market.</p></td></tr></tbody></table>

## Description

**Key Stakeholders:**

Commercial Bank

**Story:**

1. The commercial bank requests issuance of wCBDC in its domestic currency from the central bank.
2. It transfers this wCBDC to an international blockchain network via bridging.
3. The bank provides the wCBDC to an Automated Market Maker (AMM) on the network.
4. In return, the bank receives pool tokens representing its share of the AMM liquidity pool.
5. Other network participants can now exchange currencies via the AMM using the bank's wCBDC liquidity.
6. The bank earns fees on the currency exchanges facilitated by its wCBDC liquidity provision.

**Postconditions:**&#x20;

The commercial bank uses its domestic wCBDC to provide FX liquidity on a blockchain network. Other participants benefit from its liquidity provision.

## Example

***

Liquidity provision by commercial banks to facilitate FX transactions. It is illustrated using the Swiss commercial bank. The Swiss commercial bank requests issuance of CHF wCBDC on the domestic platform (process I). It then transfers the CHF wCBDC to the international network using the bridge (process II). On the international network, the Swiss commercial bank provides liquidity to the AMM, ie it pays CHF wCBDC to the AMM in return for a corresponding amount of LP tokens (process III).

Source: BIS


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qualitax.gitbook.io/interop/use-cases/wholesale-cbdc-wcbdc/provide-fx-liquidity-using-wcbdc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
