CCamoCrypt
Wallets

How to verify a wallet app is genuine

Fake wallets are among the most effective crypto thefts, because a counterfeit captures your seed the instant you type it. Verifying the software is what protects everything downstream.

Quick answer

Reach a wallet download by typing the official domain or using a saved bookmark, never an ad, DM, or store search result. Check the publisher name and extension ID match the official project. For downloadable files, verify the PGP signature on the hash manifest and compare the SHA-256 checksum. For hardware wallets, run the vendor's genuine check. No real wallet asks for your seed phrase to 'verify'.

Key points

  • Fake wallets appear as cloned store apps, look-alike extensions, sponsored ads, and typo-squatted domains.
  • Navigate to the official source yourself and use its own links to stores; store search results include imitations.
  • A checksum proves the file is unaltered; a PGP signature proves the hash list genuinely came from the developers.
  • Hardware devices need a separate genuine check — a secure-element attestation — and should be bought from official channels.
  • No legitimate wallet or support ever asks for your recovery phrase; unsolicited 'support' contact is a red flag.

Why this is a real threat, not paranoia

Fake wallet software is one of the most reliable ways attackers steal crypto, because it defeats every downstream protection at once: a counterfeit app can capture your recovery phrase the moment you type it, or silently swap a destination address before you sign. Fakes appear as look-alike browser extensions, cloned mobile apps in official and third-party stores, sponsored search ads pointing at typo-squatted domains, and “support” that directs you to download a “fixed” version. MetaMask’s own guidance is blunt: there are only two genuine forms of the wallet — the browser extension and the mobile app — and “these are the only places you can sign transactions.”

Verifying genuineness is therefore not optional polish. It is the step that protects the seed phrase you are about to enter.

Start from the official source, reached deliberately

The most important habit is to reach the download from a source you navigated to yourself, not one that was presented to you. Type the official domain directly or use a bookmark you saved previously; do not click search ads, links in emails or DMs, or QR codes from untrusted contexts. Attackers routinely buy ads above the real result and register domains one character off the real one.

Once on the official site, use its own links to the app stores or extension stores rather than searching the store directly, because store search results include imitations. For a browser extension, confirm the publisher, the extension ID, and the user count against what the official site links to — a brand-new extension with few users and a slightly wrong name is a classic fake.

Checks that apply to any wallet

  • Domain: inspect the exact spelling and top-level domain. Look-alikes substitute letters, add hyphens, or use unusual TLDs.
  • Publisher identity: in an app or extension store, the developer/publisher name must match the official project. Report and ignore mismatches.
  • It never asks for your seed phrase to “verify” or “sync”: a genuine wallet only takes the phrase during first setup or recovery, entered into the wallet itself. Any web page, popup, email, or support agent asking for it is an attack.
  • Unsolicited contact is a red flag: MetaMask states its support team “never contacts you first” and does not handle cases over social media like Twitter, Telegram, Discord, or Instagram.
  • Urgency and “security verification”: messages demanding an immediate “wallet verification” or “2FA verification” are engineered to rush you past these checks.

Cryptographic verification: signatures and checksums

For software distributed as a downloadable file — desktop wallets and, especially, hardware-wallet firmware — you can go beyond “trust the site” and cryptographically verify that the file is the one the developers published. Two mechanisms do this:

Checksums (hashes)

The project publishes the SHA-256 hash of the genuine file. You compute the hash of your downloaded file locally and compare. If they match, the file was not altered or truncated in transit. A checksum alone, however, only proves the file matches the published hash — if an attacker controlled the page, they could publish a matching hash for a malicious file. That is why the hash itself should be signed.

Digital signatures (PGP)

A signature proves the file came from the holder of a specific private key. Coldcard’s documented process is a good template: verify the OpenPGP signature on the published signatures.txt manifest, then compare the SHA-256 hash of the firmware against the hash inside that signed manifest. This confirms both that the hash list is authentic (the signature) and that your file matches it (the hash). Signature verification requires GPG tooling — GPG is included on Linux, GPG Suite on macOS, and Gpg4win/Kleopatra on Windows — and it depends on you trusting the correct signing key, obtained from an independent source rather than the same page as the download.

Hardware wallets: device authenticity is separate

For a hardware wallet, verifying the software is only half the job; you also verify the device. Ledger’s “genuine check” is a challenge-response attestation: Ledger’s server sends a challenge, the device’s secure element signs it with a key injected at the factory that never leaves the chip, and the server confirms the signature. This proves the secure element is genuine. Ledger notes an important limit — the check cannot detect physical tampering such as an added implant if the original secure element is intact — which is why buying directly from the manufacturer or an authorised reseller matters, and why a genuine device generates your recovery phrase itself and never ships with the phrase pre-filled.

A practical verification order

Step What you are proving
Navigate to the official domain yourself (bookmark/typed) You are not on a typo-squat or ad
Use the site’s own links to the store; check publisher and ID The app/extension is the official one
For downloadable files, verify the PGP signature on the hash manifest The manifest genuinely came from the developers
Compare the file’s SHA-256 to the signed hash Your file matches what was signed
For hardware, run the vendor genuine check The device’s secure element is authentic
Confirm the phrase is generated on-device / in-app, never requested elsewhere No fake is harvesting your seed

Browser extensions deserve extra scrutiny

Extensions are a favourite vector because they run inside the browser alongside every site you visit, and because store listings are easy to imitate. Before installing, confirm you reached the store page through a link on the official website. Check the publisher, the review count and history, and be wary of a listing that is new, has few users, or carries a name with an extra word or altered spelling. After installing, treat requests for your recovery phrase from any web page as hostile — a genuine extension does not ask a website for your phrase. Be cautious, too, about auto-updates and permissions: an extension that suddenly requests broad new permissions is worth re-checking against the official project.

Going further: reproducible builds

Some open-source wallets support reproducible (deterministic) builds, meaning independent parties can compile the published source and confirm they produce exactly the same binary that is distributed. Where this exists, it lets the community verify that the released app matches its public source code, not just that the file is signed. Most users will not rebuild software themselves, but the presence of reproducible builds and independent verification is a positive signal about a project’s transparency, and it complements the signature and checksum checks above rather than replacing them.

If something does not add up

Stop before entering a recovery phrase or approving a transaction. A mismatched hash, a failed signature check, a publisher name that is slightly off, an unexpected request for your phrase, or “support” that contacted you first are all reasons to close the app and re-verify from the official source. The cost of pausing is minutes; the cost of proceeding can be the entire wallet. Verification is a habit worth performing every time you install or update, not only on the first day — a compromised update channel is as dangerous as a fake first download.

Sources

Frequently asked questions

How do fake wallet apps actually steal funds?
They do it in one of two ways: capturing your recovery phrase the moment you enter it during a fake 'setup' or 'verification', or altering a destination address before you sign a transaction. Either gives the attacker control. Both defeat the wallet's normal protections because you performed the action yourself in counterfeit software.
Is downloading from an official app store enough?
It reduces risk but is not sufficient on its own, because imitations do appear in official stores. Reach the store through the project's official website rather than searching, and verify the publisher name and, for extensions, the extension ID match the official project before installing.
What is the difference between a checksum and a signature?
A checksum (hash) proves your downloaded file matches a published value, i.e. it was not altered in transit. A digital signature proves that published value genuinely came from the developers' key. Verifying the signature on the hash manifest and then the hash of your file gives you both assurances.
How does a hardware wallet's genuine check work?
It is a cryptographic attestation. The vendor's server sends a challenge, the device's secure element signs it using a key placed at the factory that never leaves the chip, and the server verifies the signature. This proves the secure element is authentic, though it cannot by itself detect all physical tampering.
A support agent messaged me offering to help — is that safe?
Treat unsolicited contact as a red flag. Providers such as MetaMask state their support never contacts you first and does not handle cases over social media. Legitimate help is reached through the official site's own support channel, and no genuine agent will ever ask for your recovery phrase.
What should I do if a signature or checksum does not match?
Stop and do not install or run the file, and do not enter a recovery phrase. A mismatch means the file is not the one the developers published — it may be corrupted or malicious. Delete it and download again from the official source, and re-verify before proceeding.

Note: CamoCrypt is security & education only — no prices, no predictions, no investment advice. Verify every address and contract yourself; we cannot recover lost funds and neither can anyone who contacts you claiming they can.