🔍
What is DAO in Crypto Explained | How Does Decentralized Autonomous Organization Work - YouTube
Channel: Learn with Whiteboard
[0]
Welcome to whiteboard programming, where we
simplify programming with easy-to-understand
[3]
whiteboard videos, and today I'll be sharing
with you what is DAO in blockchain, how does
[8]
it work, benefits of DAO, risks involved and
quite a lot more...
[12]
So, let's get started!
[15]
Well, to state its meaning, the term DAO stands
for “decentralized autonomous organization”
[21]
and can be described as an open-source blockchain
protocol governed by a set of rules, THAT
[25]
is created by its elected members, AND it
can automatically execute certain actions
[32]
without the need for any intermediaries.
[34]
Further, both the program rules and subsequent
actions are recorded on a transparent and
[39]
secure blockchain ledger, which cannot be
tampered with and that's all thanks to an
[43]
immutable timestamp and the distribution of
the information to the network participants.
[48]
So, just to clear some basics, the platform
where the DAO runs is called a Blockchain...
[54]
and the most common case where the DAO can
be written is Ethereum Blockchain...
[59]
And in Ethereum, they are written in Solidity
Language.
[62]
Just remember these 2 points are needed when
you call something a DAO.... that is, a DAO
[69]
means 1. an organization with a group of participants
with a common goal 2. an organization which
[75]
is governed by code that is decentralized,
open, and transparent.
[80]
Now, if the system is well designed, the organization
will organically evolve toward achieving the
[86]
common goal.
[87]
But hey!
[88]
How does a DAO work?
[90]
And what does this stuff like MakerDAO, voting
etc meaning?
[94]
Well, for the same, in this video, I will
share several examples that illustrate the
[98]
type of problems that DAOs can and are particularly
equipped to solve and will address various
[104]
misconceptions that surround DAOs as we go.
[108]
Hopefully, by the end of this video, you will
have a clear idea of how DAOs work, at least
[113]
in the high level.
[115]
Example #1: DAO Now, the first example is
a DAO that is literally called DAO and it's
[122]
confusing, I know!, which is one of the earliest
decentralized autonomous organization built
[127]
on Ethereum.
[128]
And to define it simply, it is a decentralized
venture capital fund.
[132]
To fill in the pointers we discussed a minute
ago, in this case, the group of participants
[137]
are investors who have the common goal of
maximizing the returns on their funds, and
[142]
the governance by code works as such: The
smart contracts (which is built on top of
[147]
the Ethereum blockchain) will take votes from
shareholders (that is, people who hold DAO
[152]
tokens) on ... which startups to invest in
and how much to invest.
[158]
The more tokens a shareholder locks up, the
more weight he has in the vote.
[163]
Once the votes have been recorded, the smart
contracts will automatically allocate the
[167]
funds based on the vote results.
[169]
Here, participants can be sure that the vote
results are fair because every line of code
[175]
is transparent and immutable on the blockchain.
[179]
Now, you must be thinking, How does this differ
from a traditional venture capital fund?
[183]
Well, traditional venture capital funds have
the principal-agent problem, wherein, by agent
[189]
I mean board of directors and by the principal,
I mean the investors who have money in the
[194]
fund, where the agent takes actions on behalf
of the principal but the agent’s actions
[200]
are more incentivized by his self-interest
than that of the principal’s.
[206]
In other words, the board of directors do
what is best for themselves as opposed to
[210]
what is best for the investors.
[213]
So in DAO, investors directly vote on projects
that they want based on how much stakes (or
[219]
tokens) they hold.
[222]
However, while DAO was a good proof-of-concept,
it failed because of vulnerabilities in its
[228]
code, which were exploited by hackers to steal
more than $50 million worth of Ether.
[235]
This failure showed a fatal flaw that while
the open-source nature of DAOs makes it transparent
[239]
to the community, it also exposes DAOs to
attacks by hackers.
[245]
In fact, the hack was so influential that
it directly led to a hard fork of Ethereum:
[250]
Most of the Ethereum community agreed to roll
back the blockchain to a previous state to
[254]
undo the attack, while the rest rejected the
rollback and insisted that code is law.
[260]
And now, the former group is known as Ethereum
(ETH) today while the latter is known as Ethereum
[265]
Classic (ETC).
[269]
Example #2: MakerDAO While the DAO failed,
DAOs are definitely not just an abstract concept
[277]
as of today.
[278]
Perhaps the most well-known example of DAO
is the MakerDAO (which is sometimes also called
[284]
as Maker project), which currently has a thriving
and rapidly growing ecosystem.
[289]
People from the MakerDAO project have the
common goal of creating a stablecoin, DAI,
[294]
that “can be used by anyone, anywhere, anytime”.
[298]
The governance involves decisions on a variety
of Risk Parameters (such as what collateral
[303]
can be used, how much debt can be issued,
and fees) that ensure the stability of DAI
[309]
and is done via voting by Maker (MKR) holders.
[312]
As a detailed introduction to MakerDAO is
beyond the scope of this video, I'll be employing
[317]
a helpful analogy, that if MakerDAO is like
a company, DAI is the product, the Risk Parameters
[324]
are features of the product, and MKR holders
are the shareholders of the companies who
[329]
vote on how to adjust the product’s features.
[333]
Essentially, 1 DAI is collateralized by 1
USD worth of ETH, and MKR holders vote to
[337]
make a series of decisions to ensure that
the price always stays stable and DAI fully
[344]
collateralized.
[345]
It's very similar to centralized organizations,
where decisions like these are made by board
[349]
members and executives.
[351]
Or if a company is public, you may be able
to vote by holding stocks (or ownership in
[357]
the company).
[358]
Likely, in MakerDAO, anyone who owns MKRs
can vote on decisions.
[363]
Further, do note that in MakerDAO, voting
is done via the Maker Governance Portal, which
[369]
is a user-friendly front-end to the smart
contacts that make up the Dai Credit System
[373]
where you can also by interacting directly
with those smart contracts.
[378]
To vote here, you need to lock up tokens.
[380]
The more tokens you lock up, the more voting
power you have.
[384]
Vote results are determined by the amount
of MKR that votes for each proposal.
[388]
For example, if proposal A has in total 700
MKR voting for it and proposal B has 300 MKR,
[396]
proposal A would win with a 70% majority vote.
[400]
On the same note, There are two types of voting
in MakerDao: 1.
[404]
governance polls and 2. executive votes.
[407]
Through governance polling, MKR holders will
be able to seek soft consensus on the basic
[411]
principles of the ecosystem, the first example
of which was the Foundation Proposal that
[416]
established the five core principles of MakerDAO.
[420]
And, through the executive voting process,
MKR holders vote directly on changes to the
[425]
Dai Credit system.
[427]
For example, if some shareholders decide that
they want to increase the collateral required
[432]
to borrow DAI to ensure the stablecoin’s
stability, they simply put forward a proposal,
[437]
and if the proposal passed the vote, the smart
contracts will automatically increase the
[442]
collateral requirement.
[445]
The whole process is automated and no corruption
is possible as the rules of governance are
[450]
transparent and immutable on the blockchain,
open to anyone who wants to examine them.
[457]
Example #3: Voting As can be seen from the
two previous examples, contrary to the common
[463]
misconception, DAOs do not eliminate the need
for human input, it is simply a more transparent,
[469]
corruption-resistant, and decentralized way
to ensure the integrity of a system that exists
[474]
to serve the participants’ interests in
the first place.
[479]
In both DAO and MakerDAO, the participants
themselves must decide on what to vote for,
[485]
and the autonomous system simply ensures that
their intentions are implemented with certainty
[491]
— it is in some sense, a corruption-resistant
democracy, which brings us to the third example
[497]
which only exists in the conceptual phase
right now.
[502]
Imagine a democratic nation where all the
laws are recorded immutably and openly on
[506]
the blockchain.
[507]
A DAO can be used to automate the process
of lawmaking.
[510]
When a proposal is made, the citizens can
directly vote from their cellphones through
[515]
a front-end that connects to the smart contracts.
[519]
Once the vote concludes, the laws are automatically
changed based on vote results, recorded on
[524]
the smart contracts.
[526]
There are no elected officials that can act
contrary to what the people want; instead,
[531]
the power lies entirely in the hands of the
people.
[535]
So, regardless of whether you think this is
a good idea or not, DAO can hence enable the
[541]
most direct and honest form of democracy we
can discover today.
[548]
Now that you know what are DAOs and how they
work, let's look into some other aspects of
[553]
it.. starting with DAOs and security, The
primary security concern of DAOs is the lack
[558]
of a method to quickly and easily change the
code that governs the organization.
[563]
As soon as a DAO is up and running, it’s
difficult to alter the DAO’s code and implement
[569]
bug fixes that would take only a small amount
of time when completed on a centralized coding
[575]
system.
[576]
And as the code is visible to all users but
cannot be easily edited, bugs can potentially
[581]
be exploited without a quick way for developers
to patch them.
[586]
That's the reason why correcting code in a
DAO requires a complete rewrite of the code
[589]
and an agreement to migrate all funds on the
network, which means that holes in the DAO’s
[595]
security are more exploitable when compared
to a centralized system.
[599]
Further, to sum up the risks of DAOs, we can
say that ... First, A DAO’s code is clearly
[605]
visible and difficult to edit once the system
is in operation.
[609]
This makes it easier for hackers to exploit
bugs and loopholes in the code, which was
[614]
one of the factors that contributed to The
DAO’s massive hack in 2016.
[619]
2.
[620]
Lack of governmental precedence.
[623]
Now, As a developing technology, there is
no government precedence concerning DAO operation,
[629]
and the legal status of this type of tech
is still unclear.
[633]
This presents future risks to developers hoping
to implement a DAO.
[639]
Next, let's discuss about Benefits of DAOs
... so, despite potential security concerns,
[646]
DAOs offer a number of benefits to consumers
and users, including 1.
[652]
Transparency.
[654]
Users on a DAO can clearly see the code that
governs the network as well as any transactions
[659]
that take place on the blockchain.
[661]
This provides users with a high level of transparency
when compared to a centralized network.
[667]
2.
[669]
More efficient organization.
[671]
Instead of using a central trusted third party
to execute operations on the network, DAOs
[676]
use predefined code and conditions to automatically
carry out these contracts.
[682]
This eliminates many of the costs and security
risks that come with relying on a third party.
[689]
3.
[690]
An autonomous structure.
[692]
DAOs offer investors a unique opportunity
to submit proposals and ideas for improving
[698]
the organization.
[699]
Thanks to the autonomous structure of the
DAO, any investor can submit a proposal, regardless
[705]
of their stake in the network.
[708]
Submitting proposals also costs money, which
improves the quality of proposals submitted
[714]
by ensuring that users making the submission
have a stake in their submission.
[719]
Next, you must be wondering how can you invest
in a DAO or how to become a DAO Shareholder?
[727]
Well, If you’ve ever bought and sold cryptocurrencies
like Bitcoin or Ethereum, you’ll find it
[732]
very easy to become an investor in a DAO.
[736]
Each DAO issues its own coin that you can
freely buy and sell on major exchanges in
[742]
the same method that you’d use to buy and
sell other types of cryptocurrencies.
[747]
After opening an account with a broker, you
can become a “shareholder” in a DAO’s
[752]
network by investing in its coin offering
through any brokerage exchanges like Crypto.com,
[756]
Coinbase, or Gemini.
[759]
A few examples of currently operating DAOs
include DASH (DASH), MakerDAO (MKR), and Augur
[766]
(REP) Lastly, to conclude, DAOs envision a
collective organization which is owned and
[773]
managed by its members with all of them having
a voice.
[778]
Many analysts and industry insiders affirm
that this type of organization can be the
[783]
next trend, and even potentially replace some
BIG traditional companies.
[789]
With that, I hope this video was helpful to
you and served value, if you love my content,
[795]
feel free to smash that like button and if
you haven't already subscribed to my channel,
[799]
please do as it keeps me motivated and helps
me create more content like this for you.
Most Recent Videos:
You can go back to the homepage right here: Homepage





