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

# Off-Chain Structure Of RWA

Tokenizing real-world assets(RWA) requires a real-world legal structure. The setup for each pool is designed to mirror the protocol structure and the real-world relationships between the parties. The templates provided are based on legal structures used for asset-backed securitizations for many decades.

Each asset has a legal entity tied to it, a special purpose vehicle (SPV). The SPV holds the specific real-world asset, separating the asset from each other and ensuring the assets in the pool are bankruptcy remote from the portfolio manager. An Operating Agreement defines the operations of the SPV. To securitize assets, the legal ownership of the assets is transferred by the original asset holder to the SPV.

<figure><img src="/files/4y9rZKLf01dodNqff1kv" alt=""><figcaption></figcaption></figure>

The parent company, ARKS Labs Foundation, manages ARKS Portfolio Management LLC via an operating agreement, and the latter issues RWA SFTs to both institutional investors and retail investors. ARKS Portfolio Management LLC manages ARKS Project Management LLC which is an umbrella entity that manages all the project specific SPVs (SPV A, SPV B, SPV C, ......). The specific SPV like SPV A holds the asset A. All of the rent and capital appreciation of asset A, B, C... will be transferred to RWA Revenue Rool on chain through our cooperative money service providers and then distributed to users.


---

# 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://arkslabs.gitbook.io/arks/off-chain-structure-of-rwa.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.
