AI Assistant
Whisper integrates a privacy-preserving AI assistant layer directly within the messaging interface, providing users with real-time, context-aware support. From querying on-chain data to educational guidance, the AI enhances the communication experience without compromising security or decentralization.
Real-Time, On-Chain Intelligence
Live Market & Protocol Data Users can interact with the AI to retrieve real-time information on:
Gas fees and trends across multiple EVM networks.
Token prices, volumes, and liquidity across DeFi protocols.
Protocol-specific stats like TVL, APR, or governance activity. These queries are performed using indexed blockchain data and secure oracles—eliminating the need for users to leave the chat or use third-party platforms.
On-Chain Context Awareness The AI can read publicly accessible wallet data (token balances, DAO affiliations, NFT ownership, governance voting history) to tailor responses. For example:
“What are my active DAO votes?”
“What’s the current APR on my staked tokens?”
“Which NFTs do I hold in this wallet?” All responses are delivered without revealing sensitive private keys or compromising the user's identity.
Educational Support Engine
Interactive Learning Assistant Users can ask the AI to explain:
How protocols work (e.g., “Explain Uniswap v3 LP mechanics.”)
Security best practices (e.g., “How do I revoke token approvals?”)
NFT and token standards (e.g., “Difference between ERC-721 and ERC-1155.”)
Wallet safety tips (e.g., “What is a signature scam?”)
Beginner-Friendly Guidance For new users navigating Web3 for the first time, the AI offers conversational onboarding support:
“How do I connect my wallet?”
“What is a gas fee?”
“How do I check if a token is legit?”
Slash Command Integration
Command-Ready Interface Whisper’s AI can be invoked using slash commands, enabling direct access to predefined functions. Examples:
/price ETH
/gas
/vote status
/airdrop check
These commands allow power users to automate workflows, fetch DeFi metrics, or run governance checks within any conversation.
Developer-Extendable Framework Developers can build custom slash commands that integrate their own dApps, bots, or APIs into Whisper’s chat system. For instance:
Trigger DAO proposal summaries via a governance API.
Launch a trade bot command for DeFi execution.
Connect to NFT marketplaces to query floor prices or collection metadata.
Privacy-Centric AI Design
Zero Data Retention All AI interactions are ephemeral. No conversation data is stored or profiled by Whisper’s servers. Whisper ensures:
Local context processing where possible (client-side AI when supported).
Encrypted queries when calling remote LLMs or on-chain data aggregators.
User-Centric Execution All queries initiated via AI remain under wallet-signed sessions. The assistant never accesses wallet permissions, nor can it perform actions without explicit user confirmation.
Last updated