Bisq's avatar
Bisq
_@bisq.network
npub1sqn6...5net
A peer-to-peer bitcoin exchange system
Bisq's avatar
bisq 3 days ago
# Bisq v1.10.1 has been released This release mainly addresses concerns about the overly restrictive trade amount limits introduced in the previous release and fixes a bug affecting BSQ swap trades. ## Release notes ### Trading - Maximum trade limits were increased to 0.250 BTC. - The risk-based reduction factors for the 4 risk classes were changed from `1, 2, 4, 8` to `1, 2, 3, 4`. This results in trade limits of up to 0.250 BTC for Altcoins and up to 0.0625 BTC for higher-risk fiat payment methods such as SEPA or Zelle. - Fixed a bug in BSQ swap fee validation and added additional validation checks. - Trade statistics validation was adjusted for the reduced trade limits introduced in the previous release. ### UX And Settings - Updated the user agreement. - Trade rules are now shown when users create or take an offer for the first time. - Trade rules and the user agreement are now available from Settings → About. - The cold-storage reminder threshold is now configurable in preferences. ### Release Process - Debian package dependency generation now relaxes `t64` dependencies while preserving the original constraint or qualifier on the non-`t64` alternative. See full release notes at:
Bisq's avatar
bisq 6 days ago
Bisq v2.1.11 released. Main focus of this release: • Major security and hardening improvements • Stronger release verification and update protection • Better Tor reliability and macOS Apple Silicon support Please update as soon as possible! image
Bisq's avatar
bisq 2 weeks ago
# Bisq 1.10.0 is released! This release focuses on security hardening following the recent security incident and includes major improvements to trade protocol validation, network message handling, release verification, and protection against supply chain attacks. Please download the new app from inside your Bisq application which includes automated verifications or download and verify manually at: A full post-mortem covering the incident, investigation, impact assessment, and all security improvements will be published on the Bisq website in the coming days. ## Reimbursement for affected traders A proposal has been published and if it gets accepted by the DAO in the upcoming voting cycle it will lead to a timely, full refund in Bitcoin. ## Release notes: # Security Improvements - Hardened validation of trade protocol messages, deposit transactions, payout transactions, trade contract data, and peer-provided wallet data. - Improved protection against supply chain attacks by adding PGP signature verification to dependency resolution. - Updated Java, JavaFX, Tor, bitcoinj, and other dependencies to their latest stable versions. - Improved the build process with additional verification of the build toolchain. - Added Docker-based DAO and end-to-end trade tests to GitHub Actions. This work will continue over the coming weeks. # Security Improvements Affecting the Trading Experience - The maximum trade amount is now limited to `0.125 BTC`. - Offers and trades are now restricted to a maximum price deviation of `25%`. - Disabled XMR auto-confirmation. No issues have been identified, but a more in-depth security audit is planned for this area. - Removed the webcam library used for QR code scanning to reduce security risks. A more secure replacement will be introduced in the next release. - Removed dispute chat attachments and dispute log file transfers for security reasons. - Added a popup reminder advising users not to use the Bisq wallet as a long-term storage wallet when holding higher balances. # UX - Improved performance by updating JavaFX and Java versions. # Deployment - macOS releases now support both Apple Silicon and Intel-based Macs. - The reproducible build system is now partially in place, though not yet applied to this release. The next release will fully benefit from it. Thank you to everyone who helped review, test, investigate, and support the project.
Bisq's avatar
bisq 3 weeks ago
# Bisq Exploit Update 2 ## Data points We have now received all reports from affected users. The total amount of funds lost is **11.59104 BTC**. A total of **10 users** were affected. Only **altcoin trades** were impacted. **Fiat trades** are protected by the account age witness signing system, which likely acted as a deterrent to the attacker. **Three trades accounted for almost 90% of the total loss**, while **three traders suffered only very small losses**. ## What is the current status of reimbursement? No final proposal has been completed yet. Our goal remains to submit a proposal for **DAO voting**, and the current proposal period ends in about **one week**. The intent remains the same as initially communicated: **we plan to fully reimburse all victims** and provide the option to receive reimbursement in **Bitcoin or BSQ**. What remains unresolved is how to fund the reimbursement in a way that minimizes the impact on the **DAO, BSQ stakeholders, and Bisq contributors**. ## When will a new version be released? Our initial plan was to deploy a hotfix based on the latest release, with only minimal changes to address the vulnerability used in the exploit. However, this approach proved too risky. We must assume that the same attacker — and potentially others — will actively probe for additional vulnerabilities across all parts of the application. This includes the **wallet**, the **P2P network**, the **DAO**, and infrastructure components such as **external market price providers**. Given the breadth of this attack surface, a full review could not be completed in a short timeframe. We therefore focused on **hardening the trade protocol** and addressing other short-term risks that could realistically be mitigated. In addition, we decided to merge the hotfix branch into the main branch, which already contained the work for the upcoming **1.9.23 release** and was close to completion. This introduced a substantial number of additional changes and naturally requires more extensive testing — which is why this option was not initially considered. However, as the hotfix itself grew significantly in scope, the original argument no longer applied and merging became the more reasonable path. As a result, our release schedule has been delayed. We are now in the final stages and hope to begin testing and release within the next few days. We understand that this delay is frustrating for users. However, security requires discipline, and we cannot take shortcuts that could create the risk of a follow-up incident. ## What did we find during the security analysis? The main findings that could affect user funds are limited to the **trade protocol**. No new exploit path has been identified. That said, we discovered and addressed a number of potential issues. Based on our current understanding, none of them could have been used to directly steal funds. Some, however, could have caused transactions to become invalid, potentially leading to secondary damage and operational risk. ### Wallet security No wallet-related vulnerability has been identified. We are currently evaluating additional measures to further reduce wallet-related risk, but these would require significantly more time to implement. While no wallet vulnerability has been found, we cannot completely exclude the possibility that undiscovered issues may exist. Because a **hot wallet integrated into a P2P application** inherently carries more risk than a traditional wallet, we strongly recommend that users **do not keep more funds in the Bisq wallet than are necessary for active trading**. This should already be standard security practice: **keep savings in a hardware wallet, not in the Bisq wallet**. ### Other areas Our analysis of the **DAO**, **P2P network**, and **node infrastructure** did not uncover any critical vulnerabilities. However, we did address several existing issues and will continue working to reduce attack surface and strengthen protective safeguards. ## Some learnings One important lesson from this work is that **structural friction and layer boundaries can act as valuable security safeguards**. In **Bisq 1**, the maker fee transaction allocates the UTXO required by the maker for the trade. This transaction is created only through direct user action, not by network messages, and it exists outside the trade protocol itself. That separation created an important boundary and limited the maximum possible damage the exploit could cause. In the **Bisq 2 MuSig protocol**, we removed that extra transaction as an optimization. At the time, we viewed that as clear progress. With the learnings from this incident, we need to reconsider that assumption — or at minimum recognize that the protective boundary created by that separate layer no longer exists in the new protocol. **Security often works against intuition. Friction can be beneficial. Layer boundaries create risk boundaries.**
Bisq's avatar
bisq 0 months ago
**Bisq Protocol Exploit Update** This is a brief update on what we have learned so far, the current state of reimbursement planning for affected users, and some broader observations about the growing role of AI-assisted attacks. **Estimated impact** Based on preliminary estimates from data analysis and reports from affected users, the total amount stolen appears to be approximately **11 BTC**. The attacker used a **0.001 BTC** multisig output together with an unusually high **10,000 sat** miner fee in the reported transactions. That combination created a recognizable transaction fingerprint, which helped identify suspicious transactions within the time window in which the attack occurred. So far only Altcoin trades have been reported. This remains a preliminary estimate. The final amount may change as additional reports are reviewed. **How are victims getting reimbursed?** We are currently discussing several reimbursement options. Our goal is to enable **fast and complete reimbursement with minimal friction for victims**. There are, however, practical constraints: • **Protocol constraints**: victims must open arbitration cases. Arbitration can only be opened after a time lock of **10 days for altcoin trades** and **20 days for fiat trades**. • **DAO constraints**: the DAO has limits on how much can be issued per DAO cycle. • **DAO governance**: the proposal for the reimbursement has to be confirmed by the DAO via voting. The current DAO cycle will end around 25th of May. The current intention is to allow victims to choose between reimbursement in **Bitcoin** or **BSQ**. At this stage we cannot make a final commitment on the exact mechanism, but we wanted to share our intentions. For Bisq users — whether affected directly or not — discussion is ongoing in the **Matrix channel**: ( And on **GitHub**: ( The final reimbursement model will be submitted as a **DAO proposal for voting**. The exploit caused a significant challenge for both Bisq and the DAO, but we are confident it is manageable. It was serious, but it was not a fatal blow. **How did the exploit happen?** In short, the exploit was caused by a **missing validation that should have rejected negative input values provided by the taker**. The maker and taker must use the same miner fee. That fee value is provided by the taker. The attacker supplied a **negative miner fee**. When the maker calculated the multisig output amount — which includes the miner fee for the payout transaction — the negative value reduced the multisig amount to **0.001 BTC**, while the remaining funds were redirected to the taker’s change output. Unfortunately, the taker change output was a leftover from older protocol versions. It had already been identified as something that should be removed, but that cleanup had unfortunately not happened. **Was it an AI-assisted attack?** We cannot answer that with certainty. However, based on our own experience during the investigation, we think it is likely. After the issue was discovered, one group of developers started manual code inspection to understand how the exploit could have happened. A second group used AI-assisted analysis. The AI-assisted group was faster and identified the exploit path in a relatively short time. The first AI-generated attempt turned out to be a false positive, but a second attempt by another developer successfully reproduced the exploit. It also produced both an attack patch and a corresponding fix. AI tools include safeguards, so simply asking them to identify an exploit will usually not work. However, with enough context, careful prompting, and a degree of social engineering of the model, those safeguards can be bypassed. Based on our experience, it is reasonable to assume that the attacker may have followed a similar path. **A warning shot** Some Bisq developers are highly proficient with AI tools. However, we had not systematically used them as part of an actual security audit process. One developer attempted to get Bisq into an external security audit program, but the application was rejected. In hindsight, this was a serious failure on our side. The mistake was not only the missing validation check. It was also failing to react early enough to the changing security landscape and the increasing practical relevance of AI-assisted vulnerability discovery. We must assume that there will be further attempts. Over the coming weeks we will invest significant effort into hardening the codebase and actively using AI tools ourselves to search for failure modes. We are particularly focused on vulnerabilities that could directly affect the wallet. Until additional review and hardening are completed, we recommend that Bisq users **do not keep more BTC in their Bisq wallet than is necessary for active trading**. We also hope this serves as a useful warning to other projects in the space. If our experience helps others identify similar risks earlier and strengthen their defenses, something positive may still come out of it. **Release plans** We have already fixed the immediate vulnerability and are currently working on additional hardening for a hotfix release. We expect to publish that release in the coming days. After that, we will continue with a follow-up release focused on further hardening, broader review, and additional security auditing.
Bisq's avatar
bisq 1 month ago
Bisq v1 has experienced an exploit in its trade protocol that allowed an attacker to drain a portion of available offers. The impact was limited to open offers that were actively taken by the attacker over the last 12 hours. Funds held in users’ Bisq Bitcoin wallets were not affected. As an immediate mitigation, an emergency mechanism was activated to disable trading by setting the required trading version to 2.0.0 — a version that does not exist. This effectively prevents the attacker from continuing the exploit. The attack appears to have started on May 1 in the early morning hours. The development team is continuing to investigate the full extent of the damage. Users with trades initiated on or after this time are advised to open mediation by selecting the trade and pressing Ctrl + O. A mediator will assess whether their trade was affected. Preliminary investigation indicates that the attacker exploited a missing validation check using a modified client. The team is working to reliably reproduce the issue and verify a fix. Once confirmed, a hotfix will be released based on the latest stable version. In parallel, a comprehensive security review is being conducted to identify any related or additional vulnerabilities. For affected users, reimbursement options are being evaluated. Bisq recognizes that both the exploit and a consequent response are critical to its integrity, and is dedicating all available resources to finding a solution that helps restore confidence. Bisq 2, with the Bisq Easy trade protocol, is not affected. It is a separate codebase with a fundamentally different protocol design. Bisq will continue to provide updates through its official communication channels, including Matrix, the Bisq Forum, Telegram, Reddit, X, and Nostr. Bisq sincerely apologizes for the impact this incident has had on its users, and is fully committed to addressing both the root cause and its consequences.
Bisq's avatar
bisq 1 month ago
Bisq has reached a major milestone. With the release of Bisq Connect v0.3.2, the Bisq Easy mobile initiative is now complete. image Running a full P2P app over Tor on mobile is challenging. Android supports Java, iOS does not, so we built two approaches: • **Bisq Easy Mobile (Android)**: full node with complete P2P stack. Same privacy and security as desktop, no extra infrastructure. Trade-offs: Android only, higher resource usage, background connectivity issues, no desktop sync, backups required. image https://play.google.com/store/apps/details?id=network.bisq.mobile.node • **Bisq Connect (Android + iOS)**: lightweight client connecting to a Bisq 2 backend (desktop, headless node, or VPS). – Self-hosted: maximum privacy and control – Trusted node: easier setup (e.g. friend/family), but requires trust Benefits of Bisq Connect: • Cross-platform • Low resource usage • Seamless desktop + mobile access (self-hosted) • No mobile backups needed iOS note: distributed via TestFlight due to App Store restrictions. image https://play.google.com/store/apps/details?id=network.bisq.mobile.client What About Bisq 1 and the MuSig Trade Protocol? For Bisq 1, the **Bisq Notifications** app remains available to receive trade-related notifications from your desktop node. Bisq 2 MuSig is in development as successor to Bisq 1. On mobile, it faces challenges: full node → technical limits connect mode → significant UI effort Future support depends on adoption. We’ll continue improving stability and the mobile experience. Feedback and adoption will shape what comes next. Learn more:
Bisq's avatar
bisq 2 months ago
🚀 Bisq 2 v2.1.10 is released! 🔄 Trade Rule Update The “reason for payment” field should now be **left blank whenever possible**. If required, use your **name** (no more Trade ID). ✨ New Features • Trade history is now available • QR-based pairing for Bisq Connect • TLS support for clearnet connections when using Bisq Connect ⚙️ Improvements • Switched to **price nodes instead of mempool** → More reliable reference time 🐛 Bug Fix • Fixed incorrect display of **last user activity** in contact profiles 🛠️ Behind the Scenes Most dev work is focused on the **MuSig trade protocol**, which is progressing well. Stay tuned!
Bisq's avatar
bisq 4 months ago
**Bisq v2.1.9 is released!** This update focuses on improved internationalization, better data resilience, and several usability and stability improvements. Users are recommended to upgrade to benefit from the latest fixes and enhancements. ✨ **New features** * Support for **50+ languages**, including new script and regional variants (e.g. Simplified & Traditional Chinese, Brazilian and European Portuguese). * Automatic restore from the **latest backup** if local data becomes corrupted. * Backup files are now visible in the **Resources** UI. * Added pairing support for **Bisq Connect** (requires Bisq Connect v0.2; not yet released). * Added a reference time check to detect when the system clock is out of sync. 🔧 **Improvements** * Added a loading banner while initial data is being prepared. * Improved handling of **BSQ bond unlocking**. * Set proper file permissions for the user data directory. * Support alerts and update messages for desktop, mobile node (Bisq Easy), and mobile client (Bisq Connect). * Updated API configuration. 🐛 **Bug fixes** * Fixed an issue related to Bulgaria’s transition to **EUR**. * Fixed a bug in log masking. ✅ **Update via your existing Bisq app or download from GitHub:** 👉 [https://github.com/bisq-network/bisq2/releases](https://github.com/bisq-network/bisq2/releases) #Bitcoin #Bisq #P2P #DEX
Bisq's avatar
bisq 5 months ago
The chainwork bug in Bisq 1 has been fixed, and a new release is now available: You can also update directly from within the Bisq app. If you experience any wallet issues, a SPV resync should resolve them, though no problems are expected. Thank you for your patience and continued support. Happy Xmas!
Bisq's avatar
bisq 5 months ago
Bisq is experiencing issues related to a cumulative proof-of-work bug in BitcoinJ. An upstream fix exists but hasn’t yet been ported to our branch. We expected this issue to surface around March 2026, which turned out to be a miscalculation. We’re actively working on the fix and aim to release a new version soon. If you have open trades, please be patient—mediators and arbitrators will take this situation into account.
Bisq's avatar
bisq 7 months ago
Bisq Easy on Mobile image
Bisq's avatar
bisq 7 months ago
**Bisq Easy on Mobile** It’s never been easier to get Bitcoin — peer-to-peer and privacy-preserving over Tor. We’re happy to announce that Bisq Easy is now available for Android — both as an APK and on the Google Play Store. https://play.google.com/store/apps/details?id=network.bisq.mobile.node **Full node in your pocket.** Your phone runs a P2P node over the Tor network — just like Bisq on desktop. Tor is fully integrated, no extra setup required. When the app goes into the background, network connectivity usually remains active for a while (depending on usage and system resources). If it disconnects, the app automatically reconnects within seconds when reopened. Why no iOS (yet)? Bisq is built in Java, which integrates easily with Android but not with iOS. A full rewrite for iOS would be a prohibitive effort. But stay tuned — we’re working on Bisq Connect, a companion app that acts as a “remote control” for your desktop or VPS-hosted Bisq node, also running over Tor. It will be available for both Android and iOS. Excited? Give it a try! We’d love your feedback — and if you find it useful, help spread the word.
Bisq's avatar
bisq 1 year ago
Bisq Easy Mobile App — User Survey We are developing Bisq Easy mobile applications and would like to better understand your needs. Your feedback will help us optimize resource allocation and deployment strategy. --- Bisq Easy mobile apps will come in two modes: - Full Node Mode (Android only): Runs a full Bisq node directly on the device, connects over Tor, follows the same P2P network model as the desktop app, requires higher CPU, memory, and battery resources. - Light Client Mode (Android and iOS): A lightweight app that acts as a remote control for a hosted Bisq node, with minimal resource usage and no P2P networking on the mobile device itself. --- Why no mobile support for Bisq 1 MultiSig protocol? Resource demands and the need for makers to stay online make it impractical for mobile use. Bisq 1 will be replaced by Bisq 2 MuSig, offering better privacy and efficiency. However, even with MuSig, Full Node operation on mobile remains infeasible; only Light Client mode is realistic. --- Why Full Node mode is Android-only? Bisq is written in Java, which runs natively on Android but not on iOS. Rewriting the full node for iOS in Swift would require substantial effort. Additionally, Apple's restrictive App Store policies and Tor challenges on iOS make such an investment high risk. --- Why two modes? This two-mode approach ensures that both advanced and casual users are supported, giving users flexibility to prioritize privacy, decentralization, or usability. It also provides a feasible model to support a mobile experience on iOS. --- We want your input Please take our quick survey to help guide development priorities: --- Thank you for your support! For additional feedback or suggestions, please visit:
Bisq's avatar
bisq 1 year ago
Bisq's first-ever hackathon has kicked off! image Want to help shape Bisq’s future? Join us in Matrix at: (room: #bisq-hackathon:http://matrix.org) Details & topics: Pick a topic or bring your own idea—Bisq contributors are here to help. Happy hacking!