Zelcore

Crypto Wallet Security Guide

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.

Crypto wallet security, explained from the threat up

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.

Start with a threat model, not a product

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.

Know your attack surface

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.

Build the model for your situation

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.

Understand what an exchange actually holds

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.

The seed phrase: the root of everything

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.

Hardware wallets: what they protect against

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.

The honest threat model

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.

Using one with Zelcore

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.

Signing, approvals and the moment of sending

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.

Beyond the seed phrase: MPC, passkeys and smart accounts

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.

MPC and threshold signing

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: a great factor, a dangerous only key

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.

Smart accounts and social recovery

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.

Device and account hygiene

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.

A security checklist you can finish this week

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.

Wallet security questions, answered

All wallet security articles

Building Your 2026 Wallet Threat Model

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.

7 min read
Social Recovery Wallets: Safe, Argent, and Coinbase Compared

Social Recovery Wallets: Safe, Argent, and Coinbase Compared

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

8 min read
Passkeys for Crypto: Great as a Factor, Dangerous as the Only Key

Passkeys for Crypto: Great as a Factor, Dangerous as the Only Key

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.

8 min read
MPC Wallets Explained: TSS, Shamir, and 2-of-3

MPC Wallets Explained: TSS, Shamir, and 2-of-3

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?

10 min read
Beyond the Seed Phrase: A Map of Modern Self-Custody

Beyond the Seed Phrase: MPC, Passkeys, Smart Accounts and Social Recovery

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.

9 min read
Smart-Account Gotchas: Recovery, Cross-Chain Address Drift, and Signing Schemes

Smart-Account Gotchas: Recovery, Cross-Chain Address Drift, and Signing Schemes

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.

10 min read
Picking a Smart Wallet: Coinbase Smart Wallet, Safe, Argent, and the Field

Picking a Smart Wallet: Coinbase Smart Wallet, Safe, Argent, and the Field

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

9 min read
EIP-7702: Upgrading Your EOA in Place — and the New Phishing Surface It Created

EIP-7702: Upgrading Your EOA in Place — and the New Phishing Surface It Created

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.

3 min read
ERC-4337 Architecture: EntryPoint, Bundlers, and Paymasters Without Tears

ERC-4337 Architecture: EntryPoint, Bundlers, and Paymasters Without Tears

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.

8 min read
Why EOAs Are Obsolete: What a Smart Account Actually Does

Why EOAs Are Obsolete: What a Smart Account Actually Does

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.

8 min read
Your Personal Custody Plan — A Decision Framework

Your Personal Custody Plan — A Decision Framework

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.

8 min read
Your Attack Surface: Phishing, Clipboard Hijackers, Fake Apps, and SIM Swaps

Your Attack Surface: Phishing, Clipboard Hijackers, Fake Apps, and SIM Swaps

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.

9 min read
The 25th Word: How a Passphrase Adds a Second Layer

The 25th Word: How a Passphrase Adds a Second Layer

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.

7 min read
Hardware Wallets: What They Actually Protect Against — and What They Don't

Hardware Wallets: What They Actually Protect Against — and What They Don't

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.

8 min read
The Multi-Chain Custody Problem — One Seed, Many Ledgers

The Multi-Chain Custody Problem — One Seed, Many Ledgers

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.

8 min read
"Not Your Keys, Not Your Coins" — What an Exchange Actually Holds

"Not Your Keys, Not Your Coins" — What an Exchange Actually Holds

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.

6 min read