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

# RWA Yield

Real World Assets (RWA) tokenisation is coming of age. More and more protocols offer tokenised RWA and tokenised loans and even T bills. This vault is an index vault investing in a basket of tokenised fixed income products trying to hedge risk by rebalancing assets and using derivatives when those are available (eg interest swap, credit default swaps).

## Benefits

* Risk reduced fixed income
* Cheaper execution obtained by batching of trades. An individual trader will need to execute many trades to achieve the same portfolio.
* Risk management and hedging

## Risks

* Credit Default
* Interest rate risks
* Operational and Execution Risks
* Third party protocol risks

## Vault Strategy

The vault is collecting stable tokens. The vault uses frequent batches to buy tokenised loans from third party protocols. The batching saves fees and helps manage execution risk. That means that every deposit into the vault does not trigger an immediate purchase of tokens by the vault. The vault also buys or sells derivatives for hedging purposes.

<br>


---

# 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://yield-finance.gitbook.io/yield-finance-docs/products/basic-vaults/rwa-yield.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.
