> 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/start-here/readme.md).

# Documentation Home

BIFY provides two distinct products:

* **BIFY Commerce** enables businesses to add stablecoin checkout, verifiable purchase records, certificates, access, rewards, and engagement features to their existing websites.
* **BIFY RWA** provides a regulated workflow for issuers and eligible investors purchasing and holding tokenized real-world asset units.

The products have separate contracts, APIs, portals, operating procedures, and documentation. The **BIFY SDK** belongs exclusively to BIFY Commerce.

## BIFY Commerce

| Area                | Documentation                                                    |
| ------------------- | ---------------------------------------------------------------- |
| Product overview    | [Commerce Overview](/rwa-docs/bify-commerce/commerce.md)         |
| Architecture        | [Commerce Architecture](/rwa-docs/bify-commerce/architecture.md) |
| Smart contracts     | [Commerce Contracts](/rwa-docs/bify-commerce/contracts.md)       |
| Backend integration | [Commerce API](/rwa-docs/bify-commerce/api.md)                   |
| Webhooks            | [Commerce Webhooks](/rwa-docs/bify-commerce/webhooks.md)         |
| Security            | [Commerce Security](/rwa-docs/bify-commerce/security.md)         |
| Operations          | [Commerce Operations](/rwa-docs/bify-commerce/operations.md)     |

## BIFY SDK

BIFY SDK is the single partner integration for BIFY Commerce. It provides the server-side client, browser widget, hosted checkout, payment instructions, certificate and reward flows, and webhook verification required to add BIFY to a partner-owned storefront.

| Area                      | Documentation                                                          |
| ------------------------- | ---------------------------------------------------------------------- |
| Overview                  | [BIFY SDK Overview](/rwa-docs/bify-sdk/overview.md)                    |
| End-to-end integration    | [Complete Commerce Flow](/rwa-docs/bify-sdk/end-to-end.md)             |
| Payments                  | [Hosted USDC Payments](/rwa-docs/bify-sdk/payments.md)                 |
| Quickstart                | [BIFY SDK Quickstart](/rwa-docs/bify-sdk/quickstart.md)                |
| API and browser reference | [BIFY SDK Reference](/rwa-docs/bify-sdk/reference.md)                  |
| Partner-owned orders      | [Partner-Owned Orders](/rwa-docs/bify-sdk/partner-orders.md)           |
| Certificates and rewards  | [Certificates and Rewards](/rwa-docs/bify-sdk/certificates-rewards.md) |
| Access and voting         | [Access Passes and Voting](/rwa-docs/bify-sdk/access-voting.md)        |
| Errors and recovery       | [Errors and Recovery](/rwa-docs/bify-sdk/errors.md)                    |
| Developer Portal          | [Developer Portal](/rwa-docs/bify-sdk/portal.md)                       |

[Open the Developer Portal](https://developers.bify.io)

## BIFY RWA

| Area                        | Documentation                                          |
| --------------------------- | ------------------------------------------------------ |
| Product overview            | [RWA Overview](/rwa-docs/bify-rwa/rwa.md)              |
| Architecture                | [RWA Architecture](/rwa-docs/bify-rwa/architecture.md) |
| Smart contracts             | [RWA Contracts](/rwa-docs/bify-rwa/contracts.md)       |
| Backend integration         | [RWA API](/rwa-docs/bify-rwa/api.md)                   |
| Issuer and investor 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)     |

## Product Architecture

### BIFY Commerce

![BIFY Commerce architecture](/files/91SnEco5pA399TR9q32x)

### BIFY RWA

![BIFY RWA architecture](/files/1EFvbiKWxrNLqq6Oeaki)

## Documentation Principles

* Partners retain ownership of their Commerce catalogue, prices, inventory, order system, customer relationship, and fulfilment process.
* BIFY Commerce records the payment and digital ownership layer without requiring a partner storefront to implement blockchain infrastructure.
* BIFY RWA is a separate product with issuer approval, investor eligibility, offering controls, ERC-3643 tokenization, and issuer-defined redemption terms.
* Certificates are digital records. They do not independently transfer physical or legal title.


---

# 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/start-here/readme.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.
