BSQ

From Bisq Wiki
Revision as of 03:56, 22 April 2025 by Strayorigin (talk | contribs) (Cleanup page: Rewrite intro for clarity, fix links, standardize spelling.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BSQ is the utility token of the Bisq DAO, used for governance participation and optionally paying trading fees at a discount. Technically, it is implemented as colored bitcoin tokens. This means BSQ functions as a token layer on the Bitcoin blockchain, where specific satoshis represent BSQ units recognized as distinct from regular bitcoin only within the Bisq software wallet. The easiest way to obtain BSQ via trade is through BSQ swaps.

BSQ Token

A BSQ token is a colored coin on the Bitcoin blockchain. A single BSQ token is defined to be 100 satoshis with some additional properties that identify it as BSQ in Bisq software.

Outside Bisq, a BSQ token just looks like a few satoshis. But on Bisq, the additional properties have the following results:

  • the satoshis take on the market value of a BSQ token
  • the owner of the satoshis is endowed with power to participate in various Bisq governance functions

Technical details of BSQ tokens are available in this document.

BSQ vs BTC

You can observe the difference between a standard BTC transaction and a BSQ transaction (which is also a BTC transaction but interpreted differently by Bisq) using block explorers:

BSQ Trading

Because BSQ tokens are only recognized as having special properties by Bisq software, BSQ trading primarily takes place within the Bisq application using BSQ swaps.

While BSQ fundamentally consists of bitcoin satoshis, it requires special handling. It should only be stored in and sent from the built-in Bisq wallet.

Warn
Do not attempt to send BSQ to a non-Bisq wallet (e.g., another Bitcoin wallet or an exchange) or create custom BSQ transactions manually. The rules for valid BSQ transactions are complex and enforced by the Bisq software. Errors can lead to the BSQ value being unrecognized or lost (becoming plain satoshis). The technical overview provides details, but the source code is the ultimate reference. Future software updates may also break custom implementations. Bisq cannot provide support for recovering BSQ sent outside the Bisq wallet ecosystem.

BSQ Issuance

BSQ was initially created in a genesis transaction in April 2019. Since then, new BSQ is only created through the Bisq DAO via approved compensation or reimbursement requests submitted by contributors. BSQ is 'burned' (destroyed) when used to pay trading fees. Learn more about the BSQ issuance and burn dynamic.

Note
BSQ is not an ICO token. It was never sold to raise capital. It functions purely as a utility token to enable decentralized governance and funding for the Bisq network, which has been operational since 2016.

BSQ Wallet

BSQ is stored within the user's standard Bisq Bitcoin wallet file but is managed separately by the software to prevent accidental mixing with regular BTC.

  • Separate Balances: The UI shows distinct BTC and BSQ balances.
  • Separate Files (Internal): Wallet data for BTC and BSQ are stored in separate internal files within the Data directory.
  • Address Prefix: BSQ addresses displayed in the UI are prefixed with a 'B' to distinguish them visually from standard BTC addresses.
  • Derivation Path: Bisq uses a unique BIP-44 derivation path for its wallets, making them generally incompatible with external wallet software for direct recovery (though BTC funds can be recovered using the seed phrase with specific steps).

For user convenience, the BTC and BSQ wallets within Bisq share the same seed phrase.

More technical details can be found in the DAO user reference and DAO technical overview. See also how to buy BSQ using swaps.