Transforming The Know Your Customer (KYC) Process Using Blockchain
Transforming The Know Your Customer (KYC) Process Using Blockchain
Abstract - A major yet trivial problem in the banking industry further cited that while financial firms' average costs to meet
right now is how tedious and costly the traditional Know-Your- their obligations are $60 million, some of them have had to
Customer(KYC) process is. The process is also tiresome for spend up to $500 million on compliance with KYC and
customers as they need to undergo the same process for each bank Customer Due Diligence (CDD). The fines levied on financial
or financial institution with which they intend to work. Personal
institutions for their misconduct in various domains including
experiences of people dictate the cumbersome nature of the
process, thereby demanding an efficacious alternative. Through KYC regulations further aggravate the situation. The fact that
this paper, we intend to do exactly that. We propose a new solution corporations can only grant KYC verification to their
based on Distributed Ledger Technology or Blockchain subsidiaries or customers post laborious background checks,
technology, which will reduce the traditional KYC verification etc, indicates that 89% of customers do not have a good KYC
process cost for Institutions and cut short the general time line of experience.
the completion of the process while making it smoother for the
customers. Major enhancement in our solution over the The aim of this paper is to propose a new approach to the
conventional methods is that the whole verification process is
traditional KYC verification process. In the light of the
conducted only once for each customer, irrespective of number of
institutions he or she wishes to be linked to. Also, since we are problems faced in the banking industry, regarding the lack of
using the DLT, verification results can be securely shared with the customer satisfaction and increased costs of the KYC process,
customers thereby increasing transparency. Following this we propose a Blockchain based. Our solution plans to replace
approach, we developed a Proof of Concept (POC) with the the whole process with a Blockchain based system consisting
Ethereum API, websites as endpoints and an android app as front of a client-based app and a bank/vendor-based website.
office; realising the feasibility and effectiveness of this approach.
All in all, this approach improves customer experience, reduces II. THE CURRENT KYC PROCESS
cost overheads, and increases transparency in the process of
onboarding a customer. KYC, as defined by the Reserve Bank of India (2016) is a
process by which banks obtain information about the identity
Keywords – Banking, Blockchain, KYC, Financial and address of the customers. KYC means “Know Your
Technology, Distributed Ledger Technology Customer”. According to the Regulatory norms, Financial
institutions or Banks are required to onboard their customers
I. INTRODUCTION before involving them or carrying out any activity with them,
A bank or a financial institution typically caters to a large client in order to avoid illicit activities. Personal Identifiable
base in both retail and corporate sectors. The ‘Know Your Information is accumulated from all sources to check for illegal
Customer’ process, better known as KYC, helps these activity. Risk management is another domain regarding
institutions verify the identity of their clients. KYC is a onboarding new customers, which might include surveillance
regulatory and legal requirement that must be fulfilled by the of transactions. This whole process all in all is quite expensive
companies or financial institutions for both new and existing to financial institutions and might even expose them to large
fines if not in accordance with regulations.[1] For Instance, in
clients. One of the prominent challenges banking sector faces
2016, RBI imposed monetary penalty on 13 banks for violation
right now is the increased regulatory cost of the whole KYC
of regulatory directions / instructions / guidelines, among other
process. This is supported by the global surveys conducted by
things, on KYC norms.
Thomson Reuters (2016) which revealed a single clear
message: the costs and complexity of KYC are rising and are
having a negative impact on their businesses. The survey
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 17:18:28 UTC from IEEE Xplore. Restrictions apply.
to the widespread use of the cryptocurrency Bitcoin. According
to Forbes, around 80% of banks are developing their own
blockchain technology.
One of the major pros and benefits of using DLT is that it can
make use of the “smart contracts” to implement and act as a
framework for decentralized applications. [3] Smart contracts
are essentially algorithms that enforce, facilitate, or verify
predefined premises whenever a set of conditions is given as a
computer program. One of these is ‘‘Ethereum’’, which is a
platform that we used for our research.[4]
Fig. 1. The Current KYC Process
Looking at Fig.1, this example case shows how, for this single
customer, the exchange of documents and the core KYC
validation must be undertaken three times, such that the total
costs that are generated by this customer are three times those
of a single KYC process.
With this paper, we plan to reduce the cumulative cost of the Fig. 2. The Distributed Ledger Technology
KYC process as a whole by using an additional improvement
of DLT, thereby distributing the costs amongst the financial
institutions participating. Hence, the main contribution we plan IV. THE REDEFINED KYC PROCESS
on making here is by tackling the cost problem of KYC from
the financial institutions’ perspective, by using Blockchain and We started our research as soon as we identified the problem
making it less cumbersome for the customers to be a part of and defined our aim/objective, keeping in mind the feedback of
this. KYC practitioners, KYC experience from the surveys and our
prowess in the Blockchain technology. This will constitute the
first phase of our research. Once we are successful in
III. DISTRIBUTED LEDGER TECHNOLOGY completing this part of research, we will refine, demonstrate
(BLOCKCHAIN) and evaluate the second loop of it in various conferences. This
iteration would be focused on answering the following
Distributed Ledger Technology (DLT), is a consensus of question:
replicated, shared, and synchronized digital data geographically
spread across multiple sites, countries, or institutions. There is ‘‘Is it possible to kill 2 birds with one stone using a Blockchain-
no central administrator or centralised data storage. Consensus based solution, reducing the cost of the KYC process for
Algorithms ensure replication throughout nodes along with the institutions whilst improving their customer’s experience?’’
requirement of a peer-to-peer. In a distributed ledger, each node
processes and verifies every item, post which it generates a
We used Hevner et al. (2004)’s DSR approach and took
record for each item. Such a Ledger can be used to record
inspiration from its three components - environment, IS
dynamic as well as static data like Transaction and registry
research, and knowledge base to answer this question and to
respectively. The most popular implementation of DLT Design
design an effective solution that solves the problem at hand
is the Blockchain technology, either public or private. DLT,
within the corporate and regulatory context. (Fig. 3)
such as blockchain technology, has gained prominence thanks
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 17:18:28 UTC from IEEE Xplore. Restrictions apply.
Fig. 3. The Redefined KYC Process
• Once the user has logged in, s/he will be asked to fill out
the KYC form.(Fig. 5) This form requires the user to fill
his/her name, phone – both of which are already filled in
by the user and will be retrieved from the database, in
addition to the 10/12-digit pan & Aadhar number.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 17:18:28 UTC from IEEE Xplore. Restrictions apply.
necessary KYC data provided by the user. Once they
accept the user’s request, the user is notified about the
same.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 17:18:28 UTC from IEEE Xplore. Restrictions apply.
private key, the bank creates its digital signature and accesses • Ecommerce companies: Companies that require customers
the information. The combination of the bank’s public and to share their details like phone number, email ID, etc. can
private keys creates a digital signature, which confirms that it – create a consortium among themselves and utilize such a
and it alone – has access to that data. platform.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 17:18:28 UTC from IEEE Xplore. Restrictions apply.