> 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/make-property-payments-with-tokenized-deposits.md).

# Make Property Payments with Tokenized Deposits

## About

<table><thead><tr><th width="304">Use Case Category</th><th>Use Case Scope</th></tr></thead><tbody><tr><td>wCBDC</td><td>This use case explores using tokenized bank deposits (settled over wCBDC) on blockchain for property purchase payments between customers of different banks.</td></tr></tbody></table>

## Description

**Key Stakeholders:**

* Property buyer (bank customer)
* Property seller (bank customer)
* Buyer's bank
* Seller's bank
* Tokenization platform

**Story:**

1. Buyer agrees to purchase property from seller
2. Buyer makes payment with a tokenized deposit
3. Tokenized deposit burned from buyer's bank ledger
4. Equivalent tokenized deposit minted on seller's bank ledger
5. Buyer and seller can easily reconcile transfer

**Preconditions:**

* Buyer and seller have accounts at different banks
* Tokenized deposits infrastructure exists

**Postconditions:**&#x20;

* Payment for property purchase is made with tokenized deposit
* Buyer and seller can easily reconcile payments

**Key Benefits:**

* Easier reconciliation of high-value payments
* Greater end-to-end integration
* Enhanced experience for property purchase

## Example Provider

Visa&#x20;


---

# 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/make-property-payments-with-tokenized-deposits.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.
