Difference between revisions of "Decentralized autonomous organization"
HunterNyan (talk | contribs) (Creating Bisq DAO: Governing Bisq / https://docs.bisq.network/user-dao-intro.html) |
HunterNyan (talk | contribs) m (User Guides) |
||
Line 106: | Line 106: | ||
Feel free to get in touch with us on [https://twitter.com/bisq_network Twitter], [[Keybase]], or [https://bisq.community/ the forum]. | Feel free to get in touch with us on [https://twitter.com/bisq_network Twitter], [[Keybase]], or [https://bisq.community/ the forum]. | ||
− | + | = User Guides = | |
− | + | * [[User Guide: Bisq DAO for Traders]] — Use BSQ to get lower trading fees and compensate contributors | |
− | + | * [[User Guide: Bisq DAO for Contributors]] — Govern Bisq through the DAO by making proposals and voting | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | User Guide: Bisq DAO for Traders — Use BSQ to get lower trading fees and compensate contributors | ||
− | |||
− | User Guide: Bisq DAO for Contributors — Govern Bisq through the DAO by making proposals and voting | ||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:DAO]] | [[Category:DAO]] |
Revision as of 12:29, 27 April 2020
Contents
Introduction to the Bisq DAO
Just as the Bisq exchange is decentralized and censorship-resistant, so is its governance model—and the Bisq DAO and BSQ token are the tools that make it possible.
The Bisq founders realized that decentralized software—no matter how technically robust—is no good if it’s still controlled by a single entity. All the software’s technical strength would be worthless if the whole project could be ruined by attacking the single entity that runs it.
Thus the need for decentralizing the resources in charge of running Bisq itself. These resources cannot be organized in the form of a company, a nonprofit, or any other traditional organization because a single entity would be a single point of failure. But what to do? How can a project do anything useful without becoming an organization with some kind of structure? How can strategy be determined? How can resources be allocated? How can work get done? How can revenue be earned, and how can it be distributed?
https://www.youtube.com/embed/pNvOZlIDYEQ
The Bisq project needed infrastructure to provide these functions, and the Bisq DAO is its solution.
What is a DAO?
Conventional entities such as for-profit and non-profit corporations must be sanctioned by the state: they are legal entities registered in particular jurisdictions. No matter how big or small or virtuous or innovative they are, they cannot operate without state approval. In return for this approval, the entity is endowed with rights (e.g., limited liability) and responsibilities (e.g., taxes).
A decentralized autonomous organization (DAO) is just a generic term for a governance model sanctioned by software: code defines conventions for governing the project irrespective of the stance of the state.
- We say a DAO’s governance model must be sanctioned by software, not necessarily controlled by software. The Bisq DAO, for example, is not controlled by software: software merely provides a framework for the people involved with the Bisq project to (collectively) manage the software itself. The Bisq DAO operates on the idea that code is not law. Code is written by humans to provide a service to other humans, so it should be accountable to humans too.
The universe of DAOs is diverse. Just as companies come in many shapes and sizes, and some companies are scammy, fraudulent, or just poorly managed—that’s no reason to assume all companies are the same way. It’s the same with DAOs: some DAOs haven’t worked out so well, but others might turn out differently.
The Bisq DAO
The Bisq DAO forgoes a system where governance is dictated by the rigid rules of software in favour of a self-contained economy where governance is guided by software but ultimately determined by the collective, subjective judgments(Voting) of its community.
It achieves this by introducing a unit of value called the BSQ token that enables Bisq stakeholders—, traders, or anyone who owns BSQ—to make subjective value judgments. This token underlies all actions in the DAO.
BSQ Token
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:
- Example: View sample TX on a standard BTC block explorer
- Example: View the same sample TX on Bisq's BSQ explorer
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.
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.
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.
Overview
Here’s a graphical overview of how the DAO works at a high level:
Let’s observe some of the dynamics of this system:
- maintain Bisq through valuable work
- Traders use Bisq to buy and sell bitcoin and other cryptocurrencies
- earn BSQ tokens when their compensation requests are approved through voting
- Traders buy BSQ tokens in order to pay lower trading fees
- Stakeholders vote on compensation requests
- can lock a bond in BSQ to ensure integrity in high-trust
Now let’s see how these dynamics enable the Bisq DAO to provide 3 core governance functions without any central points of authority.
Earn and distribute revenue
Every project needs to be financially sustainable to fund ongoing operations and development. But traditional means of handling revenue and revenue distribution are necessarily centralized—any receiving address or account must be owned by one person, or a small group; determining how much a person should be paid must be determined by one person or a small group; etc.
Contributors produce, creating BSQ
In the Bisq DAO, trading fees are collected from traders and distributed to contributors, but there is no central authority to do this. Here’s how it works: after a Bisq contributor does work, they file a compensation request in the DAO with a description of what they did and how much BSQ they want in return. Then, stakeholders (who are other contributors, traders, and anyone else with BSQ) vote for/against the request. If the request is approved, the contributor is issued new BSQ in the amount they requested and BSQ supply is increased.
Where does new BSQ actually come from?
Recall that a BSQ token is merely coloured bitcoin. When a contributor makes their compensation request in the DAO, they must also include the tiny amount of bitcoin to be 'coloured' as BSQ (the spec requires 100 satoshis). So if a contributor requests 1,000 BSQ, they will need to include 100 * 1,000 = 100,000 satoshis with their compensation request—just about 10 USD at a rate of 10,000 USD/BTC.
If their request is approved, those satoshis are 'colored' and recognized as 1,000 valid BSQ tokens on Bisq. Assuming a BSQ market value of 1 USD (exact value will fluctuate), the contributor will have been granted 1,000 USD worth of BSQ for a negligible cost of 10 USD.
Traders consume, burning BSQ
Then, a trader looking for lower trading fees can buy those BSQ tokens from a contributor. When they buy BSQ tokens for BTC, the contributor is paid for their work, and the value transfer from producer to consumer is complete! When a trader pays trading fees with BSQ, those BSQ tokens are burned or "decoloured" and BSQ supply is decreased. This process of creating and destroying BSQ tokens enables a sort of monetary policy controlled by Bisq stakeholders and traders.
In this way, there is no need for a central entity to collect and distribute revenue: the BSQ token enables a transfer of value from producer to consumer without any single entity controlling any aspect of the decision-making or distribution process.
- The Bisq DAO does not require traders to use BSQ for trading fees. They’re free to pay trading fees directly with BTC, but they will pay higher rates than if they bought BSQ with BTC and paid with BSQ instead.
Note on BTC revenues
In the past, before the Bisq DAO launch and before the integration of Bisq’s new trade protocol, trading fees were only collected in BTC and only went to arbitrators. There was no mechanism to distribute them to other contributors. The DAO solves this distribution problem with BSQ through the process outlined above.
But since traders can still pay trading fees with BTC, where do those BTC fees go?
BTC fees go to a bitcoin "donation" address held by a bonded contributor, who uses the BTC to buy BSQ on a regular basis to distribute the BTC fees to stakeholders, and the BSQ obtained is burned.
Determine strategy
Another point of centralization in traditional organizations is with strategy. How can a project determine strategy without some form of designated leadership: an executive, manager, or leader to give direction and allocate resources?
The Bisq DAO beats this tradition with collective decision-making on strategy and other matters through weighted voting based on BSQ stake.
Here’s how it works: any stakeholder can make a proposal in the DAO. It can be anything: a change in a trading parameter, a new bonded, or even something more generic like an adjustment of the overall project strategy. Stakeholders vote on the proposal, and their voting weight is based on BSQ stake, through a combination of two metrics:
- amount of BSQ committed to a particular vote
- amount of BSQ earned over time through contributions
Taking both metrics into account discourages deep-pocketed whales from suddenly seizing control of the project, while still valuing dedicated stakeholders with consistent contributions over time. It brings about a strict meritocracy in which people need to somehow buy in to the Bisq project in order to take part in its governance, and the more significant their stake, the stronger their voice.
In this way, there is no need to rely on a single leadership team for direction: the community collectively manages itself.
Ensure honesty in high-trust roles
Despite the Bisq project’s attempts to resist concentrating control as much as possible, it’s impossible to avoid in some places. Domain name owners, social account admins, mediators, various node operators: these are all roles that must exist, but necessarily retain significant control and require a high degree of trust.
Part of the benefit of a centralized team of thoroughly-vetted people reliant on a paycheck, as is the case in most companies, is that the risk of trusting people with significant responsibility is lower: they have a lot to lose if the company finds they have violated their integrity and engaged in foul play.
This dynamic can be reproduced—at least partly—in a project without a central authority through bonding. The concept is simple enough: create skin in the game. Require that a person interested in taking on a high-trust role post a bond that’s high enough to discourage them from engaging in foul play.
But what happens if that person goes rogue? In a project without central authority, who decides when they’ve crossed the line, and what their fate should be?
As with strategy and compensation, the community decides through voting. Anyone who suspects foul play can make a case for confiscating a bond with a new proposal, and stakeholders vote to determine an outcome.
- Confiscating a bond is a harsh penalty which should not be taken lightly. Therefore, the Bisq DAO makes confiscation proposals especially hard to approve: they require a quorum of at least 200,000 BSQ and 85% acceptance to pass (instead of the typical >50%).
In this way, the risk that people in high-trust roles misbehave is minimized, and the community has access to a responsible mechanism for handling such a scenario in cases that warrant it.
Learn more and stay in touch
To learn more about the Bisq DAO, please see:
- The
- Bisq DAO user reference, a doc which offers practical details on the workings of the DAO, along with high-level technical details.
- Bisq DAO technical overview, along with technical details of BSQ tokens, this doc shows example transactions for several DAO functions.
- Phase Zero: A plan for bootstrapping the Bisq DAO, a doc which offers a more comprehensive overview of Bisq and the Bisq DAO.
- Bisq DAO Basics, a YouTube video series that covers foundational concepts underlying the DAO such as bitcoin transactions, coloured coins, etc.
Feel free to get in touch with us on Twitter, Keybase, or the forum.
User Guides
- User Guide: Bisq DAO for Traders — Use BSQ to get lower trading fees and compensate contributors
- User Guide: Bisq DAO for Contributors — Govern Bisq through the DAO by making proposals and voting