Blockchain Oracle Design Patterns

Total Page:16

File Type:pdf, Size:1020Kb

Blockchain Oracle Design Patterns Blockchain Oracle Design Patterns Amirmohammad Pasdar1;2, Zhongli Dong1;3, Young Choon Lee2 Abstract—Blockchain is a form of distributed ledger technol- Smart contracts are programs (i.e., functions and states) ogy (DLT) where data is shared among users connected over the residing at a specific address executed on the blockchain to internet. Transactions are data state changes on the blockchain digitally facilitate the transaction process. They are event- that are permanently recorded in a secure and transparent way without the need of a third party. Besides, the introduction of driven, self-executable, resistant to tamper, and they can con- smart contracts to the blockchain has added programmability sume transaction fees based on the complexity of code (e.g., to the blockchain and revolutionized the software ecosystem gas for deployment in the Ethereum blockchain), and only leading toward decentralized applications (DApps) attracting use resources available on the blockchain network [4]. Smart businesses and organizations to employ this technology. Although contracts are encoded and compiled into bytecode and upon promising, blockchains and smart contracts have no access to the external systems (i.e., off-chain) where real-world data and events deployment, they are given unique addresses and saved across resides; consequently, the usability of smart contracts in terms all connected nodes in the network. of performance and programmability would be limited to the on- Smart contracts and blockchain do not have access to the chain data. Hence, blockchain oracles are introduced to mitigate information outside of their networks (i.e., off-chain data). The the issue and are defined as trusted third-party services that send blockchain in fact is an enclosed system where interactions are and verify the external information (i.e., feedback) and submit it to smart contracts for triggering state changes in the blockchain. limited to the data available on it. Hence, it is still an open In this paper, we will study and analyze blockchain oracles with practical problem referred to as the “oracle problem” that is regard to how they provide feedback to the blockchain and smart defined as how real-world data can be transferred into/from the contracts. We classify the blockchain oracle techniques into two blockchain. If the blockchain is assumed as a component of a major groups such as voting-based strategies and reputation- larger software system [5], smart contracts need the external based ones. The former mainly relies on participants’ stakes for outcome finalization while the latter considers reputation in information relevant to contractual agreements or practical conjunction with authenticity proof mechanisms for data cor- applications, e.g., data availability verification for decentral- rectness and integrity. We then provide a structured description ized applications or adjudication mechanisms. Oracles (also of patterns in detail for each classification and discuss research known as data feeds) shown in Figure 1 act as trusted third- directions in the end. party services that send and verify the external information Index Terms—Blockchain, Decentralized oracle, Blockchain oracle, Data feed, Smart contracts. and submit it to smart contracts to trigger state changes in the blockchain. Oracles may not only relay information to the smart contracts, but also send it to external resources. They are I. INTRODUCTION simply contracts on the blockchain for serving data requests A blockchain is a form of distributed ledger technology by other contracts [6]. Without oracles, smart contracts would where transactions are duplicated and saved onto a large have limited connectability; hence, they are vital for the number of nodes. Transactions are defined as a set of data blockchain ecosystem due to broadening the scope of smart packages for storing monetary value, parameters, and function contracts operation. call results, and their integrity is ensured by cryptographic There have been several surveys on blockchain oracles [7– techniques. They are collected in the form of blocks where 12] each of which studied particular aspect(s) of oracles. there are immutable records, and each block is linked to Muhlberger et al., [7] examine oracles from two dimensions arXiv:2106.09349v1 [cs.CR] 17 Jun 2021 the succeeding block through the hash. Blocks are appended which are data flow direction and the data initiator. Heiss et to the ledger by a means of consensus algorithms such as al., [7] present a key requirement set for trustworthy data Proof of Work (PoW), Proof of Stake (PoS), or Practical on-chain, and how related challenges should be addressed. Byzantine Fault Tolerance (PBFT) [1]. Blockchain technology Beniiche [9] describes widely used blockchain oracles and is a good fit for decentralized finance (DeFi) or dealing with human oracles, and Al-Breiki et al., [10] study the trust used data integrity, e.g., supplying products [2] or food security [3]. in the leading blockchain oracles. Xu et al., [11] discuss oracle roles and provide the benefits and drawbacks, and 1 Amirmohammad Pasdar ([email protected]) and Zhongli Dong (an- Mammadzada et al., [12] provide general characteristics of [email protected]) are with Aglive Lab, 8 Hadenfeld Ave, Macquarie Park a blockchain framework to be considered when designing NSW 2113, Australia. 2 Amirmohammad Pasdar ([email protected]) and blockchain-based applications. Young Choon Lee ([email protected]) are with Department of Comput- This study reviews and analyzes blockchain oracles from ing, Macquarie University, Sydney NSW 2109, Australia. a technical perspective that previous studies have overlooked. 3 Zhongli Dong ([email protected]) is with Center for Dis- tributed and High Performance Computing, School of Computer Science, The We analyze the blockchain oracles in terms of providing final University of Sydney, NSW 2006, Australia. feedback (i.e., outcome) to the smart contracts, and we mainly Blockchain Oracles Request data Fetch data Send data Response General View Voting-based Reputation- Oracle on Oracles Oracles based Oracles External information Blockchain & Smart Contracts Oracles as Software- data feed Stake-based based Proof Figure 1. The oracle role as trusted third-party services for sending and services verifying the external information. Blockchain oracles can be single or a pool Multi- Oracles & Hardware- of oracles interacting with the external world. signature security based Proof based Review of Schelling Proofless seek an answer for the following research question (RQ); prior surveys point based RQ: How are blockchain oracles designed to provide the outcome to smart contracts? Token-based RQ fundamentally contributes to providing deep insights into the design, development requirements, and usage of Conventional blockchain oracles. Hence, to properly answer the RQ1, we conduct this research through the Multivocal Literature Review Figure 2. The structure of research study. (MLR) technique defined as a form of Systematic Literature Review (SLM) in which “grey” literature and “white papers” are included [13]. The initial search keywords are selected oracle feedback which is followed by Section IV in which based on a combination of blockchain oracles, data feed, authenticity proof mechanisms are also studied. Section V and/or smart contracts, design and/or pattern for covering the presents future research directions, and we conclude the paper vast majority of related studies. During the paper collection, in Section VI. snowballing technique [14] is employed to collect relevant studies for the literature review. Several digital libraries are II. GENERAL VIEW ON ORACLES &PRIOR RESEARCH used to extract a fine set of papers on the proposed topic This section presents a general classification of oracles as such as IEEE Xplore1, ScienceDirect2, ACM Digital Library3, data feed services, issues, and discussions on prior survey DBLP:Computer Science Bibliography4, and Google Scholar5. research on blockchain oracles. Finally, with the ever-increasing usage of blockchain, the need for real-world data for extending the blockchain usability A. Oracles as Data Feed Services while mitigating the potential risk of data manipulation is Oracles (or data feed services) respond to queries which can exponentially increasing [15]. Hence, this study intends to fill be in the form of “What is the current ETH6/USD exchange the gap by presenting techniques, challenges, advantages and rate?”, and oracles may consult with different sources (or a disadvantages of existing blockchain oracle design patterns single source) to fetch the required information and return it through a comprehensive review of cutting-edge studies. In to the smart contracts. Oracles can also be computation oracles this regard, we categorize the collected research studies on such as Truebit [16] or Provable [17] that perform user-defined either the oracle design or oracle usage into two major groups computation-intensive tasks off-chain, providing computing with respect to the monetary incentives employed in the power to the blockchains, and enabling decentralized token blockchain oracle design. Incentive mechanisms are in place economy. In addition, a general view of blockchain oracles to encourage users to participate in the network governance facilitates its classification which can be fallen into four and improve the blockchain security and functionality. The major groups: (1) source; the origin of data, (2) information first group is oracles
Recommended publications
  • CASP) Software-Only, Ledger Agnostic, Platform Agnostic, Crypto Agile Bank-Grade Security for Crypto Assets
    Protect Your Crypto Assets with Unbound’s Crypto Assets Security Platform (CASP) Software-Only, Ledger Agnostic, Platform Agnostic, Crypto Agile Bank-Grade Security for Crypto Assets Mathematically proven security Cryptography is one of the foundational security elements used by guarantee – the key material never organizations to protect sensitive data, transactions, services and identities. exists in the clear throughout its At the core of any cryptography implementation is the management of lifecycle including creation, in-use cryptographic keys and their protection from compromise and misuse. and at-rest With crypto assets, the protection of private keys is top priority, since the Any currency, any ledger, any private key is used to sign each transaction. It is therefore mandatory platform, any client to keep the key secure – not only from compromise, but also from any Programmatically derived malicious usage – as it takes only one fraudulent transaction (i.e. a single sign addresses (BIP 32/44) that are operation, to empty a wallet). cryptographically protected Backed by proven mathematical guarantees of security, Unbound’s Crypto Stronger and more flexible than Asset Security Platform (CASP) provides its customers with a software-only multi-signature – ledger-agnostic support of flexible quorum security platform that is as safe as hardware. With CASP, one can fully manage structures, any number of human the keys’ lifecycle, define cryptographically-based approval policies, while and/or servers, internal and supporting any currency, any ledger, any platform and any client type. external, that are required to sign a transaction Any Currency, Any Ledger, Any Platform Infinite scalability – easily scale capacity when and where it is Traditionally, securing the keys and secrets that guard the organizations’ most needed valuable assets required the use of dedicated hardware, such as hardware Intuitive and easy to use SDK – security modules (HSMs) and smartcards.
    [Show full text]
  • Linking Wallets and Deanonymizing Transactions in the Ripple Network
    Proceedings on Privacy Enhancing Technologies ; 2016 (4):436–453 Pedro Moreno-Sanchez*, Muhammad Bilal Zafar, and Aniket Kate* Listening to Whispers of Ripple: Linking Wallets and Deanonymizing Transactions in the Ripple Network Abstract: The decentralized I owe you (IOU) transac- 1 Introduction tion network Ripple is gaining prominence as a fast, low- cost and efficient method for performing same and cross- In recent years, we have observed a rather unexpected currency payments. Ripple keeps track of IOU credit its growth of IOU transaction networks such as Ripple [36, users have granted to their business partners or friends, 40]. Its pseudonymous nature, ability to perform multi- and settles transactions between two connected Ripple currency transactions across the globe in a matter of wallets by appropriately changing credit values on the seconds, and potential to monetize everything [15] re- connecting paths. Similar to cryptocurrencies such as gardless of jurisdiction have been pivotal to their suc- Bitcoin, while the ownership of the wallets is implicitly cess so far. In a transaction network [54, 55, 59] such as pseudonymous in Ripple, IOU credit links and transac- Ripple [10], users express trust in each other in terms tion flows between wallets are publicly available in an on- of I Owe You (IOU) credit they are willing to extend line ledger. In this paper, we present the first thorough each other. This online approach allows transactions in study that analyzes this globally visible log and charac- fiat money, cryptocurrencies (e.g., bitcoin1) and user- terizes the privacy issues with the current Ripple net- defined currencies, and improves on some of the cur- work.
    [Show full text]
  • Review Articles
    review articles DOI:10.1145/3372115 system is designed to achieve common Software weaknesses in cryptocurrencies security goals: transaction integrity and availability in a highly distributed sys- create unique challenges in responsible tem whose participants are incentiv- revelations. ized to cooperate.38 Users interact with the cryptocurrency system via software BY RAINER BÖHME, LISA ECKEY, TYLER MOORE, “wallets” that manage the cryptograph- NEHA NARULA, TIM RUFFING, AND AVIV ZOHAR ic keys associated with the coins of the user. These wallets can reside on a local client machine or be managed by an online service provider. In these appli- cations, authenticating users and Responsible maintaining confidentiality of crypto- graphic key material are the central se- curity goals. Exchanges facilitate trade Vulnerability between cryptocurrencies and between cryptocurrencies and traditional forms of money. Wallets broadcast cryptocur- Disclosure in rency transactions to a network of nodes, which then relay transactions to miners, who in turn validate and group Cryptocurrencies them together into blocks that are ap- pended to the blockchain. Not all cryptocurrency applications revolve around payments. Some crypto- currencies, most notably Ethereum, support “smart contracts” in which general-purpose code can be executed with integrity assurances and recorded DESPITE THE FOCUS on operating in adversarial on the distributed ledger. An explosion of token systems has appeared, in environments, cryptocurrencies have suffered a litany which particular functionality is ex- of security and privacy problems. Sometimes, these pressed and run on top of a cryptocur- rency.12 Here, the promise is that busi- issues are resolved without much fanfare following ness logic can be specified in the smart a disclosure by the individual who found the hole.
    [Show full text]
  • Gold Standard for Passive Income on the Blockchain
    Anchor: Gold Standard for Passive Income on the Blockchain Nicholas Platias, Eui Joon Lee, Marco Di Maggio June 2020 Abstract Despite the proliferation of financial products, DeFi has yet to produce a savings product simple and safe enough to gain mass adoption. The price volatility of most cryptoassets makes staking unfit for the vast majority of consumers. On the other end of the spectrum, the cyclical nature of stablecoin interest rates on DeFi staples like Maker and Compound makes those protocols ill-suited for a household savings product. To address this pressing need we introduce Anchor, a savings protocol on the Terra blockchain that offers yield powered by block rewards of major Proof-of-Stake blockchains. Anchor offers a principal-protected stablecoin savings product that pays depositors a stable interest rate. It achieves this by stabilizing the deposit interest rate with block rewards accruing to assets that are used to borrow stablecoins. Anchor will thus offer DeFi’s benchmark interest rate, determined by the yield of the PoS blockchains with highest demand. Ultimately, we envision Anchor to become the gold standard for passive income on the blockchain. 1 Introduction In the past few years we have witnessed explosive growth in Decentralized Finance (DeFi). We have seen the launch of a wide range of financial applications covering a broad range of use cases, including collateralized lending (Compound), decentralized ex- changes (Uniswap) and prediction markets (Augur). Despite early success and a robust influx of brains and capital, DeFi has yet to produce a simple and convenient savings product with broad appeal outside the world of crypto natives.
    [Show full text]
  • Coinbase Explores Crypto ETF (9/6) Coinbase Spoke to Asset Manager Blackrock About Creating a Crypto ETF, Business Insider Reports
    Crypto Week in Review (9/1-9/7) Goldman Sachs CFO Denies Crypto Strategy Shift (9/6) GS CFO Marty Chavez addressed claims from an unsubstantiated report earlier this week that the firm may be delaying previous plans to open a crypto trading desk, calling the report “fake news”. Coinbase Explores Crypto ETF (9/6) Coinbase spoke to asset manager BlackRock about creating a crypto ETF, Business Insider reports. While the current status of the discussions is unclear, BlackRock is said to have “no interest in being a crypto fund issuer,” and SEC approval in the near term remains uncertain. Looking ahead, the Wednesday confirmation of Trump nominee Elad Roisman has the potential to tip the scales towards a more favorable cryptoasset approach. Twitter CEO Comments on Blockchain (9/5) Twitter CEO Jack Dorsey, speaking in a congressional hearing, indicated that blockchain technology could prove useful for “distributed trust and distributed enforcement.” The platform, given its struggles with how best to address fraud, harassment, and other misuse, could be a prime testing ground for decentralized identity solutions. Ripio Facilitates Peer-to-Peer Loans (9/5) Ripio began to facilitate blockchain powered peer-to-peer loans, available to wallet users in Argentina, Mexico, and Brazil. The loans, which utilize the Ripple Credit Network (RCN) token, are funded in RCN and dispensed to users in fiat through a network of local partners. Since all details of the loan and payments are recorded on the Ethereum blockchain, the solution could contribute to wider access to credit for the unbanked. IBM’s Payment Protocol Out of Beta (9/4) Blockchain World Wire, a global blockchain based payments network by IBM, is out of beta, CoinDesk reports.
    [Show full text]
  • A Survey on Volatility Fluctuations in the Decentralized Cryptocurrency Financial Assets
    Journal of Risk and Financial Management Review A Survey on Volatility Fluctuations in the Decentralized Cryptocurrency Financial Assets Nikolaos A. Kyriazis Department of Economics, University of Thessaly, 38333 Volos, Greece; [email protected] Abstract: This study is an integrated survey of GARCH methodologies applications on 67 empirical papers that focus on cryptocurrencies. More sophisticated GARCH models are found to better explain the fluctuations in the volatility of cryptocurrencies. The main characteristics and the optimal approaches for modeling returns and volatility of cryptocurrencies are under scrutiny. Moreover, emphasis is placed on interconnectedness and hedging and/or diversifying abilities, measurement of profit-making and risk, efficiency and herding behavior. This leads to fruitful results and sheds light on a broad spectrum of aspects. In-depth analysis is provided of the speculative character of digital currencies and the possibility of improvement of the risk–return trade-off in investors’ portfolios. Overall, it is found that the inclusion of Bitcoin in portfolios with conventional assets could significantly improve the risk–return trade-off of investors’ decisions. Results on whether Bitcoin resembles gold are split. The same is true about whether Bitcoins volatility presents larger reactions to positive or negative shocks. Cryptocurrency markets are found not to be efficient. This study provides a roadmap for researchers and investors as well as authorities. Keywords: decentralized cryptocurrency; Bitcoin; survey; volatility modelling Citation: Kyriazis, Nikolaos A. 2021. A Survey on Volatility Fluctuations in the Decentralized Cryptocurrency Financial Assets. Journal of Risk and 1. Introduction Financial Management 14: 293. The continuing evolution of cryptocurrency markets and exchanges during the last few https://doi.org/10.3390/jrfm years has aroused sparkling interest amid academic researchers, monetary policymakers, 14070293 regulators, investors and the financial press.
    [Show full text]
  • Blockchain in Japan
    Blockchain in Japan " 1" Blockchain in Japan " "The impact of Blockchain is huge. Its importance is similar to the emergence of Internet” Ministry of Economy, Trade and Industry of Japan1 1 Japanese Trade Ministry Exploring Blockchain Tech in Study Group, Coindesk 2" Blockchain in Japan " About this report This report has been made by Marta González for the EU-Japan Centre for Industrial Cooperation, a joint venture between the European Commission and the Japanese Ministry of Economy, Trade and Industry (METI). The Centre aims to promote all forms of industrial, trade and investment cooperation between Europe and Japan. For that purpose, it publishes a series of thematic reports designed to support research and policy analysis of EU-Japan economic and industrial issues. To elaborate this report, the author has relied on a wide variety of sources. She reviewed the existing literature, including research papers and press articles, and interviewed a number of Blockchain thought leaders and practitioners to get their views. She also relied on the many insights from the Japanese Blockchain community, including startups, corporation, regulators, associations and developers. Additionally, she accepted an invitation to give a talk1 about the state of Blockchain in Europe, where she also received input and interest from Japanese companies to learn from and cooperate with the EU. She has also received numerous manifestations of interest during the research and writing of the report, from businesses to regulatory bodies, revealing a strong potential for cooperation between Europe and Japan in Blockchain-related matters. THE AUTHOR Marta González is an Economist and Software Developer specialized in FinTech and Blockchain technology.
    [Show full text]
  • CRYPTO CURRENCY Technical Competence & Rules of Professional Responsibility
    CRYPTO CURRENCY Technical Competence & Rules of Professional Responsibility Marc J. Randazza Rule 1.1 Comment 8 To maintain the requisite knowledge and skill, a lawyer should keep abreast of changes in the law and its practice, including the benefits and risks associated with relevant technology, engage in continuing study and education and comply with all continuing legal education requirements to which the lawyer is subject. Crypto Currency 1. What is Crypto Currency? 2. How does it work? 3. How could you screw this up? Blockchain •Decentralized •Transparent •Immutable Blockchain Blockchain • Time-stamped series of immutable records of data • Managed by a cluster of de-centralized computers • Each block is secured and bound to another, cryptographically • Shared • Immutable • Open for all to see – how you keep it honest Blockchain Blockchain • Transparent but also pseudonymous • If you look on the ledger, you will not see “Darren sent 1 BTC to Trixie” • Instead you will see “1MF1bhsFLkBzzz9vpFYEmvwT2TbyCt7NZJ sent 1 BTC” • But, if you know someone’s wallet ID, you could trace their transactions Crypto Roller Coaster – 5 years Crypto Roller Coaster – 1 day How can you screw this up? Quadriga You can lose it & Bankruptcy Your mind • C$190 million turned to digital dust • Thrown away with no back up • Death of CEO turned death of • $127 million in the trash – gone business • 7,500 BTC – Fluctuates WILDLY Ethical Considerations You might be surprised at what violates Rule 1.8 Which Rules? Rule 1.2 (d) – Criminal or Fraudulent Activity Rule 1.5 (a) – Reasonable Fee Rule 1.6 – Confidentiality Rule 1.8 (a) – Business Dealings With Clients Rule 1.8(f) – Compensation From Other Than Your Client Rule 1.15 (a) – Safekeeping Property Rule 1.15 (c) – Trust Accounts Rule 1.2(d) – Criminal or Fraudulent Activity • Crypto *can* be used for criminal activity • Tends to be difficult, but not A lawyer shall not ..
    [Show full text]
  • A Taxonomy of Blockchain Applications
    Proceedings of the 52nd Hawaii International Conference on System Sciences | 2019 From Hype to Reality: A Taxonomy of Blockchain Applications Olga Labazova Tobias Dehling Ali Sunyaev University of Cologne Karlsruhe Institute of Technology Karlsruhe Institute of Technology [email protected] [email protected] [email protected] Abstract Yet, challenges of developing blockchain-based systems outweigh envisioned benefits [8]. Most of Blockchain is a decentralized digital ledger that the current blockchain projects could not move from challenges existing business models and theories by ideas to production use [13]. For example, projects shifting the trust from institutions towards aimed at employing blockchains to support algorithms. However, the number of successfully tokenization of space missions (e.g., SpaceBIT) or developed blockchain-based systems remains low. artificial intelligence [35] did not reveal proofs of This points towards a research gap between concept. Narrow-scoped blockchain prototypes blockchain applications and technical blockchain experience issues with scalability of blockchain characteristics. We answer the research question: protocols, waste of computational resources required What application areas fit blockchains with what for consensus mechanisms, traceability of users, and technical characteristics? We develop a taxonomy, a lack of network protection against fraud [11, 36, 44, which comprises six blockchain application areas 45]. Currently, practitioners continue experimenting that are classified across eight
    [Show full text]
  • Blockchain Deployment Toolkit
    Redesigning Trust: Blockchain Deployment Toolkit Supply Chain Focus April 2020 EXPERIENCE THE INTERACTIVE VERSION AT: wef.ch/blockchain-toolkit World Economic Forum 91-93 route de la Capite CH-1223 Cologny/Geneva Switzerland Tel.: +41 (0)22 869 1212 Fax: +41 (0)22 786 2744 Email: [email protected] www.weforum.org © 2020 World Economic Forum. This publication has been published by the World Economic Forum All rights reserved. No part of this as a contribution to a project, insight areas or interaction. The publication may be reproduced findings, interpretations and conclusions expressed herein area or transmitted in any form or by result of a collaborative process facilitated and endorsed by the any means, including World Economic Forum, but whose results do not necessarily photocopying and recording, or represent the views of the World Economic Forum, nor the entirety of by any information storage and its Members, Partners or other stakeholders. retrieval system. Preface The emergence of blockchain technology holds great promise for supply-chain organisations, perhaps as much as any new development in the industry’s infrastructure since it switched to standardised containers decades ago. The case for blockchain is stronger as the COVID-19 pandemic underscores the need for more resilient global supply chains, trusted data and an economic recovery enabled through trade digitization. At the same time, blockchain may engender a fair share of puzzlement and anxiety among supply-chain leaders unfamiliar with it as a new and unfamiliar digitisation tool. This toolkit is designed to help with the deployment journey, whether your organisation is seeking to gain increased efficiency, greater trust with counterparties, or other potential benefits offered by blockchain technology.
    [Show full text]
  • How Much Will Ethereum Classic Be Worth
    1 How Much Will Ethereum Classic Be Worth Update [06-06-2021] For example, ZK-STARKs would allow Alice to verify Bob s banking information using a zero-knowledge cryptographic proof instead of revealing the confidential information to Alice. STARKs improve two of the problems of permissionless blockchains scalability and privacy. STARKs improve scalability by allowing developers to move computations and storage off-chain. Scaling benefits of using STARKs. Movement above the midline would play a key role in encouraging more investors to join the market from the sidelines amid rising speculation for higher price levels. 6 cannot be ignored on the downside, as highlighted by the RSI s move toward the midline. Top 3 Price Prediction Bitcoin, Ethereum, Ripple Bitcoin Wobbles Toward 60,000 as Ether Eyes 4,000. Other crypto assets performing incredibly well include Litecoin up 11 , THORChain up 18 , and Dash up 11. A smart contract like this scales instantly. Already, there are a number of high-profile projects built on Ethereum such as Augur, Digix, Maker, and many more see Dapps. Lawyers and accountants are expensive, and trusting a single partner to oversee the books can be a source of tension even an opportunity for fraud. These millennial creators are making 6 figures selling NFTs It changed the trajectory of my career and my life. Then, within a year, it became her main source of income. And Zucker isn t alone. A previously struggling artist, deCourcelle was able to dig myself out of that and really create my own career, says the 35-year-old, who is now considered a pioneer in the space.
    [Show full text]
  • Blockchain Development Trends 2021 >Blockchain Development Trends 2021
    >Blockchain Development Trends 2021_ >Blockchain Development Trends 2021_ This report analyzes key development trends in core blockchain, DeFi and NFT projects over the course of the past 12 months The full methodology, data sources and code used for the analysis are open source and available on the Outlier Ventures GitHub repository. The codebase is managed by Mudit Marda, and the report is compiled by him with tremendous support of Aron van Ammers. 2 >The last 12 months Executive summary_ * Ethereum is still the most actively developed Blockchain protocol, followed by Cardano and Bitcoin. * Multi-chain protocols like Polkadot, Cosmos and Avalanche are seeing a consistent rise in core development and developer contribution. * In the year of its public launch, decentralized file storage projectFilecoin jumped straight into the top 5 of most actively developed projects. * Ethereum killers Tron, EOS, Komodo, and Qtum are seeing a decrease in core de- velopment metrics. * DeFi protocols took the space by storm with Ethereum being the choice of the underlying blockchain and smart contracts platform. They saw an increase in core development and developer contribution activity over the year which was all open sourced. The most active projects are Maker, Gnosis and Synthetix, with Aave and Bancor showing the most growth. SushiSwap and Yearn Finance, both launched in 2020, quickly grew toward and beyond the development activity and size of most other DeFi protocols. * NFT and Metaverse projects like collectibles, gaming, crypto art and virtual worlds saw a market-wide increase in interest, but mostly follow a closed source devel- opment approach. A notable exception is Decentraland, which has development activity on the levels of some major blockchain technologies like Stellar and Al- gorand, and ahead of some of the most popular DeFi protocols like Uniswap and Compound.
    [Show full text]