> For the complete documentation index, see [llms.txt](https://docs.xft.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xft.finance/bitnet/clearing-and-settlement/lifecycle/dvp.md).

# DvP

DvP

<figure><img src="/files/PZ1rRZO2Cpa66I9jP9Zd" alt="" width="375"><figcaption></figcaption></figure>

1\. Alice sends USD to HTLC\
2\. Bob sends XRT to HTLC \
3a. HTLC sends XRT to Alice \
3b. HTLC sends USD to Bob

{% tabs %}
{% tab title="ETF" %}

<figure><img src="/files/VgjcTxWuVAufS2oA8KaD" alt=""><figcaption></figcaption></figure>

1\. AP sends basket to HTLC\
2\. ETF sends shares to HTLC\
3\. Reveal secret \
4a. HTLC -> ETF shares to AP \
4b. HTLC -> Basket to ETF
{% endtab %}

{% tab title="ETF FAIL" %}

<figure><img src="/files/sntHdWJ1PSAGTRYyvI9j" alt=""><figcaption></figcaption></figure>

1\. AP sends basket to HTLC\
2\. ETF sends shares to HTLC\
3\. T+1 fail\
4a. HTLC -> ETF shares to ETF\
4b. HTLC -> AP basket to AP
{% endtab %}

{% tab title="USD/GME" %}

<figure><img src="/files/rhECmLPhEmWzYUfl2Xng" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="USD/GME FAIL" %}

<figure><img src="/files/PRIWrAeLxB4sLcsgEXTU" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.xft.finance/bitnet/clearing-and-settlement/lifecycle/dvp.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.
