> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/products/liquid/live-vaults/liquid-rwa-vault.md).

# Liquid RWA Vault

Earns real-world asset (RWA) yield on USD holdings through a tokenized real-world credit and fixed-income strategy. See the [Midas architecture overview](/etherfi/products/liquid/midas-vault.md) for how these contracts work together.

[Open Liquid RWA Vault on ether.fi →](https://www.ether.fi/app/cash/earn/liquid/rwa-yield)

> Deposit assets, TVL, APY, active allocations, deposit caps, and availability change over time — see the [live vault page](https://www.ether.fi/app/cash/earn/liquid/rwa-yield) for current details.

**Vault Type:** Midas

**Base Asset:** USD

**Chains:** Optimism

### Contracts

Addresses are the same across all deployed chains unless otherwise noted in the table.

| Contract             | Address                                      | Notes |
| -------------------- | -------------------------------------------- | ----- |
| Token                | `0x17bC8Ffd82b8a36e737Ca1141C025089589B915e` |       |
| Oracle (CustomFeed)  | `0xd5aaE6ac1a9ed4BE5DcC1fc172EDeFFd5B6d8080` |       |
| Deposit Vault        | `0x97b30c9D53A010009136b830f8A12f8d5624Bc43` |       |
| Redemption Vault     | `0x12Ae90dCe5C2a4Ee5141FBfc408ff1022D051F42` |       |
| SMA                  | `0x8EC0170B28dcDd6e76977C47b1414865208EbFa3` |       |
| Redemption Liquidity | `0x352D08740859275e64274FeCF3FE5E945ca6C112` |       |

### Notes

* Built in partnership with Plume. Liquid RWA positions are supported as collateral on ether.fi Cash.


---

# 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, and the optional `goal` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/products/liquid/live-vaults/liquid-rwa-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
