Smart Contracts</strong></a> in crypto are a set of pre-coded rules that will initiate some actions on the blockchain without interventions from a third party. You can call it a program, or simply, <strong>a blockchain app, with its own sense of how things should work in one situation, or another</strong>. Smart contracts are built by developers and launched on blockchains to bring some logic into people's actions. Let&rsquo;s just say, it makes blockchains work smarter, and in accordance to set conditions.</p>\n<p>So - what are smart contracts in human-speak, exactly?</p>\n<p>Well, as the name implies, they are contractual obligations for something to happen. In other words, if you make an agreement with your friend that you&rsquo;ll mow their lawn if they help you with your math homework, this can be considered a contract.</p>\n<p style=\"text-align: center;\"><img title=\"What are smart contracts: What are smart contracts?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-1.o.jpg/" alt=\"What are smart contracts: What are smart contracts?\" width=\"1000\" height=\"300\" /></p>\n<p>Obviously, the &ldquo;smart&rdquo; part in the term &ldquo;smart contract&rdquo; is the important bit. To put it simply, it signifies that <strong>the contract will be executed automatically, without human intervention</strong>, and that once it&rsquo;s set, it cannot be altered.</p>\n<p>A close example of this idea is if you&rsquo;d decide to take out a loan. You would have to settle the details with your bank, and sign a contract. Once all of the details are settled, your bank would pay out the money into your bank account.</p>\n<p>In this situation, though, the process is performed by a human - someone checks your information, and pays out your loan, or maybe not! With a smart contract, there would be no middleman - <strong>your information would be verified automatically, according to some set criteria, and the money would be paid out without human intervention, as well.</strong></p>\n<p>This is one of the core purposes that smart contracts serve, in the first place - they allow for certain processes to happen automatically, without the need for a human being to intervene. Think of a coffee machine - instead of boiling the water in a kettle, adding coffee to a mug, and then filling the mug with hot water, all that you need to do is push a button on the coffee machine, and wait - the process happens automatically! And YES, now you can call your coffee machine a smart one. <strong>Smart, because it works based on some initially programmed logic with no need for third parties to be involved.</strong> The absolute same can be said about Smart Contracts.</p>\n<p>It&rsquo;s convenient, fast, and effective. However, what if you decide that you actually want tea instead of coffee, midway through the machine making your drink? You could probably just press one button, and cancel the process!</p>\n<p>Well, this is an opposite core feature of smart contracts - once they&rsquo;re in action, there&rsquo;s no going back. No matter what happens, <strong>a smart contract will be executed, once it&rsquo;s started</strong>.</p>\n<p>While this does sound a bit intimidating, I assure you - this is a good thing!</p>\n<p>The strict nature of smart contract execution means that users won&rsquo;t be tricked, once the contract is in motion. Let&rsquo;s go back to the coffee machine example. Imagine that you really want a cup of coffee - you set the machine to start making your favorite latte, and then go to do something else while it does the deed. However, some guy walks past the machine, notices that you&rsquo;re making coffee for yourself, and decides to press the &ldquo;STOP&rdquo; button, simply to pull a prank on you.</p>\n<p>You come back, and the machine is turned off, with no coffee to be made - that&rsquo;s frustrating!</p>\n<p style=\"text-align: center;\"><img title=\"What are smart contracts: What is the core purpose of smart contracts?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-3.o.jpg/" alt=\"What are smart contracts: What is the core purpose of smart contracts?\" width=\"1000\" height=\"600\" /></p>\n<p>Now, sure - this is nothing more than a minor inconvenience. However, since smart contracts usually involve money (and lots of it!), the risks would be far more dire and noteworthy.</p>\n<p>In other words, <strong>malicious individuals would be able to scam investors out of their funds by promising something great and then simply running away with the money</strong>. Smart contracts help potential investors avoid this by checking out the details behind them, and providing the guarantees that, once initiated, the contracts won&rsquo;t be altered.</p>\n<p>How? Unlike coffee machine logic, smart contracts are public, so anyone can check and see what exact logic is set, and when and how it will proceed after you perform one action or another. And this is definitely a <strong>transparency</strong> question! If some blockchain activities involve hundreds or thousands of people, the community will always check what will happen according to the smart contract initiated for those activities.&nbsp;</p>\n<h2>How Do Smart Contracts Work?</h2>\n<p>Let&rsquo;s look into how smart contracts work, exactly.</p>\n<p>The vast majority of smart contracts are built (and issued) on the smart network - specifically, the <a href=https://www.bitdegree.org/"/crypto/buy-ethereum-eth/">Ethereum network. And this is the key difference between Ethereum-based blockchains and <a href=https://www.bitdegree.org/"/crypto/buy-bitcoin-btc/">Bitcoins&rsquo;.&nbsp;

/n

Ethereum is a &ldquo;smart&rdquo; crypto-powered network - a decentralized (no single authority-possessing) global node of computers, if you will.</strong> On it, people are able to create various applications, including smart contracts. Bitcoins&rsquo; blockchain network, is, let&rsquo;s call it - the dumb one, because of its lack of smart functionality. So, no smart contracts on a Bitcoin network.</p>\n<p>Namely, on Ethereum, smart contracts are built with the help of <strong>Solidity</strong> - a programming language that was specifically designed for developers working with the Ethereum network. These developers receive the criteria for a smart contract (for example, &ldquo;if Sam pays me $10, I will send Sam the article&rdquo;), and then create it by using Solidity. Essentially, a smart contract is basically an <strong>&ldquo;IF something happens, THEN do this&rdquo;</strong> function.</p>\n<p>When a smart contract is created, it needs to be deployed on the network. Once that happens, the contract becomes active, and the terms of the contract can be executed.</p>\n<p style=\"text-align: center;\"><img title=\"What are smart contracts: How do smart contracts work?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-4.o.jpg/" alt=\"What are smart contracts: How do smart contracts work?\" width=\"1000\" height=\"400\" /></p>\n<p>As I&rsquo;ve mentioned earlier, <strong>smart contracts work in an automatic manner</strong>. This means that, once they&rsquo;re deployed, developers won&rsquo;t need to add or change anything else - if the terms of the contract are met, it will perform its intended function.</p>\n<p>Furthermore, I would like to reiterate the fact that smart contracts are <strong>immutable</strong> - in other words, they can't be changed. This makes them secure and reliable, as long as the conditions by which they were deployed were checked and verified to be fair.</p>\n<p>That said, you might be wondering &nbsp;- WHY can&rsquo;t smart contracts be tampered with? Specifically, how is this ensured?</p>\n<p>Well, this is thanks to blockchain technology. I won&rsquo;t go too in-depth with the technical stuff on how that works, since it&rsquo;s an entire section of its own, but in essence, in order to change the terms of a smart contract once it&rsquo;s deployed, <strong>you&rsquo;d need to be in command of at least 51% of the blockchain that the contract is based on</strong> - this is practically impossible.</p>\n<p>And also if you&rsquo;d like to find out more about how <a href=https://www.bitdegree.org/"/crypto/learn/what-is-blockchain/">blockchains work, make sure to check out the section on the topic.</p>\n<h2>What Can Smart Contracts Be Used for?</h2>\n<p>So - thus far, we&rsquo;ve covered what smart contracts are, and also how they perform the processes that they do. As a final point, let&rsquo;s take a look at some examples of what these pieces of technology can be used for.</p>\n<p>For starters, let&rsquo;s say that you&rsquo;re a farmer who wants to insure their crops, in case there&rsquo;s a drought this year. The insurance company uses a smart contract for your insurance, with these terms:</p>\n<p><strong>&ldquo;If the air temperature between the months A and B is above 90 degrees Fahrenheit for at least C amount of days, consecutively, pay out the farmer X amount of money.&rdquo;</strong></p>\n<p>The insurance company would then make the smart contract track the local weather news platforms that have high reliability. Thus, the entire process would be automatized - <strong>if there was a drought that year, you would automatically receive your insurance payout!</strong></p>\n<p style=\"text-align: center;\"><strong><img title=\"What are smart contracts: What are smart contracts used for?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-5.o.jpg/" alt=\"What are smart contracts: What are smart contracts used for?\" width=\"999\" height=\"368\" /></strong></p>\n<p>And what's most important is that nobody ever will change the rules you, as the farmer, agreed to.</p>\n<p>Here&rsquo;s another example - imagine that you want to receive a yearly bonus in your job, and are trying to negotiate it with your boss. Your boss lays down the requirements that you need to meet in order to receive that bonus and gives you a deadline. He also creates a smart contract that states:</p>\n<p><strong>&ldquo;If A performs B, C, and D tasks until December 31st, 2022, A receives a bonus of X amount of money.&rdquo;</strong></p>\n<p>In a situation like this, you know that you will DEFINITELY receive the bonus, if you meet all of the requirements by the end of the year - after all, once the smart contract is created, there&rsquo;s no turning back! <em>And your crazy boss will never change his opinion just because of bad weather!</em></p>\n<p style=\"text-align: center;\"><em><img title=\"What are smart contracts: An example of using a smart contract.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-6.o.jpg/" alt=\"What are smart contracts: An example of using a smart contract.\" width=\"1000\" height=\"339\" /></em></p>\n<p>These are just a couple of examples that illustrate the potential of smart contract technology. Truth be told, the opportunities for smart contract application are vast - this technology can be incorporated into a huge variety of different areas, and, frankly, <strong>smart contracts are making their way into the mainstream</strong>, as we speak!</p>\n<p>So, in this section, we&rsquo;ve covered all of the essential information that you need to know about smart contracts - what they are, how they work, and the variety of different ways of how we can use them. If you would like to learn about various crypto topics - check out our section about <a href=https://www.bitdegree.org/"/crypto/learn/what-are-nfts/">NFTs.

","meta_title":"What are Smart Contracts: Smart Contracts Explained","meta_description":"Wondering what are smart contracts and how they work? Check out this in-depth explanation alongside a lot of easy-to-understand examples.","meta_keywords":"what are smart contracts, what are smart contracts explained, what are smart contracts used for","order":6,"language":"en","created_at":"2022-05-02T10:34:33.000000Z","updated_at":"2023-03-10T08:17:31.000000Z","modified_content":"<p>Have you ever played on an online slot machine? If you have, or maybe just have seen it, then you&rsquo;re probably quite familiar with the premise of how it works - you wager some money, and press the button to play. If the outcome of the images that appear on the screen is in your favor, you will be paid out your winnings right after.</p>\n<p><strong>In other words, once you initiate the slot machine, the process happens automatically, and depending on the outcome, rewards are paid out automatically, as well.</strong> This is actually exactly how smart contracts function, as well.</p>\n<p>In this section, we&rsquo;re covering smart contracts. Specifically, what smart contracts are, how they work, and what they are used for.</p>\n<p>Let&rsquo;s get right to it!</p>\n<div class=\"container\">\n <div class=\"row justify-content-center\">\n <div class=\"col-md-10 comparison-suggestion pb-3 mb-4\">\n <div class=\"d-flex flex-row\">\n <div class=\"text-center\">\n <div class=\"img-block-yt\">\n <img src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/images/compare-crypto-exchanges.gif/"/n alt=\"What is a Smart Contract? (Explained with Animations)\"\n title=\"What is a Smart Contract? (Explained with Animations)\" class=\"border-0\">\n <p>Video Explainer</p>\n </div>\n </div>\n <div class=\"col-xs-10 col-sm-10 col-md-10 text-left py-3 yt-info\">\n <h4 class=\"mb-1\">Video Explainer: What is the Core Purpose of Smart Contracts?</h4>\n <p class=\"py-1 mb-0 youtube-video-subtitle\">Reading is not your thing? Watch the \"What is the Core Purpose of Smart Contracts?\" video explainer</p>\n </div>\n </div>\n <div class=\"row justify-content-center text-center\">\n <div class=\"col-12 col-md-11 px-3\">\n <div class=\"wrapper mb-0\">\n <div class=\"youtube mb-4 bg-transparent p-0 video-modal-popup\" data-toggle=\"modal\"\n data-target=\"#video-modal\" data-id=\"0VCMtKx9AxU\" data-title=\"CryptoFinallyExplained\">\n <div class=\"video-gradient-top\"></div>\n <p class=\"text-left dyk-video-title\">What is a Smart Contract? (Explained with Animations)</p>\n <img src=https://www.bitdegree.org/"https://i.ytimg.com/vi/0VCMtKx9AxU/hq720.jpg/"/n alt=\"What is a Smart Contract? (Explained with Animations)\"\n title=\"What is a Smart Contract? (Explained with Animations)\"\n class=\"p-0\">\n <img class=\"play-button\" data-target=\"#video-modal\"\n src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/video-button.png/"/n alt=\"What is a Smart Contract? (Explained with Animations)\">\n </div>\n </div>\n </div>\n </div>\n <div class=\"row justify-content-center text-center\">\n <div>\n <a href=https://www.bitdegree.org/"https://www.youtube.com/c/CryptoFinallyExplained?sub_confirmation=1\%22\n class=\"btn yt-promo mb-2\" target=\"_blank\" rel=\"nofollow noopener\">\n <div class=\"row justify-content-center align-items-center mx-0 text-center\">\n <div class=\"col-4 col-md-4\">\n <i class=\"fab fa-youtube yt-dyk-btn\"></i>\n </div>\n <div class=\"col-8 col-md-8 text-center yt-promo-text\">\n <h4 class=\"m-0 text-white\">SUBSCRIBE</h4>\n <span>ON YOUTUBE</span>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div class=\"modal fade\" id=\"video-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"0VCMtKx9AxU\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-body p-0\">\n <button type=\"button\" class=\"video-modal-close close\" data-dismiss=\"modal\" aria-label=\"Close\">\n <i aria-hidden=\"true\" class=\"fas fa-times\"></i>\n </button>\n <div id=\"iframe\"></div>\n </div>\n <a class=\"text-decoration-none\"\n href=https://www.bitdegree.org/"https://www.youtube.com/c/CryptoFinallyExplained?sub_confirmation=1\%22\n rel=\"nofollow noopener\" target=\"_blank\">\n <div class=\"modal-footer p-0 d-block bg-white\">\n <div class=\"row justify-content-center m-0\">\n <div class=\"col-3 col-md-4 col-lg-2 p-0\">\n <img class=\"w-100 h-100\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/crypto-subscribe.jpg/" alt=\"Subscribe\">\n </div>\n <div class=\"col-9 col-md-8 col-lg-2 px-0 d-flex\">\n <div class=\"modal-subscribe w-100\">\n <p class=\"m-0 mt-1 mr-3\">SUBSCRIBE<br>\n <span class=\"m-0\">ON YOUTUBE</span>\n </p>\n </div>\n </div>\n <div class=\"col-12 col-md-12 col-lg-8 p-0 text-center d-flex justify-content-center align-items-center\">\n <div class=\"modal-subscribe-text\">\n <h4 class=\"m-0\">Understand crypto with ease</h4>\n <span>New explainer videos every week!</span>\n </div>\n </div>\n </div>\n </div>\n </a>\n </div>\n </div>\n</div>\n<h2>What are Smart Contracts?</h2>\n<p>Officially, <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-smart-contract/">Smart Contracts</strong></a> in crypto are a set of pre-coded rules that will initiate some actions on the blockchain without interventions from a third party. You can call it a program, or simply, <strong>a blockchain app, with its own sense of how things should work in one situation, or another</strong>. Smart contracts are built by developers and launched on blockchains to bring some logic into people's actions. Let&rsquo;s just say, it makes blockchains work smarter, and in accordance to set conditions.</p>\n<p>So - what are smart contracts in human-speak, exactly?</p>\n<p>Well, as the name implies, they are contractual obligations for something to happen. In other words, if you make an agreement with your friend that you&rsquo;ll mow their lawn if they help you with your math homework, this can be considered a contract.</p>\n<p style=\"text-align: center;\"><img title=\"What are smart contracts: What are smart contracts?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-1.o.jpg/" alt=\"What are smart contracts: What are smart contracts?\" width=\"1000\" height=\"300\" /></p>\n<p>Obviously, the &ldquo;smart&rdquo; part in the term &ldquo;smart contract&rdquo; is the important bit. To put it simply, it signifies that <strong>the contract will be executed automatically, without human intervention</strong>, and that once it&rsquo;s set, it cannot be altered.</p>\n<p>A close example of this idea is if you&rsquo;d decide to take out a loan. You would have to settle the details with your bank, and sign a contract. Once all of the details are settled, your bank would pay out the money into your bank account.</p>\n<p>In this situation, though, the process is performed by a human - someone checks your information, and pays out your loan, or maybe not! With a smart contract, there would be no middleman - <strong>your information would be verified automatically, according to some set criteria, and the money would be paid out without human intervention, as well.</strong></p>\n<p>This is one of the core purposes that smart contracts serve, in the first place - they allow for certain processes to happen automatically, without the need for a human being to intervene. Think of a coffee machine - instead of boiling the water in a kettle, adding coffee to a mug, and then filling the mug with hot water, all that you need to do is push a button on the coffee machine, and wait - the process happens automatically! And YES, now you can call your coffee machine a smart one. <strong>Smart, because it works based on some initially programmed logic with no need for third parties to be involved.</strong> The absolute same can be said about Smart Contracts.</p>\n<p>It&rsquo;s convenient, fast, and effective. However, what if you decide that you actually want tea instead of coffee, midway through the machine making your drink? You could probably just press one button, and cancel the process!</p>\n<p>Well, this is an opposite core feature of smart contracts - once they&rsquo;re in action, there&rsquo;s no going back. No matter what happens, <strong>a smart contract will be executed, once it&rsquo;s started</strong>.</p>\n<p>While this does sound a bit intimidating, I assure you - this is a good thing!</p>\n<p>The strict nature of smart contract execution means that users won&rsquo;t be tricked, once the contract is in motion. Let&rsquo;s go back to the coffee machine example. Imagine that you really want a cup of coffee - you set the machine to start making your favorite latte, and then go to do something else while it does the deed. However, some guy walks past the machine, notices that you&rsquo;re making coffee for yourself, and decides to press the &ldquo;STOP&rdquo; button, simply to pull a prank on you.</p>\n<p>You come back, and the machine is turned off, with no coffee to be made - that&rsquo;s frustrating!</p>\n<p style=\"text-align: center;\"><img title=\"What are smart contracts: What is the core purpose of smart contracts?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-3.o.jpg/" alt=\"What are smart contracts: What is the core purpose of smart contracts?\" width=\"1000\" height=\"600\" /></p>\n<p>Now, sure - this is nothing more than a minor inconvenience. However, since smart contracts usually involve money (and lots of it!), the risks would be far more dire and noteworthy.</p>\n<p>In other words, <strong>malicious individuals would be able to scam investors out of their funds by promising something great and then simply running away with the money</strong>. Smart contracts help potential investors avoid this by checking out the details behind them, and providing the guarantees that, once initiated, the contracts won&rsquo;t be altered.</p>\n<p>How? Unlike coffee machine logic, smart contracts are public, so anyone can check and see what exact logic is set, and when and how it will proceed after you perform one action or another. And this is definitely a <strong>transparency</strong> question! If some blockchain activities involve hundreds or thousands of people, the community will always check what will happen according to the smart contract initiated for those activities.&nbsp;</p>\n<h2>How Do Smart Contracts Work?</h2>\n<p>Let&rsquo;s look into how smart contracts work, exactly.</p>\n<p>The vast majority of smart contracts are built (and issued) on the smart network - specifically, the <a href=https://www.bitdegree.org/"/crypto/buy-ethereum-eth/">Ethereum network. And this is the key difference between Ethereum-based blockchains and <a href=https://www.bitdegree.org/"/crypto/buy-bitcoin-btc/">Bitcoins&rsquo;.&nbsp;

/n

Ethereum is a &ldquo;smart&rdquo; crypto-powered network - a decentralized (no single authority-possessing) global node of computers, if you will.</strong> On it, people are able to create various applications, including smart contracts. Bitcoins&rsquo; blockchain network, is, let&rsquo;s call it - the dumb one, because of its lack of smart functionality. So, no smart contracts on a Bitcoin network.</p>\n<p>Namely, on Ethereum, smart contracts are built with the help of <strong>Solidity</strong> - a programming language that was specifically designed for developers working with the Ethereum network. These developers receive the criteria for a smart contract (for example, &ldquo;if Sam pays me $10, I will send Sam the article&rdquo;), and then create it by using Solidity. Essentially, a smart contract is basically an <strong>&ldquo;IF something happens, THEN do this&rdquo;</strong> function.</p>\n<p>When a smart contract is created, it needs to be deployed on the network. Once that happens, the contract becomes active, and the terms of the contract can be executed.</p>\n<p style=\"text-align: center;\"><img title=\"What are smart contracts: How do smart contracts work?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-4.o.jpg/" alt=\"What are smart contracts: How do smart contracts work?\" width=\"1000\" height=\"400\" /></p>\n<p>As I&rsquo;ve mentioned earlier, <strong>smart contracts work in an automatic manner</strong>. This means that, once they&rsquo;re deployed, developers won&rsquo;t need to add or change anything else - if the terms of the contract are met, it will perform its intended function.</p>\n<p>Furthermore, I would like to reiterate the fact that smart contracts are <strong>immutable</strong> - in other words, they can't be changed. This makes them secure and reliable, as long as the conditions by which they were deployed were checked and verified to be fair.</p>\n<p>That said, you might be wondering &nbsp;- WHY can&rsquo;t smart contracts be tampered with? Specifically, how is this ensured?</p>\n<p>Well, this is thanks to blockchain technology. I won&rsquo;t go too in-depth with the technical stuff on how that works, since it&rsquo;s an entire section of its own, but in essence, in order to change the terms of a smart contract once it&rsquo;s deployed, <strong>you&rsquo;d need to be in command of at least 51% of the blockchain that the contract is based on</strong> - this is practically impossible.</p>\n<p>And also if you&rsquo;d like to find out more about how <a href=https://www.bitdegree.org/"/crypto/learn/what-is-blockchain/">blockchains work, make sure to check out the section on the topic.</p>\n<h2>What Can Smart Contracts Be Used for?</h2>\n<p>So - thus far, we&rsquo;ve covered what smart contracts are, and also how they perform the processes that they do. As a final point, let&rsquo;s take a look at some examples of what these pieces of technology can be used for.</p>\n<p>For starters, let&rsquo;s say that you&rsquo;re a farmer who wants to insure their crops, in case there&rsquo;s a drought this year. The insurance company uses a smart contract for your insurance, with these terms:</p>\n<p><strong>&ldquo;If the air temperature between the months A and B is above 90 degrees Fahrenheit for at least C amount of days, consecutively, pay out the farmer X amount of money.&rdquo;</strong></p>\n<p>The insurance company would then make the smart contract track the local weather news platforms that have high reliability. Thus, the entire process would be automatized - <strong>if there was a drought that year, you would automatically receive your insurance payout!</strong></p>\n<p style=\"text-align: center;\"><strong><img title=\"What are smart contracts: What are smart contracts used for?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-5.o.jpg/" alt=\"What are smart contracts: What are smart contracts used for?\" width=\"999\" height=\"368\" /></strong></p>\n<p>And what's most important is that nobody ever will change the rules you, as the farmer, agreed to.</p>\n<p>Here&rsquo;s another example - imagine that you want to receive a yearly bonus in your job, and are trying to negotiate it with your boss. Your boss lays down the requirements that you need to meet in order to receive that bonus and gives you a deadline. He also creates a smart contract that states:</p>\n<p><strong>&ldquo;If A performs B, C, and D tasks until December 31st, 2022, A receives a bonus of X amount of money.&rdquo;</strong></p>\n<p>In a situation like this, you know that you will DEFINITELY receive the bonus, if you meet all of the requirements by the end of the year - after all, once the smart contract is created, there&rsquo;s no turning back! <em>And your crazy boss will never change his opinion just because of bad weather!</em></p>\n<p style=\"text-align: center;\"><em><img title=\"What are smart contracts: An example of using a smart contract.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-smart-contract-6.o.jpg/" alt=\"What are smart contracts: An example of using a smart contract.\" width=\"1000\" height=\"339\" /></em></p>\n<p>These are just a couple of examples that illustrate the potential of smart contract technology. Truth be told, the opportunities for smart contract application are vast - this technology can be incorporated into a huge variety of different areas, and, frankly, <strong>smart contracts are making their way into the mainstream</strong>, as we speak!</p>\n<p>So, in this section, we&rsquo;ve covered all of the essential information that you need to know about smart contracts - what they are, how they work, and the variety of different ways of how we can use them. If you would like to learn about various crypto topics - check out our section about <a href=https://www.bitdegree.org/"/crypto/learn/what-are-nfts/">NFTs.

","preview_url":"https://www.bitdegree.org/crypto/learn/what-are-smart-contracts","youtube_video":{"id":7,"channel_id":1,"sort":57,"video_title":"What is a Smart Contract? (Explained with Animations)","description":"What is a Smart Contract?\n\nSmart contracts are automated agreements between two or more parties for something to happen. Essentially, they are blockchain-based lines of code that allow users to perform transactions without a middleman, or some sort of a third-party escrow service provider.\n\nApplication options for smart contracts are vast, and the use cases for this piece of blockchain technology are expanding every single day. If you want to learn about the awesome areas where smart contracts can be used, you’ll find all of the relevant information in my video! I will also explain how smart contracts work, in the simplest way possible.\n\nWhat do you think smart contracts can be used for, as far as daily chores and activities go? Share your opinions in the comments below!\n\nVideo Time Table:\n\n00:00 Introduction to What Are Smart Contracts\n1:08 What Are Smart Contracts?\n2:51 What is the Core Purpose of Smart Contracts?\n5:40 How Do Smart Contracts Work?\n8:21 What Are Smart Contracts Used For?\n10:10 Wrap-up: What Are Smart Contracts?\n\nGet Quick Crypto Tips on Twitter - Follow:\nhttps://twitter.com/crypto_xplained\n\n#SmartContract #SmartContracts #WhatisaSmartContract #WhatAreSmartContracts #SmartContractsBlockchain #SmartContractsExplained","video_id":"0VCMtKx9AxU","duration":660,"view_count":942,"thumbnail_url":"https://i.ytimg.com/vi/0VCMtKx9AxU/hq720.jpg","thumbnail_width":1280,"thumbnail_height":720,"published_at":"2022-01-31 08:51:06","created_at":"2022-02-21T13:20:28.000000Z","updated_at":"2023-05-21T23:00:04.000000Z","channel":{"id":1,"title":"CryptoFinallyExplained","channel_id":"UCOryUY0yxC08eJtK23mNgiA","main_playlist_id":"UUOryUY0yxC08eJtK23mNgiA"}}},"prevSection":{"id":471,"featured_image_id":11150,"original_id":null,"youtube_video_id":148,"author_id":42,"translator_id":null,"chapter_id":6,"title":"Picking the Right dApps: Dos and Don'ts","slug":"defi-dapps","definition":"Did you know that the main points you need to consider when choosing a reliable dApp are its TVL, its audits, the exposure of the team and community, and the underlying technology?","status":"published","content":"<p>In this section, we&rsquo;re going to talk about DeFi dApps, and how to pick the right one!</p>\n<p>DeFi dApps are a huge, sophisticated topic. No wonder, people tend to feel lost and intimidated by its complexity. In the previous <a href=https://www.bitdegree.org/"https://www.bitdegree.org/crypto/learn/what-are-dapps-in-crypto/">section about dApps</strong></a>, only the basic theory about what they are was covered. It&rsquo;s time to go deeper and learn how to evaluate them, and choose the best dApps.</p>\n<p>It&rsquo;s very easy to get lost in the dApp maze, since there are so many of them. And when things are so confusing, it&rsquo;s difficult to know where to even begin. If you&rsquo;re reading this section, chances are you&rsquo;ve already experienced this confusion yourself. But then, that&rsquo;s why you&rsquo;re here!</p>\n<p>In this section, we&rsquo;re going to examine <strong>what are the criteria of a good, trustworthy dApp, and what makes the best dApps stand out from the crowd</strong>. I&rsquo;ll give you a brief description of every aspect worth paying attention to, and how to compare them. In the end, what now seems like a mess, will look like something way more approachable!</p>\n<p><em>Now, let&rsquo;s get to it!</em></p>\n<h2>What&rsquo;s Up With dApps?</h2>\n<p>So, decentralized applications, or dApps, have gained a lot of popularity in recent years due to their ability to enable <strong>peer-to-peer transactions on decentralized networks</strong>. Being created on a daily basis, DeFi dApps seem like a revolutionary way of interacting with money and the internet, in general. Sounds good. But, things are never that simple!</p>\n<p>Let&rsquo;s look at it this way:</p>\n<p>Here&rsquo;s John. He&rsquo;s eager to learn things, and so it happens that he just found out about one particular dApp. It&rsquo;s a promising-looking decentralized lending protocol, and the reason why it got John's attention was the fact that it promises high returns to anyone who chooses to invest into it. Sounds good, sounds tempting. But, that&rsquo;s how many financial mistakes are made - by jumping straight into action, without critical evaluation. There&rsquo;s no such thing as free lunch, after all.</p>\n<p>However, John has read the <strong>Crypto 101 Handbook</strong>. He's better than that, and he&rsquo;s not gonna act without conducting research beforehand. So, here are the steps that John will have to take in order to make sure that this dApp is legit.</p>\n<h3>Total Value Locked (TVL)</h3>\n<p>First of all, TVL - a very important metric. Three letters that fit everything underneath them. In this case - literally. &ldquo;TVL&rdquo; stands for &ldquo;Total Value Locked&rdquo;, and is <strong>a</strong> <strong>metric that is used to measure the total value of assets locked into a dApp</strong>. In other words - how much have people already invested in it.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Total Value Locked (TVL)\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_01.jpg/" alt=\"DeFi dApps: Total Value Locked (TVL)\" width=\"1000\" height=\"845\" /></p>\n<p>It's a good indicator of the popularity and adoption of the dApp examples in question, as well as the level of trust that users have in them. The higher the TVL, the more assets are being held in the dApp, the more active dApp development takes place, and the more popular it is.</p>\n<p>Here&rsquo;s a simple analogy. If you were to deposit money into a bank, you&rsquo;d probably choose an institution that has a solid reputation and years of experience, instead of simply depositing your hard-earned money into a &lsquo;Bank 3000&rsquo; that you found behind a corner of an abandoned factory. The same goes for DeFi dApps.</p>\n<p>So, let&rsquo;s say a particular decentralized lending protocol has a TVL of $4.5 billion. Not only is it a green flag because of how large the number is, but it&rsquo;s been increasing over time, as well. That&rsquo;s yet another optimistic signal about the actual financial health of the dApp in question.</p>\n<p>An important thing to keep in mind is the fact that <strong>this does not mean that the investment will be 100% safe</strong>, and that it will guarantee returns. Yet, it&rsquo;s a convenient way to evaluate the potential risks.</p>\n<h3>Audits</h3>\n<p>Another important indicator is an audit. Before choosing a dApp contract address, it&rsquo;s essential to evaluate it, since this ensures the security and reliability of the code behind it.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Audit.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_02.jpg/" alt=\"DeFi dApps: Audit.\" width=\"1000\" height=\"420\" /></p>\n<p>So, what does that mean? <strong>An audit is a thorough examination of the dApp&rsquo;s codebase by a team of experts.</strong> It&rsquo;s conducted in order to identify and fix any vulnerabilities or bugs that may be lurking within the dApp&rsquo;s architecture. It literally is the DeFi version of a structural inspection that&rsquo;s performed on buildings. You don&rsquo;t wanna buy an apartment in a house that has walls built out of cereal boxes, now do you?</p>\n<p>Whenever you visit a project&rsquo;s website, you should easily find an &lsquo;Audits&rsquo; section on it. Reliable companies and the most popular dApps don&rsquo;t hide it, or make it impossible for users to verify this info themselves. Now, after having checked that a particular dApp has made their audit information public, you can take an extra step. <strong>Search up the names of the audit companies, and see whether they actually exist.</strong> You can tell that by looking up their social media platforms, and checking out their official websites.</p>\n<h3>Community &amp; Team</h3>\n<p>Okay, next up on the list is community and team. It&rsquo;s an important indicator that isn&rsquo;t ignored by the best and most popular dApps.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Community and team.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_03.jpg/" alt=\"DeFi dApps: Community and team.\" width=\"1000\" height=\"560\" /></p>\n<p>The best way to view the importance of community and team surrounding a particular dApp is this:</p>\n<p>Let&rsquo;s say that a dApp is an apartment. In this case, the architects and the construction team represent the team behind a particular dApp. They&rsquo;re either reliable or not.</p>\n<p>And the community is the neighborhood in which this apartment is being built. It&rsquo;s either pleasant to be in&hellip; or not.</p>\n<p>When studying dApp examples to select the best dApp, <strong>the importance of a strong community and an open, transparent team behind it are significant</strong>, as these factors speak to the credibility and stability of the project.</p>\n<p>If people stick to it - this means they find value in it, and don&rsquo;t get pushed away by dishonest and unreliable cash grabbers. The same applies to the developers. If the minds behind a project are unreliable&hellip; How can their product be different?</p>\n<p>The first thing to look for is to <strong>see if the team behind the dApp development has publicly disclosed their identities</strong>. This demonstrates their commitment and accountability to the project.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Social media presence.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_04.jpg/" alt=\"DeFi dApps: Social media presence.\" width=\"1000\" height=\"760\" /></p>\n<p><strong>Social media is another factor</strong>. Active social media presence and consistent engagement with the community show that the team is not hiding, and they&rsquo;re proud of the product they&rsquo;ve created. They want the public to see, and discover it.</p>\n<p>Imagine you&rsquo;re suddenly in need of someone to take care of your dog for the weekend. Would you trust your dog to a stranger who has an anonymous Facebook profile? If a public business has to hide something as simple as the founders&rsquo; names, it definitely sends out a suspicious signal.</p>\n<p>So the lesson here is clear. <strong>Check out the team</strong>, make sure they&rsquo;re actual, real people who don&rsquo;t try to hide under layers of anonymity. That&rsquo;s done by making sure that their socials are active.</p>\n<h3>Technology</h3>\n<p>Okay, next stop - technology. The importance of technology when navigating through DeFi dApps is crucial. It ensures that the dApp is built on a relevant and reliable platform, and that it serves a specific and useful purpose.</p>\n<p>The point here is intuitive. No matter how posh and expensive your laptop may be, if it still runs on Windows 98, you&rsquo;re about to have a bad time.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Compatibility.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_05.jpg/" alt=\"DeFi dApps: Compatibility.\" width=\"1000\" height=\"470\" /></p>\n<p>Choosing a dApp that is built on a relevant blockchain network ensures compatibility and interoperability with other dApps and services on the same network. To translate this into down-to-earth language, you can say that <strong>you have to make sure the dApp of your choice is actually compatible with the most vibrant, buzzing, and promising ecosystems out there.</strong></p>\n<p>Therefore, a dApp that runs on an outdated or irrelevant blockchain network, or lacks the features or functionality you need, may not be a wise investment. It&rsquo;s simply headed toward a dead-end. By the way, if you wanna learn more about blockchains, in general, check out <a href=https://www.bitdegree.org/"https://www.bitdegree.org/crypto/learn/what-is-blockchain/">this section</strong></a>!</p>\n<h2>What Not to Do When Choosing dApps?</h2>\n<p>So, the things that I mentioned up to this point are the &ldquo;dos&rdquo; of how to evaluate a dApp. <strong>Logically, the &ldquo;don&rsquo;ts&rdquo; are exactly the opposite of them.</strong> But we gotta make sure the lesson is clear. Based on everything I&rsquo;ve said previously, we can list 6 &lsquo;don&rsquo;ts&rsquo; that are best to always keep in mind:</p>\n<ul>\n<li>Don't choose a dApp contract address that hasn't been audited. Without an audit, there is a higher risk of security breaches, loss of funds, and other issues that can harm users.</li>\n<li>Don't choose a dApp that has a weak community or a team that is not open and transparent.</li>\n<li>Don&rsquo;t choose a dApp with low levels of activity on their socials.</li>\n<li>Don't choose a dApp that&rsquo;s built on unknown, obscure blockchain networks.</li>\n<li>Don&rsquo;t choose a dApp for which you can&rsquo;t find any data on how many funds are locked across its protocols.</li>\n</ul>\n<p>If you keep in mind all the &lsquo;Dos&rsquo; and &lsquo;Don&rsquo;ts&rsquo; that were emphasized up until now, it&rsquo;s sure to make your journey through the DeFi jungle easier, safer, and more pleasant!</p>","meta_title":"How to Choose the Right DeFi dApp? Dos and Don'ts","meta_description":"Are you interested in DeFi dApps but have no idea how to pick the right one? Find out all the things you should and shouldn't do right here!","meta_keywords":"defi dapps, dapps examples, dapp contract address, best dapps, dapp development, most popular dapps","order":4,"language":"en","created_at":"2023-03-10T08:01:38.000000Z","updated_at":"2023-05-08T05:35:00.000000Z","modified_content":"<p>In this section, we&rsquo;re going to talk about DeFi dApps, and how to pick the right one!</p>\n<p>DeFi dApps are a huge, sophisticated topic. No wonder, people tend to feel lost and intimidated by its complexity. In the previous <a href=https://www.bitdegree.org/"https://www.bitdegree.org/crypto/learn/what-are-dapps-in-crypto/">section about dApps</strong></a>, only the basic theory about what they are was covered. It&rsquo;s time to go deeper and learn how to evaluate them, and choose the best dApps.</p>\n<p>It&rsquo;s very easy to get lost in the dApp maze, since there are so many of them. And when things are so confusing, it&rsquo;s difficult to know where to even begin. If you&rsquo;re reading this section, chances are you&rsquo;ve already experienced this confusion yourself. But then, that&rsquo;s why you&rsquo;re here!</p>\n<p>In this section, we&rsquo;re going to examine <strong>what are the criteria of a good, trustworthy dApp, and what makes the best dApps stand out from the crowd</strong>. I&rsquo;ll give you a brief description of every aspect worth paying attention to, and how to compare them. In the end, what now seems like a mess, will look like something way more approachable!</p>\n<p><em>Now, let&rsquo;s get to it!</em></p>\n<div class=\"container\">\n <div class=\"row justify-content-center\">\n <div class=\"col-md-10 comparison-suggestion pb-3 mb-4\">\n <div class=\"d-flex flex-row\">\n <div class=\"text-center\">\n <div class=\"img-block-yt\">\n <img src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/images/compare-crypto-exchanges.gif/"/n alt=\"How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)\"\n title=\"How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)\" class=\"border-0\">\n <p>Video Explainer</p>\n </div>\n </div>\n <div class=\"col-xs-10 col-sm-10 col-md-10 text-left py-3 yt-info\">\n <h4 class=\"mb-1\">Video Explainer: Picking the Right dApps: Dos and Don'ts</h4>\n <p class=\"py-1 mb-0 youtube-video-subtitle\">Reading is not your thing? Watch the \"Picking the Right dApps: Dos and Don'ts\" video explainer</p>\n </div>\n </div>\n <div class=\"row justify-content-center text-center\">\n <div class=\"col-12 col-md-11 px-3\">\n <div class=\"wrapper mb-0\">\n <div class=\"youtube mb-4 bg-transparent p-0 video-modal-popup\" data-toggle=\"modal\"\n data-target=\"#video-modal\" data-id=\"7PZgvdPWwWQ\" data-title=\"CryptoFinallyExplained\">\n <div class=\"video-gradient-top\"></div>\n <p class=\"text-left dyk-video-title\">How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)</p>\n <img src=https://www.bitdegree.org/"https://i.ytimg.com/vi/7PZgvdPWwWQ/hq720.jpg/"/n alt=\"How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)\"\n title=\"How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)\"\n class=\"p-0\">\n <img class=\"play-button\" data-target=\"#video-modal\"\n src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/video-button.png/"/n alt=\"How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)\">\n </div>\n </div>\n </div>\n </div>\n <div class=\"row justify-content-center text-center\">\n <div>\n <a href=https://www.bitdegree.org/"https://www.youtube.com/c/CryptoFinallyExplained?sub_confirmation=1\%22\n class=\"btn yt-promo mb-2\" target=\"_blank\" rel=\"nofollow noopener\">\n <div class=\"row justify-content-center align-items-center mx-0 text-center\">\n <div class=\"col-4 col-md-4\">\n <i class=\"fab fa-youtube yt-dyk-btn\"></i>\n </div>\n <div class=\"col-8 col-md-8 text-center yt-promo-text\">\n <h4 class=\"m-0 text-white\">SUBSCRIBE</h4>\n <span>ON YOUTUBE</span>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div class=\"modal fade\" id=\"video-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"7PZgvdPWwWQ\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-body p-0\">\n <button type=\"button\" class=\"video-modal-close close\" data-dismiss=\"modal\" aria-label=\"Close\">\n <i aria-hidden=\"true\" class=\"fas fa-times\"></i>\n </button>\n <div id=\"iframe\"></div>\n </div>\n <a class=\"text-decoration-none\"\n href=https://www.bitdegree.org/"https://www.youtube.com/c/CryptoFinallyExplained?sub_confirmation=1\%22\n rel=\"nofollow noopener\" target=\"_blank\">\n <div class=\"modal-footer p-0 d-block bg-white\">\n <div class=\"row justify-content-center m-0\">\n <div class=\"col-3 col-md-4 col-lg-2 p-0\">\n <img class=\"w-100 h-100\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/crypto-subscribe.jpg/" alt=\"Subscribe\">\n </div>\n <div class=\"col-9 col-md-8 col-lg-2 px-0 d-flex\">\n <div class=\"modal-subscribe w-100\">\n <p class=\"m-0 mt-1 mr-3\">SUBSCRIBE<br>\n <span class=\"m-0\">ON YOUTUBE</span>\n </p>\n </div>\n </div>\n <div class=\"col-12 col-md-12 col-lg-8 p-0 text-center d-flex justify-content-center align-items-center\">\n <div class=\"modal-subscribe-text\">\n <h4 class=\"m-0\">Understand crypto with ease</h4>\n <span>New explainer videos every week!</span>\n </div>\n </div>\n </div>\n </div>\n </a>\n </div>\n </div>\n</div>\n<h2>What&rsquo;s Up With dApps?</h2>\n<p>So, decentralized applications, or dApps, have gained a lot of popularity in recent years due to their ability to enable <strong>peer-to-peer transactions on decentralized networks</strong>. Being created on a daily basis, DeFi dApps seem like a revolutionary way of interacting with money and the internet, in general. Sounds good. But, things are never that simple!</p>\n<p>Let&rsquo;s look at it this way:</p>\n<p>Here&rsquo;s John. He&rsquo;s eager to learn things, and so it happens that he just found out about one particular dApp. It&rsquo;s a promising-looking decentralized lending protocol, and the reason why it got John's attention was the fact that it promises high returns to anyone who chooses to invest into it. Sounds good, sounds tempting. But, that&rsquo;s how many financial mistakes are made - by jumping straight into action, without critical evaluation. There&rsquo;s no such thing as free lunch, after all.</p>\n<p>However, John has read the <strong>Crypto 101 Handbook</strong>. He's better than that, and he&rsquo;s not gonna act without conducting research beforehand. So, here are the steps that John will have to take in order to make sure that this dApp is legit.</p>\n<h3>Total Value Locked (TVL)</h3>\n<p>First of all, TVL - a very important metric. Three letters that fit everything underneath them. In this case - literally. &ldquo;TVL&rdquo; stands for &ldquo;Total Value Locked&rdquo;, and is <strong>a</strong> <strong>metric that is used to measure the total value of assets locked into a dApp</strong>. In other words - how much have people already invested in it.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Total Value Locked (TVL)\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_01.jpg/" alt=\"DeFi dApps: Total Value Locked (TVL)\" width=\"1000\" height=\"845\" /></p>\n<p>It's a good indicator of the popularity and adoption of the dApp examples in question, as well as the level of trust that users have in them. The higher the TVL, the more assets are being held in the dApp, the more active dApp development takes place, and the more popular it is.</p>\n<p>Here&rsquo;s a simple analogy. If you were to deposit money into a bank, you&rsquo;d probably choose an institution that has a solid reputation and years of experience, instead of simply depositing your hard-earned money into a &lsquo;Bank 3000&rsquo; that you found behind a corner of an abandoned factory. The same goes for DeFi dApps.</p>\n<p>So, let&rsquo;s say a particular decentralized lending protocol has a TVL of $4.5 billion. Not only is it a green flag because of how large the number is, but it&rsquo;s been increasing over time, as well. That&rsquo;s yet another optimistic signal about the actual financial health of the dApp in question.</p>\n<p>An important thing to keep in mind is the fact that <strong>this does not mean that the investment will be 100% safe</strong>, and that it will guarantee returns. Yet, it&rsquo;s a convenient way to evaluate the potential risks.</p>\n<h3>Audits</h3>\n<p>Another important indicator is an audit. Before choosing a dApp contract address, it&rsquo;s essential to evaluate it, since this ensures the security and reliability of the code behind it.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Audit.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_02.jpg/" alt=\"DeFi dApps: Audit.\" width=\"1000\" height=\"420\" /></p>\n<p>So, what does that mean? <strong>An audit is a thorough examination of the dApp&rsquo;s codebase by a team of experts.</strong> It&rsquo;s conducted in order to identify and fix any vulnerabilities or bugs that may be lurking within the dApp&rsquo;s architecture. It literally is the DeFi version of a structural inspection that&rsquo;s performed on buildings. You don&rsquo;t wanna buy an apartment in a house that has walls built out of cereal boxes, now do you?</p>\n<p>Whenever you visit a project&rsquo;s website, you should easily find an &lsquo;Audits&rsquo; section on it. Reliable companies and the most popular dApps don&rsquo;t hide it, or make it impossible for users to verify this info themselves. Now, after having checked that a particular dApp has made their audit information public, you can take an extra step. <strong>Search up the names of the audit companies, and see whether they actually exist.</strong> You can tell that by looking up their social media platforms, and checking out their official websites.</p>\n<h3>Community &amp; Team</h3>\n<p>Okay, next up on the list is community and team. It&rsquo;s an important indicator that isn&rsquo;t ignored by the best and most popular dApps.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Community and team.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_03.jpg/" alt=\"DeFi dApps: Community and team.\" width=\"1000\" height=\"560\" /></p>\n<p>The best way to view the importance of community and team surrounding a particular dApp is this:</p>\n<p>Let&rsquo;s say that a dApp is an apartment. In this case, the architects and the construction team represent the team behind a particular dApp. They&rsquo;re either reliable or not.</p>\n<p>And the community is the neighborhood in which this apartment is being built. It&rsquo;s either pleasant to be in&hellip; or not.</p>\n<p>When studying dApp examples to select the best dApp, <strong>the importance of a strong community and an open, transparent team behind it are significant</strong>, as these factors speak to the credibility and stability of the project.</p>\n<p>If people stick to it - this means they find value in it, and don&rsquo;t get pushed away by dishonest and unreliable cash grabbers. The same applies to the developers. If the minds behind a project are unreliable&hellip; How can their product be different?</p>\n<p>The first thing to look for is to <strong>see if the team behind the dApp development has publicly disclosed their identities</strong>. This demonstrates their commitment and accountability to the project.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Social media presence.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_04.jpg/" alt=\"DeFi dApps: Social media presence.\" width=\"1000\" height=\"760\" /></p>\n<p><strong>Social media is another factor</strong>. Active social media presence and consistent engagement with the community show that the team is not hiding, and they&rsquo;re proud of the product they&rsquo;ve created. They want the public to see, and discover it.</p>\n<p>Imagine you&rsquo;re suddenly in need of someone to take care of your dog for the weekend. Would you trust your dog to a stranger who has an anonymous Facebook profile? If a public business has to hide something as simple as the founders&rsquo; names, it definitely sends out a suspicious signal.</p>\n<p>So the lesson here is clear. <strong>Check out the team</strong>, make sure they&rsquo;re actual, real people who don&rsquo;t try to hide under layers of anonymity. That&rsquo;s done by making sure that their socials are active.</p>\n<h3>Technology</h3>\n<p>Okay, next stop - technology. The importance of technology when navigating through DeFi dApps is crucial. It ensures that the dApp is built on a relevant and reliable platform, and that it serves a specific and useful purpose.</p>\n<p>The point here is intuitive. No matter how posh and expensive your laptop may be, if it still runs on Windows 98, you&rsquo;re about to have a bad time.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" title=\"DeFi dApps: Compatibility.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/optimized/defi_dapps_05.jpg/" alt=\"DeFi dApps: Compatibility.\" width=\"1000\" height=\"470\" /></p>\n<p>Choosing a dApp that is built on a relevant blockchain network ensures compatibility and interoperability with other dApps and services on the same network. To translate this into down-to-earth language, you can say that <strong>you have to make sure the dApp of your choice is actually compatible with the most vibrant, buzzing, and promising ecosystems out there.</strong></p>\n<p>Therefore, a dApp that runs on an outdated or irrelevant blockchain network, or lacks the features or functionality you need, may not be a wise investment. It&rsquo;s simply headed toward a dead-end. By the way, if you wanna learn more about blockchains, in general, check out <a href=https://www.bitdegree.org/"https://www.bitdegree.org/crypto/learn/what-is-blockchain/">this section</strong></a>!</p>\n<h2>What Not to Do When Choosing dApps?</h2>\n<p>So, the things that I mentioned up to this point are the &ldquo;dos&rdquo; of how to evaluate a dApp. <strong>Logically, the &ldquo;don&rsquo;ts&rdquo; are exactly the opposite of them.</strong> But we gotta make sure the lesson is clear. Based on everything I&rsquo;ve said previously, we can list 6 &lsquo;don&rsquo;ts&rsquo; that are best to always keep in mind:</p>\n<ul>\n<li>Don't choose a dApp contract address that hasn't been audited. Without an audit, there is a higher risk of security breaches, loss of funds, and other issues that can harm users.</li>\n<li>Don't choose a dApp that has a weak community or a team that is not open and transparent.</li>\n<li>Don&rsquo;t choose a dApp with low levels of activity on their socials.</li>\n<li>Don't choose a dApp that&rsquo;s built on unknown, obscure blockchain networks.</li>\n<li>Don&rsquo;t choose a dApp for which you can&rsquo;t find any data on how many funds are locked across its protocols.</li>\n</ul>\n<p>If you keep in mind all the &lsquo;Dos&rsquo; and &lsquo;Don&rsquo;ts&rsquo; that were emphasized up until now, it&rsquo;s sure to make your journey through the DeFi jungle easier, safer, and more pleasant!</p>","preview_url":"https://www.bitdegree.org/crypto/learn/defi-dapps","youtube_video":{"id":148,"channel_id":1,"sort":4,"video_title":"How to Pick the Right DeFi dApp? (Dos and Don’ts Explained)","description":"How to pick the right DeFi dApps?\n\nDecentralized applications (commonly referred to simply as dApps, or DeFi dApps) are an essential keyword in the world of decentralized finance. If you haven’t dealt with DeFi dApps before, everything can get really confusing, real quick!\n\nIn this video, I will tell you how to evaluate dApps! I’ll cover all of the important criteria to consider before actually choosing a dApp to invest your time, money, and interest in. It’s important to understand how to tell good dApp examples apart from the shady ones; therefore, learning the dos and don’ts of picking the right dApp is essential!\n\nHave you ever used any dApp? If so, what was it? Make sure to share your experiences in the comments below the video!\n\nVideo Time Table:\n0:00 Introduction to How to Pick the Right DeFi dApp\n1:09 What's a dApp?\n2:10 Total Value Locked\n3:24 Audit\n4:22 Community & Team\n5:58 Technology\n6:52 dApp Evaluation Don'ts\n7:44 Wrap-up: How to Pick the Right DeFi dApp?\n\nGet Quick Crypto Tips on Twitter - Follow:\nhttps://twitter.com/crypto_xplained\n\n#dapps #DeFidapps #Bestdapp","video_id":"7PZgvdPWwWQ","duration":506,"view_count":84,"thumbnail_url":"https://i.ytimg.com/vi/7PZgvdPWwWQ/hq720.jpg","thumbnail_width":1280,"thumbnail_height":720,"published_at":"2023-05-05 14:47:16","created_at":"2023-05-05T23:00:03.000000Z","updated_at":"2023-05-21T23:00:04.000000Z","channel":{"id":1,"title":"CryptoFinallyExplained","channel_id":"UCOryUY0yxC08eJtK23mNgiA","main_playlist_id":"UUOryUY0yxC08eJtK23mNgiA"}}},"chapterTitle":"dApps & Defi","cryptoBookSection":{"id":2,"featured_image_id":6395,"original_id":null,"youtube_video_id":10,"author_id":40,"translator_id":null,"chapter_id":6,"title":"Web 3.0: The Future of the Internet","slug":"what-is-web-3-0","definition":"Did you know that Dr. Gavin Wood invented Web 3.0?","status":"published","content":"<p>Everywhere you look online, it seems like the term &ldquo;<a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-web-3-0/">Web 3.0</strong></a>&rdquo; keeps popping up, in one context or another. It has come to a point where even my friends, who otherwise have nothing to do with crypto, are asking me - <strong>what in the world is this &ldquo;Web 3.0&rdquo; that we keep hearing about?</strong></p>\n<p>I have to admit - it&rsquo;s not a simple question to answer! There&rsquo;s no one, set definition for the term, and experts seem to use advanced tech-speak and complicated terminology when defining the concept. Well, I&rsquo;m up to the challenge - we&rsquo;ll try to discuss the topic in an easy-to-understand manner.</p>\n<p>We&rsquo;ll be focusing on Web 3.0. Specifically, I&rsquo;ll be answering questions such as <strong>what Web 3.0 is, how it works, and how Web 1.0 &amp; Web 2.0 are different from Web 3.0.</strong></p>\n<h2>What is Web3?</h2>\n<p>According to the fancy definition:</p>\n<p>Web3 is an idea for a new iteration of <strong>the World Wide Web-based on blockchains</strong>, which incorporates concepts including decentralization and token-based economics.</p>\n<p>But what does Web3 actually mean?</p>\n<p><img title=\"What is Web 3.0: What is Web 3.0?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bc5733ae9.o.jpg/" alt=\"What is Web 3.0: What is Web 3.0?\" width=\"1000\" height=\"600\" /></p>\n<p>As with most seemingly-complex topics, in order to understand Web 3.0 - also known as &ldquo;the new internet&rdquo; -, we should probably first explore the earlier iterations of the concept - namely, <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-web-1-0/">Web 1.0</strong></a>, and <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-web-2-0/">2.0.

/n

Web 1.0</h3>\n<p>Web 1.0 can be viewed as the very beginning of the internet. It&rsquo;s kind of mutually agreed upon that this version of the web lasted <strong>from the 1980s, up to the early 2000s</strong>. The defining characteristic of this form of the web is the fact that users were only able to view the information online, without really being able to customize their experience while doing so. Let&rsquo;s call it - <strong>&ldquo;The Read Only&rdquo;</strong> Internet, where users were <strong>CONSUMERS</strong> of the data.</p>\n<p>In general, even this was a completely new concept. People would be used to accessing all of their information in newspapers and books - Web 1.0 basically digitalized this experience.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: Web 1.0.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bc82968d0.o.jpg/" alt=\"What is Web 3.0: Web 1.0.\" width=\"1000\" height=\"600\" /></p>\n<p>Specifically, you could visit static web pages, and read up on topics that interested you. In most cases, you couldn&rsquo;t create personal profiles, and <strong>your whole browsing experience would be directed around accessing the information that you&rsquo;re searching for</strong>. In other words, there was nothing &ldquo;personal&rdquo; about this form of the internet - it purely revolved around consuming the information.</p>\n<p>Being a completely new concept, naturally, Web 1.0 had a lot of obvious downsides. One of them, as I just mentioned - <strong>lack of personalization</strong>. However, this version of the internet experience was also very <strong>slow</strong>, and users would have to possess a lot of patience in order to receive or send a piece of information.</p>\n<h3>Web 2.0</h3>\n<p>With time, as the internet became more and more popular, it started expanding in functionality, too. <strong>The rise of social media platforms and data collection channels marked the beginning of what we now call Web 2.0</strong> - in other words, the current version of the internet that we all know and use.</p>\n<p>If you were to ask what defines this version of the web? The answer would be - you.</p>\n<p>Web 2.0 brought the ability to <strong>INTERACT</strong>, not just to consume. Like to create social profiles, identify yourself to large tech companies, and thus, customize your experience on the internet. The web became much more personal, with your browsing experiences tailored to your personal preferences, wants, and needs. <strong>User connections and social participation became the key factors of this form of the internet</strong>.&nbsp;</p>\n<p>The whole idea and purpose of the internet was changed. Web 2.0 is more about showing yourself by sending or receiving data instantly via live streams, video sharing, or instant messaging. The content type was transformed from <strong>static to dynamic</strong>. Data became instantly accessible.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: It started expanding in functionality.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bcc5539cf.o.jpg/" alt=\"What is Web 3.0: It started expanding in functionality.\" width=\"1000\" height=\"550\" /></p>\n<p><strong>Facebook and Google</strong> are the usual examples when it comes to the earlier-mentioned companies. These two brands are <strong>data collection and personalization GIANTS</strong> - it has come to a point where you could say that they know what you like and dislike better than you do, yourself!</p>\n<p>The platforms collect and analyze your information, and then sell it off to third-party advertisers so that they could do a better job at targeting their ads at you. These processes have become so advanced that you might simply think about wanting to purchase a plush teddy bear, and start seeing ads for your local toy store the next day!</p>\n<p>Now, naturally, there&rsquo;s no &ldquo;black magic&rdquo; involved. However, such joke-examples just go to show <strong>how much personal info we give up, and how far the aforementioned processes have come over the years</strong>.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: Personal preferences, wants, and needs.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bd969fd21.o.jpg/" alt=\"What is Web 3.0: Personal preferences, wants, and needs.\" width=\"1000\" height=\"550\" /></p>\n<p>As you can probably imagine, the biggest concern for Web 2.0 is user data privacy. While we do actively choose to give up our personal information to these large data aggregation platforms, it has come to the point where people have started to search for <strong>alternative ways to use the internet</strong> - ways that wouldn&rsquo;t involve <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-centralized/">centralized institutions controlling everything that we see online.</p>\n<p>This is where the concept of Web 2.0 VS Web 3.0 comes in.</p>\n<h3>Web 3.0</h3>\n<p>The simplest definition of Web 3.0 is a &ldquo;<strong>decentralized internet</strong>&rdquo;. It&rsquo;s a form of the web that would allow users to frankly remain <strong>anonymous</strong> while using it, and only share data that they themselves feel comfortable with sharing. That said, this form of the internet would also be much faster, and utilize data analysis. <strong>The Internet will become smarter because of quantum-computers and self-learning algorithms or AI</strong>.</p>\n<p>The experience of the Web 3.0 internet will also change. We will start hearing more about the <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-metaverse/">Metaverse, <strong>Virtual or Augmented Realities as a data medium</strong>. Data types will go from purely dynamic to live data, and, in most cases, will change and be produced instantly, on the go.</p>\n<p>Web 3.0 wouldn&rsquo;t be controlled by any of the earlier-mentioned centralized institutions. Instead, it would be completely decentralized - meaning, <strong>lacking any central companies or brands that would dominate the space</strong>. So, no presidents or CEOs!</p>\n<p>How is this possible? Well, currently, Web 3.0 is explored through the lens of crypto technology. <strong>For example,</strong> <strong>Bloomberg has also described Web3 as a concept that &ldquo;would build financial assets, in the form of <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-token/">tokens, into the inner workings of almost anything you do online&rdquo;.</strong></p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: Web 2.0 vs Web 3.0.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bebe3aa25.o.jpg/" alt=\"What is Web 3.0: Web 2.0 vs Web 3.0.\" width=\"1000\" height=\"600\" /></p>\n<p>Let&rsquo;s get something straight - cryptocurrencies aren&rsquo;t necessarily associated with Web 3.0, at least inherently. It&rsquo;s perfectly possible to create a decentralized version of the internet without any of the currently-existing crypto assets. That being the case, though, cryptocurrencies and the technology behind them help to conceptualize this goal much easier.</p>\n<p>Now, cryptocurrencies are built on blockchains - let&rsquo;s call them, special databases that are mostly decentralized. In order to earn cryptocurrencies, oftentimes, you have to participate in a process known as &ldquo;<strong>mining</strong>&rdquo; - basically, you need to plug your computer into the network, and dedicate its resources for calculations, to help confirm the transactions happening on the said cryptocurrency's blockchain.</p>\n<p><strong>This way, you become an active participant in the network and help keep it decentralized.</strong></p>\n<p>Lastly, in order to send and receive cryptocurrencies, you need a <a href=https://www.bitdegree.org/"https://www.bitdegree.org/crypto/best-cryptocurrency-wallet/">wallet - an app where your crypto assets are able to be kept safe and sound. Each wallet has two codes - <strong><a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-public-address/">a public address</a></strong>, and <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-private-key-secret-key/">a private key</strong></a>. The former is used for transacting with cryptocurrencies, while the latter is your secret key that is used to access the wallet, in the first place!&nbsp;</p>\n<p>I promised not to get too much into tech difficulties, so I&rsquo;ll stop here. But why do I tell you all of this?&nbsp;</p>\n<p>Simply because all of these terms and concepts are <strong>relevant to Web 3.0</strong>!</p>\n<p>Within Web 3.0, individuals would probably use their cryptocurrency wallets in place of social profiles. These wallets would be used to verify your profile, and log onto certain websites, as well as to confirm actions that you&rsquo;d perform on the internet - liking your friend&rsquo;s profile picture, purchasing a digital drawing, or participating at a pop star gig in a Metaverse. Blockchain technology would help to perform all of these processes anonymously.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: User data privacy.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bf5ff2b4e.o.jpg/" alt=\"What is Web 3.0: User data privacy.\" width=\"1000\" height=\"600\" /></p>\n<p>Now, naturally, as you can probably imagine, a decentralized version of the internet would bring with itself a lot of trouble, among other things. One of the benefits of our current version of the web is the fact that <strong>there&rsquo;s strict moderation involved, and illegal content is quickly removed from the mainstream websites</strong>.</p>\n<p>Who would moderate such websites if the web would be lacking any central authority? This is where the concept of &ldquo;<a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-the-dao/">DAOs&rdquo; comes in.</p>\n<p>A &ldquo;DAO&rdquo; is a &ldquo;Decentralized Autonomous Organization&rdquo;. The term sounds very fancy, but the idea itself is actually rather simple to understand, fundamentally.</p>\n<p>Imagine that, in Web 3.0, each website would have <strong>a dedicated cryptocurrency of its own</strong> (these would be known as Web 3.0 coins). If you would own some of that cryptocurrency, you could participate in the decision-making processes of that website - what content to leave up and what to remove, what should be the color scheme of the site, should there be a paywall for users to be able to join, and so on.</p>\n<p>Together with other holders of said cryptocurrency, you would be able to <strong>vote</strong> on the important questions relating to that website. This would form the aforementioned DAO - <strong>a decentralized organization that makes the core decisions behind how a website functions.</strong></p>\n<p style=\"text-align: center;\"><strong><img title=\"What is Web 3.0: DAO.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bf9599cbd.o.jpg/" alt=\"What is Web 3.0: DAO.\" width=\"1000\" height=\"600\" /></strong></p>\n<p>Before we continue, let&rsquo;s have a quick overview of what we&rsquo;ve already discussed, up to this point.</p>\n<p>Web 3.0 is a decentralized version of the internet. <strong>It&rsquo;s a conceptualized follow-up of Web 2.0</strong>, the current form of internet that you and I are familiar with. Web 3.0 aims to tackle things such as data privacy, large corporate entities controlling what we see on the internet, and, most importantly, user privacy. Also, it will bring us to the new mediums of data experience with Meataverses, VRs, and instant data aggregation.&nbsp;</p>\n<p>While Web 3.0 does not require cryptocurrencies to function, theoretically, the concept itself is much easier to understand when you learn how blockchains and crypto wallets work. This allows you to imagine <strong>how cryptocurrency wallets could replace online profiles, and how DAOs could be the answer to keeping things civil and legal</strong>.</p>\n<p>One more thing that you need to be aware of is something known as &ldquo;<strong>the Web 3.0 Foundation</strong>&rdquo;. Admittedly, it sounds like the core organization behind Web 3.0, right?</p>\n<p>Well, it&rsquo;s not, really. The Web 3.0 Foundation is a group that aims to &ldquo;support different projects that want to increase decentralization on the internet&rdquo;.</p>\n<p>A noble mission - indeed! However, the organization is often criticized for being rather biased. For example, it offers grants to developers, but only those who would use the popular cryptocurrency <strong>Polkadot&rsquo;s blockchain</strong> to create their projects. The entirety of the foundation itself is centered around said blockchain, so you can see why there are people who aren&rsquo;t too excited about this organization.</p>\n<p>This leads me to my final point and something that I want to leave you off with. As I&rsquo;ve hinted at throughout the entirety of this section, as of now, <strong>Web 3.0 is still just a rough idea, and a concept</strong>. Meaning, while there are theories of what this version of the internet should look like, and ideas of how it can be developed, it&rsquo;s still very much <strong>in its infancy stage</strong>!</p>\n<p>Following that, many companies and organizations may try to capitalize on this, and influence how people view the concept, in the first place. Do not fall for it! While the idea of a decentralized web is very exciting, there are still many, many questions that need to be answered, and problems that need to be tackled until this concept becomes even remotely viable. <strong>Such as, what will happen if the biggest part of DAO&rsquo;s votes will be concentrated in one person&rsquo;s hands?</strong> <strong>Do we get back to the centralized internet? How to avoid that?</strong></p>\n<p>And so, that&rsquo;s it! If you would like to learn more about the world of crypto, check out the section - \"<a href=https://www.bitdegree.org/"/crypto/learn/what-are-nfts/">What are NFTs?</strong></a>\"</p>","meta_title":"What is Web 3.0: A New Concept of the Internet","meta_description":"Find out what is Web 3.0 & how it is different from Web 1.0 & Web 2.0. What are the advantages & disadvantages of a decentralized internet?","meta_keywords":"web 3.0 definition / what does 3.0 mean, web3 foundation, the new internet / internet 3.0, web 3.0 crypto, web3 wallet, web 3.0 examples, what is a component of web 3.0 that describes things in a way that computers can understand?, web2 vs web3 / web 2.0 vs web 3.0","order":5,"language":"en","created_at":"2022-05-02T06:23:06.000000Z","updated_at":"2023-03-10T08:17:31.000000Z","modified_content":"<p>Everywhere you look online, it seems like the term &ldquo;<a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-web-3-0/">Web 3.0</strong></a>&rdquo; keeps popping up, in one context or another. It has come to a point where even my friends, who otherwise have nothing to do with crypto, are asking me - <strong>what in the world is this &ldquo;Web 3.0&rdquo; that we keep hearing about?</strong></p>\n<p>I have to admit - it&rsquo;s not a simple question to answer! There&rsquo;s no one, set definition for the term, and experts seem to use advanced tech-speak and complicated terminology when defining the concept. Well, I&rsquo;m up to the challenge - we&rsquo;ll try to discuss the topic in an easy-to-understand manner.</p>\n<p>We&rsquo;ll be focusing on Web 3.0. Specifically, I&rsquo;ll be answering questions such as <strong>what Web 3.0 is, how it works, and how Web 1.0 &amp; Web 2.0 are different from Web 3.0.</strong></p>\n<div class=\"container\">\n <div class=\"row justify-content-center\">\n <div class=\"col-md-10 comparison-suggestion pb-3 mb-4\">\n <div class=\"d-flex flex-row\">\n <div class=\"text-center\">\n <div class=\"img-block-yt\">\n <img src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/images/compare-crypto-exchanges.gif/"/n alt=\"What is Web3? (Animated Explanation + Examples)\"\n title=\"What is Web3? (Animated Explanation + Examples)\" class=\"border-0\">\n <p>Video Explainer</p>\n </div>\n </div>\n <div class=\"col-xs-10 col-sm-10 col-md-10 text-left py-3 yt-info\">\n <h4 class=\"mb-1\">Video Explainer: Web 3.0: The Future of the Internet</h4>\n <p class=\"py-1 mb-0 youtube-video-subtitle\">Reading is not your thing? Watch the \"Web 3.0: The Future of the Internet\" video explainer</p>\n </div>\n </div>\n <div class=\"row justify-content-center text-center\">\n <div class=\"col-12 col-md-11 px-3\">\n <div class=\"wrapper mb-0\">\n <div class=\"youtube mb-4 bg-transparent p-0 video-modal-popup\" data-toggle=\"modal\"\n data-target=\"#video-modal\" data-id=\"X_ushcDQZ5U\" data-title=\"CryptoFinallyExplained\">\n <div class=\"video-gradient-top\"></div>\n <p class=\"text-left dyk-video-title\">What is Web3? (Animated Explanation + Examples)</p>\n <img src=https://www.bitdegree.org/"https://i.ytimg.com/vi/X_ushcDQZ5U/hq720.jpg/"/n alt=\"What is Web3? (Animated Explanation + Examples)\"\n title=\"What is Web3? (Animated Explanation + Examples)\"\n class=\"p-0\">\n <img class=\"play-button\" data-target=\"#video-modal\"\n src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/video-button.png/"/n alt=\"What is Web3? (Animated Explanation + Examples)\">\n </div>\n </div>\n </div>\n </div>\n <div class=\"row justify-content-center text-center\">\n <div>\n <a href=https://www.bitdegree.org/"https://www.youtube.com/c/CryptoFinallyExplained?sub_confirmation=1\%22\n class=\"btn yt-promo mb-2\" target=\"_blank\" rel=\"nofollow noopener\">\n <div class=\"row justify-content-center align-items-center mx-0 text-center\">\n <div class=\"col-4 col-md-4\">\n <i class=\"fab fa-youtube yt-dyk-btn\"></i>\n </div>\n <div class=\"col-8 col-md-8 text-center yt-promo-text\">\n <h4 class=\"m-0 text-white\">SUBSCRIBE</h4>\n <span>ON YOUTUBE</span>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div class=\"modal fade\" id=\"video-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"X_ushcDQZ5U\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-body p-0\">\n <button type=\"button\" class=\"video-modal-close close\" data-dismiss=\"modal\" aria-label=\"Close\">\n <i aria-hidden=\"true\" class=\"fas fa-times\"></i>\n </button>\n <div id=\"iframe\"></div>\n </div>\n <a class=\"text-decoration-none\"\n href=https://www.bitdegree.org/"https://www.youtube.com/c/CryptoFinallyExplained?sub_confirmation=1\%22\n rel=\"nofollow noopener\" target=\"_blank\">\n <div class=\"modal-footer p-0 d-block bg-white\">\n <div class=\"row justify-content-center m-0\">\n <div class=\"col-3 col-md-4 col-lg-2 p-0\">\n <img class=\"w-100 h-100\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/assets/crypto-subscribe.jpg/" alt=\"Subscribe\">\n </div>\n <div class=\"col-9 col-md-8 col-lg-2 px-0 d-flex\">\n <div class=\"modal-subscribe w-100\">\n <p class=\"m-0 mt-1 mr-3\">SUBSCRIBE<br>\n <span class=\"m-0\">ON YOUTUBE</span>\n </p>\n </div>\n </div>\n <div class=\"col-12 col-md-12 col-lg-8 p-0 text-center d-flex justify-content-center align-items-center\">\n <div class=\"modal-subscribe-text\">\n <h4 class=\"m-0\">Understand crypto with ease</h4>\n <span>New explainer videos every week!</span>\n </div>\n </div>\n </div>\n </div>\n </a>\n </div>\n </div>\n</div>\n<h2>What is Web3?</h2>\n<p>According to the fancy definition:</p>\n<p>Web3 is an idea for a new iteration of <strong>the World Wide Web-based on blockchains</strong>, which incorporates concepts including decentralization and token-based economics.</p>\n<p>But what does Web3 actually mean?</p>\n<p><img title=\"What is Web 3.0: What is Web 3.0?\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bc5733ae9.o.jpg/" alt=\"What is Web 3.0: What is Web 3.0?\" width=\"1000\" height=\"600\" /></p>\n<p>As with most seemingly-complex topics, in order to understand Web 3.0 - also known as &ldquo;the new internet&rdquo; -, we should probably first explore the earlier iterations of the concept - namely, <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-web-1-0/">Web 1.0</strong></a>, and <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-web-2-0/">2.0.

/n

Web 1.0</h3>\n<p>Web 1.0 can be viewed as the very beginning of the internet. It&rsquo;s kind of mutually agreed upon that this version of the web lasted <strong>from the 1980s, up to the early 2000s</strong>. The defining characteristic of this form of the web is the fact that users were only able to view the information online, without really being able to customize their experience while doing so. Let&rsquo;s call it - <strong>&ldquo;The Read Only&rdquo;</strong> Internet, where users were <strong>CONSUMERS</strong> of the data.</p>\n<p>In general, even this was a completely new concept. People would be used to accessing all of their information in newspapers and books - Web 1.0 basically digitalized this experience.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: Web 1.0.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bc82968d0.o.jpg/" alt=\"What is Web 3.0: Web 1.0.\" width=\"1000\" height=\"600\" /></p>\n<p>Specifically, you could visit static web pages, and read up on topics that interested you. In most cases, you couldn&rsquo;t create personal profiles, and <strong>your whole browsing experience would be directed around accessing the information that you&rsquo;re searching for</strong>. In other words, there was nothing &ldquo;personal&rdquo; about this form of the internet - it purely revolved around consuming the information.</p>\n<p>Being a completely new concept, naturally, Web 1.0 had a lot of obvious downsides. One of them, as I just mentioned - <strong>lack of personalization</strong>. However, this version of the internet experience was also very <strong>slow</strong>, and users would have to possess a lot of patience in order to receive or send a piece of information.</p>\n<h3>Web 2.0</h3>\n<p>With time, as the internet became more and more popular, it started expanding in functionality, too. <strong>The rise of social media platforms and data collection channels marked the beginning of what we now call Web 2.0</strong> - in other words, the current version of the internet that we all know and use.</p>\n<p>If you were to ask what defines this version of the web? The answer would be - you.</p>\n<p>Web 2.0 brought the ability to <strong>INTERACT</strong>, not just to consume. Like to create social profiles, identify yourself to large tech companies, and thus, customize your experience on the internet. The web became much more personal, with your browsing experiences tailored to your personal preferences, wants, and needs. <strong>User connections and social participation became the key factors of this form of the internet</strong>.&nbsp;</p>\n<p>The whole idea and purpose of the internet was changed. Web 2.0 is more about showing yourself by sending or receiving data instantly via live streams, video sharing, or instant messaging. The content type was transformed from <strong>static to dynamic</strong>. Data became instantly accessible.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: It started expanding in functionality.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bcc5539cf.o.jpg/" alt=\"What is Web 3.0: It started expanding in functionality.\" width=\"1000\" height=\"550\" /></p>\n<p><strong>Facebook and Google</strong> are the usual examples when it comes to the earlier-mentioned companies. These two brands are <strong>data collection and personalization GIANTS</strong> - it has come to a point where you could say that they know what you like and dislike better than you do, yourself!</p>\n<p>The platforms collect and analyze your information, and then sell it off to third-party advertisers so that they could do a better job at targeting their ads at you. These processes have become so advanced that you might simply think about wanting to purchase a plush teddy bear, and start seeing ads for your local toy store the next day!</p>\n<p>Now, naturally, there&rsquo;s no &ldquo;black magic&rdquo; involved. However, such joke-examples just go to show <strong>how much personal info we give up, and how far the aforementioned processes have come over the years</strong>.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: Personal preferences, wants, and needs.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bd969fd21.o.jpg/" alt=\"What is Web 3.0: Personal preferences, wants, and needs.\" width=\"1000\" height=\"550\" /></p>\n<p>As you can probably imagine, the biggest concern for Web 2.0 is user data privacy. While we do actively choose to give up our personal information to these large data aggregation platforms, it has come to the point where people have started to search for <strong>alternative ways to use the internet</strong> - ways that wouldn&rsquo;t involve <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-centralized/">centralized institutions controlling everything that we see online.</p>\n<p>This is where the concept of Web 2.0 VS Web 3.0 comes in.</p>\n<h3>Web 3.0</h3>\n<p>The simplest definition of Web 3.0 is a &ldquo;<strong>decentralized internet</strong>&rdquo;. It&rsquo;s a form of the web that would allow users to frankly remain <strong>anonymous</strong> while using it, and only share data that they themselves feel comfortable with sharing. That said, this form of the internet would also be much faster, and utilize data analysis. <strong>The Internet will become smarter because of quantum-computers and self-learning algorithms or AI</strong>.</p>\n<p>The experience of the Web 3.0 internet will also change. We will start hearing more about the <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-metaverse/">Metaverse, <strong>Virtual or Augmented Realities as a data medium</strong>. Data types will go from purely dynamic to live data, and, in most cases, will change and be produced instantly, on the go.</p>\n<p>Web 3.0 wouldn&rsquo;t be controlled by any of the earlier-mentioned centralized institutions. Instead, it would be completely decentralized - meaning, <strong>lacking any central companies or brands that would dominate the space</strong>. So, no presidents or CEOs!</p>\n<p>How is this possible? Well, currently, Web 3.0 is explored through the lens of crypto technology. <strong>For example,</strong> <strong>Bloomberg has also described Web3 as a concept that &ldquo;would build financial assets, in the form of <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-token/">tokens, into the inner workings of almost anything you do online&rdquo;.</strong></p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: Web 2.0 vs Web 3.0.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bebe3aa25.o.jpg/" alt=\"What is Web 3.0: Web 2.0 vs Web 3.0.\" width=\"1000\" height=\"600\" /></p>\n<p>Let&rsquo;s get something straight - cryptocurrencies aren&rsquo;t necessarily associated with Web 3.0, at least inherently. It&rsquo;s perfectly possible to create a decentralized version of the internet without any of the currently-existing crypto assets. That being the case, though, cryptocurrencies and the technology behind them help to conceptualize this goal much easier.</p>\n<p>Now, cryptocurrencies are built on blockchains - let&rsquo;s call them, special databases that are mostly decentralized. In order to earn cryptocurrencies, oftentimes, you have to participate in a process known as &ldquo;<strong>mining</strong>&rdquo; - basically, you need to plug your computer into the network, and dedicate its resources for calculations, to help confirm the transactions happening on the said cryptocurrency's blockchain.</p>\n<p><strong>This way, you become an active participant in the network and help keep it decentralized.</strong></p>\n<p>Lastly, in order to send and receive cryptocurrencies, you need a <a href=https://www.bitdegree.org/"https://www.bitdegree.org/crypto/best-cryptocurrency-wallet/">wallet - an app where your crypto assets are able to be kept safe and sound. Each wallet has two codes - <strong><a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-public-address/">a public address</a></strong>, and <a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-private-key-secret-key/">a private key</strong></a>. The former is used for transacting with cryptocurrencies, while the latter is your secret key that is used to access the wallet, in the first place!&nbsp;</p>\n<p>I promised not to get too much into tech difficulties, so I&rsquo;ll stop here. But why do I tell you all of this?&nbsp;</p>\n<p>Simply because all of these terms and concepts are <strong>relevant to Web 3.0</strong>!</p>\n<p>Within Web 3.0, individuals would probably use their cryptocurrency wallets in place of social profiles. These wallets would be used to verify your profile, and log onto certain websites, as well as to confirm actions that you&rsquo;d perform on the internet - liking your friend&rsquo;s profile picture, purchasing a digital drawing, or participating at a pop star gig in a Metaverse. Blockchain technology would help to perform all of these processes anonymously.</p>\n<p style=\"text-align: center;\"><img title=\"What is Web 3.0: User data privacy.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bf5ff2b4e.o.jpg/" alt=\"What is Web 3.0: User data privacy.\" width=\"1000\" height=\"600\" /></p>\n<p>Now, naturally, as you can probably imagine, a decentralized version of the internet would bring with itself a lot of trouble, among other things. One of the benefits of our current version of the web is the fact that <strong>there&rsquo;s strict moderation involved, and illegal content is quickly removed from the mainstream websites</strong>.</p>\n<p>Who would moderate such websites if the web would be lacking any central authority? This is where the concept of &ldquo;<a href=https://www.bitdegree.org/"/crypto/learn/crypto-terms/what-is-the-dao/">DAOs&rdquo; comes in.</p>\n<p>A &ldquo;DAO&rdquo; is a &ldquo;Decentralized Autonomous Organization&rdquo;. The term sounds very fancy, but the idea itself is actually rather simple to understand, fundamentally.</p>\n<p>Imagine that, in Web 3.0, each website would have <strong>a dedicated cryptocurrency of its own</strong> (these would be known as Web 3.0 coins). If you would own some of that cryptocurrency, you could participate in the decision-making processes of that website - what content to leave up and what to remove, what should be the color scheme of the site, should there be a paywall for users to be able to join, and so on.</p>\n<p>Together with other holders of said cryptocurrency, you would be able to <strong>vote</strong> on the important questions relating to that website. This would form the aforementioned DAO - <strong>a decentralized organization that makes the core decisions behind how a website functions.</strong></p>\n<p style=\"text-align: center;\"><strong><img title=\"What is Web 3.0: DAO.\" src=https://www.bitdegree.org/"https://assets.bitdegree.org/crypto/storage/media/what-is-web-3-6270bf9599cbd.o.jpg/" alt=\"What is Web 3.0: DAO.\" width=\"1000\" height=\"600\" /></strong></p>\n<p>Before we continue, let&rsquo;s have a quick overview of what we&rsquo;ve already discussed, up to this point.</p>\n<p>Web 3.0 is a decentralized version of the internet. <strong>It&rsquo;s a conceptualized follow-up of Web 2.0</strong>, the current form of internet that you and I are familiar with. Web 3.0 aims to tackle things such as data privacy, large corporate entities controlling what we see on the internet, and, most importantly, user privacy. Also, it will bring us to the new mediums of data experience with Meataverses, VRs, and instant data aggregation.&nbsp;</p>\n<p>While Web 3.0 does not require cryptocurrencies to function, theoretically, the concept itself is much easier to understand when you learn how blockchains and crypto wallets work. This allows you to imagine <strong>how cryptocurrency wallets could replace online profiles, and how DAOs could be the answer to keeping things civil and legal</strong>.</p>\n<p>One more thing that you need to be aware of is something known as &ldquo;<strong>the Web 3.0 Foundation</strong>&rdquo;. Admittedly, it sounds like the core organization behind Web 3.0, right?</p>\n<p>Well, it&rsquo;s not, really. The Web 3.0 Foundation is a group that aims to &ldquo;support different projects that want to increase decentralization on the internet&rdquo;.</p>\n<p>A noble mission - indeed! However, the organization is often criticized for being rather biased. For example, it offers grants to developers, but only those who would use the popular cryptocurrency <strong>Polkadot&rsquo;s blockchain</strong> to create their projects. The entirety of the foundation itself is centered around said blockchain, so you can see why there are people who aren&rsquo;t too excited about this organization.</p>\n<p>This leads me to my final point and something that I want to leave you off with. As I&rsquo;ve hinted at throughout the entirety of this section, as of now, <strong>Web 3.0 is still just a rough idea, and a concept</strong>. Meaning, while there are theories of what this version of the internet should look like, and ideas of how it can be developed, it&rsquo;s still very much <strong>in its infancy stage</strong>!</p>\n<p>Following that, many companies and organizations may try to capitalize on this, and influence how people view the concept, in the first place. Do not fall for it! While the idea of a decentralized web is very exciting, there are still many, many questions that need to be answered, and problems that need to be tackled until this concept becomes even remotely viable. <strong>Such as, what will happen if the biggest part of DAO&rsquo;s votes will be concentrated in one person&rsquo;s hands?</strong> <strong>Do we get back to the centralized internet? How to avoid that?</strong></p>\n<p>And so, that&rsquo;s it! If you would like to learn more about the world of crypto, check out the section - \"<a href=https://www.bitdegree.org/"/crypto/learn/what-are-nfts/">What are NFTs?</strong></a>\"</p>","preview_url":"https://www.bitdegree.org/crypto/learn/what-is-web-3-0","youtube_video":{"id":10,"channel_id":1,"sort":60,"video_title":"What is Web3? (Animated Explanation + Examples)","description":"Web 3.0, more commonly known as simply Web3, is an idea of a new and improved Internet. Faster, smarter, and completely anonymous, the idea of a New Internet has been spreading like wildfire!\n\nAs user privacy concerns have been popping up more and more over the last few years, the idea of a decentralized and anonymous New Internet has become the talk of the town. In this video, I’ll explain to you what Web 3.0 is in simple terms, and by using everyday examples and analogies, so by the end of the video, you will know exactly what makes Web 3.0 so revolutionary and exciting!\n\nWhat are your opinions on the Web3 predictions? Share your thoughts in the comments below!\n\nVideo Time Table:\n\n0:00 Introduction to Web3\n1:09 What is Web3?\n1:42 What is Web1.0?\n3:27 What is Web2.0?\n5:39 Web2.0 vs Web3\n9:19 What is DAO?\n10:14 Quick Overview\n11:08 Web3 Foundation\n11:50 Wrap-up: What is Web3?\n\nGet Quick Crypto Tips on Twitter - Follow:\nhttps://twitter.com/crypto_xplained\n\n#Web3.0 #WhatIsWeb3 #GuideToWeb3 #Web3 #NewInternet #Blockchain #Crypto","video_id":"X_ushcDQZ5U","duration":798,"view_count":943,"thumbnail_url":"https://i.ytimg.com/vi/X_ushcDQZ5U/hq720.jpg","thumbnail_width":1280,"thumbnail_height":720,"published_at":"2022-01-24 17:55:51","created_at":"2022-02-21T13:20:28.000000Z","updated_at":"2023-05-21T23:00:04.000000Z","channel":{"id":1,"title":"CryptoFinallyExplained","channel_id":"UCOryUY0yxC08eJtK23mNgiA","main_playlist_id":"UUOryUY0yxC08eJtK23mNgiA"}},"featured_image":{"id":6395,"uuid":"1ba8aae1-7977-415b-9e73-f68ad1219405","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-web3.o.jpg","path":"crypto/storage/media/what-is-web3.o.jpg","original_path":"crypto/storage/media/what-is-web3.jpg","name":"what-is-web3.o.jpg","original_name":"what-is-web3.jpg","title":null,"alt":null,"width":768,"height":476,"disk":"spaces","status":"uploaded","readable_file_size":"103.80KB"}},"chapterList":[{"id":1,"title":"Blockchain","slug":"blockchain","updated":null,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-blockchain.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/blockchain-101.jpg","rating":100,"sections":[{"slug":"what-is-blockchain","title":"What is the Blockchain?","featured_image_id":6412,"status":"published","chapter_id":1,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-blockchain","featured_image":{"id":6412,"uuid":"152ba579-ce8d-488a-9e06-bcd99e976b7d","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-blockchain-626fbe085a0cd.o.jpg","path":"crypto/storage/media/what-is-blockchain-626fbe085a0cd.o.jpg","original_path":"crypto/storage/media/what-is-blockchain-626fbe085a0cd.jpg","name":"what-is-blockchain-626fbe085a0cd.o.jpg","original_name":"what-is-blockchain.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"93.86KB"},"youtube_video":null},{"slug":"decentralized-blockchain","title":"Anonymous & Decentralized Blockchains: The Cornerstone of Crypto","featured_image_id":7205,"status":"published","chapter_id":1,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/decentralized-blockchain","featured_image":{"id":7205,"uuid":"c5d6f6a7-4914-4d6b-9fdd-e94dfb0bae82","public_url":"https://assets.bitdegree.org/crypto/storage/media/decentralized-blockchain-featured-image.o.jpg","path":"crypto/storage/media/decentralized-blockchain-featured-image.o.jpg","original_path":"crypto/storage/media/decentralized-blockchain-featured-image.jpg","name":"decentralized-blockchain-featured-image.o.jpg","original_name":"decentralized-blockchain-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"136.00KB"},"youtube_video":null},{"slug":"blockchain-transaction","title":"What is a Blockchain Transaction in Crypto?","featured_image_id":7397,"status":"published","chapter_id":1,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/blockchain-transaction","featured_image":{"id":7397,"uuid":"e60dff45-4c5d-4b44-a2c1-a27e49f700e7","public_url":"https://assets.bitdegree.org/crypto/storage/media/blockchain-transaction-featured-mage.o.jpg","path":"crypto/storage/media/blockchain-transaction-featured-mage.o.jpg","original_path":"crypto/storage/media/blockchain-transaction-featured-mage.jpg","name":"blockchain-transaction-featured-mage.o.jpg","original_name":"blockchain-transaction-featured-mage.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"85.83KB"},"youtube_video":null},{"slug":"crypto-fees","title":"The Different Types of Crypto Fees Explained","featured_image_id":7442,"status":"published","chapter_id":1,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/crypto-fees","featured_image":{"id":7442,"uuid":"f554012e-7fe1-4636-9718-81abd3499361","public_url":"https://assets.bitdegree.org/crypto/storage/media/crypto-fees-featured-image.o.jpg","path":"crypto/storage/media/crypto-fees-featured-image.o.jpg","original_path":"crypto/storage/media/crypto-fees-featured-image.jpg","name":"crypto-fees-featured-image.o.jpg","original_name":"crypto-fees-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"78.90KB"},"youtube_video":null},{"slug":"what-is-bridging-in-crypto","title":"The Key Notion Behind the Concept of Bridging in Crypto","featured_image_id":7662,"status":"published","chapter_id":1,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-bridging-in-crypto","featured_image":{"id":7662,"uuid":"67564127-d9df-451e-8767-c28930039dc8","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-crypto-bridging-featured-image.o.jpg","path":"crypto/storage/media/what-is-crypto-bridging-featured-image.o.jpg","original_path":"crypto/storage/media/what-is-crypto-bridging-featured-image.jpg","name":"what-is-crypto-bridging-featured-image.o.jpg","original_name":"what-is-crypto-bridging-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"106.21KB"},"youtube_video":null},{"slug":"types-of-blockchains","title":"Different Types of Blockchains: What to Look Out For?","featured_image_id":7272,"status":"published","chapter_id":1,"language":"en","order":6,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/types-of-blockchains","featured_image":{"id":7272,"uuid":"6ad01272-67ac-4719-8e88-7f01752a0628","public_url":"https://assets.bitdegree.org/crypto/storage/media/types-of-blockchains-featured-image.o.jpg","path":"crypto/storage/media/types-of-blockchains-featured-image.o.jpg","original_path":"crypto/storage/media/types-of-blockchains-featured-image.jpg","name":"types-of-blockchains-featured-image.o.jpg","original_name":"types-of-blockchains-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"110.34KB"},"youtube_video":null}]},{"id":2,"title":"Cryptocurrencies","slug":"cryptocurrencies","updated":null,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-cryptocurrencies.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/cryptocurrencies-101.jpg","rating":100,"sections":[{"slug":"what-is-a-cryptocurrency","title":"What is a Cryptocurrency?","featured_image_id":7751,"status":"published","chapter_id":2,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-a-cryptocurrency","featured_image":{"id":7751,"uuid":"791c4203-70ae-4c68-8a02-bc1769331e86","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-cryptocurrency-featured-image.o.jpg","path":"crypto/storage/media/what-is-cryptocurrency-featured-image.o.jpg","original_path":"crypto/storage/media/what-is-cryptocurrency-featured-image.jpg","name":"what-is-cryptocurrency-featured-image.o.jpg","original_name":"what-is-cryptocurrency-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"90.10KB"},"youtube_video":null},{"slug":"how-does-cryptocurrency-work","title":"How Does Cryptocurrency Work?","featured_image_id":7901,"status":"published","chapter_id":2,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-does-cryptocurrency-work","featured_image":{"id":7901,"uuid":"8cbcfe71-8bbf-4b46-88b5-3c093730a696","public_url":"https://assets.bitdegree.org/crypto/storage/media/how-does-cryptocurrency-work-featured-image.o.jpg","path":"crypto/storage/media/how-does-cryptocurrency-work-featured-image.o.jpg","original_path":"crypto/storage/media/how-does-cryptocurrency-work-featured-image.jpg","name":"how-does-cryptocurrency-work-featured-image.o.jpg","original_name":"how-does-cryptocurrency-work-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"131.98KB"},"youtube_video":null},{"slug":"is-cryptocurrency-a-good-investment","title":"Is Cryptocurrency a Good Investment? The Pros & Cons","featured_image_id":7970,"status":"published","chapter_id":2,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/is-cryptocurrency-a-good-investment","featured_image":{"id":7970,"uuid":"97ba4b02-cac2-4a9a-97d9-517f29a0ba30","public_url":"https://assets.bitdegree.org/crypto/storage/media/is-cryptocurrency-a-good-investment-featured-image.o.jpg","path":"crypto/storage/media/is-cryptocurrency-a-good-investment-featured-image.o.jpg","original_path":"crypto/storage/media/is-cryptocurrency-a-good-investment-featured-image.jpg","name":"is-cryptocurrency-a-good-investment-featured-image.o.jpg","original_name":"is-cryptocurrency-a-good-investment-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"98.62KB"},"youtube_video":null},{"slug":"coin-vs-token","title":"Coin VS Token: How Do They Differ?","featured_image_id":6414,"status":"published","chapter_id":2,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/coin-vs-token","featured_image":{"id":6414,"uuid":"c272a929-e278-42e8-9f7c-5425cfa42224","public_url":"https://assets.bitdegree.org/crypto/storage/media/coin-vs-token.o.jpg","path":"crypto/storage/media/coin-vs-token.o.jpg","original_path":"crypto/storage/media/coin-vs-token.jpg","name":"coin-vs-token.o.jpg","original_name":"coin-vs-token.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"97.03KB"},"youtube_video":null},{"slug":"what-are-stablecoins","title":"What are Stablecoins, Altcoins & Wrapped Coins?","featured_image_id":8008,"status":"published","chapter_id":2,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-are-stablecoins","featured_image":{"id":8008,"uuid":"e4bf3c31-531e-4f10-87be-0fa1b4c428c4","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-are-stablecoins-featured-image.o.jpg","path":"crypto/storage/media/what-are-stablecoins-featured-image.o.jpg","original_path":"crypto/storage/media/what-are-stablecoins-featured-image.jpg","name":"what-are-stablecoins-featured-image.o.jpg","original_name":"what-are-stablecoins-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"118.95KB"},"youtube_video":null},{"slug":"what-is-a-bitcoin","title":"Bitcoin: the Pioneer of the Crypto World","featured_image_id":8074,"status":"published","chapter_id":2,"language":"en","order":6,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-a-bitcoin","featured_image":{"id":8074,"uuid":"46e1226b-b72e-4c63-86f3-00b36865dc24","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-a-bitcoin-featured-image.o.jpg","path":"crypto/storage/media/what-is-a-bitcoin-featured-image.o.jpg","original_path":"crypto/storage/media/what-is-a-bitcoin-featured-image.jpg","name":"what-is-a-bitcoin-featured-image.o.jpg","original_name":"what-is-a-bitcoin-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"117.78KB"},"youtube_video":null},{"slug":"what-is-ethereum","title":"The Ultimate Blockchain for dApp Creation: Ethereum","featured_image_id":8199,"status":"published","chapter_id":2,"language":"en","order":7,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-ethereum","featured_image":{"id":8199,"uuid":"eea421af-8373-441f-98a1-a6ff7e5bf580","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-ethereum-featured-image.o.jpg","path":"crypto/storage/media/what-is-ethereum-featured-image.o.jpg","original_path":"crypto/storage/media/what-is-ethereum-featured-image.jpg","name":"what-is-ethereum-featured-image.o.jpg","original_name":"what-is-ethereum-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"65.20KB"},"youtube_video":null},{"slug":"what-is-cardano-in-crypto","title":"What is Cardano and What is It Used For?","featured_image_id":6525,"status":"published","chapter_id":2,"language":"en","order":8,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-cardano-in-crypto","featured_image":{"id":6525,"uuid":"b567449c-5b31-45c3-a8eb-4640d3b8ff69","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-cardano.o.jpg","path":"crypto/storage/media/what-is-cardano.o.jpg","original_path":"crypto/storage/media/what-is-cardano.jpg","name":"what-is-cardano.o.jpg","original_name":"what-is-cardano.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"91.90KB"},"youtube_video":null},{"slug":"what-is-shiba-inu-coin","title":"Shiba Inu: the Dogecoin Killer","featured_image_id":6541,"status":"published","chapter_id":2,"language":"en","order":9,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-shiba-inu-coin","featured_image":{"id":6541,"uuid":"c1bbdb54-6c30-4641-afd4-370b9e795091","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-shiba-inu-coin.o.jpg","path":"crypto/storage/media/what-is-shiba-inu-coin.o.jpg","original_path":"crypto/storage/media/what-is-shiba-inu-coin.jpg","name":"what-is-shiba-inu-coin.o.jpg","original_name":"what-is-shiba-inu-coin.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"91.35KB"},"youtube_video":null},{"slug":"what-is-solana-in-crypto","title":"Is Solana an Improved Version of Ethereum?","featured_image_id":6497,"status":"published","chapter_id":2,"language":"en","order":10,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-solana-in-crypto","featured_image":{"id":6497,"uuid":"6c7c70ad-e117-4520-b0ce-8ef6b3c184de","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-solana-in-crypto-6270ec2042765.o.jpg","path":"crypto/storage/media/what-is-solana-in-crypto-6270ec2042765.o.jpg","original_path":"crypto/storage/media/what-is-solana-in-crypto-6270ec2042765.jpg","name":"what-is-solana-in-crypto-6270ec2042765.o.jpg","original_name":"what-is-solana-in-crypto.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"96.08KB"},"youtube_video":null},{"slug":"what-is-polkadot-in-crypto","title":"The Bridge Between Blockchains: Polkadot","featured_image_id":6891,"status":"published","chapter_id":2,"language":"en","order":11,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-polkadot-in-crypto","featured_image":{"id":6891,"uuid":"8419c664-891c-434f-8de9-c483cd825616","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-polkadot-in-crypto-featured-image.o.jpg","path":"crypto/storage/media/what-is-polkadot-in-crypto-featured-image.o.jpg","original_path":"crypto/storage/media/what-is-polkadot-in-crypto-featured-image.jpg","name":"what-is-polkadot-in-crypto-featured-image.o.jpg","original_name":"what-is-polkadot-in-crypto-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"87.09KB"},"youtube_video":null},{"slug":"what-is-polygon-in-crypto","title":"Polygon: the Essential Scaling Solution for Ethereum","featured_image_id":7085,"status":"published","chapter_id":2,"language":"en","order":12,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-polygon-in-crypto","featured_image":{"id":7085,"uuid":"3cdbe13d-9f88-4cc9-98a0-0b8515210f94","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-polygon-in-crypto-featured-image.o.jpg","path":"crypto/storage/media/what-is-polygon-in-crypto-featured-image.o.jpg","original_path":"crypto/storage/media/what-is-polygon-in-crypto-featured-image.jpg","name":"what-is-polygon-in-crypto-featured-image.o.jpg","original_name":"what-is-polygon-in-crypto-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"77.90KB"},"youtube_video":null},{"slug":"practical-use-of-cryptocurrencies","title":"The Practical Use of Crypto","featured_image_id":6631,"status":"published","chapter_id":2,"language":"en","order":13,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/practical-use-of-cryptocurrencies","featured_image":{"id":6631,"uuid":"574ad2ea-9601-4c1c-9cf6-1d8221134076","public_url":"https://assets.bitdegree.org/crypto/storage/media/crypto-practical-use.o.jpg","path":"crypto/storage/media/crypto-practical-use.o.jpg","original_path":"crypto/storage/media/crypto-practical-use.jpg","name":"crypto-practical-use.o.jpg","original_name":"crypto-practical-use.jpg","title":null,"alt":null,"width":1280,"height":720,"disk":"spaces","status":"uploaded","readable_file_size":"96.43KB"},"youtube_video":null}]},{"id":3,"title":"Crypto Exchanges","slug":"crypto-exchanges","updated":null,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-crypto-exchanges.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/crypto-exchanges-101.jpg","rating":80,"sections":[{"slug":"how-do-cryptocurrency-exchanges-work","title":"How do Cryptocurrency Exchanges Work?","featured_image_id":8223,"status":"published","chapter_id":3,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-do-cryptocurrency-exchanges-work","featured_image":{"id":8223,"uuid":"fcb588c1-df45-4330-95de-a3aec84c8cdb","public_url":"https://assets.bitdegree.org/crypto/storage/media/how-do-cryptocurrency-exchanges-work-featured-image.o.jpg","path":"crypto/storage/media/how-do-cryptocurrency-exchanges-work-featured-image.o.jpg","original_path":"crypto/storage/media/how-do-cryptocurrency-exchanges-work-featured-image.jpg","name":"how-do-cryptocurrency-exchanges-work-featured-image.o.jpg","original_name":"how-do-cryptocurrency-exchanges-work-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"110.40KB"},"youtube_video":null},{"slug":"dex-vs-cex","title":"DEX VS CEX: Two Sides of the Crypto Exchange Industry","featured_image_id":8448,"status":"published","chapter_id":3,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/dex-vs-cex","featured_image":{"id":8448,"uuid":"7fb54661-e36d-4dd5-bb54-f3e80a869640","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/cex-vs-dex-featured-image.jpg","path":"crypto/storage/optimized/cex-vs-dex-featured-image.jpg","original_path":"crypto/storage/original/cex-vs-dex-featured-image.jpg","name":"cex-vs-dex-featured-image.jpg","original_name":"cex-vs-dex-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"33.99KB"},"youtube_video":null},{"slug":"crypto-day-trading","title":"Crypto Day Trading: The Difference Between Buying, Trading, and Swapping","featured_image_id":8449,"status":"published","chapter_id":3,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/crypto-day-trading","featured_image":{"id":8449,"uuid":"025c58f1-f0ec-46b9-a58c-3fdec43a4f4c","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/crypto-day-trading-featurd-image.jpg","path":"crypto/storage/optimized/crypto-day-trading-featurd-image.jpg","original_path":"crypto/storage/original/crypto-day-trading-featurd-image.jpg","name":"crypto-day-trading-featurd-image.jpg","original_name":"crypto-day-trading-featurd-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"36.23KB"},"youtube_video":null},{"slug":"kyc-crypto","title":"KYC & AML: The Key to Complying With Legal Industry Standards","featured_image_id":null,"status":"published","chapter_id":3,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/kyc-crypto","featured_image":null,"youtube_video":null},{"slug":"how-to-buy-crypto","title":"From Fiat to Crypto: How to Buy Crypto for the First Time","featured_image_id":8748,"status":"published","chapter_id":3,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-buy-crypto","featured_image":{"id":8748,"uuid":"fe81c05d-c3da-4d7d-a132-bdb04f1fae9b","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-to-buy-crypto-featured-image.jpg","path":"crypto/storage/optimized/how-to-buy-crypto-featured-image.jpg","original_path":"crypto/storage/original/how-to-buy-crypto-featured-image.jpg","name":"how-to-buy-crypto-featured-image.jpg","original_name":"how-to-buy-crypto-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"46.15KB"},"youtube_video":null},{"slug":"fiat-to-crypto","title":"Taking Profits: Turning Crypto Into Fiat","featured_image_id":8840,"status":"published","chapter_id":3,"language":"en","order":6,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/fiat-to-crypto","featured_image":{"id":8840,"uuid":"6d0b98da-7eb5-4b1e-bfb1-d95f0938f85c","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/fiat-to-crypto-featured-image.jpg","path":"crypto/storage/optimized/fiat-to-crypto-featured-image.jpg","original_path":"crypto/storage/original/fiat-to-crypto-featured-image.jpg","name":"fiat-to-crypto-featured-image.jpg","original_name":"fiat-to-crypto-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"44.02KB"},"youtube_video":null},{"slug":"how-to-use-crypto","title":"You’ve Got Crypto: What Can You Do With It?","featured_image_id":8932,"status":"published","chapter_id":3,"language":"en","order":7,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-use-crypto","featured_image":{"id":8932,"uuid":"2248685e-3fbf-41a8-80f5-39ea5ce54c4c","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-to-use-crypto-featured-image.jpg","path":"crypto/storage/optimized/how-to-use-crypto-featured-image.jpg","original_path":"crypto/storage/original/how-to-use-crypto-featured-image.jpg","name":"how-to-use-crypto-featured-image.jpg","original_name":"how-to-use-crypto-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"34.96KB"},"youtube_video":null}]},{"id":4,"title":"Crypto Wallets","slug":"crypto-wallets","updated":false,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-crypto-wallets.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/crypto-wallets-101.jpg","rating":80,"sections":[{"slug":"what-is-a-crypto-wallet","title":"What is a Crypto Wallet?","featured_image_id":10090,"status":"published","chapter_id":4,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-a-crypto-wallet","featured_image":{"id":10090,"uuid":"8b3d3575-1a58-449e-8583-34a4b43d1d39","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/what-is-a-crypto-wallet-featured-image.jpg","path":"crypto/storage/optimized/what-is-a-crypto-wallet-featured-image.jpg","original_path":"crypto/storage/original/what-is-a-crypto-wallet-featured-image.jpg","name":"what-is-a-crypto-wallet-featured-image.jpg","original_name":"what-is-a-crypto-wallet-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"58.62KB"},"youtube_video":null},{"slug":"hot-wallet-vs-cold-wallet","title":"Hot Wallet VS Cold Wallet: Which One to Pick?","featured_image_id":9000,"status":"published","chapter_id":4,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/hot-wallet-vs-cold-wallet","featured_image":{"id":9000,"uuid":"bf04c205-f96c-41bf-86f7-a2672133734e","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/hot-wallet-vs-cold-wallet-featured-image.jpg","path":"crypto/storage/optimized/hot-wallet-vs-cold-wallet-featured-image.jpg","original_path":"crypto/storage/original/hot-wallet-vs-cold-wallet-featured-image.jpg","name":"hot-wallet-vs-cold-wallet-featured-image.jpg","original_name":"hot-wallet-vs-cold-wallet-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"57.52KB"},"youtube_video":null},{"slug":"non-custodial-wallet","title":"What are Non-Custodial Crypto Wallets?","featured_image_id":7608,"status":"published","chapter_id":4,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/non-custodial-wallet","featured_image":{"id":7608,"uuid":"cdbc87df-190b-4a52-92ed-674c981bfbb1","public_url":"https://assets.bitdegree.org/crypto/storage/media/non-custodial-wallet-featured-image.o.jpg","path":"crypto/storage/media/non-custodial-wallet-featured-image.o.jpg","original_path":"crypto/storage/media/non-custodial-wallet-featured-image.jpg","name":"non-custodial-wallet-featured-image.o.jpg","original_name":"non-custodial-wallet-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"119.46KB"},"youtube_video":null},{"slug":"what-is-metamask","title":"Metamask: The Leading Non-Custodial Wallet","featured_image_id":6436,"status":"published","chapter_id":4,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-metamask","featured_image":{"id":6436,"uuid":"07afcb69-dec3-477f-8b1c-a78a2f7c8892","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-metamask-626fdf70526cf.o.jpg","path":"crypto/storage/media/what-is-metamask-626fdf70526cf.o.jpg","original_path":"crypto/storage/media/what-is-metamask-626fdf70526cf.jpg","name":"what-is-metamask-626fdf70526cf.o.jpg","original_name":"what-is-metamask.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"87.47KB"},"youtube_video":null},{"slug":"how-safe-is-cryptocurrency","title":"The Key Crypto Wallet Safety Practices: How Safe Can Crypto Be?","featured_image_id":9338,"status":"published","chapter_id":4,"language":"en","order":37,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-safe-is-cryptocurrency","featured_image":{"id":9338,"uuid":"f5b1da8e-dee9-43ea-b6d7-f2f057a71090","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-safe-is-cryptocurrency-featured-image.jpg","path":"crypto/storage/optimized/how-safe-is-cryptocurrency-featured-image.jpg","original_path":"crypto/storage/original/how-safe-is-cryptocurrency-featured-image.jpg","name":"how-safe-is-cryptocurrency-featured-image.jpg","original_name":"how-safe-is-cryptocurrency-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"64.98KB"},"youtube_video":null}]},{"id":5,"title":"NFTs","slug":"nfts","updated":null,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-nfts.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/nfts-101.jpg","rating":100,"sections":[{"slug":"what-are-nfts","title":"What are Non-Fungible Tokens (NFTs)?","featured_image_id":6396,"status":"published","chapter_id":5,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-are-nfts","featured_image":{"id":6396,"uuid":"8b724ac3-532b-441e-bf9c-58a6af704a7f","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-are-nfts.o.jpg","path":"crypto/storage/media/what-are-nfts.o.jpg","original_path":"crypto/storage/media/what-are-nfts.jpg","name":"what-are-nfts.o.jpg","original_name":"what-are-nfts.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"101.34KB"},"youtube_video":null},{"slug":"how-to-trade-nfts","title":"NFT Trading: The Ins and Outs","featured_image_id":9454,"status":"published","chapter_id":5,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-trade-nfts","featured_image":{"id":9454,"uuid":"d5997c2e-a079-4b01-8bf5-4d05a21b091e","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-to-trade-nfts-featured-image.jpg","path":"crypto/storage/optimized/how-to-trade-nfts-featured-image.jpg","original_path":"crypto/storage/original/how-to-trade-nfts-featured-image.jpg","name":"how-to-trade-nfts-featured-image.jpg","original_name":"how-to-trade-nfts-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"39.43KB"},"youtube_video":null},{"slug":"buying-nft","title":"Tips and Tricks of Choosing the Right NFTs","featured_image_id":9674,"status":"published","chapter_id":5,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/buying-nft","featured_image":{"id":9674,"uuid":"ae025989-e689-4ece-b472-3434080810fb","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/buying-nft-featured-image.jpg","path":"crypto/storage/optimized/buying-nft-featured-image.jpg","original_path":"crypto/storage/original/buying-nft-featured-image.jpg","name":"buying-nft-featured-image.jpg","original_name":"buying-nft-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"48.93KB"},"youtube_video":null},{"slug":"how-to-store-nft","title":"How to Store NFTs: Best Practices","featured_image_id":9873,"status":"published","chapter_id":5,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-store-nft","featured_image":{"id":9873,"uuid":"23f1f793-d48c-4007-9d1b-9dea00fef356","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-to-store-nft-featured-image.jpg","path":"crypto/storage/optimized/how-to-store-nft-featured-image.jpg","original_path":"crypto/storage/original/how-to-store-nft-featured-image.jpg","name":"how-to-store-nft-featured-image.jpg","original_name":"how-to-store-nft-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"44.13KB"},"youtube_video":null},{"slug":"how-to-create-an-nft","title":"How to Create Your Own NFTs?","featured_image_id":10971,"status":"published","chapter_id":5,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-create-an-nft","featured_image":{"id":10971,"uuid":"264558fd-a505-4b94-9844-a73588ead5f2","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-to-create-an-nft-featured-image.jpg","path":"crypto/storage/optimized/how-to-create-an-nft-featured-image.jpg","original_path":"crypto/storage/original/how-to-create-an-nft-featured-image.jpg","name":"how-to-create-an-nft-featured-image.jpg","original_name":"how-to-create-an-nft-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"50.40KB"},"youtube_video":null},{"slug":"how-to-make-passive-money-with-nft","title":"Making Passive Money with NFTs","featured_image_id":6524,"status":"published","chapter_id":5,"language":"en","order":6,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-make-passive-money-with-nft","featured_image":{"id":6524,"uuid":"b32da80c-c3a6-4042-8a35-032e843e93c2","public_url":"https://assets.bitdegree.org/crypto/storage/media/how-to-make-passive-money-with-nfts.o.jpg","path":"crypto/storage/media/how-to-make-passive-money-with-nfts.o.jpg","original_path":"crypto/storage/media/how-to-make-passive-money-with-nfts.jpg","name":"how-to-make-passive-money-with-nfts.o.jpg","original_name":"how-to-make-passive-money-with-nfts.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"109.46KB"},"youtube_video":null}]},{"id":6,"title":"dApps & Defi","slug":"dapps-and-defi","updated":true,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-dapps.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/dapps-defi-101.jpg","rating":80,"sections":[{"slug":"what-is-defi","title":"What is Decentralized Finance (DeFi)?","featured_image_id":6482,"status":"published","chapter_id":6,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-defi","featured_image":{"id":6482,"uuid":"fe6a90e2-dd9b-4fde-a73d-4bd54f28333a","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-defi-6270d5ef7b36a.o.jpg","path":"crypto/storage/media/what-is-defi-6270d5ef7b36a.o.jpg","original_path":"crypto/storage/media/what-is-defi-6270d5ef7b36a.jpg","name":"what-is-defi-6270d5ef7b36a.o.jpg","original_name":"what-is-defi.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"100.87KB"},"youtube_video":null},{"slug":"what-is-defi-2-0","title":"DeFi 2.0: The New Version of Decentralized Finance","featured_image_id":null,"status":"published","chapter_id":6,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-defi-2-0","featured_image":null,"youtube_video":null},{"slug":"what-are-dapps-in-crypto","title":"What Are dApps and How Do They Work?","featured_image_id":6512,"status":"published","chapter_id":6,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-are-dapps-in-crypto","featured_image":{"id":6512,"uuid":"5b01af79-3366-4b9a-bbc4-a1e6511c23c2","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-are-dapps-in-crypto.o.jpg","path":"crypto/storage/media/what-are-dapps-in-crypto.o.jpg","original_path":"crypto/storage/media/what-are-dapps-in-crypto.jpg","name":"what-are-dapps-in-crypto.o.jpg","original_name":"what-are-dapps-in-crypto.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"143.97KB"},"youtube_video":null},{"slug":"defi-dapps","title":"Picking the Right dApps: Dos and Don'ts","featured_image_id":11150,"status":"published","chapter_id":6,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/defi-dapps","featured_image":{"id":11150,"uuid":"bead04d0-c7ab-484a-9a26-c279078cdafa","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/defi-dapps-featured-image.jpg","path":"crypto/storage/optimized/defi-dapps-featured-image.jpg","original_path":"crypto/storage/original/defi-dapps-featured-image.jpg","name":"defi-dapps-featured-image.jpg","original_name":"defi-dapps-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"64.91KB"},"youtube_video":null},{"slug":"what-is-web-3-0","title":"Web 3.0: The Future of the Internet","featured_image_id":6395,"status":"published","chapter_id":6,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-web-3-0","featured_image":{"id":6395,"uuid":"1ba8aae1-7977-415b-9e73-f68ad1219405","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-web3.o.jpg","path":"crypto/storage/media/what-is-web3.o.jpg","original_path":"crypto/storage/media/what-is-web3.jpg","name":"what-is-web3.o.jpg","original_name":"what-is-web3.jpg","title":null,"alt":null,"width":768,"height":476,"disk":"spaces","status":"uploaded","readable_file_size":"103.80KB"},"youtube_video":null},{"slug":"what-are-smart-contracts","title":"What is the Core Purpose of Smart Contracts?","featured_image_id":6413,"status":"published","chapter_id":6,"language":"en","order":6,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-are-smart-contracts","featured_image":{"id":6413,"uuid":"ec3a5a7b-d00e-4273-bfcf-60fa52a33851","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-are-smart-contracts.o.jpg","path":"crypto/storage/media/what-are-smart-contracts.o.jpg","original_path":"crypto/storage/media/what-are-smart-contracts.jpg","name":"what-are-smart-contracts.o.jpg","original_name":"what-are-smart-contracts.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"103.94KB"},"youtube_video":null},{"slug":"what-is-a-dao-in-crypto","title":"The Notion of a Decentralized Autonomous Ogranization (DAO)","featured_image_id":6502,"status":"published","chapter_id":6,"language":"en","order":7,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-a-dao-in-crypto","featured_image":{"id":6502,"uuid":"e58df8a9-b000-4267-91f3-bd0d697c8984","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-a-dao-in-crypto.o.jpg","path":"crypto/storage/media/what-is-a-dao-in-crypto.o.jpg","original_path":"crypto/storage/media/what-is-a-dao-in-crypto.jpg","name":"what-is-a-dao-in-crypto.o.jpg","original_name":"what-is-a-dao-in-crypto.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"79.33KB"},"youtube_video":null},{"slug":"what-is-staking-in-crypto","title":"What is the Goal of Staking Crypto Assets?","featured_image_id":6498,"status":"published","chapter_id":6,"language":"en","order":8,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-staking-in-crypto","featured_image":{"id":6498,"uuid":"b76303ce-48b0-4c97-812d-cb2589859f47","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-staking.o.jpg","path":"crypto/storage/media/what-is-staking.o.jpg","original_path":"crypto/storage/media/what-is-staking.jpg","name":"what-is-staking.o.jpg","original_name":"what-is-staking.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"258.60KB"},"youtube_video":null},{"slug":"what-is-liquidity-pool-in-crypto","title":"What is a Liquidity Pool and How Does It Work?","featured_image_id":6488,"status":"published","chapter_id":6,"language":"en","order":9,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-liquidity-pool-in-crypto","featured_image":{"id":6488,"uuid":"2fc1d0cc-8577-43c0-bc7d-f00a6291caea","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-liquidity-pool-6270dd6a4c693.o.jpg","path":"crypto/storage/media/what-is-liquidity-pool-6270dd6a4c693.o.jpg","original_path":"crypto/storage/media/what-is-liquidity-pool-6270dd6a4c693.jpg","name":"what-is-liquidity-pool-6270dd6a4c693.o.jpg","original_name":"what-is-liquidity-pool.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"108.86KB"},"youtube_video":null},{"slug":"what-is-automated-market-maker","title":"Automated Market Maker: the Cornerstone of the Decentralized Crypto Exchange Industry","featured_image_id":null,"status":"published","chapter_id":6,"language":"en","order":10,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-automated-market-maker","featured_image":null,"youtube_video":null},{"slug":"what-is-yield-farming-in-crypto","title":"The Main Yield Farming Techniques","featured_image_id":6528,"status":"published","chapter_id":6,"language":"en","order":11,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-yield-farming-in-crypto","featured_image":{"id":6528,"uuid":"bc531000-9b52-4db5-93fc-80d3317a660d","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-yield-farming-in-crypto.o.jpg","path":"crypto/storage/media/what-is-yield-farming-in-crypto.o.jpg","original_path":"crypto/storage/media/what-is-yield-farming-in-crypto.jpg","name":"what-is-yield-farming-in-crypto.o.jpg","original_name":"what-is-yield-farming-in-crypto.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"184.57KB"},"youtube_video":null},{"slug":"what-is-an-oracle-in-crypto","title":"Crypto Oracles: The Link Between Blockchain and Outside World Data","featured_image_id":10249,"status":"published","chapter_id":6,"language":"en","order":12,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-an-oracle-in-crypto","featured_image":{"id":10249,"uuid":"035b2dde-8494-4742-9b7e-4b442aff7955","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/what-is-an-oracle-in-crypto-featured-image.jpg","path":"crypto/storage/optimized/what-is-an-oracle-in-crypto-featured-image.jpg","original_path":"crypto/storage/original/what-is-an-oracle-in-crypto-featured-image.jpg","name":"what-is-an-oracle-in-crypto-featured-image.jpg","original_name":"what-is-an-oracle-in-crypto-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"53.26KB"},"youtube_video":null},{"slug":"crypto-gambling","title":"The Peculiarities of Decentralized Crypto Gambling","featured_image_id":9901,"status":"published","chapter_id":6,"language":"en","order":13,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/crypto-gambling","featured_image":{"id":9901,"uuid":"60ea4f3a-9576-4004-aa96-619dc96e4319","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/crypto-gambling-featured-image.jpg","path":"crypto/storage/optimized/crypto-gambling-featured-image.jpg","original_path":"crypto/storage/original/crypto-gambling-featured-image.jpg","name":"crypto-gambling-featured-image.jpg","original_name":"crypto-gambling-featured-image.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"61.02KB"},"youtube_video":null},{"slug":"what-is-the-metaverse","title":"Metaverse: A New Perception of Reality","featured_image_id":6411,"status":"published","chapter_id":6,"language":"en","order":14,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-the-metaverse","featured_image":{"id":6411,"uuid":"fad79626-bbf1-4fc0-9e99-bde5597c1bc7","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-metaverse.o.jpg","path":"crypto/storage/media/what-is-metaverse.o.jpg","original_path":"crypto/storage/media/what-is-metaverse.jpg","name":"what-is-metaverse.o.jpg","original_name":"what-is-metaverse.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"88.15KB"},"youtube_video":null}]},{"id":7,"title":"Trading & Investing","slug":"trading-and-investing","updated":null,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-crypto-trading.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/crypto-trading-101.jpg","rating":80,"sections":[{"slug":"where-to-trade-crypto","title":"Where Can You Trade Cryptocurrencies?","featured_image_id":10342,"status":"published","chapter_id":7,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/where-to-trade-crypto","featured_image":{"id":10342,"uuid":"0bd8d78a-9423-48ee-9161-34dc1872b97c","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/where-to-trade-crypto-featured-image.jpg","path":"crypto/storage/optimized/where-to-trade-crypto-featured-image.jpg","original_path":"crypto/storage/original/where-to-trade-crypto-featured-image.jpg","name":"where-to-trade-crypto-featured-image.jpg","original_name":"where-to-trade-crypto-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"85.96KB"},"youtube_video":null},{"slug":"how-to-invest-in-crypto","title":"Investing in Crypto: What Investing Options Do You Have?","featured_image_id":10729,"status":"published","chapter_id":7,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-invest-in-crypto","featured_image":{"id":10729,"uuid":"3439a1db-9892-404a-b4b6-a1db5a34bca4","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/how-to-invest-in-crypto-featured-image.jpg","path":"crypto/storage/optimized/how-to-invest-in-crypto-featured-image.jpg","original_path":"crypto/storage/original/how-to-invest-in-crypto-featured-image.jpg","name":"how-to-invest-in-crypto-featured-image.jpg","original_name":"how-to-invest-in-crypto-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"75.22KB"},"youtube_video":null},{"slug":"ico-vs-ido","title":"ICO vs IDO vs IEO: Which One is the One?","featured_image_id":11310,"status":"published","chapter_id":7,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/ico-vs-ido","featured_image":{"id":11310,"uuid":"315e8a2b-93a1-4870-be48-a2a09d801663","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/ico-vs-ido-featured-image.jpg","path":"crypto/storage/optimized/ico-vs-ido-featured-image.jpg","original_path":"crypto/storage/original/ico-vs-ido-featured-image.jpg","name":"ico-vs-ido-featured-image.jpg","original_name":"ico-vs-ido-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"64.39KB"},"youtube_video":null},{"slug":"what-is-an-airdrop","title":"What are Crypto Airdrops and How to Get Them?","featured_image_id":11359,"status":"published","chapter_id":7,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-an-airdrop","featured_image":{"id":11359,"uuid":"7b43c968-1275-4d3e-acb1-1707a43a4014","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/what-is-an-airdrop-featured-image.jpg","path":"crypto/storage/optimized/what-is-an-airdrop-featured-image.jpg","original_path":"crypto/storage/original/what-is-an-airdrop-featured-image.jpg","name":"what-is-an-airdrop-featured-image.jpg","original_name":"what-is-an-airdrop-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"66.05KB"},"youtube_video":null},{"slug":"how-to-get-free-crypto","title":"How to Get Free Crypto Assets?","featured_image_id":6542,"status":"published","chapter_id":7,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-get-free-crypto","featured_image":{"id":6542,"uuid":"4fceb9ab-391e-4ef9-b00d-c871a49878a3","public_url":"https://assets.bitdegree.org/crypto/storage/media/how-to-get-free-crypto.o.jpg","path":"crypto/storage/media/how-to-get-free-crypto.o.jpg","original_path":"crypto/storage/media/how-to-get-free-crypto.jpg","name":"how-to-get-free-crypto.o.jpg","original_name":"how-to-get-free-crypto.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"93.93KB"},"youtube_video":null},{"slug":"how-to-arbitrage-crypto","title":"What is Crypto Arbitrage: The Main Principles","featured_image_id":null,"status":"published","chapter_id":7,"language":"en","order":6,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-arbitrage-crypto","featured_image":null,"youtube_video":null},{"slug":"what-is-fud","title":"What is FUD: How to Use It to Your Advantage While Investing in Crypto?","featured_image_id":11394,"status":"published","chapter_id":7,"language":"en","order":7,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-fud","featured_image":{"id":11394,"uuid":"defd32c5-d3e1-4e66-9f58-e2ee316bad3a","public_url":"https://assets.bitdegree.org/crypto/storage/optimized/what-is-fud-featured-image.jpg","path":"crypto/storage/optimized/what-is-fud-featured-image.jpg","original_path":"crypto/storage/original/what-is-fud-featured-image.jpg","name":"what-is-fud-featured-image.jpg","original_name":"what-is-fud-featured-image.jpg","title":null,"alt":null,"width":1024,"height":576,"disk":"spaces","status":"uploaded","readable_file_size":"65.30KB"},"youtube_video":null},{"slug":"investing-in-cryptocurrency","title":"Investing in Cryptocurrency: How to Manage Your Risks?","featured_image_id":null,"status":"published","chapter_id":7,"language":"en","order":8,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/investing-in-cryptocurrency","featured_image":null,"youtube_video":null},{"slug":"what-is-a-rug-pull-in-crypto","title":"What is a Rug Pull in Crypto?","featured_image_id":6532,"status":"published","chapter_id":7,"language":"en","order":9,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-a-rug-pull-in-crypto","featured_image":{"id":6532,"uuid":"be8043fb-078c-4487-9af9-d2d9c2b574ea","public_url":"https://assets.bitdegree.org/crypto/storage/media/what-is-a-rug-pull-in-crypto.o.jpg","path":"crypto/storage/media/what-is-a-rug-pull-in-crypto.o.jpg","original_path":"crypto/storage/media/what-is-a-rug-pull-in-crypto.jpg","name":"what-is-a-rug-pull-in-crypto.o.jpg","original_name":"what-is-a-rug-pull-in-crypto.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"92.28KB"},"youtube_video":null},{"slug":"how-to-avoid-rug-pulls-in-crypto","title":"How to Spot and Avoid Rug Pulls?","featured_image_id":6555,"status":"published","chapter_id":7,"language":"en","order":10,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-avoid-rug-pulls-in-crypto","featured_image":{"id":6555,"uuid":"80cbed9d-3b4b-45d9-9a85-d2d8108c0f32","public_url":"https://assets.bitdegree.org/crypto/storage/media/how-to-avoid-rug-pulls.o.jpg","path":"crypto/storage/media/how-to-avoid-rug-pulls.o.jpg","original_path":"crypto/storage/media/how-to-avoid-rug-pulls.jpg","name":"how-to-avoid-rug-pulls.o.jpg","original_name":"how-to-avoid-rug-pulls.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"111.99KB"},"youtube_video":null},{"slug":"how-to-avoid-crypto-taxes","title":"The Key Legal Techniques of Avoiding Crypto Taxes","featured_image_id":6526,"status":"published","chapter_id":7,"language":"en","order":11,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-avoid-crypto-taxes","featured_image":{"id":6526,"uuid":"1e44162c-ef1d-4010-81b4-9e8d1809aedf","public_url":"https://assets.bitdegree.org/crypto/storage/media/how-to-avoid-crypto-taxes.o.jpg","path":"crypto/storage/media/how-to-avoid-crypto-taxes.o.jpg","original_path":"crypto/storage/media/how-to-avoid-crypto-taxes.jpg","name":"how-to-avoid-crypto-taxes.o.jpg","original_name":"how-to-avoid-crypto-taxes.jpg","title":null,"alt":null,"width":768,"height":478,"disk":"spaces","status":"uploaded","readable_file_size":"99.10KB"},"youtube_video":null}]},{"id":8,"title":"Crypto Analysis","slug":"crypto-analysis","updated":null,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-crypto-analysis.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/crypto-analysis-101.jpg","rating":100,"sections":[{"slug":"what-is-bullish-and-bearish","title":"Bearish and Bullish Markets: Do They Matter?","featured_image_id":null,"status":"published","chapter_id":8,"language":"en","order":1,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-bullish-and-bearish","featured_image":null,"youtube_video":null},{"slug":"best-technical-analysis-indicators-for-crypto","title":"5 Best Crypto Technical Analysis Indicators You Must Know About","featured_image_id":null,"status":"published","chapter_id":8,"language":"en","order":2,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/best-technical-analysis-indicators-for-crypto","featured_image":null,"youtube_video":null},{"slug":"what-is-candlesticks","title":"Technical Analysis: What are Candlesticks, Trendlines, and Patterns?","featured_image_id":null,"status":"published","chapter_id":8,"language":"en","order":3,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/what-is-candlesticks","featured_image":null,"youtube_video":null},{"slug":"how-to-track-new-crypto-coins","title":"Crypto Tracking: How to Track Your Favorite Coins & Tokens?","featured_image_id":null,"status":"published","chapter_id":8,"language":"en","order":4,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-track-new-crypto-coins","featured_image":null,"youtube_video":null},{"slug":"how-to-research-crypto","title":"Crypto Research Fundamentals & Social Signals: Your Daily Trading Strategy","featured_image_id":null,"status":"published","chapter_id":8,"language":"en","order":5,"modified_content":null,"preview_url":"https://www.bitdegree.org/crypto/learn/how-to-research-crypto","featured_image":null,"youtube_video":null}]},{"id":9,"title":"Mining","slug":"mining","updated":false,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/learn-crypto-mining.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/crypto-mining-101.jpg","rating":80,"sections":[]},{"id":10,"title":"Crypto Terms","updated":false,"chapter":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters/crypto-101-glossary.jpg","chapter_simple":"https://assets.bitdegree.org/crypto/assets/crypto-book/chapters-simple/crypto-glossary-101.jpg","rating":100,"sections":["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"]}],"currentChapter":"dapps-and-defi","currentSection":"what-is-web-3-0","readingTime":10,"readingLevel":"medium"},"url":"/crypto/learn/what-is-web-3-0","version":"cdd198d50cbe5c9c21c9329d7c096ffc"}" class="container-fluid d-flex crypto-book p-0">
Chapter 6: dApps & Defi

Web 3.0: The Future of the Internet

Did you know that Dr. Gavin Wood invented Web 3.0?
Medium
10 minutes
Watch Video

Everywhere you look online, it seems like the term “Web 3.0” keeps popping up, in one context or another. It has come to a point where even my friends, who otherwise have nothing to do with crypto, are asking me - what in the world is this “Web 3.0” that we keep hearing about?

I have to admit - it’s not a simple question to answer! There’s no one, set definition for the term, and experts seem to use advanced tech-speak and complicated terminology when defining the concept. Well, I’m up to the challenge - we’ll try to discuss the topic in an easy-to-understand manner.

We’ll be focusing on Web 3.0. Specifically, I’ll be answering questions such as what Web 3.0 is, how it works, and how Web 1.0 & Web 2.0 are different from Web 3.0.

What is Web3? (Animated Explanation + Examples)

Video Explainer

Video Explainer: Web 3.0: The Future of the Internet

Reading is not your thing? Watch the "Web 3.0: The Future of the Internet" video explainer

What is Web3? (Animated Explanation + Examples)

What is Web3? (Animated Explanation + Examples) What is Web3? (Animated Explanation + Examples)

What is Web3?

According to the fancy definition:

Web3 is an idea for a new iteration of the World Wide Web-based on blockchains, which incorporates concepts including decentralization and token-based economics.

But what does Web3 actually mean?

What is Web 3.0: What is Web 3.0?

As with most seemingly-complex topics, in order to understand Web 3.0 - also known as “the new internet” -, we should probably first explore the earlier iterations of the concept - namely, Web 1.0, and 2.0.

Web 1.0

Web 1.0 can be viewed as the very beginning of the internet. It’s kind of mutually agreed upon that this version of the web lasted from the 1980s, up to the early 2000s. The defining characteristic of this form of the web is the fact that users were only able to view the information online, without really being able to customize their experience while doing so. Let’s call it - “The Read Only” Internet, where users were CONSUMERS of the data.

In general, even this was a completely new concept. People would be used to accessing all of their information in newspapers and books - Web 1.0 basically digitalized this experience.

What is Web 3.0: Web 1.0.

Specifically, you could visit static web pages, and read up on topics that interested you. In most cases, you couldn’t create personal profiles, and your whole browsing experience would be directed around accessing the information that you’re searching for. In other words, there was nothing “personal” about this form of the internet - it purely revolved around consuming the information.

Being a completely new concept, naturally, Web 1.0 had a lot of obvious downsides. One of them, as I just mentioned - lack of personalization. However, this version of the internet experience was also very slow, and users would have to possess a lot of patience in order to receive or send a piece of information.

Web 2.0

With time, as the internet became more and more popular, it started expanding in functionality, too. The rise of social media platforms and data collection channels marked the beginning of what we now call Web 2.0 - in other words, the current version of the internet that we all know and use.

If you were to ask what defines this version of the web? The answer would be - you.

Web 2.0 brought the ability to INTERACT, not just to consume. Like to create social profiles, identify yourself to large tech companies, and thus, customize your experience on the internet. The web became much more personal, with your browsing experiences tailored to your personal preferences, wants, and needs. User connections and social participation became the key factors of this form of the internet

The whole idea and purpose of the internet was changed. Web 2.0 is more about showing yourself by sending or receiving data instantly via live streams, video sharing, or instant messaging. The content type was transformed from static to dynamic. Data became instantly accessible.

What is Web 3.0: It started expanding in functionality.

Facebook and Google are the usual examples when it comes to the earlier-mentioned companies. These two brands are data collection and personalization GIANTS - it has come to a point where you could say that they know what you like and dislike better than you do, yourself!

The platforms collect and analyze your information, and then sell it off to third-party advertisers so that they could do a better job at targeting their ads at you. These processes have become so advanced that you might simply think about wanting to purchase a plush teddy bear, and start seeing ads for your local toy store the next day!

Now, naturally, there’s no “black magic” involved. However, such joke-examples just go to show how much personal info we give up, and how far the aforementioned processes have come over the years.

What is Web 3.0: Personal preferences, wants, and needs.

As you can probably imagine, the biggest concern for Web 2.0 is user data privacy. While we do actively choose to give up our personal information to these large data aggregation platforms, it has come to the point where people have started to search for alternative ways to use the internet - ways that wouldn’t involve centralized institutions controlling everything that we see online.

This is where the concept of Web 2.0 VS Web 3.0 comes in.

Web 3.0

The simplest definition of Web 3.0 is a “decentralized internet”. It’s a form of the web that would allow users to frankly remain anonymous while using it, and only share data that they themselves feel comfortable with sharing. That said, this form of the internet would also be much faster, and utilize data analysis. The Internet will become smarter because of quantum-computers and self-learning algorithms or AI.

The experience of the Web 3.0 internet will also change. We will start hearing more about the Metaverse, Virtual or Augmented Realities as a data medium. Data types will go from purely dynamic to live data, and, in most cases, will change and be produced instantly, on the go.

Web 3.0 wouldn’t be controlled by any of the earlier-mentioned centralized institutions. Instead, it would be completely decentralized - meaning, lacking any central companies or brands that would dominate the space. So, no presidents or CEOs!

How is this possible? Well, currently, Web 3.0 is explored through the lens of crypto technology. For example, Bloomberg has also described Web3 as a concept that “would build financial assets, in the form of tokens, into the inner workings of almost anything you do online”.

What is Web 3.0: Web 2.0 vs Web 3.0.

Let’s get something straight - cryptocurrencies aren’t necessarily associated with Web 3.0, at least inherently. It’s perfectly possible to create a decentralized version of the internet without any of the currently-existing crypto assets. That being the case, though, cryptocurrencies and the technology behind them help to conceptualize this goal much easier.

Now, cryptocurrencies are built on blockchains - let’s call them, special databases that are mostly decentralized. In order to earn cryptocurrencies, oftentimes, you have to participate in a process known as “mining” - basically, you need to plug your computer into the network, and dedicate its resources for calculations, to help confirm the transactions happening on the said cryptocurrency's blockchain.

This way, you become an active participant in the network and help keep it decentralized.

Lastly, in order to send and receive cryptocurrencies, you need a wallet - an app where your crypto assets are able to be kept safe and sound. Each wallet has two codes - a public address, and a private key. The former is used for transacting with cryptocurrencies, while the latter is your secret key that is used to access the wallet, in the first place! 

I promised not to get too much into tech difficulties, so I’ll stop here. But why do I tell you all of this? 

Simply because all of these terms and concepts are relevant to Web 3.0!

Within Web 3.0, individuals would probably use their cryptocurrency wallets in place of social profiles. These wallets would be used to verify your profile, and log onto certain websites, as well as to confirm actions that you’d perform on the internet - liking your friend’s profile picture, purchasing a digital drawing, or participating at a pop star gig in a Metaverse. Blockchain technology would help to perform all of these processes anonymously.

What is Web 3.0: User data privacy.

Now, naturally, as you can probably imagine, a decentralized version of the internet would bring with itself a lot of trouble, among other things. One of the benefits of our current version of the web is the fact that there’s strict moderation involved, and illegal content is quickly removed from the mainstream websites.

Who would moderate such websites if the web would be lacking any central authority? This is where the concept of “DAOs” comes in.

A “DAO” is a “Decentralized Autonomous Organization”. The term sounds very fancy, but the idea itself is actually rather simple to understand, fundamentally.

Imagine that, in Web 3.0, each website would have a dedicated cryptocurrency of its own (these would be known as Web 3.0 coins). If you would own some of that cryptocurrency, you could participate in the decision-making processes of that website - what content to leave up and what to remove, what should be the color scheme of the site, should there be a paywall for users to be able to join, and so on.

Together with other holders of said cryptocurrency, you would be able to vote on the important questions relating to that website. This would form the aforementioned DAO - a decentralized organization that makes the core decisions behind how a website functions.

What is Web 3.0: DAO.

Before we continue, let’s have a quick overview of what we’ve already discussed, up to this point.

Web 3.0 is a decentralized version of the internet. It’s a conceptualized follow-up of Web 2.0, the current form of internet that you and I are familiar with. Web 3.0 aims to tackle things such as data privacy, large corporate entities controlling what we see on the internet, and, most importantly, user privacy. Also, it will bring us to the new mediums of data experience with Meataverses, VRs, and instant data aggregation. 

While Web 3.0 does not require cryptocurrencies to function, theoretically, the concept itself is much easier to understand when you learn how blockchains and crypto wallets work. This allows you to imagine how cryptocurrency wallets could replace online profiles, and how DAOs could be the answer to keeping things civil and legal.

One more thing that you need to be aware of is something known as “the Web 3.0 Foundation”. Admittedly, it sounds like the core organization behind Web 3.0, right?

Well, it’s not, really. The Web 3.0 Foundation is a group that aims to “support different projects that want to increase decentralization on the internet”.

A noble mission - indeed! However, the organization is often criticized for being rather biased. For example, it offers grants to developers, but only those who would use the popular cryptocurrency Polkadot’s blockchain to create their projects. The entirety of the foundation itself is centered around said blockchain, so you can see why there are people who aren’t too excited about this organization.

This leads me to my final point and something that I want to leave you off with. As I’ve hinted at throughout the entirety of this section, as of now, Web 3.0 is still just a rough idea, and a concept. Meaning, while there are theories of what this version of the internet should look like, and ideas of how it can be developed, it’s still very much in its infancy stage!

Following that, many companies and organizations may try to capitalize on this, and influence how people view the concept, in the first place. Do not fall for it! While the idea of a decentralized web is very exciting, there are still many, many questions that need to be answered, and problems that need to be tackled until this concept becomes even remotely viable. Such as, what will happen if the biggest part of DAO’s votes will be concentrated in one person’s hands? Do we get back to the centralized internet? How to avoid that?

And so, that’s it! If you would like to learn more about the world of crypto, check out the section - "What are NFTs?"