# Core Features Overview

Sudo’s architecture is built to provide scalable, decentralized, and incentive-driven communication for Web3 communities. The core features are designed to integrate seamlessly with blockchain ecosystems while maintaining performance and privacy standards.

1. **Web3 Login as Identity**

Sudo replaces centralized sign-ups with wallet-based authentication. Users can log in using any EVM-compatible wallet (e.g., MetaMask, WalletConnect). This:

* Removes dependency on phone numbers, emails, or third-party ID systems.<br>
* Makes identity portable across all Sudo-connected dApps and communities.<br>
* Supports multi-chain wallet identities (EVM, Solana, Bitcoin, etc.).<br>

2. **Encrypted Messaging (Libsignal Protocol)**

Sudo implements the Libsignal Protocol, the gold standard for end-to-end encryption.

* Messages are encrypted client-to-client, making interception or server-based reading impossible.<br>

**Security features include:**<br>

* Self-Destruct Messages – Auto-delete after a set time.
* Mode – Messages disappear once viewed.
* Message Blur – Prevents instant content access without explicit interaction.<br>

3. **Smart Contract-Powered Groups & Channels**

Sudo enables on-chain connected communication spaces:

* Group creators can bind their smart contract to a channel (DEX, NFT collection, staking contract, DAO governance contract).
* Sudo continuously monitors on-chain interactions and auto-verifies eligible users.
* Eliminates manual admin approval for joining token-gated communities.<br>

4. **Zoom-Style Meeting Rooms**

Sudo integrates real-time encrypted communication tools into each group:

* Video & Audio Calls – Fully encrypted, wallet-authenticated access.
* Permission Controls – Gate entry via NFTs or token balances.
* Collaboration Tools – Screen sharing, recorded sessions, and invite links.<br>

5. **Message Mining & Token Rewards**

Sudo introduces Proof-of-Interaction Mining:

* Each message earns $SUDO tokens, calculated based on content quality and engagement.
* An AI-powered anti-spam filter ensures only unique and meaningful interactions are rewarded.
* The Reward Pool is refilled through hourly automated buy-and-burn events, creating sustainable token demand.<br>

6. **Username Economy**

Usernames are scarce and valuable digital assets:

* Short, branded, or rare usernames exist as NFTs.
* Users can trade or rent usernames on an integrated marketplace.
* Purchases automatically trigger a buy-and-burn of $SUDO, supporting token value.<br>

7. **Sudo MiniApps & Bots**

Sudo is programmable for developers and communities:

* dApps can integrate micro-apps directly into chats (e.g., portfolio trackers, NFT explorers, governance voting).
* DAO admins can automate role assignments, send alerts, or execute smart contract functions inside the chat.<br>

8. **Reward Transparency & Supply Control**

Sudo maintains predictable and transparent token economics:

* Total Supply: 100 million $SUDO.
* Auto Buy-Backs: Fixed-interval purchases from the open market (example: $4/hour).
* Distribution: 50% of purchased tokens burned, 50% redirected to the reward pool.

<br>


---

# 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://docs.sudochat.app/sudo-whitepaper/overview/publish-your-docs/vision-and-mission/core-features-overview.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.
