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

PSD3: The Next Phase in Europe’s Payment Services Regulation

With the successful rollout of PSD2, the European Union (EU) continues to advance innovation in the payments domain through the anticipated introduction of the   Payment Services Directive 3 (PSD3) . On June 28, 2023, the European Commission published a draft proposal for PSD3 and the   Payment Services Regulation (PSR) . The finalized versions of this directive and associated regulation are expected to be available by late 2024, although some predictions suggest a more likely timeline of Q2 or Q3 2025. Given that member states are typically granted an 18-month transition period, PSD3 is expected to come into effect sometime in 2026. Notably, the Commission has introduced a regulation (PSR) alongside the PSD3 directive, ensuring more harmonization across member states as regulations are immediately effective and do not require national implementation, unlike directives. PSD3 shares the same objectives as PSD2, i.e.   increasing competition in the payments landscape and enhancing consum

Trade-offs Are Inevitable in Software Delivery - Remember the CAP Theorem

In the world of financial services, the integrity of data systems is fundamentally reliant on   non-functional requirements (NFRs)   such as reliability and security. Despite their importance, NFRs often receive secondary consideration during project scoping, typically being reduced to a generic checklist aimed more at compliance than at genuine functionality. Regrettably, these initial NFRs are seldom met after delivery, which does not usually prevent deployment to production due to the vague and unrealistic nature of the original specifications. This common scenario results in significant end-user frustration as the system does not perform as expected, often being less stable or slower than anticipated. This situation underscores the need for   better education on how to articulate and define NFRs , i.e. demanding only what is truly necessary and feasible within the given budget. Early and transparent discussions can lead to system architecture being tailored more closely to realisti

Low- and No-code platforms - Will IT developers soon be out of a job?

“ The future of coding is no coding at all ” - Chris Wanstrath (CEO at GitHub). Mid May I posted a blog on RPA (Robotic Process Automation -   https://bankloch.blogspot.com/2020/05/rpa-miracle-solution-for-incumbent.html ) on how this technology, promises the world to companies. A very similar story is found with low- and no-code platforms, which also promise that business people, with limited to no knowledge of IT, can create complex business applications. These   platforms originate , just as RPA tools,   from the growing demand for IT developments , while IT cannot keep up with the available capacity. As a result, an enormous gap between IT teams and business demands is created, which is often filled by shadow-IT departments, which extend the IT workforce and create business tools in Excel, Access, WordPress…​ Unfortunately these tools built in shadow-IT departments arrive very soon at their limits, as they don’t support the required non-functional requirements (like high availabili

An overview of 1-year blogging

Last week I published my   60th post   on my blog called   Bankloch   (a reference to "Banking" and my family name). The past year, I have published a blog on a weekly basis, providing my humble personal vision on the topics of Fintech, IT software delivery and mobility. This blogging has mainly been a   personal enrichment , as it forced me to dive deep into a number of different topics, not only in researching for content, but also in trying to identify trends, innovations and patterns into these topics. Furthermore it allowed me to have several very interesting conversations and discussions with passionate colleagues in the financial industry and to get more insights into the wonderful world of blogging and more general of digital marketing, exploring subjects and tools like: Search Engine Optimization (SEO) LinkedIn post optimization Google Search Console Google AdWorks Google Blogger Thinker360 Finextra …​ Clearly it is   not easy to get the necessary attention . With th

Deals as a competitive differentiator in the financial sector

In my blog " Customer acquisition cost: probably the most valuable metric for Fintechs " ( https://bankloch.blogspot.com/2020/06/customer-acquisition-cost-probably-most.html ) I described how a customer acquisition strategy can make or break a Fintech. In the traditional Retail sector, focused on selling different types of products for personal usage to end-customers,   customer acquisition  is just as important. No wonder that the advertisement sector is a multi-billion dollar industry. However in recent years due to the digitalization and consequently the rise of   Digital Marketing , customer acquisition has become much more focused on   delivering the right message via the right channel to the right person on the right time . Big tech players like Google and Facebook are specialized in this kind of targeted marketing, which is a key factor for their success and multi-billion valuations. Their exponential growth in marketing revenues seems however coming to a halt, as digi

AI in Financial Services - A buzzword that is here to stay!

In a few of my most recent blogs I tried to   demystify some of the buzzwords   (like blockchain, Low- and No-Code platforms, RPA…​), which are commonly used in the financial services industry. These buzzwords often entail interesting innovations, but contrary to their promise, they are not silver bullets solving any problem. Another such buzzword is   AI   (or also referred to as Machine Learning, Deep Learning, Enforced Learning…​ - the difference between those terms put aside). Again this term is also seriously hyped, creating unrealistic expectations, but contrary to many other buzzwords, this is something I truly believe will have a much larger impact on the financial services industry than many other buzzwords. This opinion is backed by a study of McKinsey and PWC indicating that 72% of company leaders consider that AI will be the most competitive advantage of the future and that this technology will be the most disruptive force in the decades to come. Deep Learning (= DL) is a s