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

# Risks & Disclosures

> This page summarizes principal risks associated with RFY vaults and important disclosures for users and partners. It is educational material, not financial, legal, or tax advice. Perform your own due diligence.

***

### High-level risk categories

<details>

<summary><strong>Strategy, execution, and counterparty risk</strong></summary>

A vetted strategist directly executes the defined offchain strategy. Strategy errors, venue failures, inaccurate reporting, liquidity constraints, or counterparty credit events can reduce settlement proceeds and receipt NAV.

**Mitigations**

* Vetted strategist and counterparties.
* Position and PnL monitoring.
* Onchain settlement and NAV accounting.
* Strategy-specific sizing and risk parameters.

</details>

<details>

<summary><strong>Smart contract and protocol risk</strong></summary>

Bugs, exploits, or failures in RFY contracts, external protocols, or relayers could cause loss, incorrect accounting, or interrupted deposits and redemptions.

**Mitigations**

* Independent third-party audit.
* Limited contract surface area.
* Emergency pause capability.
* Curated external protocol selection.

</details>

<details>

<summary><strong>Liquidity and exit risk</strong></summary>

Receipt-token liquidity may be limited, and rolling epochs can queue deposits or withdrawals. Users may be unable to exit immediately or at an acceptable price.

**Mitigations**

* Deposit caps.
* Defined redemption windows.
* Vault-page disclosure of epoch timing and withdrawal rules.

</details>

<details>

<summary><strong>Market and collateral risk</strong></summary>

Volatility, sharp price moves, and changing correlations can reduce collateral value and strategy performance. Even strategies designed to limit directional exposure retain residual risk.

**Mitigations**

* Controlled position sizing.
* Dynamic risk parameters.
* Strategy and collateral limits.

</details>

<details>

<summary><strong>Blackbox-specific risk</strong></summary>

Blackbox is a higher-conviction strategy that combines options premium capture with selective momentum exposure. It may carry directional positions and can experience material drawdowns. Any onchain yield layer, including use of protocols such as Pendle or Aave, adds separate protocol and liquidity risk.

</details>

***

### Disclosures

#### Strategist execution

A vetted strategist directly operates each defined offchain strategy. Final settlement and updated vault accounting are recorded onchain, but offchain execution and counterparties still introduce risk.

#### No guarantee of returns

RFY does not guarantee positive returns or principal protection. Performance varies, and past performance or backtests do not predict future results.

#### Fees and terms

Fees, caps, supported assets, and epoch rules can differ by vault and may change. Confirm the terms shown in the RFY app before depositing.

#### Composability and external use

Receipt tokens are ERC-4626 shares. Transferring them, using them in other protocols, or providing liquidity can add smart contract, market, liquidity, and counterparty risks.

#### Legal, tax, and financial disclaimer

This documentation does not constitute financial, legal, or tax advice. Consult a qualified professional for guidance relevant to your circumstances.

***

### User responsibilities

* Verify contract addresses through official RFY pages.
* Understand the selected vault's strategy and risk profile.
* Review fees, caps, epoch timing, and withdrawal rules.
* Check available liquidity and slippage before transferring or trading receipt shares.

***

### Legal notice

RFY, its contributors, and its partners are not offering investment advice. Use of RFY products involves substantial risk and may result in loss of some or all deposited funds. By interacting with RFY contracts, you acknowledge these risks.


---

# 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.rfy.finance/security/risks-disclosures.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.
