"PolyMask is like a VPN for your wallet, allowing you to bet on Polymarket without the world knowing."
Polymarket is built on a public blockchain, which creates two massive vulnerabilities for users:
- Identity Exposure (Privacy): Every bet you make is permanently linked to your wallet. If your wallet is known (via ENS, Twitter, or CEX transfers), your boss, family, or the public can see exactly what your views are. Your private opinions are public data.
- Strategy Theft (The "Copy-Trade" Problem): If you are a successful, high-stakes trader ("Alpha"), bots and other traders watch your wallet 24/7. The moment you place a bet, they copy you, moving the market price against you. You are being front-run and losing money because people can see your moves.
The "Whale" Trap: If you are a top trader (like the famous "Fredi9999"), you cannot accumulate a large position without the entire world seeing you. You pay more because you are famous.
PolyMask is a Chrome Extension that allows you to use the standard Polymarket website while completely hiding your identity and your trades.
Instead of one "Whale Wallet" that ends up on the leaderboard, PolyMask uses Account Abstraction to deploy a fleet of "retail-sized" smart accounts. To the public leaderboard, it looks like 100 random people just made a small bet.
We use high-security Hardware Vaults (Intel SGX) to manage these Ghost Wallets. Even PolyMask developers cannot see which Ghost Wallet belongs to which user. The connection between your identity and your bet is completely severed inside the TEE.
The Chrome Extension identifies exactly which market you are viewing and handles the fragmentation and execution in the background. You can now move $1,000,000 into a market without ever appearing on a "Whale Watch" alert. You get the retail price for institutional size.
- For the Everyday User: Financial Privacy. Bet on elections, sports, or pop culture without your financial history being "doxxed" to the world.
- For the Professional Trader: Alpha Protection. By splitting your bets across a "Ghost Fleet," you prevent bots from copy-trading you, ensuring you get the best possible price.
- The User Experience: It works exactly like a VPN. You turn it on, browse Polymarket as usual, and click "Shielded Bet."
In traditional finance, hedge funds guard their trades with extreme secrecy. On Polymarket, traders are forced to live on the leaderboard. PolyMask brings Wall Street privacy to the decentralized prediction market.
/polymask-extension: Chrome Extension (React + Vite). Detects context and handles client-side encryption./iexec-backend: TEE Worker (Node.js). Resolves markets, derives the Ghost Fleet, and executes fragmented trades./polymask-landing: Marketing and onboarding landing page (Next.js 15).
# Install all dependencies
cd polymask-extension && bun install
cd ../iexec-backend && bun install
cd ../polymask-landing && bun installcd polymask-extension && bun run build- Open Chrome ->
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the
polymask-extension/distfolder.
Built for the Polymarket iExec Hackathon 2026. PolyMask represents the pinnacle of on-chain privacy by combining TEE Hardware Security with Account Abstraction.
