# Compax > An end-to-end encrypted group messenger with a multi-chain wallet built into > it. A group holds money together with a multisig on the chain it is on, and > the conversation about that money is in the same thread as the money. Compax is free and its source is public. The delivery service, the Bot API gateway and the clients are in one repository and can be run by anybody. ## What it is - Messaging: end-to-end encrypted with MLS (RFC 9420). The server carries ciphertext it cannot read. - Wallet: Bitcoin, Ethereum, BNB Smart Chain, Tron and Solana, with each chain's own multisig rather than one written by us. - Groups: a shared wallet needs the signatures the group set — any 3 of 5, any 2 of 3 — and the keys stay on the members' own devices. - Bots: the Telegram Bot API shapes, against a gateway of ours, plus native widgets a bot can draw in a chat. - Self-hosting: one image, one compose file, two instances by default. ## Pages - [What it is](/en): the product in one screen, with the application drawn. - [Everything it does](/en/features): eighteen things, one to a screen. - [The group wallet](/en/wallet): the multisig each chain actually uses. - [How it works](/en/how): install, keep twenty-four words, open a wallet. - [A day of it](/en/story): one invoice, nine people, four minutes. - [Compared to Matrix](/en/compare): one difference, read off both codebases. - [Questions](/en/faq): sixteen, answered plainly. - [Documentation](/en/docs): the Bot API gateway, self-hosting, the wire. - [Widgets](/en/widgets): every control a bot can draw, with a constructor. - [Download](/en/download): macOS, iOS, Android, web, browser extension. ## Notes for machines - Every page exists in seventeen languages under /{lang}/…; `hreflang` on each. - Structured data is one JSON-LD graph per page: Organization, WebSite, WebPage, and FAQPage on the questions page. - Source: https://github.com/askucher/compax-core