Wallet architecture
Supermission uses Privy’s MPC (Multi-Party Computation) infrastructure to give users a crypto wallet without any of the traditional pain points — no seed phrases, no gas management, no chain switching.How it works
User signs up
Email, Google OAuth, or connect an existing wallet (MetaMask, Coinbase Wallet, WalletConnect).
MPC wallet created
Privy generates a smart wallet on Base. The private key is split into multiple shards using MPC — no single party (including Supermission or Privy) ever has the full key.
Key reconstruction on sign-in
When you authenticate, the key shards are reconstructed securely in a trusted execution environment. You can sign transactions without ever seeing or managing a private key.
Key properties
| Property | Description |
|---|---|
| Non-custodial | Supermission never holds your funds or full private key. We technically cannot access your wallet. |
| No seed phrases | MPC eliminates the 24-word recovery phrase. Recovery is handled through your email/social login. |
| Sponsored gas | All transaction gas fees are covered. You never need ETH. Trades, bridges, redemptions — all free. |
| No chain switching | Your wallet lives on Base. When you trade on Polymarket (Polygon), we bridge automatically. Invisible to you. |
| Batch transactions | Multiple operations (approve + swap, bridge + trade) can execute in a single click. |
Multi-chain flow
Your wallet lives on Base, but trades execute on Polygon. Here’s how that works seamlessly:Authentication flow
- New User
- Returning User
- Existing Wallet
- Login via Privy (email code or Google OAuth)
- Privy creates embedded MPC wallet on Base
- Wallet address assigned to your account
- Waitlist check — if approved, full access granted
- Session token stored, auto-renewed
Security model
Key Compromise
MPC splits your key across multiple parties. Compromising one shard is useless without the others. No single point of failure.
Phishing Protection
No seed phrase to steal. No private key to export. Authentication is through your email/social provider with Privy’s security infrastructure.
Gas Griefing
Gas is fully sponsored by Supermission. You never need to hold ETH or worry about gas price manipulation.
Front-Running
Orders go directly to Polymarket’s CLOB — not through a public mempool. No MEV exposure on your trades.
For developers building agents: server-side wallets are also available with AES-256 encrypted private key storage and configurable spending policies. See Agent Economy for details.

