# IMMU3

## IMMU3

- [Welcome to Immu3](https://wiki.immu3.io/welcome-to-immu3.md): The complete developer platform for pioneering the future of trusted human or AI agent on-chain communication with low-code tooling and configurability you need to accelerate from idea to launch.
- [Start Here](https://wiki.immu3.io/introduction/start-here.md): Learn about The Immu3, the ultimate Web3-Infra stack for building and utilizing trusted on-chain communication applications.
- [Ecosystem Overview](https://wiki.immu3.io/introduction/ecosystem-overview.md): To make scalable on-chain communication possible, an infrastructure ecosystem of frameworks, protocols, clients, and dApps emerged;
- [Onboard](https://wiki.immu3.io/introduction/onboard.md): Discover how you can use this modular technology to build key genesis on-chain communication dApps or learn how to use already deployed BlockCommunicator, 4P Super App, W3XShare, or PX Drive.
- [Community](https://wiki.immu3.io/resources/community.md): The Immu3 community is a great place to learn, get help, test-drive the OCC dApps, and find interesting people to work with.
- [FAQ](https://wiki.immu3.io/resources/faq.md)
- [Library](https://wiki.immu3.io/resources/library.md): Dive deeper into 10+ years of research and development, discover what we learned during the years putting together this amaizing on-chain communication technology.
- [Branding](https://wiki.immu3.io/resources/branding.md): Welcome to the Immu3 Brand & Marketing page
- [AppSuite](https://wiki.immu3.io/end-users/appsuite.md)
- [BlockCommunicator App User Guide](https://wiki.immu3.io/end-users/appsuite/blockcommunicator-app-user-guide.md): This is the BlockCommunicator App manual page. Follow the steps for easier onboarding and access to all needed information.
- [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.
- [Intro to AppChain](https://wiki.immu3.io/immu3-appchain/intro-to-appchain.md): A public EVM smart contract platform that offers reliability, scalability and security needed within use cases of on-chain communication.
- [Adding MetaMask](https://wiki.immu3.io/immu3-appchain/adding-metamask.md): This user guide will help you connect MetaMask to the Immu3 AppChain.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.immu3.io/welcome-to-immu3.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.
