> For the complete documentation index, see [llms.txt](https://whitepaper.xend.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.xend.finance/practical-use-cases/compliance-by-design.md).

# Compliance - by - Design

### <mark style="color:orange;">Ownership Shares and Specific Rights as Stand-Alone Assets</mark>

\
OAE enables the tokenization of any rights, including partial or fractional ownerships, as stand-alone assets. This functionality is applicable to various assets such as real estate, property shares, or even a fraction of existing tokens, allowing for the creation of fractional ownership where partial rights can be managed independently.

<br>

| <p><em><strong>Practical Example:</strong> Consider owning 40% of an apartment building or a 25% interest in a patent. Through OAE, these partial ownerships can be tokenized into individual assets. These tokens represent your share and can be traded or leveraged independently from the main asset. This capability not only simplifies the management of fractional ownerships but also enhances their liquidity and marketability, facilitating easier access to investments and the potential to diversify investment portfolios significantly.</em></p><p><br></p> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

\ <br>

### <mark style="color:orange;">Legalization of Tokens</mark>

\
OAE, along with Asset Chain and IAC triangle, facilitates the re-issuance of tokens within a legally compliant framework such as the DLT Foundations. This capability allows tokens to carry enhanced functionalities and rights, including equity shares or bonds.

<br>

| <p><em><strong>Practical Example:</strong> An enterprise can utilize OAE to transform its traditional shares into digital tokens. These tokens are not merely digital assets but are structured to include legal rights such as dividends, voting powers, and a share in the company’s revenues. By re-issuing their equity or debt instruments as tokens on the OAE platform, companies can ensure that all token transactions comply with regulatory standards while also enhancing the tokens’ utility. This makes the tokens more attractive to investors, as they now carry additional rights and benefits that are typically associated with conventional financial instruments.</em></p><p><br></p> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# 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://whitepaper.xend.finance/practical-use-cases/compliance-by-design.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.
