Skip to main content

Blockchain - Beyond the hype


The word "blockchain" is omni-present. Working myself in the financial services industry, I often get questions if particular problems should not be solved by "the" blockchain. This gives the impression as if the blockchain is a magic solution to any problem, but this article aims to demonstrate that blockchain - although an interesting and promising technology - will mainly accommodate specific problems and still requires considerable technological evolution before being viable at large scale.
Blockchain has complex cryptographic foundations, meaning that only a few persons working for blockchain companies will have a fully detailed understanding of the technology. Currently everyone tries to understand (and talk about) the technology, but once it will become a commodity, the details of the technology will be as hidden as the complex query optimization algorithms in a database.
Believing that blockchain will change the world we live in is therefore exaggerated, as all it really does is help companies reduce costs(reducing manual bureaucratic operations) and achieve regulatory compliance.
Blockchain can therefore only be considered as a success, when nobody talks about it anymore. At that moment blockchain will have become a commodity technology in the background, hidden to the business (like e.g. a database, a message queue or OAuth2).
Today blockchain is mostly known in the context of crypto-currencies and more specifically for its usage in Bitcoin, which causes a lot of people to mix up both terms. Bitcoin is a virtual crypto currency, using blockchain as the underlying technology for managing the accounting of the currency transactions and positions in a decentralized and secure way. The merit of blockchain is that it resolved the need for a digital currency, which is not managed by a central party, but still ensures that each currency is unique (avoid counterfeit), can be transferred and can only be owned by 1 person at the time. This was particularly hard to achieve in the digital world, as bits can be reproduced very easily.
The technology of blockchain (i.e. Distributed Ledger Technology) can however be used for any use case, where:
  • Data should be stored in a database in a secure, non-editable and decentralized way (unique source of truth). This data can be anything, e.g. payments, financial transactions and positions, medical data, personal data, online advertisement…​
  • Data should be exchanged between different parties
  • Multiple parties need shared write access
  • The different parties don’t trust each other and/or interests are not unified (in blockchain trust is established by technology)
In other words, blockchains are ideal as a shared database(distributed database running on multiple computers globally) in which every user is able to read everything, but no single user (or organisation) controls who can write what. As every node in the network has a copy of the Blockchain, it is impossible for any party to modify or remove data, i.e. data is immutable once it is on the blockchain.
The industry of blockchain is clearly hyping (although the fall in the price of crypto-currencies has dampened the enthusiasm). Enormous capitals have been invested in blockchain based start-ups, nearly every multinational bank is experimenting with blockchain, public blockchains are being created almost on a daily basis (Ethereum, Lisk, NXT, Ripple, Stellar, Bitshares, Tezos, NEM, Z-Cash…​) and several large alliances have been created, e.g.
  • Hyperledger project of the Enterprise Ethereum Alliance: groups together 120 major firms (mainly banks and tech companies) to create a permission-based private blockchain.
  • R3 project: groups together 42 of the world’s largest banks and experiments with Microsoft’s Azure-based Blockchain-as-a-Service to develop Erethreum as a bank-to-bank global transaction system.
As any data can be stored on a blockchain, the use cases for blockchain are almost endless, resulting in start-ups working on blockchain based solutions for exchanging any kind of data:
  • Documents (invoices, guarantees, work orders…​)
  • Public records (land titles, vehicle registries, criminal records, passports, birth certificates, building permits, court records…​), with the most interesting use cases in financial services industry for
    • Federated Identity: manage identity and personal data of customers
    • AML / KYC: according to a Thomson Reuters Survey, financial institutions spend on average $60 million on KYC and customer due diligence while some banks spend up to $500 million per year. This effort could be reduced considerably by placing AML/KYC info on a blockchain and sharing it between financial institutions.
  • Private Records (contracts, signatures, wills…​), with for the financial services industry mainly
    • Trade Financing contracts:
      • Execute commercial transactions and agreements automatically
      • Enforce the obligations of all parties in a digital contract
      • Mixed with IoT (e.g. asset tracking sensors) for automating the end-to-end process
    • Payments (national or international), allowing instant payments worldwide
    • Securities trading, with real-time settlement (instead of D+3)
  • Semi-Public Records (certifications, HR records, medical records, delivery records…​)
  • Physical Asset keys (home keys, hotel keys, car keys…​)
  • Intangibles (coupons, reservations, patents, copyrights, software licenses, domain names…​)
Important for those use cases is that the data/information becomes much more dynamic (alive), thanks to the blockchain technology i.e.
  • Programmable automated actions (= rules) can be linked to the data/information. These actions can be programmed directly in the Blockchain and can be executed automatically when certain conditions are met (i.e. so-called smart contracts). E.g. discount cheques, loyalty points…​ which can only be used for certain services/products under specific conditions.
  • Owner of the data is much more in control of how his data is processed (i.e. viewed, modified, shared…​). In an existing database system, the database owner has absolute control over the data held in the database. However, in a Blockchain system, ownership is maintained by the creator of the data. This is perfectly in line with new data privacy regulations (GDPR).
Today the use cases for which blockchain is relevant are solved by a (centralised) trusted third-party (e.g. a bank, a notary, the government, clearing houses like Euroclear, a big tech giant like Google, Ebay, Facebook, Apple…​) which takes care of the secure storage, the data exchange management and the establishment of trust (e.g. by providing collaterals). Blockchains offer a way to replace these trusted third-parties with a distributed database, locked down by cryptography.
As with any new and hyped technology, there is (was) a gold rush going on. Especially in the financial services industry, people are trying to use the blockchain for any use case. Unfortunately, any use case where blockchain is used, which is outside the above context, is likely to be an overkill, as blockchain comes with a significant increase in complexity and quite some downsides regarding non-functional and functional capabilities, compared to a traditional centralized database (like Oracle or MySQL).
Non-functional capabilities like performance, scalability, monitoring, data confidentiality / privacy, fast data retrieval, integration with legacy banking systems, regulatory uncertainty, process to upgrade blockchains (as no central control) …​ are still (largely) unsolved problems. Some of those problems are even inherent to the technology, e.g. Blockchains will always be slower than centralized databases, as Blockchains have additional burdens like signature verification, consensus agreement and node redundancy (i.e. any transaction is processed independently by every node in the network).
This combined with the limited functional capabilities existing in the market (e.g. very few solutions to do analytics and machine learning on data stored in a blockchain), makes that companies should analyse very carefully if the added value of using Blockchain sufficiently outweighs the disadvantages. E.g. using Blockchain to store or exchange non-critical data internally in the company makes little sense. If trust and robustness aren’t an issue, there’s nothing a Blockchain can do that a regular database cannot.
Furthermore, even for use cases where Blockchain does make sense, it is important to consider that the technology is not sufficiently mature yet for large-scale usage. Even though Bitcoin is clearly a huge success, the scalability is still a major issue, i.e. the processing through-put of the Bitcoin network doesn’t come near to the through-puts of the SWIFT network. Add to this the expensive nature of the consensus agreement activity and the tendency for centralisation of the verification and consensus agreement steps, and you realize that the risk for banks to adopt this technology in their critical processes is still significant.
When those barriers are passed, there is still an issue about ownership of the code of the blockchain. For Bitcoin the code is open-source and maintained by an open-source community of active developers. For less public use cases than crypto-currencies, this will be more difficult. When a company wants to build out a new use case based on a blockchain, typically this company will finance the implementation and build and maintain this blockchain (and the added-value services on top). This makes that trust in this company is still a pre-requisite (even if code is open-sourced, companies on the blockchain will not dig into the code to find issues, nor will they verify if code of the blockchain is the same as the one on the open-source code repository).
But even if those technical arguments don’t convince you, you should still reflect on the operational and business constraints. Indeed, blockchains allow to remove the trusted third-party from an IT point of view, but often these trusted third-parties are providing more services than just the storing and transferring of digital data. As these other (value-added) services can typically not be replaced by a blockchain, organisations still need to put their trust in these third-parties. The question is raised then that if you can trust them for those services, why not trust them for the correct storing and transferring of data. Common examples of third-parties predicted to become obsolete by blockchain are:
  • Notaries: all notarized contracts could be put on a blockchain, but then you still need someone to create (write) the contract and provide advise to customers. Furtermore even if a company would create a blockchain for these contracts, it should still be legally backed by the government, otherwise there is still no guarantee (if a court doesn’t accept the blockchain as proof of ownership, the blockchain has no real value for its users).
  • Auctions: while the auction process could indeed be put on a blockchain, you still need a firm to collect the objects, describe the objects and make publicity about the auction.
  • Financial clearing houses: while the clearing and settlement process could indeed be put on a blockchain, those clearing houses provide also a lot of additional services, like collateral management, covering the counterparty risk, liquidity management…​ which cannot easily be provided by blockchains.
Overall, banks and insurance companies should be aware of the enormous potential of blockchain, but also of the fact that it is still immature and has significant drawbacks. It is interesting therefore for them to start experimenting with it (e.g. in an innovations department), but they should avoid rushing into large blockchain based projects, without validating the business case. Furthermore, they shouldn’t forget that even when getting to a working prototype in a matter of months, getting to an actual bullet-proof production-ready service accepted by regulators will take much longer.
With all the challenges banks and insurance companies are facing today (i.e. regulatory pressure, switch from batch to real-time processing, cyber-security, cost of maintaining and adapting legacy systems, lack of worldwide integration…​), it is normal that managers of financial service companies look for silver-bullets to help them face those challenges. Question remains that these challenges cannot be easier solved by improving the existing systems and using traditional technologies rather than by setting up a completely new system based on a still largely experimental technology like blockchain.

Comments

Popular posts from this blog

Transforming the insurance sector to an Open API Ecosystem

1. Introduction "Open" has recently become a new buzzword in the financial services industry, i.e.   open data, open APIs, Open Banking, Open Insurance …​, but what does this new buzzword really mean? "Open" refers to the capability of companies to expose their services to the outside world, so that   external partners or even competitors   can use these services to bring added value to their customers. This trend is made possible by the technological evolution of   open APIs (Application Programming Interfaces), which are the   digital ports making this communication possible. Together companies, interconnected through open APIs, form a true   API ecosystem , offering best-of-breed customer experience, by combining the digital services offered by multiple companies. In the   technology sector   this evolution has been ongoing for multiple years (think about the travelling sector, allowing you to book any hotel online). An excellent example of this

Are product silos in a bank inevitable?

Silo thinking   is often frowned upon in the industry. It is often a synonym for bureaucratic processes and politics and in almost every article describing the threats of new innovative Fintech players on the banking industry, the strong bank product silos are put forward as one of the main blockages why incumbent banks are not able to (quickly) react to the changing customer expectations. Customers want solutions to their problems   and do not want to be bothered about the internal organisation of their bank. Most banks are however organized by product domain (daily banking, investments and lending) and by customer segmentation (retail banking, private banking, SMEs and corporates). This division is reflected both at business and IT side and almost automatically leads to the creation of silos. It is however difficult to reorganize a bank without creating new silos or introducing other types of issues and inefficiencies. An organization is never ideal and needs to take a number of cons

RPA - The miracle solution for incumbent banks to bridge the automation gap with neo-banks?

Hypes and marketing buzz words are strongly present in the IT landscape. Often these are existing concepts, which have evolved technologically and are then renamed to a new term, as if it were a brand new technology or concept. If you want to understand and assess these new trends, it is important to   reduce the concepts to their essence and compare them with existing technologies , e.g. Integration (middleware) software   ensures that 2 separate applications or components can be integrated in an easy way. Of course, there is a huge evolution in the protocols, volumes of exchanged data, scalability, performance…​, but in essence the problem remains the same. Nonetheless, there have been multiple terms for integration software such as ETL, ESB, EAI, SOA, Service Mesh…​ Data storage software   ensures that data is stored in such a way that data is not lost and that there is some kind guaranteed consistency, maximum availability and scalability, easy retrieval and searching

IoT - Revolution or Evolution in the Financial Services Industry

1. The IoT hype We have all heard about the   "Internet of Things" (IoT)   as this revolutionary new technology, which will radically change our lives. But is it really such a revolution and will it really have an impact on the Financial Services Industry? To refresh our memory, the Internet of Things (IoT) refers to any   object , which is able to   collect data and communicate and share this information (like condition, geolocation…​)   over the internet . This communication will often occur between 2 objects (i.e. not involving any human), which is often referred to as Machine-to-Machine (M2M) communication. Well known examples are home thermostats, home security systems, fitness and health monitors, wearables…​ This all seems futuristic, but   smartphones, tablets and smartwatches   can also be considered as IoT devices. More importantly, beside these futuristic visions of IoT, the smartphone will most likely continue to be the center of the connected devi

Neobanks should find their niche to improve their profitability

The last 5 years dozens of so-called   neo- or challenger banks  (according to Exton Consulting 256 neobanks are in circulation today) have disrupted the banking landscape, by offering a fully digitized (cfr. "tech companies with a banking license"), very customer-centric, simple and fluent (e.g. possibility to become client and open an account in a few clicks) and low-cost product and service offering. While several of them are already valued at billions of euros (like Revolut, Monzo, Chime, N26, NuBank…​), very few of them are expected to be profitable in the coming years and even less are already profitable today (Accenture research shows that the average UK neobank loses $11 per user yearly). These challenger banks are typically confronted with increasing costs, while the margins generated per customer remain low (e.g. due to the offering of free products and services or above market-level saving account interest rates). While it’s obvious that disrupting the financial ma

PFM, BFM, Financial Butler, Financial Cockpit, Account Aggregator…​ - Will the cumbersome administrative tasks on your financials finally be taken over by your financial institution?

1. Introduction Personal Financial Management   (PFM) refers to the software that helps users manage their money (budget, save and spend money). Therefore, it is often also called   Digital Money Management . In other words, PFM tools   help customers make sense of their money , i.e. they help customers follow, classify, remain informed and manage their Personal Finances. Personal Finance   used to be (or still is) a time-consuming effort , where people would manually input all their income and expenses in a self-developed spreadsheet, which would gradually be extended with additional calculations. Already for more than 20 years,   several software vendors aim to give a solution to this , by providing applications, websites and/or apps. These tools were never massively adopted, since they still required a lot of manual interventions (manual input of income and expense transaction, manual mapping transactions to categories…​) and lacked an integration in the day-to-da

Can Augmented Reality make daily banking a more pleasant experience?

With the   increased competition in the financial services landscape (between banks/insurers, but also of new entrants like FinTechs and Telcos), customers are demanding and expecting a more innovative and fluent digital user experience. Unfortunately, most banks and insurers, with their product-oriented online and mobile platforms, are not known for their pleasant and fluent user experience. The   trend towards customer oriented services , like personal financial management (with functions like budget management, expense categorization, saving goals…​) and robo-advise, is already a big step in the right direction, but even then, managing financials is still considered to be a boring intangible and complex task for most people. Virtual (VR) and augmented reality (AR)   could bring a solution. These technologies provide a user experience which is   more intuitive, personalised and pleasant , as they introduce an element of   gamification   to the experience. Both VR and AR

Beyond Imagination: The Rise and Evolution of Generative AI Tools

Generative AI   has revolutionized the way we create and interact with digital content. Since the launch of Dall-E in July 2022 and ChatGPT in November 2022, the field has seen unprecedented growth. This technology, initially popularized by OpenAI’s ChatGPT, has now been embraced by major tech players like Microsoft and Google, as well as a plethora of innovative startups. These advancements offer solutions for generating a diverse range of outputs including text, images, video, audio, and other media from simple prompts. The consumer now has a vast array of options based on their specific   output needs and use cases . From generic, large-scale, multi-modal models like OpenAI’s ChatGPT and Google’s Bard to specialized solutions tailored for specific use cases and sectors like finance and legal advice, the choices are vast and varied. For instance, in the financial sector, tools like BloombergGPT ( https://www.bloomberg.com/ ), FinGPT ( https://fin-gpt.org/ ), StockGPT ( https://www.as

From app to super-app to personal assistant

In July of this year,   KBC bank   (the 2nd largest bank in Belgium) surprised many people, including many of us working in the banking industry, with their announcement that they bought the rights to   broadcast the highlights of soccer matches   in Belgium via their mobile app (a service called "Goal alert"). The days following this announcement the news was filled with experts, some of them categorizing it as a brilliant move, others claiming that KBC should better focus on its core mission. Independent of whether it is a good or bad strategic decision (the future will tell), it is clearly part of a much larger strategy of KBC to   convert their banking app into a super-app (all-in-one app) . Today you can already buy mobility tickets and cinema tickets and use other third-party services (like Monizze, eBox, PayPal…​) within the KBC app. Furthermore, end of last year, KBC announced opening up their app also to non-customers allowing them to also use these third-party servi

Eco-systems - Welcome to a new cooperating world

Last week I attended the Digital Finance Summit conference in Brussels, organized by Fintech Belgium, B-Hive, Febelfin and EBF. A central theme of the summit was the cooperation between banks and Fintechs and more in general the rise of ecosystems. In the past I have written already about this topic in my blogs about "Transforming the bank to an Open API Ecosystem ( https://www.linkedin.com/pulse/transforming-bank-open-api-ecosystem-joris-lochy/ ) and "The war for direct customer contact - Banks should fight along!" ( https://www.linkedin.com/pulse/war-direct-customer-contact-banks-should-fight-along-joris-lochy/ ), but still I was surprised about the number of initiatives taken in this domain. In my last job at The Glue, I already had the pleasure to work on several interesting cases: TOCO   ( https://www.toco.eu ): bringing entrepreneurs, accountants and banks closer together, by supporting entrepreneurs and accountants in their daily admin (and in the f