> For the complete documentation index, see [llms.txt](https://dunex.gitbook.io/dunex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dunex.gitbook.io/dunex/token-ecosystem/rwa-defis-governance-system.md).

# RWA DeFi’s governance system

* <mark style="background-color:orange;">**Issuer**</mark> – Responsible for bringing intellectual property to the public blockchain through tokenization, providing real-value collateral assets to the DeFi ecosystem, and enabling token holders to participate in DeFi services.
* <mark style="background-color:orange;">**Deployer**</mark> – This role involves deploying a DeFi protocol’s smart contracts to the blockchain and setting eligibility rules. This can be easily done by implementing the ComplyDeFi SDK, a developer tool for leveraging the identity system ONCHAINID. To achieve this, you can set up access credential requirements and verifiers.
* <mark style="background-color:orange;">**Verifier**</mark> – Any institution or entity that can bring about trust, such as a bank, regulated exchange, custodian, auditor, notary, etc. Their role is to verify off-chain user information and issue on-chain credentials or verification proofs to users. On-chain ID. Using this approach, no confidential information is disclosed on the blockchain, only the credentials that provide a “yes, confirmed” response to the DeFi protocol.
* <mark style="background-color:orange;">**DeFi users**</mark> – DeFi applications offer a wide range of financial services such as lending, trading, asset management, and insurance. Typically, DeFi users leverage tokens to access services and act as liquidity providers by earning interest through token deposits for liquidity. Users can also choose to deposit their tokens through staking, automated investing, or in a vault managed by an asset manager. To participate in compliant DeFi applications, users must obtain credentials from validators appointed by the DeFi protocol.

<figure><img src="/files/qVo3VhcTZ2Ttfdczjkct" alt=""><figcaption><p>source : <a href="https://tokeny.com/roles-in-defi-for-real-world-assets">https://tokeny.com/roles-in-defi-for-real-world-assets</a></p></figcaption></figure>


---

# 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://dunex.gitbook.io/dunex/token-ecosystem/rwa-defis-governance-system.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.
