Specter SpecterFreedom, Privacy, Monetary Independence PRESALE LIVE
← Specter
Glossary

Self-Custody, Explained

Try Specter in your browser, or install it as a web app. Money and speech, free from surveillance. Pseudonymous by design: no KYC, self-custodied, can't read your messages. No app store, no gatekeeper. Open specterapp.io

Self-custody means the private keys that authorise spending are held by you rather than by a platform. Whoever holds the keys controls the asset in practice, and every other arrangement is a claim against a company that holds them on your behalf.

What you are actually holding

Coins do not sit in a wallet. The blockchain records balances against addresses, and your wallet holds the private key that produces valid signatures for an address. Holding funds means holding the ability to sign.

Most wallets derive every key from a single seed phrase, typically twelve or twenty four words, following the BIP-39 standard. That phrase is the account. Anyone who reads it controls the funds immediately and irreversibly, and anyone who loses it loses access permanently. A hardware wallet stores the seed on a device that never exposes it to your computer, which protects against malware but changes none of the underlying facts about the phrase.

What custody actually cost people

The case for holding your own keys was made by custodians failing, repeatedly, with customer funds inside.

  • Mt. Gox handled a large share of global Bitcoin trading before collapsing in 2014. Creditors were still receiving distributions a decade later.
  • Celsius froze withdrawals in June 2022 and filed for bankruptcy the following month. Customers who believed they were depositing had in fact become unsecured creditors.
  • FTX collapsed in November 2022, with customer assets found to have been moved to an affiliated trading firm.
  • Voyager Digital halted withdrawals and entered bankruptcy in July 2022.

The pattern in each case is the same. Customers read their balance as ownership. Legally it was a claim on a company, and when the company failed the claim went into a queue with every other creditor.

The responsibility this transfers to you

Self-custody removes counterparty risk and hands you operational risk in exchange. Anyone recommending it without saying so is selling something. The realistic failure modes:

  • Losing the seed phrase. No support line exists. No reset is possible. This is the single most common way people lose self-custodied funds.
  • Phishing and fake support. Nobody legitimate will ever ask for your seed phrase. Every request for it is theft, without exception, including from accounts that appear to be official support.
  • Clipboard malware. Software that swaps a copied address for the attacker's address. Always verify the first and last characters after pasting.
  • Approval exploits. Signing a token approval can grant open ended spending permission to a contract. Review what you sign and revoke old approvals.
  • Death or incapacity. Funds with no recovery plan are lost to your family permanently.

Practical setup that survives contact with reality

  • Write the seed phrase on paper at minimum, and stamp it into metal if the amount matters. Paper does not survive fire or flood, and the failure is silent until you need it.
  • Store backups in two physically separate locations. A single location covers theft or disaster, never both.
  • Never photograph the phrase, never type it into a computer, and never store it in a password manager or cloud note. Digital copies are the second most common loss vector after simply losing the phrase.
  • Test recovery before funding the wallet properly. Wipe the device and restore from the phrase with a small amount. An untested backup is an assumption.
  • Use a separate wallet for experimenting with unfamiliar applications, and keep long term holdings in a wallet that never signs anything unusual.
  • For larger amounts consider multisig, which requires several keys to approve a transaction so that one compromised key is not fatal.
  • Write an inheritance plan that lets someone you trust recover the funds without giving them access while you are alive.

Specter's design

Specter wallets are self-custodied. Specter never holds user private keys, which means the platform has no technical route to freeze or move user funds, whoever asks and whatever the pressure. This is a property of the architecture rather than a commitment in a policy document, which matters because policies change with management and architecture does not.