A decentralized bitcoin exchange network
Go to file
2018-09-14 16:02:58 +02:00
.idea Update imports for de.jensd.fx and optimize imports 2018-04-17 11:17:35 +02:00
assets Update source compatibility to Java 10 2018-09-07 11:35:45 +02:00
common Use default security provider instead of Bouncy Castle 2018-09-14 16:02:58 +02:00
core Use default security provider instead of Bouncy Castle 2018-09-14 16:02:58 +02:00
desktop Use default security provider instead of Bouncy Castle 2018-09-14 16:02:58 +02:00
doc Merge master 2018-05-14 18:08:04 +02:00
gradle/wrapper Update gradle to 4.9 2018-09-05 11:19:58 +02:00
p2p Use default security provider instead of Bouncy Castle 2018-09-14 16:02:58 +02:00
.editorconfig Revert to 4-space indentation in build.gradle 2018-03-29 19:44:35 +02:00
.gitignore Improve gitignore 2018-09-05 11:20:22 +02:00
.travis.yml Update travis Java version 2018-09-07 13:04:15 +02:00
build.gradle Merge "Update root gradle scripts":9c628bb873cbfd7fd9c56fbbd022470a205561f9 from @chirhonul 2018-09-05 11:15:30 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md 2018-01-23 09:08:30 +01:00
gradle.properties Increase Gradle HTTP timeouts from 30 => 120 seconds 2018-03-22 10:39:52 +01:00
gradlew Add Gradle build 2018-03-21 06:14:48 +01:00
gradlew.bat Add Gradle build 2018-03-21 06:14:48 +01:00
LICENSE add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
README.md Reflect new repository structure 2018-07-10 13:13:38 +02:00
settings.gradle Merge "Update root gradle scripts":9c628bb873cbfd7fd9c56fbbd022470a205561f9 from @chirhonul 2018-09-05 11:15:30 +02:00

What is Bisq?

Bisq is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges such as Coinbase, Bitstamp or (the former) Mt. Gox.

By running Bisq on their local machines, users form a peer-to-peer network. Offers to buy and sell bitcoin are broadcast to that network, and through the process of offering and accepting these trades via the Bisq UI, a market is established.

There are no central points of control or failure in the Bisq network. There are no trusted third parties. When two parties agree to trade national currency for bitcoin, the bitcoin to be bought or sold is held in escrow using multisignature transaction capabilities native to the bitcoin protocol.

Because the national currency portion of any trade must be transferred via traditional means such as a wire transfer, Bisq incorporates first-class support for human arbitration to resolve any errors or disputes.

You can read about all of this and more in the whitepaper and arbitration documents. Several videos are available as well.

Status

Bisq has released the beta version on the 27th of April 2016. It is operational since that time without any major incident. Please follow the current development state at our road map. For the latest version checkout our releases page at GitHub.

Building from source

See doc/build.md.

AUR for Arch Linux

Staying in Touch

Contact the team and keep up to date using any of the following:

License

Bisq is free software, licensed under version 3 of the GNU Affero General Public License.

In short, this means you are free to fork this repository and do anything with it that you please. However, if you distribute your changes, i.e. create your own build of the software and make it available for others to use, you must:

  1. Publish your changes under the same license, so as to ensure the software remains free.
  2. Use a name and logo substantially different than "Bisq" and the Bisq logo seen here. This allows for competition without confusion.

See LICENSE for complete details.