# Solution: On-Chain RWA Collaterals

The core of OpenFi’s design is the integration of real-world assets (RWA) issued by trusted tokenization partners into an on-chain lending framework. By enabling **tokenized equities, gold, and money market funds** to serve as collateral, OpenFi expands DeFi beyond crypto-native assets and establishes a direct bridge to traditional financial markets.

***

#### 1. Tokenized Asset Integration

OpenFi partners with leading RWA issuers to onboard institutionally backed tokenized assets as collateral. These assets are issued under regulated frameworks and backed by real-world reserves:

* **Equities (xStocks):**

  Tokenized representations of publicly traded stocks such as **Tesla, Nvidia, or Apple**. xStocks provides blockchain-based access to global equity markets, enabling users to collateralize tokenized shares in a trust-minimized manner.
* **Gold (MatrixDock):**

  Digitally issued gold tokens backed by verifiable custodians holding physical bullion. MatrixDock ensures full redemption rights for token holders, combining gold’s role as a time-tested safe haven with on-chain programmability.
* **Money Market Funds (Asseto):**

  Tokenized money market fund (MMF) products that track short-term U.S. Treasuries or commercial paper portfolios. Asseto’s tokens are backed by regulated custodians and updated daily with net asset value (NAV), providing a stable and yield-bearing collateral class.

Through these partnerships, OpenFi transforms traditionally illiquid financial products into on-chain, composable collateral that can be used within decentralized lending markets.

***

#### 2. Oracle Partnership with Chainlink

To ensure accurate and tamper-resistant valuation of RWA assets, OpenFi collaborates with Chainlink, the industry-standard decentralized oracle network.

* Real-Time Pricing Feeds: Chainlink delivers equity spot prices, gold market prices, and MMF NAV data directly on-chain.
* Resilience Against Manipulation: Decentralized aggregation ensures no single custodian or data provider can distort collateral values.
* Synchronized with Off-Chain Markets: Chainlink oracles guarantee that the on-chain value of tokenized assets reflects their real-world counterparts, including NAV adjustments and intraday market movements.

This oracle integration provides the price transparency and reliability necessary for automated lending protocols to manage risk effectively.

***

#### 3. Collateral Framework

Each asset class is integrated with tailored risk parameters to account for volatility, redemption lag, and liquidity conditions:

* **Equities (xStocks)**: LTV ratios set conservatively (50–60%) due to higher price volatility.
* **Gold (MatrixDock)**: Higher LTV ratios (65–70%) reflecting gold’s historical stability.
* **Money Market Funds (Asseto)**: Highest LTV ratios (75–80%) given their low volatility and predictable yield profile.

Liquidation discounts and buffers are applied to offset potential delays in redemption during periods of market stress.

***

#### 4. Strategic Impact

By combining tokenized RWA collaterals with Chainlink’s decentralized oracle infrastructure, OpenFi creates a new financial primitive:

* Traditional investors gain on-chain liquidity against assets they already hold.
* DeFi markets gain access to trillions of dollars in real-world collateral.
* Institutions can participate in DeFi credit markets without exposure limited only to volatile crypto assets.

This approach establishes OpenFi as the first RWA-native lending protocol, purpose-built to merge the depth of traditional financial markets with the composability of DeFi.


---

# 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://open-fi.gitbook.io/rwa-backed-lending-protocol/solution-on-chain-rwa-collaterals.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.
