> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zhentan.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> What you can do with the Zhentan app.

Zhentan is a smart wallet with built-in AI screening. Every transaction you initiate — whether from the app or from any DApp — passes through the same screening pipeline before it executes.

<CardGroup cols="2">
  <Card title="Screening" icon="shield-check" iconType="duotone" href="/app/screening">
    AI-powered transaction screening that learns your patterns and protects you automatically.
  </Card>

  <Card title="WalletConnect" icon="link" iconType="duotone" href="/app/walletconnect">
    Connect any DApp like PancakeSwap or Venus — all transactions routed through the same pipeline.
  </Card>

  <Card title="Invoices" icon="file-invoice-dollar" iconType="duotone" href="/app/invoices">
    Send invoice files via Telegram and the agent queues them for your review and approval.
  </Card>

  <Card title="Portfolio" icon="chart-line" iconType="duotone" href="/app/overview">
    Live token balances, prices, and 24h change via Zerion API integration.
  </Card>
</CardGroup>

## Wallet Profiles

Your wallet is a Safe multisig with one of four [computed profiles](/technology/signing#wallet-profiles):

| Profile       | Keys                 | What it means                                                        |
| ------------- | -------------------- | -------------------------------------------------------------------- |
| **Starter**   | You                  | Instant onboarding — your signature alone executes; no screening yet |
| **Guarded**   | You + agent          | Screening always on (your key can't reach the threshold alone)       |
| **Protected** | You + backup + agent | The full model — screening by choice, override always available      |
| **Detached**  | You + backup         | Exit state — a stock Safe, agent removed                             |

Add a backup key anytime (paste an address, ENS/.bnb name, or connect a wallet — no signature needed) to move from Guarded to Protected.

## Screening Modes

| Mode                | Behavior                                                                                                                             |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **ON**              | Full pipeline — APPROVE / REVIEW / BLOCK on every transaction                                                                        |
| **OFF** (Protected) | Transactions queue at 1 of 2 and execute once your backup key co-signs — in-app or in the Safe app. The agent relays without signing |
| **OFF** (Legacy v1) | The agent co-signs without risk analysis — see [Legacy Accounts](/technology/legacy)                                                 |

Toggle from Settings (Zhentan Guard) or Telegram: `screening on` / `screening off`. Guarded wallets can't turn screening off — add a backup key first.

## Gas

You never need BNB — the agent relays every execution on-chain and pays gas. Your signatures authorize; the agent submits.
