# Integrators

- [Use Cases & Integrations](https://wiki.immu3.io/integrators/use-cases-and-integrations.md): Discover SDK and White labels based pre-build applications and future ideas.
- [ElizaOS](https://wiki.immu3.io/integrators/use-cases-and-integrations/elizaos.md): Empowering AI agent with additional powers of permissionless on-chain communication and data storage ownership
- [Fees & Integrator Economics](https://wiki.immu3.io/integrators/fees-and-integrator-economics.md): Total user cost equals the sum of the L1/L2 transaction gas, the protocol fee and the storage cost.
- [Multi-chain](https://wiki.immu3.io/integrators/multi-chain.md): Creates multi-chain protocol instances and enables ready-to-use compatibility with multiple EVM chains.
- [Architecture by Layers](https://wiki.immu3.io/integrators/architecture-by-layers.md): Lightweight, modular and designed in line with core decentralization primitives.
- [OCC Protocol v.1](https://wiki.immu3.io/integrators/architecture-by-layers/occ-protocol-v.1.md): With many iterations behind there are five EVM smart contracts forming the core protocol layer; (1) Mail; (2) Chat; (3) Users; (4) AppFeeManager, and; (5) Lock.
- [Encryption](https://wiki.immu3.io/integrators/architecture-by-layers/encryption.md): Encryption is one of the key parts of the on-chain communication infrastructure.
- [PollinationX Decentralized Storage Infra](https://wiki.immu3.io/integrators/architecture-by-layers/pollinationx-decentralized-storage-infra.md): While the OCC SDK integrators can utilize custom storage options, the PollinationX decentralized storage infra is set as a default.
- [Clients & Tools](https://wiki.immu3.io/integrators/clients-and-tools.md): Learn about the Immu3s collection of clients dedicated to on-chain communication.
- [Intro to BlockMail](https://wiki.immu3.io/integrators/clients-and-tools/intro-to-blockmail.md): E2e encrypted blockchain mail that is resistant to data mining, phishing, spoofing, spam and the theft of digital identity or data.
- [Intro to BlockChat](https://wiki.immu3.io/integrators/clients-and-tools/intro-to-blockchat.md): E2e encrypted DMs and on-chain group chats are resistant to data mining, phishing, fake clone attacks, account hijacking, and the theft of digital identity or data.
- [Intro to Decentralized Data File Sharing](https://wiki.immu3.io/integrators/clients-and-tools/intro-to-decentralized-data-file-sharing.md): Communicate P2P or exchange large files globally without fear of security breaches.
- [Intro to Decentralized Storage File Hosting Service](https://wiki.immu3.io/integrators/clients-and-tools/intro-to-decentralized-storage-file-hosting-service.md): Expirience "Cloud Storage" like UI in a decentralized self-custodial manner. .
- [Intro to Encryptor extension](https://wiki.immu3.io/integrators/clients-and-tools/intro-to-encryptor-extension.md): Fully self-custodial Chrome extension that enables E2E AES-256-GCM highly secure encryption of on-chain communications by user-owned private keys.
- [Intro to Integrator Dashboard](https://wiki.immu3.io/integrators/clients-and-tools/intro-to-integrator-dashboard.md): Unlocks the skill and know-how required to abstract the complexities and simplify the deployment of on-chain communication apps.
- [OCC White-labels](https://wiki.immu3.io/integrators/occ-white-labels.md): A suite of ready-to-use white-label mail, messaging and data file transfer UIs designed to fast-track your entry into the rapidly growing Web3 market.
- [OCC SDK](https://wiki.immu3.io/integrators/occ-sdk.md): Empowers integrators to seamlessly interact with protocol smart contracts, storage providers, encryption methods, and the Encryptor extension.


---

# Agent Instructions: 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:

```
GET https://wiki.immu3.io/integrators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
