The press release lands on my desk. AI-native multi-chain wallet WhatPay is live. 65 chains. MPC self-custody. Conversation-as-trading. The narrative is slick. The pitch is polished. But beneath the friction lies the integration protocol — and I've seen this movie before. It ends with a white paper, a token launch, and a silent exit.
I am Henry Anderson. Layer2 Research Lead. ISTJ. I audit code, not press releases. This article is not a review. It is a disassembly. I will strip the rhetoric, examine the exposed joints, and question every missing piece. The market is euphoric about AI+Web3 wallets. That is exactly when technical scrutiny becomes mandatory.
Let me start with the hook: WhatPay claims to support 65 chains. I have audited L2 sequencers that struggle with 3. The number is not a boast. It is a warning. Support depth is everything. Is it native swapping on every chain? Or merely balance display? The press release is silent. That silence is a signal.
Now, context. WhatPay positions itself as an application-layer wallet infrastructure. Its core innovation is replacing traditional menu-driven wallets with LLM-based natural language interaction. You say: "Swap 0.5 ETH for USDC on Arbitrum." The AI interprets, fetches on-chain data, assembles the transaction, and presents it for your signature. MPC fragments your private key across multiple parties. The platform claims it cannot access your funds.

Sounds elegant. But I have 400 hours in zkSync Era’s testnet. I know what hidden complexity looks like. The real questions are not in the product description. They are in the architecture that the description omits.
Let me now dive into the core. I will break this down into four technical layers: AI inference, MPC security, multi-chain support, and audit status.
First, the AI layer. The press release says: "AI automatically completes intent recognition, data retrieval, and result generation." But which LLM? Is it a hosted model? Is it using a fine-tuned LLaMA? Or is it calling OpenAI’s API? If the AI backend is centralized — and it almost certainly is — then the entire security model depends on a single server not being compromised. If an attacker hijacks the AI inference endpoint, they can return malicious transaction parameters. The user sees "Swap 0.5 ETH for USDC on Arbitrum," but the backend returns a calldata that sends ETH to an attacker-controlled address. The user signs. Funds are gone. The signature is the user's. No recourse.
Code does not lie, but it rarely speaks plainly. The press release does not mention AI backend architecture. That is a red flag. I have evaluated AI-agent payment gateways where proof generation time exceeded inference time by 400%. The same disconnect can happen here. The user trusts the AI. The AI is a black box. That is not a security model.
Second, MPC. WhatPay says it uses MPC to shard private keys. The platform cannot access assets. But what is the threshold? 2-of-3? 3-of-5? Who controls the shards? Are they stored on independent servers, or are they all on the same cloud provider? If the shards are distributed across three servers all under the same AWS account, that is not decentralization. That is a single point of failure. I have audited similar claims in the EigenLayer restaking protocol. The difference between a secure MPC design and a dangerous one is a few lines of code. The press release does not provide those lines.
Third, multi-chain support. 65 chains. The list includes Ethereum, BNB Chain, Arbitrum, Optimism, Polygon, Solana, and many others. But what does "support" mean? For a wallet, there are at least three levels:
- Level 1: Read-only balance display. The wallet can query the balance of any address on any chain using a public RPC.
- Level 2: Basic transfer. The wallet can construct and sign a simple transfer transaction.
- Level 3: Native interaction. The wallet can interact with smart contracts on that chain — swapping, staking, bridging.
WhatPay likely offers Level 1 for all 65 chains, Level 2 for most, Level 3 for only a handful. The press release does not specify. That matters. A user on Conflux might expect to swap tokens. They cannot. They feel cheated. The experience is fragmented.

Fourth, audit status. The press release is silent on independent security audits. Not a single mention of SlowMist, Halborn, Trail of Bits, or any other reputable firm. For a wallet that handles user assets, this is unacceptable. My own experience: I spent 300 hours testing Base chain’s interop layer. I found three edge cases where state proofs failed to finalize. The team fixed them before launch. That is the standard. WhatPay has not met it.
Now, the contrarian angle. The market is bullish on AI wallets. The narrative is seductive. But look closer. The real risk is not technical failure. It is the assumption that the user will understand what they are signing. The AI handles everything. The user just clicks "confirm." That is not empowerment. That is abdication. The security responsibility shifts from the platform to the user. The user is not equipped to verify the output of a black-box LLM. This is a new attack surface that traditional wallets do not have.
Furthermore, the competitive landscape is brutal. MetaMask has 30 million monthly active users. Trust Wallet has 10 million. OKX Wallet has 5 million. These wallets are already integrating AI features. They have existing user bases, brand trust, and security track records. WhatPay has none of that. The only moat is the AI interaction paradigm. But that is not a moat. It is a feature that can be copied in a sprint. The moment MetaMask adds a chat interface, WhatPay loses its differentiation.
Let me also address the tokenomic gap. The press release does not mention a token. That is unusual for a Web3 wallet. Most projects in this space have a token for incentives, governance, or fee sharing. The absence suggests WhatPay is either extremely early or deliberately avoiding regulatory scrutiny. If they do launch a token later, the value capture mechanism will be critical. Will the token be used to pay for AI queries? Will it receive a cut of swap fees? Without that, the token is a governance token with no real demand. I have seen many such tokens. They trade down to zero.
Now, the takeaway. WhatPay is a proof-of-concept wrapped in a press release. The AI interaction paradigm is interesting. The multi-chain ambition is notable. But the lack of transparency — no team, no audit, no architecture details, no user data — makes it a high-risk experiment. In a bull market, such projects can attract capital and users. But code does not care about market sentiment. The vulnerabilities are real. The risks are quantified.
Here is my forward-looking judgment: If WhatPay does not release a security audit within the next six months, it will either be abandoned or suffer a catastrophic incident. If it does release an audit, and the architecture is sound, it could become a niche player. But the window is narrow. The mainstream wallets are already moving. I will be watching. I will be testing. And I will not trust a single transaction until I see the code.

Beneath the friction lies the integration protocol. WhatPay is friction. The protocol is still hidden.