From Technology to Society an Overview of Blockcha
From Technology to Society an Overview of Blockcha
fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 1
I. I NTRODUCTION
User
Blockchain-based technologies have been deeply adopted by
multiple applications that are closely related to every corner of User
Contract
our daily life, such as cryptocurrencies, tokenomics, business User
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 2
Section I: Introduction
Section II : Preliminaries
Background of Blockchain
Section V: Conclusions
this completely decentralized way makes investors typically
don’t know and trust each other, blockchain is a good tool
Fig. 2. The structure of this overview.
to help achieve the goal of DAO. However, DAOs are not
necessarily to built on top of an existing blockchain such
information saved by all nodes will be noticed. Thus, the as Ethereum [4]. During the getting-start guidelines, Casino
information in the blockchain database will be open and [2] was published as an introduction to DAO. It presents the
transparent. Decentralization solves the trust problem through concepts, characteristics, frameworks, applications, the future
redundant data validation. trends of DAO, and etc. The readers will gain a systematic
overview of DAO that spans multiple domains.
B. Bitcoin Blockchain D. Project The DAO
Originally proposed by Satoshi Nakamoto [2], Bitcoin is the In the development of DAO, the first DAO project is
first application of the blockchain. In Bitcoin, the blockchain proposed with a historic and dramatic meaning. A partic-
serves as a distributed database that stores all transactions ular historical moment of DAO is the creation of the first
originated from one account to another. The advantages of DAO and how it was eventually hacked. The DAO project
blockchain brings many pros for the Bitcoin ecosystem. For was started on April 30th, 2016. By the end of the entire
example, everyone has the right to validate accounts, the funding period, more than 11,000 enthusiastic members had
currency cannot be overissued, and the entire ledger is com- participated and raised 150 million dollars, making the The
pletely open and transparent. When processing a transaction, DAO the largest crowdfunding project in history. It was an
Bitcoin adopts the techniques of digital signatures to identify overnight success, but the idea of The DAO vulnerability had
the ownership of a coin. Each Bitcoin account address has a been circulating in the developer community. Finally on June
private and a public keys. The private key is private and is used 18th, a hacker began using a “recursive call vulnerability" in
to exercise the bitcoin ownership of the bitcoin account, while the software to collect Ether coins from The DAO’s token
the public key is known to all nodes to verify the transaction sales. He took advantages of a well-intentioned but poorly
and the balance of a Bitcoin account. When the transfer implemented feature of DAO designed to prevent the majority
information of a transaction is published, a digital signature from tyrannizing over dissenting DAO token holders. But this
must be embedded by encrypting the digital summary of the “split" feature was implemented to make The DAO vulnerable
transfer message together with the private key of the sender. to catastrophic reentrance errors. As a result, the attacker was
Thus, other nodes can use the public key of the sender’s able to steal about 3.6 million ETH, worth about $50 million
account to decrypt and verify the legality of the transaction. at the time of the attack, bringing the price of the coin from
After such verification, each blockchain node is acknowledged more than 20 dollars to less than 13 dollars. Losses reached
this transaction. 70 million dollars. The DAO’s problems have had a negative
impact on both the Ethereum network and its cryptocurrency.
C. Definition and Background of DAO The situation for The DAO investors is particularly precarious.
DAO was originally introduced by the white paper [3], Eventually, over 90% of the hashrates indicated support for
in which DAO is defined as an organization built on smart a fork. The DAO fund was returned to investors as if the
contracts that can execute autonomously. Unlike the con- organization never existed. The DAO hack sparked a debate
ventional centralized entities, it doesn’t include the central about hard forks and soft forks, and the creation of Ethereum
control or management. As shown in Fig. 1, DAO achieves the Classic [1].
decentralized organization by encoding a set of rules in smart
E. To Launch a DAO Project
contracts, where how DAO performs is predefined. Although
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 3
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 4
TABLE I
E XISTING DAO AS BLOCKCHAIN PROBLEMS AND SOLUTIONS
From the generation perspective of blockchains, we sum- nologies, have shown a tendency to pursue different future
marize the common risks of the blockchain 1.0 as follows: trajectories, depending on their implementation details. For
(a) 51% vulnerability, (b) Private key security, (c) Criminal example, blockchain technology can help build a technology
activity, (d) Double spending, and (d) Transaction privacy community in which advanced exchanges, communications,
leakage. While for blockchain 2.0, the common risks include: and decision-making technologies are used to aggregate, al-
(a) Criminal smart contracts, (b) Vulnerabilities in smart locate, and manage the capital at multiple levels. However, a
contracts, (c) Under-optimized smart contracts, and (d) Under- series of anti-subsidy trends indicate a deepening of inequality
price operations. and democratic decline. Because technology is stratified, a
Furthermore, the popular attacks towards the blockchain large number of employees are reduced to less disposable
include: Selfish mining attacks, DAO attacks (which is also population, regulation is reduced and corporate personnel are
the focus of our article), BGP hijacking attacks, Eclipse at- technologized. While the mainstream trends in blockchain
tacks, Liveness attacks, and Balance attacks. Considering those technology are greatly believed as distribution, decentral-
attacks, Li et al. [13] summarized the security-enhancement ization and democratization, the most powerful blockchain
solutions of the blockchain system as follows: (a) SmartPool, applications are likely to exacerbate inequality.
(b) Quantitative framework, (c) Oyente, (d) Hawk, and (e) 4) The future of the DLT
Town Crier. Those solutions have made a good prediction for In fact, blockchain is essentially an application of the
the future direction of the blockchain. distributed ledger technology (DLT). LSE Team [16] describes
2) Scalability of blockchain [15] the problem to be solved before DLT is used. The potential of
Similar to CAP theory in the field of traditional dis- DLT is too great to ignore. Its commitment to decentralization,
tributed systems, the three important attributes of blockchain data security and privacy can help improve and make public
systems, including decentralization, security, and scalability, services more affordable by reducing the role of government as
cannot be fulfilled altogether. For example, Bitcoin faces an intermediary. The decentralized and transparent properties
performance problems with low throughput and high trans- of the DLT lead to greater collaboration and integration with
action latency. Other cryptocurrencies also face these flaws, the private and social sectors by enhancing the government’s
leading researchers to pay more attention on the scalability own transparency, accountability and inclusiveness. However,
of blockchains. To have a clear clue about the blockchain there is no general rule book that specifies where a DLT should
scalability solutions, Zhou et al. [15] attempted to overview be deployed. If governments desire to use DLT for governance,
the related state-of-the-art studies by categorizing them accord- they need to assess the feasibility of DLT and implement the
ing to their blockchain hierarchy. The hierarchical structure DLT-based applications only when the benefits of speed, secu-
mainly consists of two layers. The first-layer solution is rity and privacy outweigh the social costs. Governments must
executed on the chain, focusing on the blockchain consensus, govern in the context when the implemented DLT applications
networks and data structures. Such as increasing the block are transparent to the underlying algorithms and ensure that
size of Bitcoin blockchain, optimizing the storage scheme, the applications truly represent public value. All these visions
as well as adopting the sharding technology. Various im- will have to wait for the DLT technologies to evolve further.
proved consistency algorithms, where transaction throughput
can be increased and transaction latency is decreased, are also B. Governance Problems and Solutions
reviewed. The second-layer solutions seek opportunities to DAO, as an application of blockchain in governance, raises
extend the blockchain through the off-chain channels, side- new issues about governance that are not found in conventional
chain and cross-chain protocols. Basically, these solutions blockchain. Through professional knowledge and experiments
have both advantages and limitations as they strive to achieve [17], there is still existing differences between code-based
decentralization, security, and scalability at the same time. The governance and blockchain-based governance. To use DAOs
insightful classification and analysis of current solutions can in certain areas, DuPont [18] argues that DAO may simply
inspire further researches. be a risky investment which masquerads as a new way of
3) Countervailing trend doing things. Furthermore, once governance is applied in
To our surprise, the blockchain technology also somewhat the area of blockchains, legal problems are inevitable. In
shows a counter-trend problem. Blockchains, like other tech- particular, the characteristics of blockchain governance have
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 5
led to tensions between strict “on-chain" governance systems tics. Besides, the annual general meeting also has procedural
and possible “off-chain" governance applications [19]. Before defects. Especially when shareholders vote remotely, there
The DAO attack, some lawyers expressed concerns about DAO is great uncertainty about whether the information between
programs, saying that DAOs have touched on legal issues shareholders and the company (including shareholder voting
related to security in several countries [20]. records) is correctly communicated.
1) Fork and culture for DAO Lafarre et al. [22] therefore strongly call for the use of
Interpreting fork culture based on The DAO hacker event, blockchain technology to modernize the AGM. Blockchain
Tarasiewicz et al. [17] argue that a strong emphasis must be technology can significantly reduce the cost of shareholder
placed on interaction and communication between institutions voting and corporate organization. And it also can improve the
and informal coding communities to further research and speed of decision-making, and promote the rapid and efficient
develop new blends of social and organizational structures. participation of shareholders.
2) Problems with DAOs used in corporate governance In calls for using blockchain technology to realize the mod-
Agency theory is the dominant theory of governance con- ernization of the Annual general Meeting (AGM), however, at
flicts among shareholders, company managers and creditors, the same time, Lafarre et al. [22] are also pointed out that it is
in which one party entrusts the work to the other party. The important to realize the annual general meeting of shareholders
core agency conflict caused by the separation of ownership and based on blockchain will bring important legal issues. Whether
control cannot be fully resolved under the existing theoretical it should be abolished physical classic annual general meeting
and legal framework. Attempts to monitor agents are inevitably of shareholders, or let it outside of the annual general meeting
costly and transaction costs are high. of shareholders based on blockchain coexist? If it is desirable
Kaal et al. [21] point out that blockchain provides an to organize a decentralized AGM only on the blockchain, how
unprecedented solution to the agency problem in corporate many forum functions are included in this technology? Record
governance. DAO technology could help improve the agency dates and notice periods must be reconsidered, and the role of
relationship, but also proposed the potential of blockchain intermediaries in (cross-border) chains. More importantly, are
technology as an emerging technology of governance design, shareholders and companies ready to participate in non-entity
in which many ideal models and theoretical evaluations were meetings? Recent evidence shows that even most institutional
limited by the real world. First of all, the blockchain is a fun- investors do not favor full virtualization.
damental technology, and its transformative impact will take 4) Blockchain economy’s rethink
decades rather than years to establish and reform the system. Following the development of blockchain, blockchain econ-
In the corporate governance environment, the application of omy is on the rise, also needs new governance methods.
blockchain technology may develop in the existing centralized Blockchain and the smart contract supported by blockchain
structure or decentralized environment. The former requires may give birth to a new economic system, which Beck et
consensus on how and when to implement such technologies al. [23] call blockchain economy. The blockchain economy
for governance use cases. For the latter, only when a true goes beyond the digital economy because agreed transactions
decentralized common blockchain emerges, with scalability are executed autonomously, by following rules defined in
and full security, can the proxy relationships be truly removed smart contracts, without the need for agency intervention
to overhaul them. or third-party approval. They can embed digital assets or
With the complexity of the agency relationship, human tokens into digital representations of physical assets to enforce
behavior in the agency relationship needs a backstop, namely autonomous contract performance. The blockchain ensures
the continuous support of human code. Without decentralized that contracts are honored without being broken. It is in the
human support for code, the immutability of the blockchain new form of organization as DAO that blockchain economy
and its cryptography security systems may not create true will manifest itself.
transactional guarantees and trust between principals and Beck et al. [23] explored a DAO case, Swarm City to
agents to maintain the integrity of their contractual relation- explore the decision right, responsibility and incentive mecha-
ships. nism related to governance. Decision rights involve controlling
The blockchain-based corporate governance solution in certain assets, monitoring decisions, and have to do with ac-
DAO requires an incremental blockchain governance protocol. countability and incentives motivate agents to take action. The
Thus, the socially optimal hard fork rule may not be applica- authors used a novel IT governance framework to show that
ble. the emergence of the blockchain economy requires a rethink of
3) Problems with DAOs used in AGM governance. Compared with the digital economy, the location
The classic Annual general Meeting (AGM) has three of decision-making power in the blockchain economy will
functions for shareholders: information, forum and decision- be more decentralized. The accountability system in principle
making. AGM also has important theoretical significance in will be more and more established technically rather than
the collective supervision of shareholders. However, AGM is institutionally, and the consistency of incentives will become
often regarded as a dull and obligatory annual ceremony, and more and more important.
all three functions are actually eroded. For example, (almost) Therefore, from the three governance dimensions, the
all information is often disclosed well before the AGM. In ad- authors proposed the governance research agenda in the
dition to expensive shareholder voting decisions, the decision- blockchain economy in each dimension respectively. For ex-
making function of AGM also has static annual characteris- ample, in the aspect the decision right, the research agenda
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 6
TABLE II
G OVERNANCE PROBLEMS AND SOLUTIONS
include: (a) how to make decisions in the blockchain econ- Blemus et al. [20] collected and compared regulatory trends
omy? (b) how to allocate decision management right and in various applications or issues within the area of United
decision control right? (c) how to resolve decision-making States, the European Union, and other key countries. These
differences in the blockchain economy? and (d) what is the were supported by blockchain technologies, including Bit-
role of ownership in the blockchain economy? coin/virtual currency/cryptocurrencies, smart contracts, decen-
The work [23] has identified an important approach to tralized autonomous organizations, initial coin offering (ICO),
governance research in the blockchain economy and provided and others. It mainly includes three supervision projects:
a rich foundation for further theoretical work. (a) supervision of virtual currency, (b) supervision of ICO
5) Security and economics vulnerabilities (and cryptocurrency), and (c) legal validity of blockchain
technology and intelligent contract.
Traditionally, security and economics functionalities in IT
The conclusion shows that distributed ledger technology
Financial services and Protocols (FinTech) have been separate
regulation is in its infancy. As of 2017, when the work [20]
goals. Only security vulnerabilities in security-critical systems
was published, uncertainty remains about the legal and eco-
that could be exploited by terrorists, criminals or malicious
nomic qualifications of virtual currencies, tokens, ICOs, smart
government actors turned into security problems.
contracts and distributed ledger technologies. Predictably, over
Massacci et al. [24] believe that security and economics are time, the need for extensive research into blockchain technol-
crucial issues for DAOs. The DAO’s hack is essentially a com- ogy will become less controversial.
bination of a security vulnerability (recursive calls constantly
7) Discussion of DAO in legal philosophy
extract coins from The DAO) and an economic attack (The
Recently, the blockchain developer community has begun
user is only authorized to withdraw money the first time). In
to turn its attention to governance issues. The governance
DAO Futures Exchange, on one hand, a failure of integrity
of blockchain-based systems typically consists of various
could be dramatic for the agreement. On the other hand, if
rules and procedures that can be implemented “on-chain"
anonymity fails, futures exchange DAO may face economic
and “off-chain". On-chain governance refers to the rules
attacks combining anonymity failure and price discrimination.
and decision processes that are directly encoded into the
Failure of security attributes, such as anonymity, can destroy underlying infrastructure of blockchain-based systems. Off-
DAOs because economic attacks can be considered security chain governance includes all other rules and decision-making
attacks. The danger is not the vulnerabilities themselves, but processes that may affect the operation and future development
the combination of an attack on software and an attack on of blockchain-based systems. The characteristics of blockchain
the economy. Economic vulnerabilities, presumably, cannot governance raise the issue of possible tensions between a
be repaired, since the economic damage they may cause is strict “on-chain" governance system and possible “off-chain"
unlikely to be reversed by pure technology such as forks. Thus governance applications.
for DAOs, economic vulnerabilities (security and economic Through investigations, Reijers et al. [19] believe that chain
vulnerabilities) are indeed the new “beast" to be ignored. governance and Kelsen’s positivist concept of legal order [26]
6) Infancy of blockchain laws have a striking similarity. Blockchain-based systems become
Blockchain has become a major topic for public policy- vulnerable when private interest groups use off-chain mech-
makers around the world. As this disruptive and decentralized anisms to usurp governance systems on the chain. The DAO
technology has become a key business issue for start-ups and attack shows that while “code rules" can be formally followed
market participants, central banks and financial regulators, in a specific chained order, in exceptional states, sovereignty
particularly in the US and EU, have shifted from initially is asserted through a chained mechanism.
intense hostility to a more cautious and market-friendly stance. As reflected in Kelsen’s argument, the combination of
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 7
private interests is a weakness of positivist legal systems, and it DAO technology greatly contributes to improving the effi-
can be assumed that this is an inherent weakness of governance ciency of agency relationships and reducing agency costs by
on the chain of existing blockchain-based systems. Given these an order of magnitude.
characteristics, future research could consider possible steps The purpose of Leonhard et al. [30] is to develop a virtual
the blockchain community could take to address abnormal corporation with a corporate structure similar to the structure
states in a manner consistent with their respective ideologies. of a modern corporation. It offers a corporate governance
8) DAO tax issues structure where shareholders appoint the members of a board
After The DAO hack, the Ethereum community voted to of directors, which then funds a Chief Executive Officer, who
create a “hard fork" for the Ethereum chain, creating two can then in turn pay salaries and acquire property on the
Ethereum chains in the future. To add insult to injury, Se- corporation’s behalf.
curities and Exchange Commission (SEC) used this DAO 2) Blockchain Governance—A New Way of Organizing
to explain for the first time its view that some blockchain- Collaborations?
related issuance would be considered securities subject to Today, many companies are investing resources to develop
SEC regulation. The possibility of using smart contracts to and implement blockchain-based programs.
allow entities to operate entirely autonomously on blockchain In the traditional contract governance, the effectiveness of
platforms seems attractive. It is not hard to see that these contract management cooperation depends on the quality of
structures of DAO raise significant tax issues. However, little national legal system to a large extent.
thought has been given to how such an entity would qualify Conversely, DAO governance does not directly depend on
for the tax system. Thus, Shakow et al. [25] explains how a the enforceability of external legal systems. Enforcement in
decentralized autonomous organization operates and interacts a blockchain is achieved through prescribed code and algo-
with the U.S. tax system by describing how a DAO works, rithms, such as smart contracts. Even more, in governance,
and raises many of the tax issues raised by these structures. direct connections between collaborators are not required in a
As a result, there is no evidence that DAOs have considered blockchain.
being subject to various requirements under the tax code. Thus, blockchain may be considered the first form of gover-
For those who want to comply, the easy solution is to use a nance that truly leverages digital technology’s computational-
site like Overstock.com. If they don’t, they may be penalized and data-based capabilities, well beyond traditional forms of
by the IRS. However, without international cooperation and social governance.
innovation, it is difficult for tax administrators to find out who DAO, like other governance mechanisms, does not govern
should tax a “DAO" income. all types of transactions equally well.
Lumineau et al. [31] believe that DAO governance can
reduce searching, monitoring, and enforcement costs but tends,
C. DAO Technologies and the Related Areas but often means relatively high design costs.
3) eGov-DAO: A better government using blockchain
It is nearly undeniable that DAO still has a certain trend
based decentralized autonomous organization
across diverse sectors such as supply chain, business, health-
The e-government system has greatly improved the effi-
care, IoT, privacy, and data management [23], [27]–[29]. The
ciency and transparency of the government’s daily operations.
emerging DAO is on the rise. The work of Beck et al. [23]
However, most existing e-government services are provided
and other papers have discussed in the fields of blockchain
centrally and rely heavily on individual control. Highly cen-
economy, crowdfunding, accounting, and even electric cars
tralized IT infrastructures are more vulnerable to external
and charging station billing systems. Especially, more than one
attacks. Moreover, internal malicious users can easily compro-
studies [23] [27] have found that in addition to e-government,
mise data integrity. In addition, relying on individuals to mon-
the blockchain in the financial industry is also very promising.
itor some workflows makes the system error-prone and leaves
1) Corporate Governance on Ethereum’s Blockchain room for corruption. In fact, both government and business
Traditionally, principals have controlled the oversight tasks services have been hacked multiple times, from ransomware to
of their agents, which now can be delegated to decentralized denial-of-service attacks. To address these challenges, Diallo
computer networks, with the following advantages: et al. [32] suggest using blockchain technology and Decen-
• Blockchain technology provides a formal guarantee for tralized Autonomous Organization to improve e-government
principals and agents involved in solving agency prob- systems. Diallo describes the high-level architecture of the
lems in corporate governance. government DAO and gives the detailed design of a DAO e-
• Blockchain technology can facilitate the elimination of government system. This is the first system to allow real-time
agents as intermediaries in corporate governance through monitoring and analysis of e-government services. The system
code, peer-to-peer connectivity, groups, and collabora- retained all audit records, thereby limiting litigation between
tion. parties, increasing the speed of contract allocation and enforce-
• DAO token holders are not affected by the existing corpo- ment, providing transparency, accountability, immutability and
rate hierarchy and its restrictive effect. DAO token holder better management of the national resources of the service.
focuses on adding value, which benefits all components. The evaluation of this system indicates that the government
• The “work value focus of workflow" in DAO structure DAO system faces two main threats: data integrity and rule
has the potential to reform the agency relationship. integrity. Besides, it can be found that modern government
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 8
TABLE III
DAO A ND R ELATED A REAS
Lumineau [31] DAO corporation DAO governance works differently than traditional contractual and
relational governance.
eGov DAO Diallo [32] DAO in e- They provide a concrete use case to demonstrate the usage of DAO
government system e-government and evaluate its effectiveness.
Jun [33] DAO replacing ex- Blockchain creating “absolute law" makes it possible to implement
isting social appa- social technology that can replace existing social apparatuses including
ratuses and bureau- bureaucracy.
cracy
Economy Akgiray [34] DAO tokens and The question of whether DAO tokens are money or not may can be
money raised.
Zichichi [27] crowdfunding and LikeStarter is structured as a DAO, that fosters crowdfunding, and
DAO, LikeStarter recognizes the active role of donors, enabling them to support artists
or projects, while making profits.
Accounting Dai [28] blockchain in ac- Blockchain has the potential to transform current auditing practices,
counting profession resulting in a more precise and timely automatic assurance system.
Karajovic [35] blockchain in ac- A analysis of the implications of blockchain technology in the ac-
counting profession counting profession and its broader industry. Criticisms will be raised
to address concerns regarding blockchain’s widespread use.
Jeong [29] billing system This paper proposes the blockchain based billing system. The EV and
the charging station store the billing information in the blockchain and
prevent the modification.
Voting Zhang [36] DAO in voting This paper proposes a local voting mechanism based on blockchain.
work does not require much delay. We can get conclusions services. In response, big financial firms are partnering with
that by implementing transparent and secure e-government tech companies to maintain their market power.
systems at the lowest cost, eGov DAO’s solution can help Akgiray et al. [34] discuss the latest applications of
governments save unlimited resources, manage government blockchain technology in financial services and outlined reg-
businesses more effectively, and reduce the risk of providing ulatory responses. Economists consider money to have three
contracts to companies that lack the capacity to deliver. basic functions: a medium of exchange, a unit of account, and
4) Blockchain government: a next form of infrastructure a store of value. It is easy to imagine a variety of DAO tokens
for the twenty-first century in the financial world, because transactions are expressed in
Today, there are hundreds of blockchain projects around real currencies or digital currencies (Alipay, Apple Pay, etc.),
the world to transform government systems. There are signs and expressed in real money.
that blockchain is a technology directly related to social Therefore, Akgiray et al. [34] argue, if the tokens on the
organization. However, according to Jun et al. [33], there may DAO can fulfill the three functions of money, then the question
be an epistemological rejection of the idea of blockchain- of whether it is money or not can be raised.
based automated systems replacing familiar public domains 6) LikeStarter: a Smart-contract based Social DAO for
such as bureaucracy. Society must accept that such a shift is Crowdfunding
inevitable, and open discussion is needed to reduce the fear Social media platforms are recognized as important media
and side effects of introducing revolutionary new technologies. for the global transmission and dissemination of informa-
By applying Lawrence Lassig’s “code is law" proposition, the tion. The combination of social interaction and crowdfunding
authors of [33] suggested that five principles should be fol- represents a powerful symbiotic relationship. On the other
lowed when replacing bureaucracy with blockchain system: a) hand, blockchain technology has revolutionized the way we
Introducing blockchain regulations; b) Transparent disclosure think about the Internet. So Zichichi et al. [27] introduced
of data and source code; c) Implement independent executive LikeStarter, a social network where users can raise money for
management; d) Establish a governance system based on direct other users through simple “like" on the Ethereum blockchain.
democracy; e) Make distributed autonomous government. Jun LikeStarter is built on the Ethereum blockchain, structured as a
et al.’ proposed blockchain feature, which creates inviolable DAO that promotes crowdfunding without any central agency
“absolute laws", makes it possible to implement social tech- intervention and uses smart contracts to control and manage
nologies that can replace existing social institutions, including money. Zichichi et al. [27] have used a case-study to show
bureaucracy. that LikeStarter successfully makes it easy for people to get
5) The Potential for Blockchain Technology in Corporate funding and reach as many people as possible.
Governance 7) Toward blockchain-based accounting and assurance
Traditional platforms are rapidly becoming obsolete and the Since 2009, blockchain has become a potentially transfor-
trend is towards open platforms for financial services. Tech mative information technology that promises to be as revolu-
companies are starting to offer simple but disruptive financial tionary as the Internet. Accounting and insurance could be one
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 9
of the industries where blockchain could bring huge benefits prevents users from modifying their records after electric
and fundamentally change the current model. However, the vehicles have been charged.
potential benefits and challenges that blockchain could bring 10) A privacy-preserving voting protocol on blockchains
to accounting and assurance remain to be explored. Voting is a universal phenomenon and to some extent is
For this reason, Dai et al. [28] proposed an accounting part of various societies. As the technology matures and more
and assurance method (an accounting ecosystem that supports voting is expected in the future, there is an urgent need for
blockchain, real-time, verifiable and transparent) based on the a local voting mechanism built directly on the blockchain
reference of multiple disciplines and ideas of the accounting network to decentralize and dis-intermediate the network.
industry. This method will provide real-time, verifiable infor- Zhang et al. [36] argue that the need for this voting mechanism
mation disclosure and step by step automation. As a result, is not limited to public blockchain networks, but also applies
blockchain can be used as a tool to verify any information to syndicate-licensed blockchain networks.
related to auditing. However, it is worth pondering how In this regard, the authors categorized and summarized ex-
to adapt the existing blockchain mechanism to the field of isting voting systems, and proposed a local voting mechanism
accounting and auditing. The insights of Dai et al. [28] will based on blockchain to facilitate the decision-making of nodes
help integrate blockchain into the existing business processes in the blockchain network. The core idea is (a) distribution
and facilitate the transformation of the current audit model to voting, (b) distributed tally, and (c) cryptography-based ver-
the next generation. ification. The implementation on the Hyperledger structure
8) Thinking outside the block: Projected phases of shows that the protocol is feasible for small and medium-sized
blockchain integration in the accounting industry voting issues. The agreement protects the privacy of voters and
allows for the detection and correction of cheating without any
The rapid growth of blockchain has sparked curiosity across credible parties.
the industry, leading to talks about setting up a blockchain
consortium in accounting. Accountancy firms such as PwC, IV. O PEN I SSUES
Deloitte, EY and KPMG have pledged to integrate blockchain According to Diallo et al. [32], we can see that although
into their financial services. Innovative products such as Vul- The DAO project was abolished, the future of Ethereum is
can (for managing digital assets), Rubix (for improving supply bright. In the future, research on DAO can start from the
change management), editable blockchain and blockchain as following aspects. To help gain a quick clue, we propose
a service are among there. Karajovic et al. [35] conducted an several questions here.
in-depth and detailed analysis on the application of blockchain Based on the system design of the blockchain itself, the
technology in the accounting profession. As block linking first question is how to optimize and handle the performance
becomes more mainstream, the technique can be used to trilemma, i.e., decentralization, security and scalability, in a
simplify many redundant and vulnerable accounting practices. balanced way in the context of DAO? Secondly, a better
While the initial cost of developing and integrating blockchain blockchain system and the evaluation tool of blockchain
infrastructure can be high, this can be offset by the cost security-enhancement solutions are anticipated for DAO. Fur-
savings it brings to the enterprise in terms of long-term, thermore, the feasibility of those blockchain system and eval-
improved efficiency. Karajovicet al.’s philosophical analysis of uation tool needs to be assessed, because the governance is
the technology’s application illustrates many questions about possible only if the benefits of efficiency, security and privacy
the uncertain relationship between accounting and blockchain. of DAO exceed the social costs. Thus, another questions is how
While the technology has the potential to reshape entire to reduce the social costs such that the feasibility of DAO can
capital markets, the social and political barriers to blockchain be improved.
proliferation need to be looked at critically. But one thing is From the operation perspective of DAO, we have the
certain: accounting is just one block in the chain that is being following concerns.
dramatically redefined by this disruptive technology.
• Only depending on the social-optimal hard-fork rule is
9) Blockchain based billing system for electric vehicle and not applicable. The corporate governance solution based
charging station on DAO needs to propose new protocols for blockchain
DAO can also be used in the charging system. The charging governance.
results measured in the charging electric vehicles may differ • Leveraging DAO, it is necessary to create the trust of
from the amount claimed in the charging station. This is real transactions, thus maintaining the integrity of its
because electric vehicles and charging station measure the contractual relationship.
charge amount with their own measurement equipment. If the • While “code rules" can be formally followed on a partic-
electric vehicles or charging station provide fault information, ular chain. In exceptional states, sovereignty is asserted
the billing may be invalid. In addition, billing information through an off-chain mechanism. This requires the study
can be manipulated. To prevent these problems, Jeong et al. of possible actions, which are taken by the blockchain
[29] proposed a blockchain-based billing system. After mutual community to address anomalies in the ways that are
authentication, electric cars and charging stations both store consistent with their respective ideologies.
billing information in the blockchain. A DAO is a system • Legal issues related to DAOs need to be taken into
where all nodes have the same ledger, thus the ledger data account, such as how an entity should comply with the
cannot be tampered. Jeong et al. have shown that the system tax system.
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 10
• Researchers need to explore the ultimate impact of DAO [11] U. Mukhopadhyay, A. Skjellum, O. Hambolu, J. Oakley, L. Yu, and
on human beings. The most powerful blockchain applica- R. Brooks, “A brief survey of cryptocurrency systems,” in 2016 14th
Annual Conference on Privacy, Security and Trust (PST), 2016, pp. 745–
tions are likely to exacerbate inequality. Both researchers 752.
and engineers shall think about how to avoid and solve [12] M. Conti, E. Sandeep Kumar, C. Lal, and S. Ruj, “A survey on security
this issue. and privacy issues of bitcoin,” IEEE Communications Surveys Tutorials,
vol. 20, no. 4, pp. 3416–3452, 2018.
All of the mentioned concerns require a strong emphasis [13] X. Li, P. Jiang, T. Chen, X. Luo, and Q. Wen, “A survey on the security
on interaction and communication between institutions and of blockchain systems,” Future Generation Computer Systems, 2017.
[14] S. Manski, “Building the blockchain world: Technological common-
informal coding communities, thus it can help further research wealth or just more of the same?” Strategic Change, vol. 26, no. 5,
and develop new integration of social and organizational pp. 511–522, 2017.
structures. [15] Q. Zhou, H. Huang, Z. Zheng, and J. Bian, “Solutions to scalability of
blockchain: A survey,” IEEE Access, vol. 8, pp. 16 440–16 455, 2020.
Currently, people are still maintaining a high expectation on [16] L. M. of Public Administration Capstone Team. [Online]. Available:
DAO. Governments around the world are betting that it will https://www.centreforpublicimpact.org/building-on-blockchain/
change the way they govern [37]. For example, Dubai [38] [17] M. Tarasiewicz, “Forking as cultural practice: Institutional governance
after the dao.”
sets a goal to ensure that by 2020 all government documents [18] Q. DuPont, “Experiments in algorithmic governance: A history and
are stored in the blockchains. Other governments are studying ethnography of “the dao,” a failed decentralized autonomous organi-
its potential applicability in central banking, electronic voting, zation,” in Bitcoin and Beyond (Open Access). Routledge, 2017, pp.
157–177.
identity management and registry management. Blockchain [19] W. Reijers, I. Wuisman, M. Mannan, P. De Filippi, C. Wray, V. Rae-
transforms government operations to inspire new service de- Looi, A. C. Vélez, and L. Orgad, “Now the code runs itself: On-chain
livery models for governments [39]. and off-chain governance of blockchain technologies,” Topoi, pp. 1–11,
2018.
DAO is believed to have many advantages over existing [20] S. Blemus, “Law and blockchain: A legal perspective on current
solutions. With the emergence of Ethereum Classic [40] and regulatory trends worldwide,” Revue Trimestrielle de Droit Financier
the incredible pace of new development, the platform is (Corporate Finance and Capital Markets Law Review) RTDF, no. 4-
2017, 2017.
becoming matured [41]. In the infancy stage of DAO, smart [21] W. A. Kaal, “Blockchain solutions for agency problems in corporate gov-
contracts are bound to cause vulnerabilities like The DAO ernance,” ECONOMIC INFORMATION TO FACILITATE DECISION
attack, which will lead to better code checking mechanisms MAKING, EDITED BOOK, EDITOR-KASHI R. BALACHANDRAN,
WORLD SCIENTIFIC PUBLISHERS (2019), 2019.
and secure coding practices to avoid such pitfalls. In the future, [22] A. Lafarre and C. Van der Elst, “Blockchain technology for corporate
not only may it be possible to establish full-fledged DAOs in governance and shareholder activism,” European Corporate Governance
multiple fields, it is also very likely to establish a unified single Institute (ECGI)-Law Working Paper, no. 390, 2018.
[23] R. Beck, C. Müller-Bloch, and J. L. King, “Governance in the blockchain
currency platform leveraging the technologies of DAO. economy: A framework and research agenda,” Journal of the Association
for Information Systems, vol. 19, no. 10, p. 1, 2018.
V. C ONCLUSION [24] F. Massacci, C. N. Ngo, J. Nie, D. Venturi, and J. Williams, “The
seconomics (security-economics) vulnerabilities of decentralized au-
DAO is viewed as a very promising paradigm for our future tonomous organizations,” in Cambridge International Workshop on
Security Protocols. Springer, 2017, pp. 171–179.
decentralized organizational solutions. This article reviews [25] D. J. Shakow, “The tao of the dao: Taxing an entity that lives on a
the most recent research activities on both academic and blockchain,” Tax Notes, vol. 160, pp. 18–23, 2018.
engineering scenarios, which basically include the governance [26] M. P. Golding, “Kelsen and the concept of „legal system” 1,” Archiv für
Rechts-und Sozialphilosophie, vol. 47, pp. 355–386, 1961.
problems and solutions, and typical DAO technologies and [27] M. Zichichi, M. Contu, S. Ferretti, and G. D’Angelo, “Likestarter: a
the related areas. We hope that this overview can help re- smart-contract based social dao for crowdfunding,” in IEEE INFOCOM
searchers and engineers to identify the state-of-the-art studies 2019-IEEE Conference on Computer Communications Workshops (IN-
FOCOM WKSHPS). IEEE, 2019, pp. 313–318.
of blockchain-based DAO. [28] J. Dai and M. A. Vasarhelyi, “Toward blockchain-based accounting and
assurance,” Journal of Information Systems, vol. 31, no. 3, pp. 5–21,
R EFERENCES 2017.
[29] S. Jeong, N.-N. Dao, Y. Lee, C. Lee, and S. Cho, “Blockchain based
[1] V. Dhillon, D. Metcalf, and M. Hooper, “The dao hacked,” in Blockchain billing system for electric vehicle and charging station,” in 2018 Tenth
Enabled Applications. Springer, 2017, pp. 67–78. International Conference on Ubiquitous and Future Networks (ICUFN).
[2] F. Casino, T. K. Dasaklis, and C. Patsakis, “A systematic literature review IEEE, 2018, pp. 308–310.
of blockchain-based applications: current status, classification and open [30] R. Leonhard, “Corporate governance on ethereum’s blockchain,” Avail-
issues,” Telematics and Informatics, vol. 36, pp. 55–81, 2019. able at SSRN 2977522, 2017.
[3] V. Buterin et al., “Ethereum white paper: a next generation smart [31] F. Lumineau, W. Wang, and O. Schilke, “Blockchain governance—a
contract & decentralized application platform,” First version, vol. 53, new way of organizing collaborations?” Organization Science, 2020.
2014. [32] N. Diallo, W. Shi, L. Xu, Z. Gao, L. Chen, Y. Lu, N. Shah, L. Car-
[4] G. Wood et al., “Ethereum: A secure decentralised generalised transac- ranco, T.-C. Le, A. B. Surez et al., “egov-dao: A better government
tion ledger,” Ethereum project yellow paper, vol. 151, pp. 1–32, 2014. using blockchain based decentralized autonomous organization,” in 2018
[5] P. Nobels, “Building the lisk dao project,” https://lisk.io/blog/apps/ International Conference on eDemocracy & eGovernment (ICEDEG).
building-lisk-dao-project. IEEE, 2018, pp. 166–171.
[6] “Aragon,” Accessed on 2020. [Online]. Available: https://aragon.org/ [33] M. Jun, “Blockchain government-a next form of infrastructure for the
[7] “Colony,” 2020. [Online]. Available: https://colony.io/ twenty-first century,” Journal of Open Innovation: Technology, Market,
[8] “DAOstack,” 2020. [Online]. Available: https://daostack.io/ and Complexity, vol. 4, no. 1, p. 7, 2018.
[9] F. Santos and V. Kostakis, “The dao: a million dollar lesson in blockchain [34] V. Akgiray, “The potential for blockchain technology in corporate
governance,” School of Business and Governance, Ragnar Nurkse De- governance,” 2019.
partment of Innovation and Governance, 2018. [35] M. Karajovic, H. M. Kim, and M. Laskowski, “Thinking outside the
[10] H. Chen, M. Pendleton, L. Njilla, and S. Xu, “A survey on ethereum sys- block: Projected phases of blockchain integration in the accounting
tems security: Vulnerabilities, attacks, and defenses,” ACM Computing industry,” Australian Accounting Review, vol. 29, no. 2, pp. 319–330,
Surveys (CSUR), vol. 53, no. 3, pp. 1–43, 2020. 2019.
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/OJCS.2021.3072661, IEEE Open
Journal of the Computer Society
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER < 11
[36] W. Zhang, Y. Yuan, Y. Hu, S. Huang, S. Cao, A. Chopra, and S. Huang, ZIBIN ZHENG received the Ph.D. degree from the
“A privacy-preserving voting protocol on blockchain,” in 2018 IEEE Chinese University of Hong Kong, in 2011. He is
11th International Conference on Cloud Computing (CLOUD). IEEE, currently a Professor at School of Computer Science
2018, pp. 401–408. and Engineering with Sun Yat-sen University, China.
[37] A. Alketbi, Q. Nasir, and M. A. Talib, “Blockchain for government He serves as Chairman of the Software Engineering
services — use cases, security benefits and challenges,” in 2018 15th Department. He published over 120 international
Learning and Technology Conference (L T), 2018, pp. 112–119. journal and conference papers, including 3 ESI
[38] C. Whiteoak, “Smart dubai close to rolling out 20 highly cited papers. According to Google Scholar,
blockchain-based services,” https://www.thenational.ae/business/ his papers have more than 9600 citations, with
smart-dubai-close-to-rolling-out-20-blockchain-based-services-1. an H-index of 46. His research interests include
695280. blockchain, services computing, software engineer-
[39] A. Alketbi, Q. Nasir, and M. A. Talib, “Novel blockchain reference ing, and financial big data. He was a recipient of several awards, including
model for government services: Dubai government case study,” Interna- the Top 50 Influential Papers in Blockchain of 2018, the ACM SIGSOFT
tional Journal of System Assurance Engineering and Management, pp. Distinguished Paper Award at ICSE2010, the Best Student Paper Award at
1–22, 2020. ICWS2010. He served as BlockSys’19 and CollaborateCom’16 General Co-
[40] D. Vujičić, D. Jagodić, and S. Rand̄ić, “Blockchain technology, bitcoin, Chair, SC2’19, ICIOT’18 and IoV’14 PC Co-Chair.
and ethereum: A brief overview,” in 2018 17th International Symposium
INFOTEH-JAHORINA (INFOTEH), 2018, pp. 1–6.
[41] K. Jones, “Blockchain in or as governance? evolutions in experimen-
tation, social impacts, and prefigurative practice in the blockchain and
dao space,” Information Polity, no. Preprint, pp. 1–18, 2019.
This work is licensed under a Creative Commons Attribution 4.0 License. For more information, see https://creativecommons.org/licenses/by/4.0/