# RWA

## Overview

Lista DAO RWA market provides users access to U.S. short-term Treasury and corporate mortgage bond strategies.

Users subscribe with `USDT` and receive shares that represent pool ownership. Funds are allocated to underlying bond strategies, and earnings are reflected continuously in pool value.

## Design Detail

Users interact with `RWAEarnPool` for deposit and withdrawal requests:

* `deposit` mints pool shares
* `requestWithdraw` burns shares and queues withdrawal
* `claimWithdraw` receives assets after liquidity is returned

`RWAEarnPool` routes funds to `RWAAdapter`, which handles asynchronous vault operations through Centrifuge `AsyncVault`.

Bots periodically execute vault deposit/withdraw request-confirm flows and call `notifyInterest` to keep share NAV growth updated.

## Contents

* [User Operations](/for-developer/rwa/user-operations.md)
* [Bot Operations](/for-developer/rwa/bot-operations.md)
* [Smart Contract](/for-developer/rwa/smart-contract.md)


---

# 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.bsc.lista.org/for-developer/rwa.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.
