> For the complete documentation index, see [llms.txt](https://gitbook.raac.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.raac.io/discover/about-raac.md).

# About RAAC

## RAAC: Real-World Assets, Onchain Finance

Real Asset Acquisition Corp (RAAC) is a decentralized finance (DeFi) protocol powered by real-world assets (RWAs). The ecosystem empowers token holders through a set of custom-built products to tokenize real-world assets (RWAs), deploying traditional finance (TradFi) assets into DeFi to unlock liquidity and on-chain yield opportunities. This model allows RAAC to systematically expand DeFi liquidity backed by tokenized RWAs.

The global financial system has long been fragmented between traditional finance (TradFi) and decentralized finance (DeFi). Traditional asset markets such as real estate and commodities represent trillions in locked value. However,these assets are slow to settle, heavily intermediated, and often restricted by jurisdictional and regulatory barriers.

DeFi, by contrast, has the potential to offer near-instant liquidity, composability, and global accessibility. However, DeFi currently lacks stable value and predictable yield opportunities. Most DeFi yield mechanisms depend on speculative token emissions or volatile crypto assets, which hinder mainstream institutional participation.&#x20;

RAAC identifies this inefficiency as the core problem: Real-world value remains siloed off-chain, while on-chain liquidity lacks stable collateral. By tokenizing RWAs, the RAAC ecosystem can potentially create a bridge between these two worlds - enabling traditional asset holders to unlock liquidity and enabling DeFi participants to access yield-generating, RWA-backed instruments.

RAAC has two core product offerings that are intended to produce asymmetric liquidity and yield opportunities within the larger DeFi Ecosystem.

{% columns %}
{% column %}
**RAACLend**

Tokenized RWAs via NFT (e.g., real-estate), that can be held for exposure or borrowed against for $crvUSD.
{% endcolumn %}

{% column %}
**RWf(x)**

Tokenized RWAs (e.g., precious metals), used as collateral to mint a CDP stablecoin, then deployed to earn yield.
{% endcolumn %}
{% endcolumns %}

RAAC anticipates that these systems in combination may provide a positive feedback loop that bolsters sustainable on-chain liquidity, asymmetric yield, and RAACs ability to perpetuate its on-chain system. The team is developing the RAAC protocol with intention to build in the features/characteristics described throughout the white paper. However, the protocol is subject to change.


---

# 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://gitbook.raac.io/discover/about-raac.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.
