Difference between revisions of "Introduction"

From Bisq Wiki
Jump to navigation Jump to search
(Add Bisq 2/multi-protocol context; clarify v1 trade example vs. newer protocols; refine security mechanisms description; add TOC & internal links (DAO, v1/v2, Easy, Security Deposit, etc.); improve flow.)
 
Line 1: Line 1:
Bisq is a decentralized bitcoin exchange network best understood in terms of its major components:
+
Bisq is a decentralized bitcoin exchange network best understood through its major components:
  
# Bisq is a cross-platform '''desktop application''' that allows anyone to buy and sell bitcoin in exchange for national currencies or other cryptocurrencies.
+
# Bisq is primarily a cross-platform '''desktop application''' (currently [[Bisq 2]]) that allows anyone to buy and sell bitcoin for national currencies or other cryptocurrencies, supporting multiple trading protocols.
# Bisq is a '''trading protocol''' that enables individuals to exchange directly with one another over the internet, eliminating the need for trusted third party exchange services.
+
# Bisq provides '''trading protocols''' (like the classic v1 protocol and [[Bisq Easy]]) that enable individuals to exchange directly with one another over the internet, eliminating the need for trusted third-party exchange services.
# Bisq is the '''peer-to-peer network''' formed by Bisq applications discovering, connecting to, and working with one another to implement the Bisq trading protocol. The Bisq network is fully peer-to-peer in that it requires no centrally-controlled servers and has no single points of failure.
+
# Bisq operates on a '''[[P2P Network|peer-to-peer network]]''' formed by Bisq applications discovering, connecting to, and working with one another. The Bisq network is fully peer-to-peer, requires no centrally-controlled servers, and has no single points of failure.
  
Bisq is not a company—it is '''free/libre software''' released under version 3 of the GNU Affero General Public License. Bisq is built by individuals around the world who choose to work together. Bisq is used by individuals around the world who choose to trade with Bisq instead of other bitcoin exchanges.  
+
Bisq is not a company—it is '''free/libre software''' released under version 3 of the GNU Affero General Public License (AGPLv3). Bisq is built by individuals around the world who choose to work together, organized as a [[Decentralized autonomous organization|decentralized autonomous organization]] (DAO). It is used by individuals globally who prefer trading directly with peers instead of using centralized bitcoin exchanges.
  
The project itself is organized as a [[decentralized autonomous organization]].
+
__TOC__
  
 
== Why Bisq exists ==
 
== Why Bisq exists ==
  
Bisq’s mission is to provide a '''secure''', '''private''' and '''censorship-resistant''' way of exchanging bitcoin for national currencies or other cryptocurrencies over the internet.
+
Bisq’s mission is to provide a '''secure''', '''private''', and '''censorship-resistant''' way of exchanging bitcoin for national currencies or other cryptocurrencies over the internet.
  
When we say secure, we are referring to the safety of users' funds. Centralized exchanges require users to store their bitcoins—​for at least some amount of time—​on exchange servers. When thousands of users do this, it creates extreme incentives for those servers to be hacked and for those users' bitcoins to be stolen. And time and time again these hacks and thefts are exactly what happen.
+
* When we say '''secure''', we are referring to the safety of users' funds. Centralized exchanges often require users to deposit funds onto exchange servers, creating large targets for hackers and thieves. Bisq avoids this custodial risk.
 +
* When we say '''private''', we are referring to users' ability to control their own information. Most centralized exchanges require extensive personal identification (KYC) to open an account, linking trading activity to real-world identities and creating risks of data leaks or misuse. Bisq requires no registration or KYC.
 +
* When we say '''censorship-resistant''', we are referring to the freedom to trade voluntarily without third-party interference. Centralized exchanges operate within specific legal jurisdictions and can be shut down or forced to comply with regulations that restrict trading or mandate surveillance. Bisq's decentralized nature resists such external control.
  
When we say private, we are referring to users' ability to control access to their own information. Most centralized exchanges require users to divulge personally identifying information in order to set up an account, which in turn links users' trading activity to their respective identities. This practice creates extreme risks for users: their personal details and financial information will be stolen, leaked, or otherwise used against their own best interests.
+
Bisq was built to fulfill this mission: providing an exchange mechanism where users keep control of their funds, privacy is the default, and the freedom to transact is defended.
 
 
When we say censorship-resistant, we are referring to freedom: users' ability to voluntarily trade with one another without interference from a third party. Centralized bitcoin exchanges are highly susceptible to such interference. By their nature, they must operate within one legal jurisdiction or another, putting them at risk of being fined or shut down if they do not comply with the laws and other rules of that jurisdiction, which may include restrictions on who can trade and what can be traded, and which almost always include requirements to collect personal information as described above.
 
 
 
Bisq was built to fulfill this mission: provide people an exchange mechanism where users keep control of funds, that is private by default, and that defends freedom of transaction.
 
  
 
{{Admonition_Note|If Bitcoin’s motto is "be your own bank," Bisq’s motto is "be your own exchange."}}
 
{{Admonition_Note|If Bitcoin’s motto is "be your own bank," Bisq’s motto is "be your own exchange."}}
  
== How Bisq works ==  
+
== How Bisq works ==
  
=== In a nutshell ===
+
=== In a nutshell (v1 Trade Example) ===
  
Imagine you want to buy bitcoin (BTC) in exchange for Euros (EUR). In Bisq terminology, you are a ''buyer'' of BTC looking for a ''seller'' of BTC who will accept EUR as payment.  
+
Imagine you want to buy bitcoin (BTC) in exchange for Euros (EUR). Using Bisq's classic [[Bisq 1|v1]] trading protocol (which involves security deposits), you are a ''buyer'' of BTC looking for a ''seller'' of BTC who accepts EUR.
  
To complete a trade on Bisq, you would follow a series of steps similar to these:
+
The basic steps would be:
  
# You download and run the Bisq application on your laptop or desktop computer
+
# You download, install, and run the [[Bisq 2]] desktop application.
# You configure Bisq with your EUR payment method details (bank transfer, money order, etc)
+
# You add your EUR payment method details (e.g., [[SEPA]] bank account) to your Bisq client.
# You browse Bisq’s offer book for existing offers to sell BTC for EUR
+
# You browse Bisq’s offer book for existing offers to sell BTC for EUR.
# You take an existing offer, agreeing to buy the seller’s BTC for your EUR
+
# You take an existing offer, agreeing to the seller's price and terms. This initiates the trade process, including locking BTC from both parties into escrow.
# You send EUR by the agreed-upon method and indicate you have done so in Bisq
+
# You send the EUR payment using your chosen method (outside of Bisq) and confirm "Payment sent" in the Bisq application.
# You and the seller wait for your EUR payment to arrive
+
# You and the seller wait for the EUR payment to arrive in the seller's account.
# The seller receives your EUR and confirms payment receipt in Bisq
+
# The seller receives the EUR payment and confirms receipt in Bisq.
# You receive your bitcoin from the seller and the trade is complete
+
# The trade completes, and the bitcoin (trade amount + your security deposit) is released to your Bisq wallet. The seller also receives their security deposit back.
  
For complete instructions on each of the steps above, see [https://bisq.network/getting-started/ Getting Started].
+
{{Admonition_Note|This example describes the classic Bisq v1 trading protocol. Other protocols available in [[Bisq 2]], like [[Bisq Easy]], may have different flows (e.g., no [[Security deposit|security deposit]], reliance on seller [[Reputation|reputation]]).}}
  
These steps can vary in a number of ways depending on whether you wish to buy or sell bitcoin, whether you are the ''maker'' or ''taker'' of an offer, and which payment methods you prefer to use.
+
For complete setup instructions, see the [https://bisq.network/getting-started/ Getting Started] guide.
  
Regardless, the steps above are quite different from those one would follow to complete a similar trade on a centralized exchange.
+
The exact steps can vary depending on whether you buy or sell, act as the offer [[How to be a market maker on Bisq|maker]] or taker, and the specific payment methods involved. Regardless of the protocol, the process differs significantly from centralized exchanges.
  
 
=== How trading with Bisq is different ===
 
=== How trading with Bisq is different ===
  
Bisq is a desktop application and not a browser-based web application. Experienced traders will notice is that there is '''no automatic order matching''' on the Bisq exchange. Instead, Bisq users manually search for and select specific offers they wish to take directly from other Bisq users. This approach enables truly peer-to-peer trade settlement, and ensures that users are in control of which counterparties they trade with.
+
Key characteristics distinguish Bisq trading:
  
Bisq is also unique among decentralized bitcoin exchanges in the way it coordinates '''out-of-band fiat payments'''. Bisq does not directly integrate with banks or other national currency payment systems in any way. Rather, Bisq’s trading protocol orchestrates the process of buyer and seller working together to settle fiat payments outside of the Bisq application, as demonstrated in steps 5-7 of the trading example above.
+
* '''Desktop Application:''' Bisq runs locally on your computer, not in a web browser.
 +
* '''Manual Offer Taking:''' There is no automatic order matching. Users manually browse the offer book and choose specific offers from peers. This enables direct P2P settlement and user control over counterparties.
 +
* '''Out-of-Band Fiat Payments:''' Bisq orchestrates, but does not directly process, fiat (or altcoin) payments. These transfers happen directly between users via their chosen payment methods outside the Bisq application itself.
  
These and other differences result in a key trade-off for Bisq users: trade settlement can take longer, but transactions are far more secure, private and censorship-resistant.
+
These differences lead to a fundamental trade-off: Bisq trades may take longer to settle than on centralized platforms, but they offer significantly enhanced security, privacy, and censorship resistance.
  
 
=== How Bisq keeps funds secure ===
 
=== How Bisq keeps funds secure ===
* Bisq is '''entirely non-custodial''': users stay in control of fiat and cryptocurrency funds
+
Mechanisms vary by protocol, but core principles include:
* Trades include '''[[security deposit|security deposits]]''' from buyer and seller to prevent fraud
+
* '''Non-Custodial:''' Users always retain control of their fiat and cryptocurrency funds. Bisq never holds user funds.
* The bitcoin for sale and bitcoin security deposits are locked in a '''2-of-2 multisig escrow'''
+
* '''Incentives/Collateral:''' Trading protocols use mechanisms to ensure fair play. The classic [[Bisq 1|v1]] protocol uses [[Security deposit|security deposits]] locked from both buyer and seller alongside the trade amount in a '''2-of-2 multisig escrow'''. Other protocols like [[Bisq Easy]] rely on [[Reputation|seller reputation]].
* Disputes are handled through a decentralized human '''[[dispute resolution]]''' system
+
* '''Dispute Resolution:''' If issues arise, a decentralized human [[Dispute_Resolution_in_Bisq_1|dispute resolution]] system (including trader chat, mediation, and potentially arbitration) is available.
  
 
=== How Bisq keeps data private ===
 
=== How Bisq keeps data private ===
* Using Bisq requires '''no registration or centralized identity verification'''
+
* '''No Registration/KYC:''' Using Bisq requires no identity verification or account registration with a central entity.
* Every Bisq application is a '''Tor hidden service'''
+
* '''Tor Network:''' All peer-to-peer network communication runs over the [[Tor]] network by default, masking IP addresses.
* Bisq has no '''central servers or databases''' to record data
+
* '''No Central Servers:''' Bisq has no central databases storing user or trade data.
* '''Data is encrypted''' such that trade details are readable only by counterparties
+
* '''Encrypted Communication:''' Trade details are end-to-end encrypted between the trading counterparties.
  
 
=== How Bisq resists censorship ===
 
=== How Bisq resists censorship ===
* Bisq’s network is a '''fully distributed P2P network''', and thus difficult to shut down
+
* '''Distributed P2P Network:''' The network consists of users running the software globally, making it difficult for any single entity to shut down.
* Bisq’s network is '''built on top of Tor''', and thus inherits Tor’s own censorship resistance
+
* '''Built on Tor:''' Inherits [[Tor]]'s own censorship resistance properties.
* '''Bisq is code''', not a company; it is not incorporated, and thus cannot be disincorporated
+
* '''Code, Not a Company:''' Bisq is open-source software developed by a DAO, not a legal corporate entity that can be easily targeted or shut down by regulators.

Latest revision as of 04:30, 17 April 2025

Bisq is a decentralized bitcoin exchange network best understood through its major components:

  1. Bisq is primarily a cross-platform desktop application (currently Bisq 2) that allows anyone to buy and sell bitcoin for national currencies or other cryptocurrencies, supporting multiple trading protocols.
  2. Bisq provides trading protocols (like the classic v1 protocol and Bisq Easy) that enable individuals to exchange directly with one another over the internet, eliminating the need for trusted third-party exchange services.
  3. Bisq operates on a peer-to-peer network formed by Bisq applications discovering, connecting to, and working with one another. The Bisq network is fully peer-to-peer, requires no centrally-controlled servers, and has no single points of failure.

Bisq is not a company—it is free/libre software released under version 3 of the GNU Affero General Public License (AGPLv3). Bisq is built by individuals around the world who choose to work together, organized as a decentralized autonomous organization (DAO). It is used by individuals globally who prefer trading directly with peers instead of using centralized bitcoin exchanges.

Why Bisq exists

Bisq’s mission is to provide a secure, private, and censorship-resistant way of exchanging bitcoin for national currencies or other cryptocurrencies over the internet.

  • When we say secure, we are referring to the safety of users' funds. Centralized exchanges often require users to deposit funds onto exchange servers, creating large targets for hackers and thieves. Bisq avoids this custodial risk.
  • When we say private, we are referring to users' ability to control their own information. Most centralized exchanges require extensive personal identification (KYC) to open an account, linking trading activity to real-world identities and creating risks of data leaks or misuse. Bisq requires no registration or KYC.
  • When we say censorship-resistant, we are referring to the freedom to trade voluntarily without third-party interference. Centralized exchanges operate within specific legal jurisdictions and can be shut down or forced to comply with regulations that restrict trading or mandate surveillance. Bisq's decentralized nature resists such external control.

Bisq was built to fulfill this mission: providing an exchange mechanism where users keep control of their funds, privacy is the default, and the freedom to transact is defended.

Note
If Bitcoin’s motto is "be your own bank," Bisq’s motto is "be your own exchange."

How Bisq works

In a nutshell (v1 Trade Example)

Imagine you want to buy bitcoin (BTC) in exchange for Euros (EUR). Using Bisq's classic v1 trading protocol (which involves security deposits), you are a buyer of BTC looking for a seller of BTC who accepts EUR.

The basic steps would be:

  1. You download, install, and run the Bisq 2 desktop application.
  2. You add your EUR payment method details (e.g., SEPA bank account) to your Bisq client.
  3. You browse Bisq’s offer book for existing offers to sell BTC for EUR.
  4. You take an existing offer, agreeing to the seller's price and terms. This initiates the trade process, including locking BTC from both parties into escrow.
  5. You send the EUR payment using your chosen method (outside of Bisq) and confirm "Payment sent" in the Bisq application.
  6. You and the seller wait for the EUR payment to arrive in the seller's account.
  7. The seller receives the EUR payment and confirms receipt in Bisq.
  8. The trade completes, and the bitcoin (trade amount + your security deposit) is released to your Bisq wallet. The seller also receives their security deposit back.
Note
This example describes the classic Bisq v1 trading protocol. Other protocols available in Bisq 2, like Bisq Easy, may have different flows (e.g., no security deposit, reliance on seller reputation).

For complete setup instructions, see the Getting Started guide.

The exact steps can vary depending on whether you buy or sell, act as the offer maker or taker, and the specific payment methods involved. Regardless of the protocol, the process differs significantly from centralized exchanges.

How trading with Bisq is different

Key characteristics distinguish Bisq trading:

  • Desktop Application: Bisq runs locally on your computer, not in a web browser.
  • Manual Offer Taking: There is no automatic order matching. Users manually browse the offer book and choose specific offers from peers. This enables direct P2P settlement and user control over counterparties.
  • Out-of-Band Fiat Payments: Bisq orchestrates, but does not directly process, fiat (or altcoin) payments. These transfers happen directly between users via their chosen payment methods outside the Bisq application itself.

These differences lead to a fundamental trade-off: Bisq trades may take longer to settle than on centralized platforms, but they offer significantly enhanced security, privacy, and censorship resistance.

How Bisq keeps funds secure

Mechanisms vary by protocol, but core principles include:

  • Non-Custodial: Users always retain control of their fiat and cryptocurrency funds. Bisq never holds user funds.
  • Incentives/Collateral: Trading protocols use mechanisms to ensure fair play. The classic v1 protocol uses security deposits locked from both buyer and seller alongside the trade amount in a 2-of-2 multisig escrow. Other protocols like Bisq Easy rely on seller reputation.
  • Dispute Resolution: If issues arise, a decentralized human dispute resolution system (including trader chat, mediation, and potentially arbitration) is available.

How Bisq keeps data private

  • No Registration/KYC: Using Bisq requires no identity verification or account registration with a central entity.
  • Tor Network: All peer-to-peer network communication runs over the Tor network by default, masking IP addresses.
  • No Central Servers: Bisq has no central databases storing user or trade data.
  • Encrypted Communication: Trade details are end-to-end encrypted between the trading counterparties.

How Bisq resists censorship

  • Distributed P2P Network: The network consists of users running the software globally, making it difficult for any single entity to shut down.
  • Built on Tor: Inherits Tor's own censorship resistance properties.
  • Code, Not a Company: Bisq is open-source software developed by a DAO, not a legal corporate entity that can be easily targeted or shut down by regulators.