# Key Features | 主要特点

The wallet will have four main feature pillars reflected in its navigation interface:

* **3.2.1 Asset Management (Asset)**\
  This feature provides a comprehensive and detailed view of the user's entire portfolio.
  * **Consolidated Portfolio:** View total asset value in preferred fiat currency (USD, IDR, etc.) across all supported networks.
  * **Multi-Network:** Automatically detect and display tokens held across various active EVM networks. Users can easily add custom RPC networks.
  * **NFT Support:** View, send, and receive NFTs from supported collections.
  * **Token Management:** Easily add custom tokens via their contract address.
* **3.2.2 Activity History (Activity)**\
  This feature is designed to provide complete transparency over all on-chain interactions.
  * **Complete Transaction Log:** Displays the full history of all transactions (send, receive, swap, contract interactions) submitted by the wallet.
  * **Real-Time Status:** Monitor transaction status in real-time from pending to confirmed or failed.
  * **Interaction Details:** Provides direct links to the block explorer to view more details of each transaction.
* **3.2.3 Integrated dApps Browser (Browser DApps)**\
  This feature bridges users with the entire Web3 ecosystem without leaving the application.
  * **In-App Browser:** A simple browser allowing users to visit dApp websites (like Uniswap, Aave, OpenSea) and connect the wallet automatically via provider injection (EIP-1193).
  * **WalletConnect Support:** As a backup option, this browser also supports connections via WalletConnect for maximum compatibility with dApps that do not detect provider injection directly.
  * **Session Management:** View and disconnect from connected dApps.
* **3.2.4 Settings and Security (Settings)**\
  Provides full control over wallet preferences and security.
  * **Account Management:** Create and import new wallets using seed phrases (BIP-39), export private keys, and rename accounts.
  * **Network Preferences:** Enable/disable networks, add custom RPC networks.
  * **App Lock:** Option to secure access to the wallet application with a PIN or biometrics (if available on the platform).
  * **Privacy Mode:** Option to cloak the wallet address as MetaMask for compatibility with more dApps, while maintaining the privacy of the user's actual identity.


---

# 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.privacyxwalletai.finance/the-solution/key-features-zhu-yao-te-dian.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.
