# Investor Protections and Risk Management

Re Protocol is designed with robust protections and risk management strategies to safeguard participant funds while ensuring sustainable growth.

### Layered Capital Stack

The protocol's primary protection mechanism is its layered capital structure:

1. **Reinsurance company equity** — the reinsurer puts its own capital at risk first, absorbing losses before any protocol capital is touched.
2. **reUSDe (junior tranche)** — absorbs losses after the reinsurer's equity is exhausted.
3. **reUSD (senior tranche)** — the most protected layer, shielded by both layers below.

### Core Investor Protections

* **Fully collateralized funds:** All assets in the Insurance Capital Layer (ICL) are fully collateralized, ensuring claims and obligations can be met.
* **Segregated accounts:** Funds are held in segregated accounts separated by risk type, preventing commingling.
* **Independent audits:** Regular third-party audits (Certora, Hacken) review smart contracts and financial operations.
* **Transparent reporting:** Transactions, asset holdings, and performance metrics are recorded on-chain and attested daily by The Network Firm via Chainlink.

### Risk Management Strategies

* **Conservative contract focus:** The protocol prioritizes non-catastrophic, low-volatility, short-duration program business for predictable, stable returns.
* **Collateralized reinsurance:** All reinsurance deployments are fully collateralized via Surplus Notes and §114 Trust accounts.
* **KYC/KYB controls:** All participants and counterparties undergo rigorous Know Your Customer and Anti-Money Laundering screening.

### Capital and Liquidity Guardrails

* The protocol maintains a liquid on-chain reserve to support instant reUSD redemptions.
* Deployment to reinsurance is capped by internal liquidity constraints and regulatory collateral requirements.
* Redemption capacity is managed as a dedicated reserve and exposed publicly on the [transparency dashboard](https://app.re.xyz/transparency).
* Daily per-wallet and per-chain redemption limits are governance-configured.

### Emergency Protections

* **Pause mechanism:** In a security breach or emergency, the protocol can immediately halt operations and safeguard funds.
* **Recovery wallets:** Each ICL has a designated recovery wallet for secure storage during emergencies. For the initial ICL: 0xDf6bF2713b5c7CA724E684657280bC407938F447.

### Governance Oversight

* **Expert-led council:** During its initial phase, the protocol is governed by a council of industry and DeFi experts overseeing capital allocation and risk management.
* **MPC controls:** Critical operations use multi-party computation wallets with role separation (oracle config, redemptions, access management, custodian management).


---

# 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.re.xyz/investor-protections-and-risk-management.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.
