Paid wallet verification
The Premium gatekeeper checks whether the connected wallet has activated access before Chat On-Chain is loaded.
Chat On-Chain is the paid-wallet communication layer inside HyperFNB Premium. It binds messaging identity to a wallet, encrypts message content before delivery, and uses HyperEVM events as a verifiable transport record.
The production feature is separated from the legacy offline prototype. Access, identity, encryption, delivery, and history each have a defined boundary.
The Premium gatekeeper checks whether the connected wallet has activated access before Chat On-Chain is loaded.
The wallet signs a short-lived session challenge so protected server operations can verify ownership without holding a private key.
A wallet-bound public identity key lets participants derive an encrypted communication route.
Message content is encrypted with authenticated encryption before it is sent to the HyperEVM delivery layer.
The encrypted payload is dispatched through the configured contract and produces a verifiable event tied to the sender and channel.
Clients reconstruct the conversation from encrypted events and decrypt only when the required identity material is available.
The blockchain transport can make delivery verifiable while message content remains encrypted. Metadata inherent to public-chain transactions—such as sender, time, contract interaction, and transaction cost—may still be observable.
Chat On-Chain and FNB Operator share the same Premium wallet-access boundary while keeping their feature logic separate.