Social Login. Embedded Wallet.
Customers sign in with Google, Email, SMS, or Apple. An embedded wallet ensures payment accuracy. Correct chain, correct token, fully recoverable.
Every stablecoin checkout makes the customer solve a crypto problem before they can pay, and each version of that problem costs the merchant revenue. Custodial processors ask the customer to register and verify an account with the processor before depositing, which most casual buyers abandon. Raw address checkout is worse: the page shows an 0x address and a QR code, and the customer has to pick the right token on the right network themselves. One wrong-chain send and the funds are gone permanently, with the support ticket landing on the merchant. The merchant side mirrors the friction: separate deposit addresses per chain, address rotation, and a checkout that silently filters out every customer who does not already run MetaMask. That last group is the expensive one. In high-risk verticals the crypto-curious segment is large and growing, but a checkout that assumes an existing self-custody wallet turns those customers away at the exact moment they tried to pay. And when a customer does manage their own keys badly, a lost seed phrase means lost funds and a lost repeat buyer.
PYMSTR uses Web3Auth to offer 7 login options: Google, Email, SMS, and Apple for customers without a wallet, plus MetaMask, WalletConnect, and Coinbase Wallet for customers who already have one. A social sign-in creates an embedded wallet on the spot. The keys are managed as MPC/TSS key shares through Web3Auth, which means there is no seed phrase to write down, and PYMSTR never holds or sees the keys: the architecture stays non-custodial end to end. The customer's smart-wallet address is immutable once set, which blocks account-takeover swaps, and access is recovered by re-authenticating with the same provider, so a lost device does not mean lost funds. The embedded wallet also does enforcement work: it only exposes the stablecoins and chains the merchant has approved for that payment, so wrong-chain and wrong-token errors are impossible by construction rather than by warning text. The net effect is a checkout that feels like signing into any web account, settles on-chain like any self-custody payment, and converts the customers that an 0x-address checkout silently loses.
Three steps, on-chain.
Customer signs in
Google, Email, SMS, Apple, or connect an existing wallet (MetaMask, WalletConnect, Coinbase Wallet).
Embedded wallet created
An MPC wallet is created that validates payment parameters. Correct stablecoin, correct chain, correct amount. The customer's funds are always recoverable.
Payment executes accurately
The wallet enforces the merchant's settings. Only approved stablecoins and chains are available. Wrong-chain errors are impossible.
| Approach | Customer needs | Wrong-chain risk | Recovery | Key custody |
|---|---|---|---|---|
| Custodial PSP account (CoinsPaid, BitPay) | Register and verify with the processor before paying | Reduced, but custodian controls routing | Account recovery through custodian support | Custodian holds the funds |
| Raw address checkout | A wallet, the right network, and the right token | High. One wrong-chain send loses the funds | Seed phrase or nothing | Customer, with no safety net |
| Coinbase Payments | An existing wallet to connect | Reduced. USDC on Base only | Depends on the connected wallet | Customer wallet |
| PYMSTR social-login embedded wallet | A Google, email, SMS, or Apple account | None. Merchant settings are enforced in the wallet | Re-authenticate with the same login | ★ Customer, via MPC key shares. PYMSTR never holds keys |
What you get.
7 Login Options
Google, Email, SMS, Apple for social login. MetaMask, WalletConnect, Coinbase Wallet for customers with existing wallets.
Payment Accuracy
The embedded wallet validates the payment payload. Correct stablecoin, correct chain, correct amount. No wrong-chain errors, no lost funds.
Full Recoverability
MPC (Multi-Party Computation) key management with social and guardian recovery. Customers never lose access to their funds.
No Multi-Address Management
Merchants don't need separate deposit addresses per chain. The embedded wallet routes payments to the right destination automatically.