# How It Works

RWA Clear is a two-sided marketplace built on top of Upshift's vault infrastructure.

**Liquidity Providers** deposit USDC into an Upshift vault. Their capital funds instant redemptions and earns yield in return.

**RWA Holders** submit their tokenized assets (e.g., USCC) and receive USDC instantly, minus a small transparent fee.

#### Redemption Steps

1. The holder approves their RWA tokens to the redemption contract
2. The holder submits the tokens and specifies a minimum USDC output (slippage protection)
3. The contract fetches a live Chainlink oracle price
4. It computes the USDC equivalent and deducts the spread fee
5. USDC is delivered to the holder — all in one transaction

#### Liquidity Management

USDC deposited by LPs does not sit idle between redemptions. It is automatically deployed to an ERC-4626 yield vault (e.g., Morpho) to earn lending yield. When a redemption occurs and more USDC is needed than the contract holds in reserve, it automatically pulls the deficit from the yield layer within the same transaction.


---

# 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.upshift.finance/core-products/upshift-rwa-clear/how-it-works.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.
