🔍
What is DeFi? A Beginner’s Guide to Decentralized Finance - YouTube
Channel: 99Bitcoins
[0]
What is DeFi?
[1]
Can I use it to earn interest
on my cryptocurrency holdings?
[4]
Is it risky?
[5]
And will it really change
the future of finance as we know it?
[8]
Well, stick around.
[9]
Here on Crypto Whiteboard Tuesday,
[11]
we’ll tackle these questions and more.
[19]
Hi, I’m Nate Martin
from 99Bitcoins.com
[22]
and welcome
to Crypto Whiteboard Tuesday
[24]
where we take complex
cryptocurrency topics,
[27]
break them down and translate them
into plain English.
[29]
Before we begin,
don't forget to subscribe to the channel
[32]
and click the bell
so you’ll immediately get notified
[35]
when a new video comes out.
[37]
Today’s topic is decentralized finance,
or DeFi for short.
[42]
If you’ve watched our previous videos
[44]
you already know that Bitcoin
is a form of money
[47]
that isn’t controlled
by any central bank or government.
[50]
It can be transferred to anyone
from anyone around the world,
[53]
without the need of a bank
or a financial institution.
[56]
Bitcoin is decentralized money,
[59]
and if you’re just starting out
[60]
you may want to catch
our “What is Bitcoin” video
[63]
before moving forward.
[64]
However, transferring money
is only the first of many building blocks
[68]
in a financial system.
[70]
Aside from sending money
to one another,
[72]
there are a variety of services
we use today.
[74]
For example, loans, saving plans,
insurance and stock markets
[78]
are all services
that are built around money
[81]
and together create
our financial system.
[84]
Today, our financial system
and all its services
[87]
are completely centralized.
[89]
Banks, stock markets,
insurance companies
[91]
and other financial institutions
all have someone in charge,
[95]
whether it be a company or a person,
[97]
that controls and offers these services.
[100]
This centralized financial system,
or CeFi for short, has its risks -
[105]
mismanagement, fraud
and corruption to name a few.
[109]
But what if we could decentralize
the financial system as a whole
[112]
in the same way
Bitcoin decentralized money?
[116]
That’s exactly what DeFi is all about.
[119]
DeFi is a term
given to financial services
[121]
that have no central authority
or someone in charge.
[125]
Using decentralized money,
like certain cryptocurrencies,
[128]
that can also be programmed
for automated activities,
[130]
we can build exchanges,
lending services, insurance companies
[134]
and other organizations
that don’t have any owner
[136]
and aren’t controlled by anyone.
[139]
Confused?
[140]
Don’t worry,
we’ll break it down for you…
[142]
In order to create
a decentralized financial system,
[145]
the first thing we need
is an infrastructure
[147]
for programming and running
decentralized services.
[150]
Luckily for us, Ethereum does just that.
[154]
Ethereum is a Do It Yourself platform
for writing decentralized programs
[158]
also known as decentralized apps
or Dapps.
[162]
Our “What is Ethereum” video
explains Ethereum in great detail,
[166]
but for now we’ll just say
that through the use of Ethereum
[169]
we can write automated code,
also known as smart contracts,
[173]
that manage any financial service
we’d like to create
[176]
in a decentralized manner.
[178]
This means that we determine the rules
as to how a certain service will work,
[182]
and once we deploy those rules
on the Ethereum network
[185]
we no longer have control over them -
they are immutable.
[189]
Once we have a system in place
[191]
like Ethereum
for creating decentralized apps
[194]
we can start building
our decentralized financial system.
[197]
Now let’s take a look at some of
the building blocks that comprise it.
[200]
The first thing any financial system
needs is of course money.
[205]
You may be thinking:
[206]
“why not use Bitcoin or Ether,
which is Ethereum’s currency?”
[210]
Well, as for Bitcoin,
while it is indeed decentralized,
[214]
it has only very basic
programmable functionality
[217]
and is not compatible
with the Ethereum platform.
[220]
Ether, on the other hand,
is compatible and programmable,
[224]
however it is also highly volatile.
[227]
If we’re looking to build
reliable financial services
[230]
that people will want to use
[231]
we’ll need a more stable currency
to operate within this system.
[235]
This is where stablecoins come in.
[237]
Stablecoins are cryptocurrencies
[239]
that are pegged to the value
of a real world asset,
[242]
usually some major currency
like the US dollar.
[245]
Our video “What are stablecoins”
explains in more detail
[249]
how stablecoins are created
[250]
and what the different types
of stablecoin pegs are.
[253]
Make sure to check it out if you want
some additional information.
[256]
For the purpose of DeFi
[257]
we’ll want to use a stablecoin
that doesn’t use fiat money reserves
[261]
for maintaining a peg,
[262]
since this will require
some sort of central authority.
[265]
This is where DAI comes into play.
[268]
DAI is a decentralized cryptocurrency
[271]
pegged against the value
of the US dollar,
[273]
meaning one DAI equals one US dollar.
[277]
Unlike other popular stablecoins
[279]
whose value is backed directly
by US Dollar reserves,
[282]
DAI is backed by crypto collaterals
[284]
that can be viewed publicly
on the Ethereum blockchain.
[288]
DAI is over collateralized,
[290]
meaning if you lock up in a deposit
$1 worth of Ether,
[294]
you can borrow 66 cents worth of DAI.
[297]
As soon as you want your Ether back,
[299]
just pay back the DAI you borrowed
and the Ether will be released.
[303]
If you don’t have any Ether
to lock up as collateral
[306]
you can just buy DAI on an exchange.
[308]
Because DAI is over collateralized,
[311]
even if Ether’s price
becomes extremely volatile,
[314]
the value of the locked Ether
backing the DAI in circulation
[317]
will most likely still remain
at 100% or more.
[321]
In essence, the DAI stablecoin
is actually also a smart contract
[326]
that resides on the Ethereum platform.
[328]
This makes DAI a truly trustless
and decentralized stablecoin
[333]
which cannot be shut down
nor censored,
[335]
hence it’s a perfect form of money
for other DeFi services.
[339]
Now that our decentralized
financial system
[341]
has stable decentralized money,
[343]
it’s time to create
some additional services.
[346]
The first use case that we’ll discuss
is the decentralized exchange,
[350]
or DEX for short.
[351]
DEXes operate
according to a set of rules,
[354]
or smart contracts,
[355]
that allow users to buy, sell,
or trade cryptocurrencies.
[359]
Just like DAI they also reside
on the Ethereum platform
[363]
which means they operate
without a central authority.
[366]
When you trade on a DEX,
there is no exchange operator,
[369]
no sign-ups, no identity verification,
and no withdrawal fees.
[374]
Instead, the smart contracts
enforce the rules, execute trades,
[377]
and securely handle funds
when necessary.
[380]
Also, unlike a centralized exchange,
[383]
there’s often no need to deposit funds
into an exchange account
[386]
before conducting a trade.
[388]
This eliminates the major risk
of exchange hacking
[391]
which exists for all centralized
exchanges.
[394]
But the range of decentralized
financial services doesn’t stop there.
[398]
Let’s move on to decentralized
money markets -
[401]
services that connect borrowers
with lenders.
[405]
Compound is an Ethereum based
borrowing and lending dapp,
[408]
meaning you can lend your crypto out
and earn interest on it.
[412]
Alternatively,
[412]
maybe you need some money
to pay the rent or buy groceries,
[415]
but the only funds you have
are cryptocurrencies.
[418]
If that’s the case you can deposit
your crypto as collateral,
[421]
and borrow against it.
[424]
The Compound platform automatically
connects the lenders with borrowers,
[428]
enforces the terms of the loans,
and distributes the interest.
[432]
The process of earning interest
on cryptocurrencies
[434]
has become extremely popular lately,
giving rise to “yield farming” -
[439]
A term given to the effort
of putting crypto assets to work
[442]
while seeking to generate
the most returns possible.
[446]
You can take a look
at the description below this video
[448]
for some of the more exciting
DeFi projects
[451]
that you can start using today.
[452]
So we have decentralized stablecoins,
decentralized exchanges
[457]
and decentralized money markets.
[459]
How about decentralized insurance?
[463]
All of these new financial products
definitely entail some risks
[466]
which we will cover shortly,
[467]
so why not create a service
that insures my funds
[470]
in case something goes wrong?
[473]
Well, how about
a decentralized platform
[475]
that connects people
who are willing to pay for insurance
[478]
with people who are willing
to insure them for a premium,
[481]
while everything happens autonomously
without any insurance company
[484]
or agent in the middle.
[486]
DeFi services work in conjunction
with one another,
[489]
making it possible to mix
and match different services
[492]
to create new
and exciting opportunities.
[495]
This kind of resembles how you can
use different LEGO blocks
[498]
and get creative with whatever it is
you want to build.
[501]
Hence the term ‘money legos’
has been coined to refer to DeFi services.
[507]
For example, you can build
the following service
[509]
from different money legos -
[511]
You start out by using
a decentralized exchange aggregator
[514]
to find the exchange
with the best rate
[516]
for swapping Ether for DAI.
[518]
You then select the DEX you want
and conduct the trade.
[521]
Then you lend the DAI you received
to borrowers to earn interest.
[525]
Finally, you can add insurance
to this process
[528]
to make sure you’re covered
in case anything goes wrong.
[531]
That’s just one example out of
the many opportunities DeFi offers.
[536]
By now you can probably imagine
what advantages DeFi presents.
[540]
Transparency, interoperability,
decentralization,
[543]
free for all services
and flexible user experience,
[547]
to name just a few.
[549]
However there are also some risks
you should be aware of.
[552]
The most important risk is that DeFi
is still in its infancy
[556]
and this means
that things can go wrong.
[559]
Smart contracts have had issues
in the past
[561]
where people didn’t define the rules
for certain services correctly
[565]
and hackers found creative ways
to exploit existing loopholes
[568]
in order to steal money.
[571]
If you decide to test out
any of the existing DeFi services,
[574]
make sure to do it
with an amount of money
[576]
you can afford to lose
in case anything goes wrong.
[580]
Additionally, you should remember
that a system is decentralized
[583]
only as its most central component.
[586]
This means that some services
may be only partially decentralized
[589]
while still keeping
some centralized aspects
[592]
that can act as an achilles heel.
[594]
It’s important to understand
exactly how a product or service works
[598]
before investing in it
[599]
so you can be aware of any issues
that may come up.
[602]
To sum it up,
[603]
it seems that the DeFi revolution
has reached its early adopter stage
[607]
and the coming years will tell
[608]
if it manages to cross the chasm
into mainstream adoption.
[612]
There’s no doubt
that a decentralized financial system
[615]
can benefit a huge portion
of the population
[618]
that currently suffers
from financial discrimination,
[620]
high fees and inefficiencies
in managing their funds.
[623]
That’s it for today’s episode
of Crypto Whiteboard Tuesday.
[627]
Hopefully by now you understand
what DeFi is -
[630]
a term given for a variety
of decentralized financial services
[634]
that aim to replace our current
centralized financial system.
[638]
You may still have some questions.
[639]
If so, just leave them
in the comment section below.
[642]
And if you want to take a look
[643]
at some of the more popular
DeFi services in the works today
[646]
just check out the list
in the description below.
[649]
Finally, if you’re watching this video
on YouTube,
[651]
and enjoy what you’ve seen,
[652]
don’t forget to hit the like button,
subscribe to the channel
[655]
and click that bell
so that you’ll be notified as soon
[657]
as we post new episodes.
[660]
It really helps us out a lot.
[662]
Thanks for joining me
here at the Whiteboard.
[663]
For 99bitcoins.com,
I’m Nate Martin,
[666]
and I’ll see you…in a bit.
Most Recent Videos:
You can go back to the homepage right here: Homepage





