🚨 Get Your Free NFT Certificate Mint by Completing the Web3 Exam! START NOW
Learn to gain real rewards

Learn to gain real rewards

Collect Bits, boost your Degree and gain actual rewards!

New
Video Courses
Video Courses
Deprecated
Scale your career with online video courses. Dive into your learning adventure!
Crypto Terms:  Letter E

What is ERC-1155?

Meaning:
ERC-1155 - an Ethereum-based token standard that offers higher security and tradeability compared to the older ERC standards.
medium
2 minutes

Let's find out ERC-1155 meaning, definition in crypto, what is ERC-1155, and all other detailed facts.

ERC-1155 are tokens based on the Ethereum blockchain. They are considered to be secure, hack-proof, and tradeable. ERC-1155 can be utilized to create new fungible tokens that can serve as currencies on different platforms.

ERC-1155 tokens are optimized to improve the efficiency and security of crypto transactions. The cost of token transfer is reduced thanks to the option to bundle the transactions.

ERC-1155 token is an upgraded version of the older Ethereum token standards, such as the fungible ERC-20 or the non-fungible ERC-721. Both of the older standards are widely used in the Ethereum ecosystem. However, they come with certain limitations and issues that have been patched with the release of newer token standards.

The ERC-20 and ERC-721 tokens provide completely different functionalities and cannot be used interchangeably. Attempts to do so may lead to network disruptions or failure. The ERC-1155 token was developed as a single contract that implements features of both – ERC-20 and ERC-721 token standards.

ERC-1155 provides more efficient token management and expands past some of the limitations of the older standards. ERC-1155 tokens can execute a deterministic smart contract function by sending a token to a specific address.

If a token is sent to a decentralized exchange (DEX) address, another token can immediately return to the sender’s address. Using ERC-1155, tokens can be easily wrapped, converted, or escrowed without any direct contact with the smart contract. The users can simply send the token to a specific address to initiate the process.

ERC-1155 stands out for its secure token transfer capabilities. These tokens contain a function used to verify the completion of the transaction. If the transaction is not fulfilled, the tokens are returned back to the sender’s wallet.

If a user makes a mistake when setting up a transaction or mixes up the wallet addresses, leading to the tokens being sent to the wrong recipient, the ERC-1155 standard declares the transfer void and the tokens can be recovered. This functionality is not possible with the older ERC standards. The mechanics of ERC-1155 also help prevent double-spending attacks.

In general, ERC-1155 offers wider functionality and more flexibility than the ERC-20 and ERC-721 standards. It is expected that the ERC-1155 tokens will become increasingly popular in the Ethereum ecosystem, possibly dethroning the older, non-interchangeable tokens.

fiat currencies<\/strong><\/a> and crypto. ERC stands for \u200b\u200b<em>Ethereum Request for Comment<\/em>.<\/p>\n<p>ERC-20 tokens typically have a fixed supply and can be stored in crypto wallets that accept Ethereum. They rose to prominence around 2017 and 2018, during the large wave of <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-initial-coin-offering-ico/">initial coin offering (ICO)<\/strong><\/a> projects. They are often used in the development of decentralized apps (dApps).<\/p>\n<p><strong>ERC-20 tokens are fungible<\/strong>, therefore, they are interchangeable. Thus, ERC-20 tokens differ from <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-erc-721/">ERC-721 tokens, which are non-fungible tokens (NFTs) that possess unique characteristics.<\/p>\n<p>Besides, note that there are certain conditions that all ERC-20 standard tokens must adhere to. The lack of compliance can make these tokens unusable.<\/p>\n<p>Overall, ERC-20 tokens offer a lot of versatility and liquidity. They can be purchased or traded on a huge variety of <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-exchange/">crypto exchange platforms<\/strong><\/a>.<\/p>","definition":"a token standard developed and used in the Ethereum ecosystem.","status":"published","meta_title":"What is ERC-20? Definition & Meaning | Crypto Wiki","meta_description":"ERC-20 meaning: ERC-20 - a token standard developed and used in the Ethereum ecosystem.","meta_keywords":null}" :prev-section="{"id":312,"wikipedia_url":"https:\/\/en.wikipedia.org\/wiki\/Erasure_code#","level":"medium","author_id":1,"created_at":"2023-06-19T06:58:59.000000Z","updated_at":"2023-12-01T04:27:55.000000Z","slug":"what-is-erasure-encoding","title":"What is Erasure Encoding?","section":"E","keyword":"Erasure Encoding","content":"<p>This provides an environment with fewer errors. <strong>Moreover, it can also be described as a structure of a data distribution algorithm that enables data to be distributed across several storage devices.<\/strong><\/p>\n<p>Erasure codes are able to perform at several phases of coherency. The concept behind it is instead of writing the information to store in its entirety, it is divided into smaller portions. The portions are utilized to rebuild the initial information if required.<\/p>\n<p>The main benefit of the erasure encoding is that it can be decoded even if a few blocks go missing. It is utilized in several interaction networks to increase the reliability against transmission failures.<\/p>\n<p>For instance, the whole document can be encoded as K chunks, or a file system block can be encoded as K singular blocks.<\/p>\n<h3>Advantages of Erasure Encoding<\/h3>\n<p>There are a lot of features of erasure encoding that make the concept appealing as opposed to different information-keeping techniques.<\/p>\n<p>The most notable features are:<\/p>\n<ul>\n<li><strong>Speed<\/strong> - when erasure encoding is used instead of other approaches, the time necessary to recover from a single error is substantially less.<\/li>\n<li><strong>Reliability<\/strong> - because it only saves chunks of data, the original can be restored even if a portion of the storage media fails.<\/li>\n<li><strong>Versatility<\/strong> - this approach can handle little and huge volumes of data.<\/li>\n<li><strong>Cost-effective<\/strong> - when you include the cost savings linked with not having to buy extra backup and recovery software, this strategy is cost-effective.<\/li>\n<\/ul>\n<p>To specify, erasure coding is an easy technique of storing information in a secure manner that can be utilized to recover the initial information.&nbsp;<\/p>\n<h3>Differences Between RAID and Erasure Encoding<\/h3>\n<p>RAID and erasure encoding are often seen as the same things. However, they are quite different.<\/p>\n<p>RAID, for example, is commonly used for servers and other big storage devices. <strong>It replicates your information over numerous hard drives. This provides a backup if one disk dies. <\/strong>The disadvantage is that it costs more than erasure encoding and takes up more space on each device.<\/p>\n<p>However, it does not safeguard the information on your disks from being viewed by another computer. Anyone who obtains one of the drives may still access all of your data.<\/p>\n<p>Erasure encoding, on the other hand, <strong>separates<\/strong> the information so that it cannot be seen without the <strong>appropriate key.<\/strong> To be more specific, it divides the information into parts, stretches it, and encodes it with redundant data.<\/p>\n<p>So, the main difference is that the information isn&rsquo;t divided in RAID.<\/p>","definition":"is a simple technique to encode information in a safe format.","status":"published","meta_title":"What is Erasure Encoding? Definition & Meaning | Crypto Wiki","meta_description":"Erasure Encoding meaning: Erasure Encoding - is a simple technique to encode information in a safe format.","meta_keywords":null}" :model="{"id":318,"wikipedia_url":"https:\/\/en.wikipedia.org\/wiki\/Non-fungible_token#Standards_in_blockchains","level":"medium","author_id":1,"created_at":"2023-06-19T06:58:59.000000Z","updated_at":"2023-12-01T04:29:53.000000Z","slug":"what-is-erc-1155","title":"What is ERC-1155?","section":"E","keyword":"ERC-1155","content":"<p>ERC-1155 are tokens based on the Ethereum blockchain. They are considered to be secure, hack-proof, and tradeable. ERC-1155 can be utilized to create new <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-fungible/">fungible tokens<\/strong><\/a> that can serve as currencies on different platforms.<\/p>\n<p>ERC-1155 tokens are optimized to improve the efficiency and security of crypto transactions. The cost of token transfer is reduced thanks to the option to bundle the transactions.<\/p>\n<p><strong>ERC-1155 token is an upgraded version of the older Ethereum token standards<\/strong>, such as the fungible <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-erc-20/">ERC-20 or the non-fungible <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-erc-721/">ERC-721. Both of the older standards are widely used in the Ethereum ecosystem. However, they come with certain limitations and issues that have been patched with the release of newer token standards.<\/p>\n<p>The ERC-20 and ERC-721 tokens provide completely different functionalities and cannot be used interchangeably. Attempts to do so may lead to network disruptions or failure. The ERC-1155 token was developed as<strong> a single contract that implements features of both &ndash; ERC-20 and ERC-721 token standards<\/strong>.<\/p>\n<p>ERC-1155 provides more efficient token management and expands past some of the limitations of the older standards. ERC-1155 tokens can execute a deterministic <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-smart-contract/">smart contract<\/strong><\/a> function by sending a token to a specific address.<\/p>\n<p>If a token is sent to a <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-decentralized-exchange-dex/">decentralized exchange (DEX)<\/strong><\/a> address, another token can immediately return to the sender&rsquo;s address. Using ERC-1155, tokens can be easily wrapped, converted, or <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-escrow/">escrowed without any direct contact with the smart contract. The users can simply send the token to a specific address to initiate the process.<\/p>\n<p><strong>ERC-1155 stands out for its secure token transfer capabilities<\/strong>. These tokens contain a function used to verify the completion of the transaction. If the transaction is not fulfilled, the tokens are returned back to the sender&rsquo;s wallet.<\/p>\n<p>If a user makes a mistake when setting up a transaction or mixes up the wallet addresses, leading to the tokens being sent to the wrong recipient, the ERC-1155 standard declares the transfer void and the tokens can be recovered. This functionality is not possible with the older ERC standards. The mechanics of ERC-1155 also help prevent <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-double-spend-attack/">double-spending attacks<\/strong><\/a>.<\/p>\n<p>In general, ERC-1155 offers <strong>wider functionality and more flexibility<\/strong> than the ERC-20 and ERC-721 standards. It is expected that the ERC-1155 tokens will become increasingly popular in the Ethereum ecosystem, possibly dethroning the older, non-interchangeable tokens.<\/p>","definition":"an Ethereum-based token standard that offers higher security and tradeability compared to the older ERC standards.","status":"published","meta_title":"What is ERC-1155? Definition & Meaning | Crypto Wiki","meta_description":"ERC-1155 meaning: ERC-1155 - an Ethereum-based token standard that offers higher security and tradeability compared to the older ERC standards.","meta_keywords":null,"author":{"id":1,"user_id":1,"created_at":"2023-05-03T14:30:55.000000Z","updated_at":"2023-05-11T07:18:20.000000Z","title":"Editor-In-Chief","slug":"aaron-s-editor-in-chief","description":"<p>Having completed a Master&rsquo;s degree on Economics, Politics &amp; Culture for the East Asia region, Aaron has written scientific papers with a comparative analysis of the differences between US&rsquo; Western and Japan&rsquo;s Collective forms of capitalism, 1945-2020.<\/p>\n<p>With close to a decade of experience in the FinTech industry, Aaron understands all of the biggest issues and struggles that crypto enthusiasts face. He&rsquo;s a passionate analyst who is concerned with data-driven and fact-based content, as well as that which speaks to both Web3 natives and industry newcomers.<\/p>\n<p>Aaron is the go-to person for everything and anything related to digital currencies. With a huge passion for blockchain &amp; Web3 education, Aaron strives to transform the space as we know it, and make it more approachable to complete beginners.<\/p>\n<p>Aaron has been quoted by multiple established outlets, and is a published author himself. Even during his free time, he enjoys researching the market trends, and looking for the next supernova.<\/p>","user":{"id":1,"first_name":"Aaron","last_name":"S.","email":"aaron@bitdegree.org","email_sanitized":"aaron@bitdegree.org","email_verified_at":"2023-12-01T09:40:20.000000Z","must_verify_email":false,"is_registered_with_wallet":false,"status":"active","country":"LT","last_connected_ip":"88.119.132.125","image_id":2641,"referral_token":"05TMu2NysXOCn525","referred_by":null,"created_at":"2023-05-03T14:30:55.000000Z","updated_at":"2024-01-09T15:22:21.000000Z","full_name":"Aaron S."}}}" :chapter-list="[{"id":1,"title":"Blockchain","slug":"blockchain","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-blockchain.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/blockchain-101.jpg","rating":100,"sections":[{"chapter_id":1,"order":1,"slug":"what-is-blockchain","title":"What is the Blockchain?","status":"published","modified_content":null},{"chapter_id":1,"order":2,"slug":"decentralized-blockchain","title":"Anonymous & Decentralized Blockchains: The Cornerstone of Crypto","status":"published","modified_content":null},{"chapter_id":1,"order":3,"slug":"blockchain-transaction","title":"What is a Blockchain Transaction in Crypto?","status":"published","modified_content":null},{"chapter_id":1,"order":4,"slug":"crypto-fees","title":"The Different Types of Crypto Fees Explained","status":"published","modified_content":null},{"chapter_id":1,"order":5,"slug":"what-is-bridging-in-crypto","title":"The Key Notion Behind the Concept of Bridging in Crypto","status":"published","modified_content":null},{"chapter_id":1,"order":6,"slug":"types-of-blockchains","title":"Different Types of Blockchains: What to Look Out For?","status":"published","modified_content":null}]},{"id":2,"title":"Cryptocurrencies","slug":"cryptocurrencies","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-cryptocurrencies.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/cryptocurrencies-101.jpg","rating":100,"sections":[{"chapter_id":2,"order":1,"slug":"what-is-a-cryptocurrency","title":"What is a Cryptocurrency?","status":"published","modified_content":null},{"chapter_id":2,"order":2,"slug":"how-does-cryptocurrency-work","title":"How Does Cryptocurrency Work?","status":"published","modified_content":null},{"chapter_id":2,"order":3,"slug":"is-cryptocurrency-a-good-investment","title":"Is Cryptocurrency a Good Investment? The Pros & Cons","status":"published","modified_content":null},{"chapter_id":2,"order":4,"slug":"coin-vs-token","title":"Coin VS Token: How Do They Differ?","status":"published","modified_content":null},{"chapter_id":2,"order":5,"slug":"what-are-stablecoins","title":"What are Stablecoins, Altcoins & Wrapped Coins?","status":"published","modified_content":null},{"chapter_id":2,"order":6,"slug":"what-is-a-bitcoin","title":"Bitcoin: the Pioneer of the Crypto World","status":"published","modified_content":null},{"chapter_id":2,"order":7,"slug":"what-is-ethereum","title":"The Ultimate Blockchain for dApp Creation: Ethereum","status":"published","modified_content":null},{"chapter_id":2,"order":8,"slug":"what-is-cardano-in-crypto","title":"What is Cardano and What is It Used For?","status":"published","modified_content":null},{"chapter_id":2,"order":9,"slug":"what-is-shiba-inu-coin","title":"Shiba Inu: the Dogecoin Killer","status":"published","modified_content":null},{"chapter_id":2,"order":10,"slug":"what-is-solana-in-crypto","title":"Is Solana an Improved Version of Ethereum?","status":"published","modified_content":null},{"chapter_id":2,"order":11,"slug":"what-is-polkadot-in-crypto","title":"The Bridge Between Blockchains: Polkadot","status":"published","modified_content":null},{"chapter_id":2,"order":12,"slug":"what-is-polygon-in-crypto","title":"Polygon: the Essential Scaling Solution for Ethereum","status":"published","modified_content":null},{"chapter_id":2,"order":13,"slug":"what-is-luna-crypto","title":"The Bumpy Road of Terra (LUNA)","status":"published","modified_content":null},{"chapter_id":2,"order":14,"slug":"what-is-fantom-crypto","title":"Is Fantom (FTM) Yet Another Ethereum Killer?","status":"published","modified_content":null},{"chapter_id":2,"order":15,"slug":"what-is-aave-crypto","title":"Aave: Crypto Lending Trailblazer","status":"published","modified_content":null},{"chapter_id":2,"order":16,"slug":"what-is-algorand-crypto","title":"Did Algorand Truly Solve the Blockchain Trilemma?","status":"published","modified_content":null},{"chapter_id":2,"order":17,"slug":"what-is-olympus-dao","title":"Does Olympus DAO Have Anything to Do With Mythology?","status":"published","modified_content":null},{"chapter_id":2,"order":18,"slug":"what-is-avax","title":"Is Avalanche Network (AVAX) Rightfully Called the Future of DeFi?","status":"published","modified_content":null},{"chapter_id":2,"order":19,"slug":"what-is-monero-coin","title":"Monero: Where Cryptocurrency Meets Cryptography","status":"published","modified_content":null},{"chapter_id":2,"order":20,"slug":"what-is-ripple-xrp","title":"Is Ripple \"it\" When it Comes to Cross-Border Transactions?","status":"published","modified_content":null},{"chapter_id":2,"order":21,"slug":"practical-use-of-cryptocurrencies","title":"The Practical Use of Crypto","status":"published","modified_content":null}]},{"id":3,"title":"Crypto Exchanges","slug":"crypto-exchanges","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-exchanges.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-exchanges-101.jpg","rating":80,"sections":[{"chapter_id":3,"order":1,"slug":"how-do-cryptocurrency-exchanges-work","title":"How do Cryptocurrency Exchanges Work?","status":"published","modified_content":null},{"chapter_id":3,"order":2,"slug":"dex-vs-cex","title":"DEX VS CEX: Two Sides of the Crypto Exchange Industry","status":"published","modified_content":null},{"chapter_id":3,"order":3,"slug":"crypto-day-trading","title":"Crypto Day Trading: The Difference Between Buying, Trading, and Swapping","status":"published","modified_content":null},{"chapter_id":3,"order":4,"slug":"kyc-crypto","title":"KYC & AML: The Key to Complying With Legal Industry Standards","status":"published","modified_content":null},{"chapter_id":3,"order":5,"slug":"how-to-buy-crypto","title":"From Fiat to Crypto: How to Buy Crypto for the First Time","status":"published","modified_content":null},{"chapter_id":3,"order":6,"slug":"fiat-to-crypto","title":"Taking Profits: Turning Crypto Into Fiat","status":"published","modified_content":null},{"chapter_id":3,"order":7,"slug":"how-to-use-crypto","title":"You\u2019ve Got Crypto: What Can You Do With It?","status":"published","modified_content":null}]},{"id":4,"title":"Crypto Wallets","slug":"crypto-wallets","updated":false,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-wallets.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-wallets-101.jpg","rating":80,"sections":[{"chapter_id":4,"order":1,"slug":"what-is-a-crypto-wallet","title":"What is a Crypto Wallet?","status":"published","modified_content":null},{"chapter_id":4,"order":2,"slug":"hot-wallet-vs-cold-wallet","title":"Hot Wallet VS Cold Wallet: Which One to Pick?","status":"published","modified_content":null},{"chapter_id":4,"order":3,"slug":"non-custodial-wallet","title":"What are Non-Custodial Crypto Wallets?","status":"published","modified_content":null},{"chapter_id":4,"order":4,"slug":"what-is-metamask","title":"Metamask: The Leading Non-Custodial Wallet","status":"published","modified_content":null},{"chapter_id":4,"order":37,"slug":"how-safe-is-cryptocurrency","title":"The Key Crypto Wallet Safety Practices: How Safe Can Crypto Be?","status":"published","modified_content":null}]},{"id":5,"title":"NFTs","slug":"nfts","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-nfts.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/nfts-101.jpg","rating":100,"sections":[{"chapter_id":5,"order":2,"slug":"how-to-trade-nfts","title":"NFT Trading: The Ins and Outs","status":"published","modified_content":null},{"chapter_id":5,"order":3,"slug":"buying-nft","title":"Tips and Tricks of Choosing the Right NFTs","status":"published","modified_content":null},{"chapter_id":5,"order":4,"slug":"how-to-store-nft","title":"How to Store NFTs: Best Practices","status":"published","modified_content":null},{"chapter_id":5,"order":5,"slug":"how-to-create-an-nft","title":"How to Create Your Own NFTs?","status":"published","modified_content":null},{"chapter_id":5,"order":6,"slug":"how-to-make-passive-money-with-nft","title":"Making Passive Money with NFTs","status":"published","modified_content":null}]},{"id":6,"title":"dApps & Defi","slug":"dapps-and-defi","updated":true,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-dapps.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/dapps-defi-101.jpg","rating":80,"sections":[{"chapter_id":6,"order":1,"slug":"what-are-nfts","title":"What are Non-Fungible Tokens (NFTs)?","status":"published","modified_content":null},{"chapter_id":6,"order":1,"slug":"what-is-defi","title":"What is Decentralized Finance (DeFi)?","status":"published","modified_content":null},{"chapter_id":6,"order":2,"slug":"what-is-defi-2-0","title":"DeFi 2.0: The New Version of Decentralized Finance","status":"published","modified_content":null},{"chapter_id":6,"order":3,"slug":"what-are-dapps-in-crypto","title":"What Are dApps and How Do They Work?","status":"published","modified_content":null},{"chapter_id":6,"order":4,"slug":"defi-dapps","title":"Picking the Right dApps: Dos and Don'ts","status":"published","modified_content":null},{"chapter_id":6,"order":5,"slug":"what-is-web-3-0","title":"Web 3.0: The Future of the Internet","status":"published","modified_content":null},{"chapter_id":6,"order":6,"slug":"what-are-smart-contracts","title":"What is the Core Purpose of Smart Contracts?","status":"published","modified_content":null},{"chapter_id":6,"order":7,"slug":"what-is-a-dao-in-crypto","title":"The Notion of a Decentralized Autonomous Ogranization (DAO)","status":"published","modified_content":null},{"chapter_id":6,"order":8,"slug":"what-is-staking-in-crypto","title":"What is the Goal of Staking Crypto Assets?","status":"published","modified_content":null},{"chapter_id":6,"order":9,"slug":"what-is-liquidity-pool-in-crypto","title":"What is a Liquidity Pool and How Does It Work?","status":"published","modified_content":null},{"chapter_id":6,"order":10,"slug":"what-is-automated-market-maker","title":"Automated Market Maker: the Cornerstone of the Decentralized Crypto Exchange Industry","status":"published","modified_content":null},{"chapter_id":6,"order":11,"slug":"what-is-yield-farming-in-crypto","title":"The Main Yield Farming Techniques","status":"published","modified_content":null},{"chapter_id":6,"order":12,"slug":"what-is-an-oracle-in-crypto","title":"Crypto Oracles: The Link Between Blockchain and Outside World Data","status":"published","modified_content":null},{"chapter_id":6,"order":13,"slug":"crypto-gambling","title":"The Peculiarities of Decentralized Crypto Gambling","status":"published","modified_content":null},{"chapter_id":6,"order":14,"slug":"what-is-the-metaverse","title":"Metaverse: A New Perception of Reality","status":"published","modified_content":null}]},{"id":7,"title":"Trading & Investing","slug":"trading-and-investing","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-trading.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-trading-101.jpg","rating":80,"sections":[{"chapter_id":7,"order":1,"slug":"where-to-trade-crypto","title":"Where Can You Trade Cryptocurrencies?","status":"published","modified_content":null},{"chapter_id":7,"order":2,"slug":"how-to-invest-in-crypto","title":"Investing in Crypto: What Investing Options Do You Have?","status":"published","modified_content":null},{"chapter_id":7,"order":3,"slug":"ico-vs-ido","title":"ICO vs IDO vs IEO: Which One is the One?","status":"published","modified_content":null},{"chapter_id":7,"order":4,"slug":"what-is-an-airdrop","title":"What are Crypto Airdrops and How to Get Them?","status":"published","modified_content":null},{"chapter_id":7,"order":5,"slug":"how-to-get-free-crypto","title":"How to Get Free Crypto Assets?","status":"published","modified_content":null},{"chapter_id":7,"order":6,"slug":"how-to-arbitrage-crypto","title":"What is Crypto Arbitrage: The Main Principles","status":"published","modified_content":null},{"chapter_id":7,"order":7,"slug":"what-is-a-perpetual-contract","title":"Perpetual Contracts: Futures Contracts Without an Expiration Date","status":"published","modified_content":null},{"chapter_id":7,"order":8,"slug":"what-is-fud","title":"What is FUD: How to Use It to Your Advantage While Investing in Crypto?","status":"published","modified_content":null},{"chapter_id":7,"order":9,"slug":"investing-in-cryptocurrency","title":"Investing in Cryptocurrency: How to Manage Your Risks?","status":"published","modified_content":null},{"chapter_id":7,"order":10,"slug":"what-is-a-rug-pull-in-crypto","title":"What is a Rug Pull in Crypto?","status":"published","modified_content":null},{"chapter_id":7,"order":11,"slug":"how-to-avoid-rug-pulls-in-crypto","title":"How to Spot and Avoid Rug Pulls?","status":"published","modified_content":null},{"chapter_id":7,"order":12,"slug":"how-to-avoid-crypto-taxes","title":"The Key Legal Techniques of Avoiding Crypto Taxes","status":"published","modified_content":null}]},{"id":8,"title":"Crypto Analysis","slug":"crypto-analysis","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-analysis.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-analysis-101.jpg","rating":100,"sections":[{"chapter_id":8,"order":1,"slug":"what-is-bullish-and-bearish","title":"Bearish and Bullish Markets: Do They Matter?","status":"published","modified_content":null},{"chapter_id":8,"order":2,"slug":"best-technical-analysis-indicators-for-crypto","title":"5 Best Crypto Technical Analysis Indicators You Must Know About","status":"published","modified_content":null},{"chapter_id":8,"order":3,"slug":"what-is-candlesticks","title":"Technical Analysis: What are Candlesticks, Trendlines, and Patterns?","status":"published","modified_content":null},{"chapter_id":8,"order":4,"slug":"how-to-track-new-crypto-coins","title":"Crypto Tracking: How to Track Your Favorite Coins & Tokens?","status":"published","modified_content":null},{"chapter_id":8,"order":5,"slug":"how-to-research-crypto","title":"Crypto Research Fundamentals & Social Signals: Your Daily Trading Strategy","status":"published","modified_content":null},{"chapter_id":8,"order":46,"slug":"portfolio-diversification-definition","title":"Portfolio Diversification: The Whats, the Whys, and the Hows","status":"published","modified_content":null}]},{"id":9,"title":"Mining","slug":"mining","updated":false,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-mining.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-mining-101.jpg","rating":80,"sections":[{"chapter_id":9,"order":1,"slug":"what-is-crypto-mining","title":"Crypto Mining: What It is and How Does It Work?","status":"published","modified_content":null},{"chapter_id":9,"order":2,"slug":"what-is-a-mining-pool","title":"Mining Pools: Is Collective Mining Better Than Solo Mining?","status":"published","modified_content":null},{"chapter_id":9,"order":3,"slug":"what-is-staking-crypto","title":"An Advanced Look into What is Staking Crypto","status":"published","modified_content":null},{"chapter_id":9,"order":4,"slug":"what-is-proof-of-stake-vs-proof-of-work","title":"Proof-of-Work VS Proof-of-Stake: The Differences That Matter","status":"published","modified_content":null},{"chapter_id":9,"order":5,"slug":"what-is-crypto-mining-rig","title":"Crypto Mining Rig: What It is and How to Build One?","status":"published","modified_content":null}]},{"id":10,"title":"Crypto Terms","updated":false,"chapter":"crypto\/assets\/crypto-book\/chapters\/crypto-101-glossary.jpg","chapter_simple":"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"]}]" current-chapter="E" current-section="what-is-erc-1155">