SafePal

// company_profile

About SafePal

SafePal is a cryptocurrency wallet company that builds hardware and software tools for people who want to hold digital assets themselves rather than leave them on an exchange. The company was founded in 2018, released its first hardware wallet, the SafePal S1, in 2019, and has since grown into a product family that spans air-gapped hardware devices, a mobile self-custody app, and a browser extension. This page explains who SafePal is, how the company is structured, what it builds, the security philosophy behind those choices, and how it makes money.

The short version: SafePal exists because self-custody is unforgiving. A private key is either under your control or it is not, and there is no support desk that can reverse a signed transaction. SafePal designs around that fact, keeping signing keys inside sealed hardware, never exposing them to a network connection, and pairing that hardware with software that stays usable enough for someone who is not a security engineer.

SafePal is publicly known as one of the wallet ventures backed by Binance Labs, the venture arm of the Binance exchange. That relationship gave the company early distribution and credibility in the retail crypto market, but SafePal wallets are non-custodial: the company does not hold customer funds, cannot freeze an address, and cannot recover a lost recovery phrase. Understanding that boundary is the most important thing to take away from this page.

A SafePal hardware wallet device resting beside a smartphone displaying the SafePal app
SafePal pairs an offline hardware signer with a companion mobile app. The device never connects to Wi-Fi, Bluetooth, or USB for signing.
NON-CUSTODIAL BY DESIGN: SafePal never stores, transmits, or backs up your recovery phrase. If it is lost, no one at SafePal can restore access to the wallet. Write it down on paper, store it offline, and never type it into a website, a chat window, or a support form.

// timeline

Where SafePal came from

SafePal was founded in 2018, during a period when retail crypto ownership was expanding faster than the tools available to secure it. Most newcomers were leaving coins on exchanges because hardware wallets were expensive, awkward to set up, and largely marketed to a technical audience. The founding team's read on the market was that the security model was sound but the packaging was wrong, and that a wallet priced and designed for a first-time holder would matter more than another device aimed at professionals.

That thesis attracted Binance Labs, which selected SafePal for its incubation program. The investment was announced publicly and remains the company's best-known institutional backing. It gave SafePal something a hardware startup rarely gets early on: access to a very large audience of crypto users at exactly the moment they were deciding whether to move funds off an exchange.

The first product, the SafePal S1, shipped in 2019. It was a small, screen-and-buttons device with no wireless radios and no charging port used for data, and it sold at a price point well below most competing hardware wallets at the time. The S1 established the pattern SafePal has followed since: keys generated and held offline, transactions moved between the device and the phone by scanning QR codes, and no cable or pairing step in the signing path.

SafePal then extended in two directions. On the software side it built a mobile application that works as a standalone self-custody wallet and as the companion interface for the hardware devices, adding swaps, staking access, dApp browsing, and NFT display over successive releases. On the hardware side it introduced additional models, including a card-format device and a touchscreen successor to the S1, so buyers could choose between form factors without changing security assumptions.

SafePal also launched a native token, SFP, which is used across the company's ecosystem for fee discounts, promotions, and community programs. The token is a business and community layer rather than a security component: a SafePal wallet functions exactly the same whether or not the holder owns SFP, and no wallet operation depends on it.

  1. 2018

    SafePal founded; selected for the Binance Labs incubation program.

  2. 2019

    SafePal S1 hardware wallet released, using QR-code air-gapped signing.

  3. 2020–2021

    SafePal App expands into a full self-custody wallet with swaps, dApp access, and multi-chain support. SFP token introduced.

  4. 2022–present

    SafePal hardware line broadens to card and touchscreen formats; browser extension added for desktop dApp use.

Dates reflect publicly announced product milestones. For background on the wider hardware wallet category, see the Wikipedia entry on cryptocurrency wallets.

// mandate

What SafePal is trying to do

Lower the cost of self-custody

SafePal treats price as a security feature. A wallet that costs more than the holdings it protects will not get bought, and the coins stay on an exchange. By keeping hardware affordable, SafePal aims to make offline key storage a reasonable choice for someone holding a few hundred dollars, not only for someone holding six figures.

Remove the connection

Every SafePal hardware wallet is built without Wi-Fi, Bluetooth, NFC, or a data-carrying USB path used for signing. Data crosses the gap as scanned QR codes. It is a deliberate constraint: fewer interfaces means fewer ways for malware on a phone or computer to reach the device holding the keys.

Keep the software honest

The SafePal App is non-custodial in the strict sense: keys are generated and encrypted locally, and the company has no server-side copy. That constrains what SafePal can offer as customer support, and the company treats explaining that limit clearly as part of the product rather than fine print.

These three commitments pull against each other in practice, and most of the engineering work at SafePal happens in the tension between them. Cheaper hardware means fewer components. Air-gapped signing means more steps for the user than tapping a connected device. True non-custody means no account recovery. SafePal's position is that the tradeoffs are worth stating plainly rather than smoothing over, because a holder who misunderstands the model is the holder most likely to lose funds.

// security_model

The security model behind SafePal products

Understanding SafePal as a company means understanding one architectural decision that shapes everything else: the private key never leaves the hardware, and the hardware never joins a network. Everything from the industrial design to the support policy follows from that.

Air-gapped signing, step by step

When you send a transaction from a SafePal hardware wallet, the phone app assembles the unsigned transaction and renders it as a QR code. You point the device camera at the phone screen. The device decodes the transaction, shows you the destination address, amount, and network fee on its own display, and waits. If you approve, the device signs internally and renders a second QR code containing only the signature. The phone scans that back and broadcasts it. At no point does a private key cross the gap, and at no point is the device reachable from the internet.

The verification screen is the part that matters most and is most often skipped. Address-swapping malware works by replacing a copied destination address after you paste it. The whole point of a SafePal device screen is that it displays what will actually be signed, sourced from the device itself rather than from the compromised machine. If the address on the SafePal screen does not match the address you intended, you decline, and nothing is lost.

Key generation and secure storage

Keys on SafePal hardware are generated on the device using a true random number source, not derived from anything the phone provides. They are stored inside a secure element, a tamper-resistant chip designed to make key extraction difficult even with physical access to the board. SafePal devices also implement self-destruct behavior: if the hardware detects tampering attempts, it wipes the stored secret, which is why your paper recovery phrase is the real backup rather than the device itself.

SafePal follows the standard BIP39 recovery phrase format, along with the BIP32 and BIP44 derivation standards that most modern wallets share. That interoperability is intentional. It means a SafePal recovery phrase is not locked to SafePal hardware, and a holder can restore the same accounts in another standards-compliant wallet if they ever need to. A company that wants to be trusted with keys should not make its customers dependent on its continued existence, and SafePal treats portability as part of the security promise.

What the model does not protect against

SafePal is explicit that air-gapping defends against remote key theft, not against every category of loss. A hardware wallet does not stop you from approving a malicious smart contract, signing a token allowance that drains a balance later, entering your recovery phrase into a phishing site that imitates SafePal, or sending funds to an address controlled by someone running a social engineering scam. Those attacks target the human decision, and the device dutifully signs whatever the human approves.

This is why SafePal invests in on-screen transaction detail, allowance management in the app, and repeated warnings about recovery phrase handling. The company's own framing is that the hardware closes one large attack surface and that user education has to close the rest.

THREAT NOTE: No SafePal employee, moderator, or automated system will ever ask for your 12- or 24-word recovery phrase, for any reason. Any request of that kind is fraud, without exception, including requests that appear inside a support ticket you opened yourself.

// product_lines

What SafePal builds

SafePal ships three connected things: hardware wallets, a mobile app, and a browser extension. They are designed as one system, but each works on its own terms, and a new user can start anywhere in the stack.

Hardware wallets

The SafePal hardware line covers several formats built on the same air-gapped principle. The S1 series uses a compact body with a small display and physical buttons. The card format is a thin device sized like a payment card for holders who want something wallet-portable. Newer touchscreen models add a larger display for reviewing complex transaction data. All of them sign offline and none of them expose a wireless radio.

The SafePal App

The mobile app is a self-custody wallet in its own right, supporting a large number of blockchains and tokens, plus in-app swaps, staking access, a dApp browser, and NFT viewing. It also acts as the interface layer for SafePal hardware, holding watch-only account data while the device holds the keys.

Browser extension

The SafePal extension brings the same accounts to desktop browsers so that web-based dApps, marketplaces, and DeFi interfaces can request signatures. Paired with hardware, the extension prepares the request and the device still performs the actual signing offline.

How the pieces divide responsibility

The clean way to think about the SafePal stack is that the software knows your addresses and the hardware knows your keys. The app can build transactions, read balances, fetch prices, and display an NFT, all of which require only public data. It cannot move anything without a signature from the device. When SafePal software runs as a standalone software wallet, keys live in encrypted storage on the phone instead, which is convenient for small balances but not the same security tier as an offline signer.

Many SafePal users run both: a software wallet for day-to-day activity and small amounts, and a hardware-backed wallet for long-term holdings that rarely move. The company designs for that split rather than pretending one wallet fits every purpose.

telemetry // signing_path

Wireless radios
0
Signing transport
QR
Key export paths
0
Recovery standard
BIP39

Values describe the architecture of SafePal air-gapped hardware wallets, not a live measurement.

// positioning

How SafePal compares to other custody choices

Rather than compare SafePal against named competitor devices, it is more useful to compare the categories a holder actually chooses between. The table below sets the SafePal hardware and software options against exchange custody and against a plain paper backup, using the criteria that matter when something goes wrong.

Comparison of SafePal hardware wallets, the SafePal App software wallet, exchange custody, and paper backup across custody, connectivity, and recovery criteria
Criterion SafePal hardware SafePal App only Exchange account Paper backup only
Who holds the keys You, offline You, on the phone The exchange You, on paper
Exposed to internet during signing No Yes Yes Not applicable
Survives phone loss Yes Only with recovery phrase Yes, via login Yes
Exposed to platform insolvency No No Yes No
Password or account reset available No No Yes No
Practical for daily DeFi use Workable Best Limited No
One-time cost Device purchase Free Free Free

The pattern the table exposes is that convenience and recoverability sit on one side and independence sits on the other. An exchange can reset your password; it can also freeze your account or fail. SafePal cannot reset anything, and that is precisely why it also cannot be compelled to hand over your funds. Most holders eventually land on a mix, and SafePal is built to be the offline anchor in that mix rather than a replacement for every tool.

// verification

Credentials, audits, and how to check them

Security claims are only worth as much as the evidence behind them, so it is fair to ask what SafePal has actually put on the record. Two categories matter: independent evaluation of the hardware and software, and verifiable authenticity of the device you receive.

EAL5+ secure element class Third-party security audits Binance Labs portfolio BIP32 / BIP39 / BIP44 Tamper-evident packaging

Independent review

SafePal has commissioned third-party security assessments of its hardware and firmware, and the company publishes audit information in its own documentation alongside the current firmware release notes. Because audit scope and dates change with each hardware generation and firmware version, the honest guidance is to read the report that matches the specific model and firmware you own rather than treating any single audit as a permanent stamp on the whole product line. Ask which version was tested, what was in scope, and whether findings were remediated.

The secure element class matters here too. SafePal devices use certified secure element chips, the same category of hardware used in payment cards and passports, chosen because they are designed to resist physical extraction attempts. Certification applies to the chip, not automatically to the entire device, which is why the firmware audits sit alongside it rather than being replaced by it.

Authenticity of the device you receive

Supply chain attacks are the practical risk with any hardware wallet, and the attack is simple: sell a preconfigured device with a recovery phrase the attacker already knows. SafePal ships with tamper-evident packaging and a self-check routine so a new owner can confirm the device has not been opened or pre-initialized. Two rules protect you regardless of brand. First, buy from SafePal directly or from an authorized reseller, never from a marketplace listing offering a suspiciously cheap or already-set-up device. Second, generate your own recovery phrase on the device during setup and refuse any device that arrives with a phrase printed, sealed in a card, or already stored.

If a SafePal package arrives with a broken seal, a device that powers on into an already-configured wallet, or any included paper listing words, the correct response is to stop, not use it, and contact SafePal support through the official app or website channels.

SETUP RULE: A genuine SafePal device generates your recovery phrase in front of you, during your own setup. A pre-generated phrase supplied by anyone else means the wallet is already compromised.

// operations

How SafePal operates and earns revenue

A wallet company's incentives tell you a lot about how it will behave, so it is worth being direct about where SafePal's money comes from. There are three main streams, and none of them involve holding customer assets.

The first is hardware sales. SafePal sells physical devices at a one-time price, through its own store and authorized distribution. This is straightforward product revenue, and it is the reason the company can offer its software wallet without charging a subscription.

The second is in-app service fees. When a user swaps tokens, buys crypto with fiat through an integrated provider, or uses other convenience features inside the SafePal App, there are fees attached, some charged by SafePal and some by the third-party liquidity or payment partner handling the transaction. These are optional services; a holder who only receives, stores, and sends assets pays network fees to the blockchain and nothing to SafePal.

The third is the SFP token ecosystem, which SafePal uses for fee discounts, promotional campaigns, and community incentives. The token gives the company a way to reward long-term users and align its community, but it is deliberately kept outside the security path. Nothing about custody, signing, or recovery in a SafePal wallet depends on holding SFP.

What SafePal explicitly does not do is take custody. It runs no order book for customer deposits, holds no client balances, and offers no yield product where the company takes possession of assets. That is a structural choice about risk: the largest crypto losses of the past decade have come from custodians failing, and a company that never holds funds cannot lose them. It also means SafePal has no ability to help in situations where a custodian normally would, which is the tradeoff a self-custody user accepts.

Data and privacy posture

Because SafePal never receives a private key or recovery phrase, the sensitive material simply is not present on its servers to leak. Using the app does involve network requests for balances, prices, and blockchain data, and third-party partners handling fiat purchases apply their own identity verification requirements under the rules that govern them. SafePal's own account-free model means creating a wallet does not require an email address or identity document, and the company documents which optional services do.

For privacy-focused users, the practical implication is that SafePal reduces custody risk and identity exposure at the wallet layer, while any fiat on-ramp used inside the app remains subject to the regulated partner's requirements.

// design_profile

Attack surface by wallet type

The chart below is a qualitative comparison, not measured data. It shows how the number of remote entry points into a signing key changes across storage approaches, which is the single variable SafePal is most focused on reducing. Longer bars mean more ways in for a remote attacker.

  • Keys on an exchange highest

    Account credentials, platform breach, insider access, insolvency, account freeze.

  • Keys in a browser extension only high

    Malicious extensions, clipboard hijacking, desktop malware, phishing sites.

  • Keys in a mobile app (SafePal App standalone) moderate

    Encrypted local storage plus OS sandboxing, still on a connected device.

  • Keys in connected hardware (USB or Bluetooth) low

    Keys isolated in a chip, but a live data channel to the host exists.

  • Keys in air-gapped hardware (SafePal hardware) lowest

    No radios, no data cable in the signing path; remaining risk is user approval and physical access.

Source: qualitative comparison of documented wallet architectures, prepared by SafePal for illustration. Bar lengths are relative, not measurements.

The remaining sliver at the bottom of that chart is the honest part. Air-gapping does not reach zero, because a user can still approve a harmful transaction and a device can still be physically stolen. SafePal designs the on-screen review flow and the PIN and wipe protections to address exactly that residual band.

// team_and_culture

The team and how SafePal works internally

SafePal is a distributed company with hardware engineering, firmware, mobile development, security research, and multilingual support functions. The combination is unusual in crypto: most wallet companies build only software, and building physical devices adds manufacturing, quality control, packaging integrity, and logistics to the work.

That hardware discipline shapes the culture. Firmware cannot be hot-fixed casually the way a web app can, so changes to the signing path go through review cycles that assume a mistake could be permanent for a user holding real assets. Release notes are versioned, older device generations are supported rather than abandoned, and the company documents which firmware version corresponds to which behavior.

Support is the other place where the company's structure shows. Because SafePal cannot recover a wallet, its support function is oriented toward prevention and process guidance rather than remediation: helping a user verify a firmware update, walk through a restore with a phrase they already hold, confirm whether a token contract is the one they think it is, or recognize a scam before they act on it. Support staff are trained to never request a recovery phrase, and the company states publicly that no legitimate SafePal channel will ask for one.

SafePal maintains an active presence across community channels in multiple languages, and a substantial part of its education work happens there: explaining allowance revocation, warning about impersonation accounts, and clarifying which announcements are genuine. Impersonation is common enough across the industry that SafePal treats channel verification as an ongoing operational task rather than a one-time notice.

The device's only job is to tell you the truth about what you are about to sign, and then do exactly that and nothing more.

SafePal design principle, as expressed in the company's product documentation

// fit_assessment

Who SafePal is built for

Being clear about fit is more useful than claiming universal suitability. SafePal is aimed at a specific set of holders, and there are situations where a different approach serves someone better.

A good fit

  • >First-time self-custody users who want offline storage without a premium price.
  • >Multi-chain holders who need one wallet across many networks and tokens.
  • >Mobile-first users, since the SafePal App is the primary interface.
  • >People who want a hardware signer that never plugs into anything.
  • >Holders running a split setup: a hot software wallet plus a cold SafePal device.

Consider carefully

  • >If you will not reliably store a paper recovery phrase, no self-custody wallet is safe for you.
  • >Institutions needing multi-signature governance and audit trails should evaluate dedicated custody tooling.
  • >High-frequency traders may find air-gapped QR signing slower than they want for every order.
  • >Anyone expecting an account reset or password recovery is describing custodial service, not SafePal.

The recurring theme is responsibility. SafePal gives you a stronger set of tools than an exchange account, and in exchange it hands you the full weight of key management. That trade suits many people and genuinely does not suit others, and it is better to know which group you are in before you move funds.

// onboarding

How to get started with SafePal

If you have decided SafePal fits your situation, the sequence below is the order the company recommends. Each step exists to catch a specific mistake, so it is worth doing them in order rather than jumping to the end.

  1. Install the SafePal App and learn the interface with a small amount

    Download the SafePal App from the official app store listing and create a software wallet. Write the recovery phrase on paper as it is displayed. Send a small test amount, then send it back out. This teaches you the flow, the fee behavior, and the address checks with almost nothing at risk.

  2. Order hardware from an official channel and verify the seal

    Buy the SafePal device from the company's own store or an authorized reseller. On arrival, inspect the tamper-evident packaging before opening it. Run the device self-check. If anything looks opened, resealed, or pre-configured, do not proceed and contact SafePal support.

  3. Generate a fresh recovery phrase on the device itself

    Set a PIN and let the SafePal hardware generate a new recovery phrase. Copy it to paper or a metal backup plate, verify it when prompted, and store it somewhere fire-safe and away from the device. Never photograph it, type it into any app, or store it in cloud notes or a password manager sync.

  4. Pair the device with the app and run one test transaction

    Link the hardware to the SafePal App by scanning the pairing QR code. Send a small amount to the hardware-backed address, then send a small amount out of it, reviewing the destination on the device screen. Confirming that the address on the hardware display matches what you intended is the habit that protects you long term.

  5. Move the main balance and set a maintenance routine

    Once the test round trip works, transfer your long-term holdings. Then set a habit: check for SafePal firmware and app updates periodically, review and revoke stale token allowances, and confirm your recovery phrase backup is still where you left it and still readable.

TEST FIRST: Always complete a small round trip in and out of a new SafePal wallet before transferring a meaningful balance. A five-dollar test catches nearly every setup mistake that would otherwise be discovered too late.

// common_questions

Frequently asked questions about the company

When was SafePal founded, and who backs it?

SafePal was founded in 2018 and was incubated by Binance Labs, the venture arm of the Binance exchange. That backing is public and is the company's best-known institutional relationship. It is an investment relationship, not a custody arrangement: SafePal wallets remain non-custodial and the exchange does not hold or control assets in a SafePal wallet.

Can SafePal access or freeze my funds?

No. SafePal never holds your private keys or recovery phrase, so it has no technical ability to move, freeze, or reverse anything in your wallet. This also means the company cannot recover a wallet if you lose your recovery phrase, and cannot claw back funds sent to the wrong address. Your backup is the only recovery mechanism that exists.

Do I need SafePal hardware to use the app?

No. The SafePal App works as a standalone software wallet with keys stored encrypted on your phone. Adding hardware upgrades the security tier by moving the keys into an offline device, which is the recommended path for balances you cannot afford to lose. Many users run both and keep the two roles separate.

What happens to my crypto if SafePal ever shuts down?

Your assets live on their respective blockchains, not inside SafePal, and your recovery phrase follows the widely used BIP39 standard. If the company disappeared tomorrow, you could restore the same accounts in any other standards-compliant wallet using that phrase. This portability is deliberate on SafePal's part and is one of the fairest tests to apply to any wallet provider.

How does SafePal make money if the app is free?

Primarily from hardware sales, plus fees on optional in-app services such as token swaps and fiat purchases, some of which go to third-party providers. The SFP token supports promotions and fee discounts in the ecosystem. SafePal takes no custody of assets and offers no deposit product, so its revenue does not depend on holding customer funds.

Is the SFP token required to use a SafePal wallet?

No. SFP is an ecosystem and community token used for discounts and campaigns. Storing, sending, receiving, and signing work identically without it, and no security function in a SafePal wallet depends on holding the token.

Where should I buy a SafePal device?

Only from the official SafePal store or an authorized reseller. Secondhand and unauthorized marketplace listings carry a real supply chain risk, because a device can be pre-initialized with a recovery phrase the seller already knows. If a device arrives already set up or with a printed phrase, treat it as compromised and do not use it.

How can I tell an official SafePal channel from an impersonator?

Start from the official SafePal app or website and follow links from there rather than from search results, direct messages, or social media replies. The single reliable test is the recovery phrase: any account, form, or person claiming to represent SafePal that asks for your seed words, private key, or a wallet connection to unlock a reward is fraudulent, no matter how convincing the branding looks.

// summary

In summary

SafePal is a crypto wallet company founded in 2018 and incubated by Binance Labs, built around the position that self-custody should be affordable and that the signing key should never touch a network. From the S1 in 2019 through the current hardware line, the mobile app, and the browser extension, SafePal has kept the same architecture: keys generated and sealed inside a secure element, transactions verified on a screen the attacker cannot control, and data crossing the air gap as QR codes.

The company earns revenue from hardware and optional in-app services rather than from holding your assets, which is why it can be honest about its limits. SafePal cannot recover your wallet, cannot reverse your transactions, and will never ask for your recovery phrase. Everything else the company builds is in service of making that arrangement safe enough to live with, and workable enough that people actually use it.