An Architectural Overview of the Bitcoin Blockchain

Total Page:16

File Type:pdf, Size:1020Kb

An Architectural Overview of the Bitcoin Blockchain Müller, Neumair, Reiser, Dreo Rodosek (Hrsg.): 11. DFN-Forum KommunikaTionsTechnologien, LecTure NoTes in InformaTics (LNI), GesellschafT für InformaTik, Bonn 2018 1 TheBitcoin Universe: An Architectural Overviewofthe BitcoinBlockchain Paul Mueller1,2,SonjaBergsträßer2, Amr Rizk2 andRalf Steinmetz2 Abstract: On January 2009,the emergenceofBitcoin surprised Theworld wiTh anew idea involving decentralized secure money transfersoutside Theecosystem of FIAT currencies.The concepts behind TheBitcoin architecture Theblockchain can,however,beextendedto amuch widerrange of economicassetsthan just digitalcurrencies. In general, ablockchainisadistributed, verifiable database,which operates Through aconfluenceofpublic-keycryptography, Theconceptofproof of work and P2P-systems. In Thefollowing article, adetailedoverviewofthe concepts underlyingthe Bitcoinarchitectureis given. Theecosystem as awhole is discussed, starting wiTh some historical aspects. We consider The cryptographicbackgroundasgiven here,asthisarticle discussesmainlythe basicconcepts forkey generation. Here,wefocus on Theconceptoftransactionsinthe scope of Bitcoinwhich we break down into single attributes such as Thelocking andunlocking scripts. BoTh,the mining processand Theconsensusmechanism areexamined. Furthermore, Thedrawbacksofthe wholesystemand The proposed remedies to Thesevia Bitcoin Improvement Proposals(BIP) areoutlined. Finally, we addressseveral applications based on Theblockchain as well as Thequestionofanonymity. Keywords: Bitcoin, blockchain,proof-of-work (PoW), Bitcoin keys,Transactionsscripts,Mining, Consensus, Bitcoindrawbacks, Bitcoin applications 1Introduction The“bigbang” of TheBitcoin blockchain took placeon January 3rd,2009, when Thefirst Bitcoinblock,the genesisblock,was established at 18:15:05 GMT.The genesisblock is Theonly blockin Theblockchain which is hard-coded wiThin Thesource code of Bitcoin, raTher Than Theresultofthe mining process. However, Thestory of Bitcoin started in 2008, when Thedomain name “bitcoin.org” wasregistered anonymously.The basicideas of The blockchain were Then published3 by “Satoshi Nakamoto”on Friday,October 31st,4 2008 at 18:10:00 UTCunderthe title“Bitcoin: APeer-to-PeerElectronicCashSystem” [SN08]. Theauthor(s)ofthisdocumentis/arestill unknown. Thecomplexity of TheBitcoin ecosystem comes from it aims,i.e., That is That anyone should be able to writeto TheBitcoin blockchain,and That Thereshouldbenocentralized 1 University Kaiserslautern, Integrated CommunicationSystems Lab(ICSY), Paul Ehrlichstraße34, 67663 Kaiserslautern,[email protected] 2 TU Darmstadt, KOM Multimedia Communications Lab, Rundeturmstraße 10, 64283 Darmstadt, {Vorname.Nachname}@KOM.TU-Darmstadt.de 3 hTtp://article.gmane.org/gmane.comp.encryption.general/12588/ 4 Halloween 2 Paul Mueller, SonjaBergsträßer, AmrRizkand Ralf Steinmetz control. TheBitcoin ecosystemcan be viewed as anetwork of replicated databases, where each databasecontains ThesamelistofpreviousBitcoin transactions.Fullnodes (nodes who runs Thefullstack of TheBitcoin protocol) of Thenetwork arecalled “miners”,and Thesepropagate “transaction data”(payments)and “block data”(additions to Theledger). Each miner independently checks Thetransaction and block data passed to it.There are rules in place(TheBitcoin protocol) to make Thenetwork operatesasintended. The complexity of TheBitcoin architecture arises from its aims,which aretobedecentralized, That is,tohavenosinglepoint of control,and to be highly secure andanonymous. This hasinfluenced how Bitcoin hasdeveloped.All blockchain ecosystems need not have The same mechanisms,especiallyifparticipants can be identified andtrusted to behave (e.g. in aprivate blockchain). Theoutline of This paperisasfollows: Firstly,several historical remarks aremade; These arefollowed by adescription of Thearchitecturaldesignprinciplesinvolved. This description starts wiTh Bitcoin keys,followedbyadetailed descriptionoftransactions and Themining process, andfinisheswith adiscussion of Theconsensusapproach used in Bitcoinand Thevulnerability of This architecture.Next, ThedrawbacksofBitcoin architecture aredescribed,followed by countermeasuresto Thesedrawbacks as put forwardinBitcoinImprovementProposals (BIP). Thelastchapter concerns Bitcoin applications,where some concrete applications areintroduced.In Theconclusion of The paper, we discussthe questionofanonymity. 2The ArchitectureofBitcoin WiTh respecTTothe architecture (see Fig. 1) of TheBitcoin blockchain,several important design aspectsmustbetaken into account: 1. TheBitcoin application itself 2. Theroleofnodes constitutingthe overallblockchain network, and Thenode discoveryprocess 3. Transactions,which makeup Theblocksrunning in Thenodes 4. Thesecurity implementation That generatesthe blocks 5. Theprocessofaddingnew blocks to Thechain. Theblockchain itself runs on anetwork of distributed servers.The core applicationisa transactiondatabase modeled as asecure ledger. This is shared by allnodes(servers) That run Thefullstack of TheBitcoin protocol.Itisthus adecentralized transactionsystem acting as ahighlytransparent ledger. Anyfullnode runningthe blockchain protocolruns Theentireblockchainlocally. The BiTcoin Universe 3 After installing Thefullstack of Thesoftware, Theblockchain client syncsupwith TheoTher nodesin Thenetwork,in apeer-to-peer fashion [SW05].Hence,thatnodemaintains all Bitcointransactions (or anyoTher applicationrunning on Theblockchain). Theintegrity and chronologicalorderoftransactions (and Theaddressesowning Thecurrency)are enforced by cryptographic rules. Fig. 1: TheBitcoin Architecture Thenodesin Theoverall network useapeer-to-peer IP network to processand verify transactions.Nodes That have Thesame blocks in Theirindividual databasesare considered to be in consensus[DW13]. 2.1The Design of theBitcoin Blockchain We now takeacloserlook at TheBitcoin blockchain.Asmentioned above, Thefirst block of TheBitcoin blockchain wasnot aresultofthe Bitcoin consensusmechanism (mining) but washard-coded into Thesource code.Itisaspecial case,in Thesense That it doesnot referenceaprevious block, and for Bitcoin and almost allofits spinoffs,itproduces an unspendable subsidy(for adetailed descriptionofthe genesisblock,see hTtps://en.bitcoin.it/wiki/Genesis_block). At leastone parameter of TheGenesis blockisworthadeeper look.The “coinbase parameter”(codedinhex)contains, along wiTh normal data,the following text: “TheTimes 03/Jan/2009 Chancelloron brinkofsecond bailout forbanks” This may be intended as proof That Theblock wascreated on or after January3rd,2009,as mentionedabove;itcould alsoforman argument for anew currency, duetothe instability caused by traditionalbanking. 4 Paul Mueller, SonjaBergsträßer, AmrRizkand Ralf Steinmetz Anotherarchitecturaldesigndecisionwas Thelimited total number of Bitcoins,resulting from Thespeed of mining (evaluating) anew blockand Therewardthataminer canearn from Themining process. On average, anew block is mined every10 minutes (regardless of Thetechnology used,asdiscussed later),and Themining reward at Thebeginning of The system was50Bitcoinsper block. Theblock reward is halved everyfour years(or every 210,000 blocks on average).Asimple calculation showsthaTThere will be atotal of 21 million Bitcoins availableasrewardfor miners. Anotherdesign decisionwas Theblock size.Currently, Theblock size is restricted to 1MB (on average),and oneblock cantherefore coveraround 4000 transactions wiTh an average size of 250 bytes.Thisresults in an overallrateofabout seven transactions perseconds (tps). Compared to PayPal (around200 tps) andVISA(4,000–40,000tps), This is afairly lowrate. An examinationofhTtps://blockchain.info/ givesinformationonhow many transactions arecurrentlyincludedin each block, alThough Thereare some blocks wiTh only one transaction, meaningthaTThe miner includednotransactions exceptfor Theirown reward transaction5. 2.2The StepsofaBitcoinTransaction Transactions can be broadcast by anynodein Thesystematany time.The decision on which transactions of Thosebroadcasted to be included in anew block is dependenton The node (the miner)runningthe proof-of-work (PoW) algorithm, sincethe minersare responsible for pickingatransactionfromthe so-called mem-pool whereall validated transactions6 arestored, groupingthemand including Them in Theblock.The selectionof transactions by Theminer depends on Thetransaction fee(Thestandard feeis1.000 Satoshi =10µBTC=0.01 mBTC =0.0001 BTCper kB), which forms arewardfor Theminer’s effortsinadditiontothe coinbase reward.The priority of pickingupatransaction depends on Theminer;in general, miners preferlargerfees and smaller transactions,and often prioritize in This way. Transactionportions That is notspent towards recipientofback to Thesenderare included as afee.Fees arepaid to miners andcan be used to increasethe speed of transaction confirmationbyincentivizing miners to prioritize Thetransaction(s). To initiate atransaction, ausermustgeneratethe necessary Bitcoinkeys(seeFig.2), starting wiTh arandom256-bitprivate key(seeStep1). This privatekey is needed to sign atransaction andthus transfer (spend) Bitcoins.The elliptic curve DSA algorithmisthen used to generate a512-bit public key from Theprivate key(seeStep 2). This publickey is used to verify Thesignature for atransaction, although Thepublickey is notrevealeduntil atransaction is signed. Sincethe 512-bitpublickey is inconveniently large,itishashed down to 160 bits usingthe SHA-256 andRIPEMDhash algorithms (see Step 3). 5 hTtps://blockchain.info/block-height/315076 6 validated
Recommended publications
  • Prism: Scaling Bitcoin by 10000
    Prism: Scaling Bitcoin by 10,000× Lei Yang∗ Vivek Bagaria† Gerui Wang‡ Mohammad Alizadeh∗ David Tse† Giulia Fanti§ Pramod Viswanath‡ ABSTRACT and throughput in the blockchain (§4). A recent theoretical paper Bitcoin is the first fully-decentralized permissionless blockchain described the core protocol and analyzed its security properties [6]. protocol to achieve a high level of security: the ledger it maintains While these theoretical results are promising, it is not clear has guaranteed liveness and consistency properties as long as the ad- how well they can translate into real-world performance. First, the versary has less compute power than the honest nodes. However, its Prism consensus protocol is much more complex than the longest throughput is only 7 transactions per second and the confirmation chain protocol: clients must maintain over 1000 distinct blockchains, latency can be up to hours. Prism is a new blockchain protocol that is which refer to each other to create an intricate directed acyclic graph designed to achieve a natural scaling of Bitcoin’s performance while (DAG) structure, and they must process blocks at very high rates maintaining its full security guarantees. We present an implementa- (e.g., 100-1000s of blocks per second at 100s of Mbps) to update these tion of Prism that achieves a throughput of over 70;000 transactions blockchains and confirm transactions. Second, Prism’s theoretical per second and confirmation latency of tens of seconds on networks analysis relies on several simplifying assumptions (e.g., round-based of up to 1000 EC2 Virtual Machines. The code can be found at [5].
    [Show full text]
  • Crypto Garage Developed and Executed the Contract of a P2P
    April 19, 2019 Crypto Garage, Inc. NEWS RELEASE Crypto Garage Developed and Executed the Contract of a P2P Protocol Based Crypto Asset Derivative Settled in Bitcoin 〜Executed First Derivative Contract with Blockstream〜 Crypto Garage, Inc. (HQ: Tokyo; Representative Director: Masahito Okuma; Crypto Garage), a Fintech company developing blockchain financial services and also a subsidiary of Digital Garage, Inc. (TSE first section: 4819; HQ: Tokyo; Representative Director, President Executive Officer and Group CEO: Kaoru Hayashi; DG) developed a peer-to- peer crypto asset derivative contract protocol and executed a contract based on this protocol on the Bitcoin Blockchain. Blockstream Corporation (HQ: Victoria Canada; CEO: Adam Back; Blockstream), the global leader in blockchain technology and financial cryptography, and Crypto Garage entered into a derivative contract that locks the future Bitcoin price [on a collared basis] in order to hedge the Bitcoin price fluctuation risk against the US dollar. Crypto Garage developed a P2P derivative technology based on the Discreet Log Contracts (https://dci.mit.edu/smart-contracts) that Thaddeus Dryja from MIT Digital Currency Initiatives proposed. This contract is a smart contract applied on the Bitcoin Blockchain and requires the agreement and posting of collateral by both parties. The agreed terms and collateral are defined on the Bitcoin Blockchain. Since settlement is cryptographically secured, this contract minimizes counterparty risk, such as breach of contract and other contract termination events. Contact: Hiroshi Ikemoto, Leo Shiraishi, Corporate Communication Dept., Digital Garage, Inc. Email: [email protected], TEL: +81-3-6367-1101 April 19, 2019 Crypto Garage, Inc. NEWS RELEASE The bitcoin price for the maturity date is determined by the ICE Cryptocurrency Data Feed, as agreed upon by both parties in advance.
    [Show full text]
  • Bitcoin Scaling Solutions and Their Downsides by Simona Mola and Zhong Zhang (March 6, 2019, 12:35 PM EST)
    Portfolio Media. Inc. | 111 West 19th Street, 5th Floor | New York, NY 10011 | www.law360.com Phone: +1 646 783 7100 | Fax: +1 646 783 7161 | [email protected] Bitcoin Scaling Solutions And Their Downsides By Simona Mola and Zhong Zhang (March 6, 2019, 12:35 PM EST) Bitcoin was designed as a decentralized monetary system and an alternative to central banking. Decentralization implies that no one can unilaterally change the way bitcoin works or its transaction history. Since Satoshi Nakamoto released the original bitcoin whitepaper in 2010,[1] reaching and maintaining decentralization has been the priority of all technological developments. To this end, bitcoin relies on its technological design: open source software, public-key cryptography, blockchain data structure, proof-of- work mining and distributed full nodes. Simona Mola However, it is well known that bitcoin has a scalability problem.[2] We have all heard at least once the comparison between bitcoin and Visa in terms of transaction capacity. That is, while Visa handles an average of 150 million transactions per day as of the end of 2018,[3] bitcoin network processes about 280,000 transactions per day.[4] This capacity is not enough to serve as a global digital medium of exchange. Bitcoin Average Transaction Fee in USD Zhong Zhang Besides the comparison with Visa, which may not be quite parallel, bitcoin’s scaling problem is reflected in its average transaction fees. In the situation of greater market demand for bitcoin transactions, the restriction of the block size to 1 MB leads to a higher average wait time before confirmation and thus greater transaction fees.
    [Show full text]
  • Blockchain, a Catalyst for New Approaches in Insurance
    Blockchain, a catalyst for new approaches in insurance Thought up as the underlying architecture for the Bitcoin cryptocurrency in 2008, blockchain technology is currently a hot topic and the subject of numerous studies in sectors outside the payments industry to which it has often been confined in the past. Blockchain is considered by some to represent the next technological revolution after the Internet. In fact, the idea of a decentralised, secure and transparent ledger distributed among users can be relevant to many different fields. The insurance industry, with its highly complex processes, could be a major beneficiary of the technology. By removing intermediaries in a new type of arrangement, blockchain technology could completely upend the insurance value chain: - Development/acceleration of new products/markets for which business models were difficult to define until now. - New approaches to underwriting, contracts and claims management, particularly through a combination of smart contracts and the Internet of Things (IoT). - Overhaul of the modus operandi of insurance agreements. - New reinsurance approaches, particularly internal reinsurance via smart contracts. - Transformation of asset management with automated settlement and delivery of intangibles. Use of blockchain should help to cut acquisition, management, documentation and compliance costs. It should help new players enter the market and new markets to emerge, particularly in developing countries. By simplifying use and increasing transparency, it will also help to improve customer satisfaction. Although the upside is significant, several risks should also be anticipated. These include competition with InsurTechs, a legal framework that will need to evolve, and the challenges of rolling out the technology on a large scale.
    [Show full text]
  • Facilitating Cross-Chain Cryptocurrency Exchanges: an Inquiry Into Blockchain Technology and Interoperability with an Emphasis on Cryptocurrency Arbitrage
    Eastern Michigan University DigitalCommons@EMU Senior Honors Theses & Projects Honors College 2020 Facilitating cross-chain cryptocurrency exchanges: An inquiry into blockchain technology and interoperability with an emphasis on cryptocurrency arbitrage Samuel Grone Follow this and additional works at: https://commons.emich.edu/honors Part of the Computer Sciences Commons Facilitating cross-chain cryptocurrency exchanges: An inquiry into blockchain technology and interoperability with an emphasis on cryptocurrency arbitrage Abstract Since the introduction and proliferation of the blockchain-based cryptocurrency Bitcoin, alternative cryptocurrencies also based on blockchain technology have exploded in number. It was once believed that one, or very few, cryptocurrencies would eventually dominate the market and drive out competitors. This assumption, however, was incorrect. Thousands of cryptocurrencies exist concurrently. The vast number of cryptocurrencies leads to a problem—what if the cryptocurrency that an individual possesses does not meet their current needs as well as another cryptocurrency might? The attempt to solve this problem has led to the rise of many cryptocurrency exchanges and exchange schemes. In this paper, we will discuss the motivations for an individual to be interested in exchanging two or more cryptocurrencies by describing and comparing various popular cryptocurrencies with different desirable attributes. While we will discuss these attributes, this paper will give special focus to arbitrage in particular. In addition, we will describe various cryptocurrency exchange schemes and their advantages and disadvantages. Finally, we contribute to the understanding of cryptocurrency exchangeability and interoperability by comparing the historical price data of several cryptocurrencies to determine how often arbitrage has been possible in the past. Degree Type Open Access Senior Honors Thesis Department Computer Science First Advisor Weitian Tong Second Advisor S.
    [Show full text]
  • The Lightning Network - Deconstructed and Evaluated
    The Lightning Network - Deconstructed and Evaluated Anti-Money Laundering (AML) and Anti-Terrorist Financing (ATF) professionals, especially those working in the blockchain and cryptocurrency environment, may have heard of the second layer evolution of Bitcoin's blockchain - the Lightning Network, (LN). This exciting new and rapidly deploying technology offers innovative solutions to solve issues around the speed of transaction times using bitcoin currently, but expandable to other tokens. Potentially however, this technology raises regulatory concerns as it arguably makes, (based on current technical limitations), bitcoin transactions truly anonymous and untraceable, as opposed to its current status, where every single bitcoin can be traced all the way back to its coinbase transaction1 on the public blockchain. This article will break down the Lightning Network - analyzing how it works and how it compares to Bitcoin’s current system, the need for the technology, its money laundering (ML) and terrorist financing (TF) risks, and some thoughts on potential regulatory applications. Refresher on Blockchain Before diving into the Lightning Network, a brief refresher on how the blockchain works - specifically the Bitcoin blockchain (referred to as just “Bitcoin” with a capital “B” herein) - is required. For readers with no knowledge or those wishing to learn more about Bitcoin, Mastering Bitcoin by Andreas Antonopoulos2 is a must read, and for those wishing to make their knowledge official, the Cryptocurrency Certification Consortium, (C4) offers the Certified Bitcoin Professional (CBP) designation.3 Put simply, the blockchain is a growing list of records that can be visualized as a series of blocks linked by chains. Each block contains specific information - in Bitcoin’s case, a list of transactions and their data, which includes the time, date, amount, and the counterparties4 of each transaction.
    [Show full text]
  • Bitcoin Lightning Network
    SED 605 Transcript EPISODE 605 [INTRODUCTION] [0:00:00.3] JM: Big blocks or small blocks? This is the fundamental question of Bitcoin scalability. The argument for big blocks is also known as on-chain scalability. Under this strategy, each block in this append-only chain of Bitcoin transaction blocks would grow in size to be able to support lower transaction fees and higher on-chain throughput. A set of Bitcoin users who supported this idea forked Bitcoin to create Bitcoin Cash, a version of Bitcoin that has a larger block size. The argument for small blocks asserts that scaling Bitcoin does not require a larger block size. Under the model of the small blocks, the scaling demands of the Bitcoin blockchain will be handled by sidechains. A sidechain is a network of person-to-person payment channels that only reconcile with the Bitcoin blockchain to checkpoint batches of transactions. These sidechains can be connected together to form the Lightning Network. Lightning Network is hard to implement. To implement a Lightning Network requires solving real- world distributed systems problems that are unprecedented. It's much more complicated than deploying a blockchain with a larger block size. In addition, opponents of Lightning Network suggest this will lead to a centralized banking system of being constructed on top of Bitcoin. Opponents of Lightning Network fear that instead of a decentralized payments network, the world of a Lightning Network would be a lower-cost version of the present-day financial system; a world in which JP Morgan and Blockstream would partner up to battle Coinbase in a decentralized, but actually centralized war for control of the unbanked.
    [Show full text]
  • Company Overview
    October 19, 2018 250845436 Cryptocurrency | Victoria, BC | Founded: 2014 | Employees: 60 | https://blockstream.com/ PHONE: N/A WIKIPEDIA: https://en.wikipedia.org/wiki/Blockstream BLOOMBERG: https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=273952098 LINKEDIN: https://www.linkedin.com/company/blockstream/ COMPANY OVERVIEW Blockstream is a dual-mission blockchain development company, looking to simultaneously improve the state of the art in blockchain technology while identifying opportunities for application and commercialization of such developments. Blockstream aims to make significant contribution to the blockchain ecosystem through its open- source development of blockchain infrastructure as well as industry software solutions. SENIOR MANAGEMENT Adam Back: Co-Founder & CEO (2014-present). Currently: Applied Cryptographer (independent), working on hashcash, committed transactions, homomorphic values, and researching blockchain decentralization and scalability (2010-present). Education: PhD Computer Science, University of Exeter (1995). Pieter Wuille: Co-Founder & Core Tech Engineer (2014-present). Previously: Site Reliability Engineer, Google (2012- 2014); PhD Researcher, K.U.Leuven (2007-2011). Education: PhD Computer Science, K.U. Leuven (2007). Samson Mow: Chief Strategy Officer (2017-present). Previously: COO, BTCC (2015-2017); Director of Production, Ubisoft (2009-2011). Currently: Founder and CEO, Pixelmatic (2011-present). Education: BBA Management Information Systems & Marketing, Simon Fraser University (2002). HISTORY Blockstream was founded in 2014 by Adam Back, Pieter Wuille, Greg Maxwell, and a group of other prominent blockchain developers with the goal of accelerating blockchain development and its commercial applications. Several of the founders were involved in the original development of Bitcoin.1 Since the inception of Blockstream, it has launched several products, established major business and technical partnerships, raised two rounds of funding, and expanded its reach internationally.
    [Show full text]
  • 1 Claim No. IL-2021-00019 in the HIGH COURT of JUSTICE
    Claim No. IL-2021-00019 IN THE HIGH COURT OF JUSTICE BUSINESS AND PROPERTY COURTS OF ENGLAND AND WALES CHANCERY DIVISION INTELLECTUAL PROPERTY LIST (ChD) BETWEEN: CRYPTO OPEN PATENT ALLIANCE Claimant - and - CRAIG STEVEN WRIGHT Defendant CLAIMANT’S RESPONSE TO DEFENDANT’S PART 18 REQUEST DATED 14 MAY 2021 This response is made by the Claimant pursuant to CPR Part 18. Paragraph numbers below refer to paragraphs in the Particulars of Claim. Terms which are defined in the Particulars of Claim are adopted in this request. These Reponses are made without prejudice to the Claimant’s primary contention that the RFI asks for information which is not necessary for the Defendant to know the case against him. The Requests are primarily matters for evidence in due course. Under paragraphs 1 and 51 Of: 1. … As at the date of these Particulars of Claim [COPA] has 31 Members. And 50. Several members of [COPA] presently host the Bitcoin White Paper. 1. Please identify by name all COPA’s members and in respect of each state when that person or entity became a member of COPA. Response As at the date of this RFI Response, the members of COPA and their date of joining are as follows: 1 Member name Date joined COPA Acria UG (haftungsbeschränkt) 12-FEB-2021 trading as Acria Network ARK Ecosystem, SCIC trading as 30-SEP-2020 ARK Ecosystem BDCenter Digital 26-MAR-2021 BitHyve UK Ltd 04-NOV-2020 BitPay Inc. 22-MAR-2021 Blockchain Commons, LLC. 23-SEP-2020 Blockchance UG 16-FEB-2021 Stacks Open Internet Foundation, 21-OCT-2020 Inc.
    [Show full text]
  • The Blockchain Landscape
    The Blockchain Landscape Dr. Arati Baliga Office of the CTO Contents Executive Summary ........................................................................................................................................................................................................ 3 Bitcoin Overview.............................................................................................................................................................................................................. 4 The Blockchain ................................................................................................................................................................................................................. 5 Blockchain platforms ..................................................................................................................................................................................................... 8 Use Cases ........................................................................................................................................................................................................................ 15 Conclusion ...................................................................................................................................................................................................................... 18 References......................................................................................................................................................................................................................
    [Show full text]
  • Copy of Coinpayments Digest 05/2021
    I S S U E 6 / 2 0 2 1 W E E K 0 1 / 0 2 - 0 8 / 0 2 CoinPayments Digest weekly review of the most notable news and events in the cryptocurrency, payments & fintech industries IN THIS ISSUE Bitfinex Claims It’s Repaid a $750 Million Loan From Tether Ether price breakout to $1,750, sees Ethereum network fees hit all-time high Bitcoin hits $43K all-time high as Tesla invests $1.5 billion in BTC Binance Quietly Launches Its Bitcoin (BTC) jumped by almost $3,000 in minutes on Feb. 8 as Crypto-based PayPal Rival reported emerged that Tesla had bought $1.5 billion worth of BTC. Data from Cointelegraph Markets and TradingView tracked BTC/USD as a sudden spike to over $41,000 appeared as news of Tesla's plans trickled in.A filing with United States regulator the Securities and Exchange Comission (SEC) shows that the company Nigeria Crypto Ban Will plans to buy $1.5 worth of Bitcoin."In January 2021, we updated our Drive Users to P2P investment policy to provide us with more flexibility to further Exchanges, Say Experts diversify and maximize returns on our cash that is not required to maintain adequate operating liquidity. As part of the policy, which was duly approved by the Audit Committee of our Board of Directors, we may invest a portion of such cash in certain alternative reserve assets including digital assets, gold bullion, gold exchange- Miami mayor aiming for traded funds and other assets as specified in the future," it states.
    [Show full text]
  • Avanti-Press-Release-0001
    For Immediate Release For information please contact: [email protected] Avanti Financial Group Announces Plans To Launch A New US Bank Dedicated To Digital Assets, With Strategic Support From Blockstream February 24, 2020; Cheyenne, WY – Avanti Financial Group announced plans today to launch a new US bank to serve the digital asset industry by offering solutions that can only be provided in the US by a regulated bank. Avanti, which recently raised its seed round of funding, is preparing an application to obtain a bank charter from the Wyoming Division of Banking under Wyoming’s special-purpose depository institution (SPDI) law. Subject to approval of its application, Avanti plans to open its doors by early 2021. Avanti is supported by a strategic technology partnership with Blockstream, the leading software company focused on the Bitcoin protocol. Terms were not disclosed. As demand from institutional customers warrants, Avanti plans to service assets for multiple digital asset protocols. Avanti’s charter would permit it to engage in a range of payment, custody, securities and commodities activities for institutional customers that use digital assets. For various regulatory reasons, certain of these activities are not currently available from US banks or trust companies. Avanti plans to break that logjam and thereby help keep the US from falling behind other countries whose regulated banks are already serving institutions in this rapidly growing market. Caitlin Long, a veteran of both Wall Street and digital assets, and Avanti’s founder
    [Show full text]