# Swap NFT for Tokenized Bank Deposits

## About

<table><thead><tr><th width="304">Use Case Category</th><th>Use Case Scope</th></tr></thead><tbody><tr><td>Payments/Digital Asset Transactions</td><td><p>This use case involves swapping an NFT for tokenized bank deposits between accounts at different banks in a compliant way via a blockchain network. </p><p></p><p>Smart contracts can be leveraged to automate transfers of digital assets based on the completion of events. This could, for example, deliver escrow functionality or the ability to split payments between different parties based on pre-set criteria codified into smart contracts. The uses can range from automating payouts in supply chains to helping split marketplace payments among different parties in a transaction.</p></td></tr></tbody></table>

## Description

**Key Stakeholder:**

Retail users

**Story:**

1. Alice mints an NFT of her art and places it in her wallet at Bank A.
2. Bob wants to purchase Alice's NFT using his funds from Bank B.
3. Bank B tokenizes a portion of Bob's deposits for the NFT's price.
4. Bank B initiates a swap of the tokenized deposits for Alice's NFT on the platform.
5. The swap is executed atomically between Bank A and Bank B.
6. Alice receives her desired payment  in her preferred medium (for example stablecoin) as per agreement with Bank A.
7. Bob receives the NFT in his wallet at Bank B.

**Postconditions:**&#x20;

Alice's NFT is swapped for Bob's tokenized bank deposits in different banks. Atomic swap occurs compliantly via a blockchain network.

## Example of Solution Provider

[Mastercard](https://qualitax.gitbook.io/crosschain-interoperability-research/solutions-providers/mastercard)


---

# Agent Instructions: 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/payments-digital-asset-transactions/swap-nft-for-tokenized-bank-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.
