What non-custodial means
A non-custodial (or self-custody) wallet is one where the customer holds the private keys and signs transactions themselves. No third party can move the customer’s funds; no exchange or custodian sits between the customer and the chain. Leading software non-custodial wallets include MetaMask, Phantom (Solana), Rabby, Trust Wallet, and Coinbase Wallet (the consumer wallet, not Coinbase Exchange custody). Hardware non-custodial wallets include Ledger and Trezor.
The opposite of non-custodial is custodial: an exchange wallet, an operator-held customer balance, or a managed custody service (Fireblocks, BitGo) where the custodian holds the keys. Most iGaming customer balances are custodial; Web3 gambling customer balances are non-custodial.
How non-custodial wallets work with operators
For traditional crypto casinos, non-custodial wallets are the customer’s source of deposit funds and destination of withdrawals. The operator does not interact with the customer’s wallet directly beyond reading the address and broadcasting transactions to it. For Web3 casinos, the wallet is the customer balance: the operator’s smart contracts read and write to the wallet directly, with the customer signing each transaction.
Connection runs through WalletConnect (cross-wallet, cross-chain) or chain-native injectors (window.ethereum for Ethereum-family wallets, window.solana for Phantom). The customer signs a connection message to verify wallet ownership and is then bound to that wallet for the session.
Why non-custodial matters in B2B
For compliance teams, non-custodial wallets shift the operational model: the operator no longer holds the customer balance, so traditional segregation-of-funds rules apply differently. But the operator still owes KYC and AML duties, and identity is now bound to a wallet address rather than an internal customer ID. For platform vendors, non-custodial integration requires WalletConnect support, signature verification, and on-chain read infrastructure. For payment service providers, non-custodial flows shrink the addressable transaction volume on the operator side (because the operator no longer holds the float) and shift it to the chain itself. Gamblers Connect catalogues operators that support non-custodial connections in the iHub directory.
Frequently asked questions about What Is a Non-Custodial Wallet in iGaming?
No. KYC is a regulatory obligation on the operator, not a function of where the customer’s funds are held. The operator still verifies identity and binds it to one or more wallet addresses used by the customer.
The funds are unrecoverable unless the customer has the seed phrase. The operator cannot help, because the operator never held the keys. This is a real customer-experience issue for non-custodial-only operators and one reason most operators offer custodial fallbacks.
Yes, materially. Hardware wallets (Ledger, Trezor) keep the private key isolated on a dedicated device that signs transactions without exposing the key to the connected computer. Software wallets are subject to malware and prompt-injection risks that hardware wallets resist.
Yes, through WalletConnect bridges or via Ledger Live and similar tooling. The user experience is heavier than software wallets, and most operators support both with software wallets as the default.