Decode the request
Translate unsigned wallet requests and contract interactions into clear, human-readable effects.

Transaction safety, before signing
TetraHelix Guard is a local-first transaction-intent firewall for crypto wallets. It decodes unsigned requests, compares their real effects with user intent, and warns about suspicious actions before signing.

01 The product
Translate unsigned wallet requests and contract interactions into clear, human-readable effects.
Check what the request will actually do against what the user believes they are approving.
Stop suspicious or sensitive requests for an explicit review before the wallet becomes the final signer.
02 Working proof
During a live test on the Arbitrum Open House platform, Guard intercepted an eth_requestAccounts connection request before it reached the wallet. It surfaced the requesting origin and an exact request fingerprint, required explicit review, and then permitted one unchanged retry after authorization.
The wallet remained the final authority. The approval was single-use and expired automatically.
03 Trust model
Guard is designed to reduce signing ambiguity without becoming another custodian, signer, or holder of wallet secrets.
04 Current work
05 Reviewer resources