# MMF subscription and redemption

USDXT would enable instant subscriptions and redemptions for BENJI (FOBXX) tokens through atomic swaps:

**BENJI Subscription:**

1. User holds USDXT tokens
2. User sends USDXT to escrow contract
3. Fund mints new FOBXX tokens to escrow
4. Contract executes simultaneous swap
5. User receives FOBXX tokens, Fund receives USDXT

**BENJI Redemption:**

1. User locks FOBXX tokens in Hash Time Lock Contract (HTLC)
2. Fund locks USDXT in HTLC with same hash
3. User reveals secret, claims USDXT
4. Fund uses secret, claims FOBXX tokens
5. Fund burns FOBXX tokens

**Key Benefits:**

* Instant settlement (24/7/365)
* No counterparty risk
* Zero fees vs wire transfers
* Programmable vs manual processes
* Global access vs geographic restrictions

USDXT serves as the payment rail that enables atomic swaps between USDXT and BENJI tokens, eliminating settlement delays and risks associated with traditional payment methods.


---

# 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://docs.xft.finance/learn/case-studies/mmf-subscription-and-redemption.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.
