BitGo Wallet Types

Overview

BitGo offers the following on-chain wallet types:

Multisig ColdMultisig HotTSS ColdTSS Hot
Custodial
Self Managed

Additionally, BitGo offers an off-chain wallet known as a Go Account, which is an omnibus, custodial cold wallet that utilizes an off-chain ledger. Unlike other wallet types from BitGo, Go Accounts can hold multiple assets, including fiat.

Multi-party computation (MPC) wallets at BitGo use threshold signature schemes (TSS). Whether a wallet is multisignature or threshold signature scheme (TSS) is dependent on its blockchain. Functionally, both signature schemas offer the same level of security and signing by multiple co-signers, but their integrations differ. To learn more, see Multisignature vs TSS.

Every wallet type at BitGo has unique features and functionality that determine integration flows for wallet creation and transacting. To learn more about the different flows and see how they compare, see Wallets Overview and Transact Overview.

Keys

All on-chain BitGo wallets utilize the following 3 keys:

  1. User key
  2. Backup key
  3. BitGo key

The following table identifies who creates the private keys for each wallet type:

Wallet TypeUser KeyBackup KeyBitGo Key
Custodial Multisig🄱🄱🄱
Custodial TSS🄱🄱🄱
Self-Managed Multisig Cold👤👤🄱
Self-Managed Multisig Hot👤👤🄱
Self-Managed TSS Hot👤👤🄱

Custodial

For both multisignature and TSS wallets, custodial-wallet users initiate transactions, programmatically or through the BitGo web UI, but don't sign transactions. After video verification, a BitGo Trust operator signs the transaction with the user key. Then a different BitGo Trust operator downloads and signs the transaction in the BitGo Offline Vault Console (OVC). BitGo then uploads and broadcasts the transaction.

Custodial wallets are the most secure wallets of all the supported BitGo wallet types. However, these are also the least flexible wallet type if you're sending funds frequently. Withdrawals from custodial wallets have a 24-hour service-level agreement (SLA).

Self-Managed

  • Multisignature Cold
  • Multisignature Hot
  • TSS Hot

Cold-wallet users download unsigned transactions from the BitGo web UI or programmatically. Users sign transactions in the OVC using their user key (encrypted by their BitGo or wallet password). Users then upload the half-signed transaction to BitGo and BitGo signs using the BitGo key. BitGo then uploads and broadcasts the transaction.

Self-managed multisignature cold wallets enable the most control and privacy of all the supported BitGo wallet types.

Go Account

Go Accounts are the only off-chain wallet type at BitGo and the only wallet type that can hold multiple assets, including fiat. Additionally, due to leveraging an off-chain ledger, Go Accounts are the only wallet type that have just 1 key, instead of 3.

From your Go Accounts you can participate in the Go Network, enabling streamlined allocations, trades, and settlements with other connected enterprises and platforms. To learn more, see Go Network Overview.

Programmatically, Go Accounts function similar to other BitGo wallet types, and even have a wallet ID. Go Accounts can also have multiple receive addresses (when supported by an asset). However, an enterprise can only have 1 Go Account.

Note: If you had a trading wallet, it's now a Go Account. You may encounter parts of the API and SDK that still reference trading wallets or trading accounts, but they're now Go Accounts.


Legacy Wallet Types

Note: Don't create new wallets using legacy wallet types. If you have a legacy wallet type, BitGo recommends that you upgrade to a current type for enhanced security and functionality.

The following are legacy wallet types:

  • Custodial Paired - The original custodial wallet at BitGo. This wallet worked similar to a hot wallet, but each was linked to a BitGo-managed parent wallet that approved all outgoing transactions.
  • V1 - The original self-managed wallet at BitGo. This wallet was limited to Bitcoin.

See Also