# Real Estate Debt Strategy

## What the vault actually invests in

Flint allocates to tokenized real estate debt, specifically bonds backed by real estate operations originated through lend.xyz's opLend infrastructure. These are debt instruments, not equity. Think short-to-medium-term credit secured by real estate collateral, similar in structure to private credit or mortgage-backed notes in TradFi, but originated and settled fully on-chain.

|                  |                                               |
| ---------------- | --------------------------------------------- |
| Asset class      | Real estate-backed debt (bonds)               |
| Denomination     | EUR                                           |
| Average duration | \~18 months                                   |
| Yield source     | Interest payments from real estate operations |
| Originator       | lend.xyz / opLend                             |

## How returns flow

Deposited USDC gets collected into the vault, the curator deploys capital into opLend bond positions, real estate operators pay interest on the borrowed capital, and that interest flows back weekly to depositors. Every step of the chain is traceable on-chain.

## Curator: 9 Summits

Every allocation decision goes through 9 Summits, a professional onchain asset manager that curates vaults across Lagoon Finance, Morpho, Euler, and Silo. They apply the same institutional risk framework to every strategy they list.

* AUM managed: $24M+
* Live strategies: 8 vaults
* Website: [9Summits.io](https://9summits.io)

Their job is selecting and vetting bond opportunities, monitoring ongoing exposure, proposing and approving NAV updates, and processing deposit and redemption batches. The allocation decisions sit with them, not with a smart contract running autonomously.

## Redemptions

The target window is 7 to 21 days. Requests are fulfilled through a network of TradFi liquidity providers who can buy vault positions directly. If you have a specific or urgent redemption need, reach out to the team at <hello@flintrwa.xyz>.

***

*Next:* [*Technical Architecture*](/flintrwa-docs/technical-architecture/architecture-overview.md)


---

# 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:

```
GET https://flint-rwa.gitbook.io/flintrwa-docs/strategy/real-estate-debt.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.
