> For the complete documentation index, see [llms.txt](https://docs.realfi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realfi.co/risks-and-disclaimer/legal-disclaimer.md).

# Legal Disclaimer

*This website is provided for informational purposes only and does not constitute a prospectus, offering document, or invitation to invest. Nothing on this website constitutes financial, legal, tax, or investment advice. USDr, sUSDr, and RFG are not yet available. This website describes a protocol under development, and all features, products, timelines, and parameters are subject to change without notice.*

*RealFi products are not available to users in the United States (US), European Union (EU), United Kingdom (UK), Hong Kong (HK), or other restricted or sanctioned jurisdictions. It is the responsibility of each user to ensure compliance with the laws and regulations applicable in their jurisdiction prior to accessing the RealFi platform or any of its products.*

*This document contains forward-looking statements, including statements regarding anticipated product launch timelines, platform development milestones, and projected TVL targets. These statements reflect current expectations and targets only, and are subject to risks, uncertainties, and changes in circumstances that could cause actual outcomes to differ materially. RealFi undertakes no obligation to update or revise any forward-looking statement following publication of this release.*

*sUSDr is a return-bearing digital asset, characterized as a debenture under the BVI Securities and Investment Business Act 2010, providing exposure to the returns generated by the protocol's underlying portfolio. sUSDr is a junior risk tranche and absorbs portfolio losses before USDr holders are affected. sUSDr is not a bank deposit, is not insured, and carries risk, including possible loss of principal. Returns are variable and not guaranteed. Redemption is subject to a cooldown period and may be subject to liquidity constraints and market conditions.*

*USDr is a digital asset that provides exposure to a portfolio of real-world financial instruments. It is not a bank deposit, is not insured, and carries risk, including potential loss of principal. Returns are variable, based on market conditions, and are not guaranteed.*

*Redemptions may be subject to timing delays, liquidity constraints, and market conditions. The value of underlying assets may fluctuate, and there is no assurance that USDr will maintain a constant value relative to the US dollar at all times.*

<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://docs.realfi.co/risks-and-disclaimer/legal-disclaimer.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.
