
Deposit Flow
The complete process for receiving on-chain Bitcoin into a Spark wallet:Generate Static Deposit Address
For Bitcoin deposits on L1, Spark generates P2TR addresses. These addresses start withbc1p... on mainnet, tb1p... on testnet/signet, and bcrt1p... on regtest/local.
Static deposit addresses are reusable, allowing the same address to receive multiple deposits. This approach is user-friendly, minimizes operational overhead, and is ideal for production applications.
bc1p5d7rjq7g6rdk2yhzks9smtbqtedr4dekq08ge8ztwac72sfr9rusxg3297
Deposit Bitcoin
Mainnet Deposits
To deposit Bitcoin on the mainnet, send funds to your static deposit address.Regtest Deposits
For testing purposes on the Regtest network, use the faucet to fund your Spark wallet without using real Bitcoin.If you have custom L1 requirements like confirmation thresholds, transaction chaining, or specific coin selection, talk to our team. We can expose lower-level controls to fit your infrastructure needs.
Monitor for Deposit Transactions
After sending Bitcoin to your deposit address, you’ll need to monitor for incoming transactions using a blockchain explorer or your own infrastructure.Since static addresses can receive multiple deposits, you need to actively monitor the address for new transactions.
Claiming Deposits
Once a deposit is found on the blockchain, you can claim it by providing the transaction ID.You can call
getClaimStaticDepositQuote anytime after the deposit transaction is made, but claimStaticDeposit will only succeed after the deposit transaction has 3 confirmations. If you’d like to receive faster, get in touch. We can do 0-1 conf as well.Sending Back to L1
Since your Spark wallet has a standard Bitcoin address, you can also send funds back on-chain without claiming them into Spark first:- You want to forward funds to another Bitcoin address directly
- You’d rather skip the claim fee
- You’re using Spark as a receiving address but want to settle on L1
Confirmation Requirements
- By default, deposits require 3 confirmations on L1
- 0-1 confirmation deposits are available. Get in touch to enable faster settlement
- Funds will be available in your Spark wallet after claiming
Minimum Deposit Amount
The minimum deposit must exceed the dust limit plus fees:- Dust limit: ~400 sats
- Claim fee: ~99 sats (varies with network conditions)
