# Feature inventory

![](/files/JW71DEbw4izvlJIn2UpW)

This reference page summarizes the Sudo App Feature Inventory derived from Flutter modules, routes, screens, cubits, widgets, bot registry, and app strings.

## Summary

* Total counted features: **148**
* Product categories: **6**
* Engagement buckets: **6**
* Primary tabs: **5**

## Best category split

| Category           | Count | Role                                                                            |
| ------------------ | ----: | ------------------------------------------------------------------------------- |
| Social / Viral     |    45 | Stories, groups, channels, invite links, QR, growth loops                       |
| Web3 / Finance     |    31 | Wallet, swap, tokens, escrow, governance, validators, payments                  |
| Settings / Utility |    27 | Profile, storage, backup, notifications, language, help, premium                |
| Core Chat          |    23 | Daily messaging, media, search, inbox behavior                                  |
| Privacy / Trust    |    16 | Encryption, locks, permissions, blocking, disappearing messages                 |
| AI / Bots          |     6 | Bot interfaces for AI Explorer, transactions, watcher, approvals, tokens, locks |

## Engagement classification

| Bucket                  | Count | Best examples                                                                                             |
| ----------------------- | ----: | --------------------------------------------------------------------------------------------------------- |
| Medium Engagement       |    43 | Events, scheduled calls, media/docs browser, group/channel management, validators, profile customization  |
| High Engagement         |    28 | Chats, reactions, GIFs, polls, live location, calls, channel discussions, live streaming, watcher bot     |
| Core Utility            |    26 | Archive, delete, backup, export, restore, storage, permissions, linked devices, wallet onboarding         |
| Unique / Differentiated |    21 | Chat + Web3 payments, wallet, AI Explorer, token creator, escrow, multisig, audits, contract-gated groups |
| Viral / Growth          |    16 | Stories, invites, QR sharing, groups, channels, search users, forward, business QR                        |
| Trust / Retention       |    14 | E2EE verification, app/chat locks, privacy blur, blocked users, approval risk, seed phrase backup         |

## Recommended positioning

**Social messenger + Web3 super-app + AI wallet assistant.**

The product is not only a WhatsApp-style messenger. Its strongest differentiation is a social chat layer combined with wallet, bots, token tools, governance, audits, and creator/channel monetization.

## Feature groups

* **Core Chat:** inbox, direct messages, archives, locked chats, replies, forwards, edits, delete controls, starred/pinned messages, message info, search, media/docs, composer tools, camera, document picker, PDF preview, image/video viewer.
* **Social / Viral:** group chat, channels, contact sharing, GIFs, mentions, reactions, polls, events, live/static location, search users, QR scanner, stories, calls, group/channel invites, channel DMs, subscribers, live streaming, business QR, invite friend.
* **Web3 / Finance:** payment request/send, transaction bubbles, receipts, contract-connected groups, group boosts, affiliate programs, wallet, onboarding, wallet picker, abstraction, swap, multi-send, escrow, multisig, governance, prediction markets, token tools, approval risk, audits, validators, UNFT username, CryptoPay premium.
* **Privacy / Trust:** E2EE payloads, encryption verification QR, member permissions, removed users, ban/unban, seed phrase backup, privacy settings, privacy blur, blocked users, disappearing timer, app lock, call privacy, chat locks, live location settings.
* **AI / Bots:** AI Explorer, transaction bot, watcher bot, approvals bot, My Tokens bot, My Locks bot.
* **Settings / Utility:** profile, photo editor, about/status, language, notifications, sounds, premium, linked devices, backup, export, restore, storage, network storage, paired storage, auto-download, help, licenses, permissions onboarding.

## Source basis

* `sudo_app/lib/modules`
* `sudo_app/lib/navigation/router_navigation.dart`
* `sudo_app/lib/navigation/app_routes.dart`
* `sudo_app/lib/core/config/app_strings.dart`
* Bot registry, screen files, cubits, widgets, and visible feature strings.

## Caveat

This is a practical product inventory, not a strict code-symbol count. Some features are implemented across multiple screens/widgets, and some surfaces overlap category boundaries.


---

# 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://docx.sudochat.app/reference/feature-inventory.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.
