
Building Your 2026 Wallet Threat Model
Build a personal crypto wallet threat model for 2026: a profile-based stack picker and an 8-point checklist that engineers redundancy over memorisation.
Threat models, seed phrases, hardware wallets, signing hygiene, and the MPC and smart-account designs that come after the seed phrase.
This is the hub for everything Zelcore has published on keeping a self-custody wallet safe. The guide below walks the layers in the order attackers actually use them, and links the in-depth article for each. The full index of security articles follows it.
Nearly every catastrophic crypto loss traces back to a handful of mistakes: a seed phrase stored where a camera or a cloud sync could reach it, a transaction approved too fast, an address swapped by malware in the clipboard, a "support agent" who asked for the recovery words. Wallet security is the practice of closing those doors in the order they actually get used against you.
This page is the map. It walks through the layers of a secure self-custody setup, from the seed phrase to hardware wallets to the new smart-account and MPC models, and links to the in-depth guide for each one. Read it top to bottom once, then use the personal custody plan to turn it into thresholds you will actually follow.
Security advice without a threat model is just a list of chores. The questions that matter are simple: how much are you protecting, who realistically wants it, and what would you do the day after a phone is stolen or a laptop is compromised? A holder with a few hundred dollars on a phone and a holder with a life savings on a desktop need different setups, and treating them the same wastes effort on one and leaves the other exposed.
Phishing sites, clipboard hijackers that swap the address you paste, fake wallet apps in app stores, SIM swaps that take over your phone number, and address poisoning that plants look-alike addresses in your history. These are the attacks that actually hit self-custody users, and most of them target the moment you send, not the place you store. Your Attack Surface catalogues each one with the tell-tale signs.
A profile-based approach picks the stack for you: which balance lives on a hot wallet, when a hardware wallet pays for itself, and whether a passphrase, a passkey or a multi-party setup fits your life. Building Your 2026 Wallet Threat Model gives you the picker and an eight-point checklist.
An exchange balance is an IOU. The coins sit in the exchange's wallets, and your claim on them is only as good as the company's solvency and honesty. "Not Your Keys, Not Your Coins" unpacks the difference with real failures, and it is the reason self-custody exists at all.
A modern wallet, Zelcore included, is a 12- or 24-word BIP-39 seed phrase. Every private key for every chain is derived from it, so whoever has the phrase has everything, and losing it means losing everything. Getting this one thing right covers most of the ground.
Learn what the words encode, how derivation works, and what a seed does and does not recover in Seed Phrases Explained, the single most important article on this site.
Add a hidden second wallet with a BIP-39 passphrase once you understand the trade-offs. The 25th Word explains why it defeats physical theft of the backup and why forgetting it is permanent.
One seed, 80+ chains. The Multi-Chain Custody Problem shows how BIP-32 and BIP-44 paths let a single phrase back up accounts on Bitcoin, Ethereum, Solana and everything else Zelcore supports.
Do the backup properly: two copies, separate places, metal for serious holdings, never a photo, never split in halves. The backup and recovery walkthrough shows the exact steps in Zelcore.
A hardware wallet keeps the private keys in a secure element and asks you to confirm every transaction on the device. A compromised computer can show you a fake screen, but it cannot sign without your physical confirmation. That is a real, large improvement for anyone holding more than they could afford to lose, and it is also not a force field.
A secure element defends against malware on the host and against remote key theft. It does not defend against you approving a bad transaction, a seed phrase written down carelessly, or a supply-chain attack on a device bought second-hand. Hardware Wallets: What They Actually Protect Against draws the line precisely, and Why Hardware Wallets Matter is the beginner version.
The Zelcore desktop wallet pairs with Ledger and Trezor devices; hardware pairing is a desktop-only feature and is not available in the mobile app or browser extension. Pairing a Hardware Wallet with Zelcore is the step-by-step guide.
Storage gets the attention, but most money is lost at the moment of sending. Token approvals that let a contract spend your balance forever, delegation upgrades that turn a normal address into a programmable one, and "helper" contracts that drain what you authorised are the modern versions of the fake-address scam. The habit that protects you is the same everywhere: read what you are signing, reject what you did not initiate, and revoke what you no longer use.
EIP-7702 lets an ordinary Ethereum address run smart-contract code in place. Useful, and a brand-new phishing surface. Know what a delegation prompt looks like before you see one.
Zelcore's browser extension shows the network, amount and contract for every request before you approve it. Disconnect sites when you are done and review connected sites regularly.
On Tron and other chains where fake tokens and unlimited approvals are common, Using Tron Safely is the worked example.
The seed phrase made self-custody possible and also concentrated everything into one catastrophic failure point. A newer generation of designs spreads that risk: multi-party computation splits the key so it never exists whole, passkeys replace passwords with device-bound cryptography, and smart accounts turn the wallet itself into a programmable contract with recovery rules. They are real progress, with real new failure modes. Beyond the Seed Phrase is the map of the whole space.
Threshold signature schemes and Shamir sharing let two of three shares sign without any single party holding the key. Who holds which share, and what happens when one is lost, is the whole design. MPC Wallets Explained covers TSS versus Shamir and the common 2-of-3 layouts.
Passkeys crush phishing and passwords. A single passkey as your only crypto key, though, inherits whatever cloud-sync and account-recovery model your platform vendor uses. Passkeys for Crypto explains where they belong in the stack.
Account abstraction (ERC-4337) makes the wallet a contract with rules: spending limits, guardians, time-locked recovery. Start with What a Smart Account Actually Does, then the ERC-4337 architecture if you want the plumbing. For recovery designs, Social Recovery Wallets Compared and Picking a Smart Wallet compare Safe, Argent and Coinbase Smart Wallet, and Smart-Account Gotchas lists the operational traps, cross-chain address drift above all.
The wallet is only as safe as the device it runs on. The basics are unglamorous and they work: full-disk encryption (BitLocker, FileVault), a unique password of twelve characters or more, operating-system updates applied promptly, and no wallet on a rooted or jailbroken phone. Install wallet software only from the official site or app store listing, never from a link in a message.
Zelcore adds two device-level layers: biometric unlock (Windows Hello, Face ID, Touch ID, Android fingerprint), processed locally and never sent to a server, and optional decentralized two-factor authentication (d2FA), a PIN check for high-value transactions verified across a decentralized network rather than a single server. Both are described on the desktop and mobile pages.
Keep a hot wallet for daily use and a separate cold setup for holdings you rarely touch. Your Personal Custody Plan sets the thresholds.
Sync across devices from the same seed rather than copying files around. Syncing Zelcore Across Your Devices shows how.
When something does go wrong, speed matters. After an NFT Drain is the recovery playbook, and most of it applies to any drained wallet.
Find your seed phrase backup and confirm every word is legible. Make a second copy if you only have one.
Do one test restore on a spare device or a fresh install before you rely on the backup.
Turn on biometric unlock and, for larger balances, d2FA in Zelcore.
If you hold more than you could comfortably lose, buy a hardware wallet from the manufacturer and pair it with the desktop app.
Review and revoke old token approvals on every EVM chain you use.
Bookmark the sites you use and never follow wallet links from messages or search ads.
Write a one-page custody plan: what lives where, and who could recover it if you could not.

Build a personal crypto wallet threat model for 2026: a profile-based stack picker and an 8-point checklist that engineers redundancy over memorisation.

Safe, Argent, and Coinbase Smart Wallet each offer seedless recovery — but their guardian models, time-locks, and trust assumptions differ sharply.

Passkeys crush phishing and passwords, but a single passkey as your only crypto key inherits cloud-sync recovery risk. Treat it as a factor, not the key.

MPC wallets split signing so the private key never exists whole. TSS vs Shamir, 2-of-3 share layouts, and who holds what — real security or relocated trust?

The seed phrase concentrates everything into one failure point. A map of the designs that replace or wrap it, MPC and threshold signing, passkeys, smart accounts and social recovery, with the trade-offs of each and how to pick.

The operational pitfalls of smart accounts in 2026: cross-chain address drift, recovery models that fail closed, signing schemes that don't shake hands with hardware, and a checklist.

A practical, opinionated comparison of Coinbase Smart Wallet, Safe, Argent, and the rest of the field — recovery models, chain coverage, and Zelcore pairing tips.

EIP-7702 lets a normal EOA temporarily run smart-contract code at the same address. It is useful — and it created a new one-signature phishing class.

A plain-spoken walkthrough of ERC-4337's six roles, the UserOperation struct, EntryPoint v0.6 vs v0.7, paymasters, and the public alt-mempool.

BundleBear shows 1.07B UserOps and 56.7M smart accounts. Here is why an EOA is structurally limited and what a smart account does instead.

A step-by-step framework for deciding where your assets actually live: thresholds for hot vs cold, when a passphrase or multi-sig layer is worth it, inheritance planning, and concrete example allocations.

A practical catalogue of the top attacks on self-custody users — address poisoning, clipboard malware, fake wallet apps, and SIM swaps — with concrete mitigations for each.

How BIP-39 passphrases create a fully separate hidden wallet, why they're the strongest defence against physical seed-phrase theft, the brutal failure modes, and when this is genuinely worth the risk.

A clear-eyed threat model: what a secure element defends against, what it doesn't, and how to build self-custody habits that don't depend on false confidence.

Why a single BIP-32/44 seed unlocks accounts across Bitcoin, Ethereum, Solana, and 80+ other chains in Zelcore — and the practical implications for address reuse, chain-specific metadata, and protecting your one point of failure.

Unpacks the difference between an IOU balance on an exchange and actual on-chain ownership, using concrete failures (FTX, Mt. Gox) to show what 'custodial' means in practice.