> For the complete documentation index, see [llms.txt](https://wiki.immu3.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.immu3.io/integrators/occ-white-labels.md).

# OCC White-labels

### Let's Start

White-label frameworks enable fast and easy builds. To begin, we recommend looking at wiki Guides and GitHub repos which include runnable examples and walkthroughs of core usages. These guides will help you better understand how to use the white-label framework. To test drive white labels in production connect to the [4P Email & Chat Super App](https://app.the4thpillar.io/). As a part of the immu3's infrastructure integrator stack, there are several white-label dApp frameworks available;&#x20;

* BlockMail & BlockChat: [Wiki](https://wiki.4thtech.io/docs/integration/white-label), [GitHub](https://github.com/4thtech/white-label-client)
* Data file sharing: [Wiki](https://wiki.w3xshare.com/architecture/w3xshare-platform/white-label), [GitHub](https://github.com/immu3-io/w3xshare-white-label)

{% hint style="success" %}
**Tip:** The Integrator Dashboard will enable one-click white-label deploys. It will unlock the skill and know-how required to abstract the complexities and simplify the deployment of on-chain communication apps.
{% endhint %}

### Technical Features

* Wallet Integration: Supports MetaMask, Coinbase, and Wallet Connect
* One-click network switching: EVM multi-chain UI support
* Infinity scroll: faster loading of mails, messages and conversations by progressively loading data on demand (i.e. available within Mail and Messaging frameworks)
* Self-custodial W2W Encryption: user-owned private key encryption for Mails, DMs, and group messaging
* Decentralized storage: built-in PollinationX storage NFT support
* Integrator monetization: dApp owner-fee smart contract feature

### UI/UX Features

* On-chain Inbox: smart contract-based mail and messaging inbox
* On-chain group messaging: smart contract-based group messaging
* Data file sharing: decentralized storage-based on-chain file sharing
* Built-in Encryptor Extension: integrated conversation encryption support
* PollinationX Storage NFTs: built-in support for decentralized storage
* Sender whitelisting: smart contract-based mail and message whitelisting
* Correspondence fees: option to charge for correspondence via smart contract
* Service fee discounts: option to enable discounts on service fees via smart contract

### Resources

{% embed url="<https://github.com/4thtech/white-label-client>" %}


---

# 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://wiki.immu3.io/integrators/occ-white-labels.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.
