Skip to content

Hot Wallets

A hot wallet is the simplest wallet type in Sigvault. It uses a single system-managed key, meaning the signing key is generated and stored on the Sigvault server. No hardware wallet is required.

Hot wallets are best suited for:

  • Everyday spending — Quick transactions without device interaction
  • Small amounts — Funds you’re comfortable having in a custodial setup
  • Application integration — Automated payments via the API
  • Testing and development — Getting started without hardware

Since the private key is managed by the system, transactions can be signed immediately without user interaction on a hardware device.

  1. Wallet Creation — Sigvault generates a system-managed key and creates a single-signature descriptor wallet
  2. Receiving — Generate addresses from the web interface or API
  3. Sending — Build and sign transactions directly through the system, no device needed
  4. Monitoring — Track balance, transactions, and UTXOs in real-time

With a hot wallet, Sigvault holds the private key. This is a custodial arrangement — the system can sign transactions on your behalf. This offers convenience but means you are trusting the Sigvault infrastructure with your funds.

For non-custodial alternatives where you control the keys, see Single Signature Wallets or Multisig Wallets.

From the web application:

  1. Navigate to Wallets and select Create Wallet
  2. Choose the Hot Wallet template (or select “Trading Hot Wallet” from the template library)
  3. A system device is automatically assigned
  4. Review and confirm the wallet configuration

The wallet is ready to use immediately after creation.

  • Security tradeoff — Convenience comes at the cost of custodial trust
  • No hardware required — Ideal for getting started quickly
  • API-friendly — Automated signing for programmatic workflows
  • Single point of failure — One compromised key means total loss of funds in the wallet