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

# RWA Overview

BIFY RWA is the regulated real-world asset product for approved issuers and eligible investors. It represents regulated ownership units using ERC-3643 contracts and issuer-defined legal and compliance terms.

This product is separate from BIFY Commerce. It does not use the BIFY SDK, Commerce certificates, Commerce rewards, or partner-owned Commerce orders.

## RWA capabilities

| Area              | RWA responsibility                                                       |
| ----------------- | ------------------------------------------------------------------------ |
| Issuer onboarding | Application review and approved issuer access                            |
| Offering          | Asset terms, supply, unit price, jurisdiction, and investor restrictions |
| Eligibility       | KYC status, geolocation, identity registry, and compliance rules         |
| Purchase          | Primary USDC purchase of available ownership units                       |
| Ownership         | ERC-3643 asset token and purchase registry                               |
| Proof             | Non-transferable purchase certificate                                    |
| Exit              | Issuer-defined redemption after the minimum holding period               |

## RWA documentation

| Area         | Documentation                                          |
| ------------ | ------------------------------------------------------ |
| Architecture | [RWA architecture](/rwa-docs/bify-rwa/architecture.md) |
| Contracts    | [RWA contracts](/rwa-docs/bify-rwa/contracts.md)       |
| API          | [RWA API](/rwa-docs/bify-rwa/api.md)                   |
| Portals      | [RWA portals](/rwa-docs/bify-rwa/portals.md)           |
| Webhooks     | [RWA webhooks](/rwa-docs/bify-rwa/webhooks.md)         |
| Security     | [RWA security](/rwa-docs/bify-rwa/security.md)         |
| Operations   | [RWA operations](/rwa-docs/bify-rwa/operations.md)     |


---

# 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://bify.gitbook.io/rwa-docs/bify-rwa/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.
