Like Google Authenticator, but for blockchain transactions instead of logins.
Scan the QR code from your dApp. See exactly what you're approving — amount, destination, slippage. Confirm with biometrics. The intent hash is committed on-chain.
The dApp detects your on-chain commit and adds a verify instruction. If parameters match your intent — transaction goes through. If not — it reverts. Atomic.
The attacker controls your browser. They change the swap amount from 1 SOL to 100 SOL.
No program changes needed. Just prepend a verify instruction to your existing transaction.
Per-app isolation means you can protect different actions independently.
Protect against slippage manipulation and amount changes on Jupiter, Raydium, Orca.
Confirm the exact NFT and price before buying on Magic Eden, Tensor.
Verify bid amount and max price in sealed-bid auctions. Used by ACELaunch.
Ensure your vote goes to the right proposal with the right choice.
Confirm stake/unstake amounts on Marinade, Jito, and other LST protocols.
Verify recipient and amount for large SOL/token transfers. Whale-grade security.
IntentGuard is live on Solana devnet. Start building today.