What is Chainlink?

Blockchain technology is amongst the most secure networks in the world. However, they have a universe of their own. Retrieving data from outside blockchain without compromising blockchain security remained a question mark until Chainlink came up with its decentralized oracle blockchain.

Chainlink is a data provider that feeds blockchain (on-chain) smart contracts with trusted real-world (off-chain data) in a decentralized and secure setting.

Chainlink is trusted by tech behemoths like Google, DeFi leaders like AAVE, Synthetix, and yearn.finance. Listed in the World Economic Forum’s 100 most promising technology pioneers in 2020, Chainlink’s native crypto token – LINK, is currently the 10th largest cryptocurrency in the world as per CoinMarketCap data.

These Chainlink partnerships and achievements speak volumes of its credibility.

Reading this, you might wonder – What is Chainlink? How does it Work? What problem does it solve? Can I benefit from Chainlink staking?

Well, read along as this explainer post covers them all and much more.

what is chainlink - blockchainmarket.eu

What Problem Does Chainlink Solve?

The launch of Ethereum smart contracts in 2015 introduced a new potential of blockchain technology – the ability to decentralize almost everything.

Smart contracts are lines of code that execute prespecified functions if and when certain conditions are met. These contracts gave rise to decentralized applications (DApps) that live on the blockchain.

However, smart contracts faced a major obstacle – the inability to fetch data from an external (off-chain) source without comprising the blockchain (on-chain) reliability and security. Blockchain technology is amongst the most secured networks. However, it has a universe of its own. Fetching unreliable external data can compromise blockchain security.

Are you wondering why blockchain smart contracts require data from external sources?

A derivative smart contract that mimics the price of bonds will be valuable to users only if it can reliably track the price of the concerned bonds from real-world sources.

Similarly, lending or borrowing smart contract requires real-time price feeds to compute the value of the collateral. Say you borrowed 1000 units of DAI (currently at $1 each) against 1.5 ETH (currently at around $1,100). As cryptocurrencies are notoriously volatile, the smart contract should constantly monitor ETH and DAI’s price to maintain loan stability. For this, the smart contract will need price feeds from trusted sources.

To answer your question, feeding smart contracts with real-world data will enable developers to build DApps for almost every purpose.

Chainlink makes this possible. The protocol solves the problem of blockchain-to-real world connectivity by providing smart contracts access to trusted off-chain data.

Now that you know what Chainlink does, it’s natural to wonder what Chainlink is and how it works.

Let’s find out!

chainlink blockchain technology - blockchainmarket.eu

 

Chainlink – The Decentralized Oracle Blockchain

The Chainlink whitepaper was launched in September 2017 by co-founders Steve Ellis and Sergey Nazarov and the company’s advisor Ari Juels. The white paper described Chainlink as a ‘decentralized oracle network’.

In simple words, Chainlink is a decentralized network of data providing nodes (oracles) that feed blockchain smart contracts with trusted, tamper-proof, off-chain data. The protocol provides price feeds, APIs, access to traditional payment networks, event results, random numbers, etc.

Traditional oracle networks were governed by a central entity leading to a single point of failure. With Chainlink, there is no individual influencing the data. Instead, Chainlink has a network of independent oracles. Plus, to achieve decentralization, the data is collected from multiple sources, which is processed by several nodes. The nodes are economically incentivized or disincentivized based on data accuracy and are assigned a reputation score. In this way, Chainlink provides accurate real-world data to on-chain contracts.

Moreover, Chainlink is designed using integrated on-chain and off-chain modules that are further upgradable to match the evolving user requirements. Also, Chainlink is blockchain-agnostic which implies that it supports all major smart contract chains and not just Ethereum smart contracts.

LINK is the crypto token native to Chainlink. It is an ERC-20 token used to pay for services on the Chainlink platform. Chainlink data providers need to lock a certain amount of LINK tokens as collateral in their contract. This ensures they have their skin in the game.

How Does Chainlink Work?

Essentially, Chainlink acts as a decentralized oracle blockchain ‘middleware’ between smart contracts and real-world data sources.

From accepting data requests from its users to providing them with trusted data, Chainlink facilitates the communication between its users and off-chain data sources in three distinct steps –

1.    Oracle Selection

In this step, the users specify their requirements in a service-level agreement (SLA). The users mention the required number of oracles, reputation score, aggregation contracts to be used, query parameters, etc.

Once the parameters are set, the users deposit the required LINK tokens in the Order-Matching contract. This contract accepts bids from oracles that fulfill the SLA requirements.

2.    Data Reporting

Now, the selected oracles connect with the off-chain data sources and collect the requested data in the SLA. This data is then processed by the oracles and sent to the Chainlink smart contracts. 

3.    Result Aggregation

Lastly, the results collected by the data oracles are tallied and returned to the Aggregation contract. This contract assesses the reliability of the results and returns the most accurate responses to the concerned smart contracts. Also, based on the accuracy of the results, the aggregation contract returns a weighted score.

Now that you are aware of the process, let’s glance through the Chainlink architecture.

1.    Types of Smart Contracts

●      Aggregation Contract

As discussed, this contract gathers data from the oracles, assesses the validity, and returns the most accurate results to the smart contracts.

●      Order-Matching Contract

This contract matches the SLA to the best-bidding oracles.

●      Reputation Contract

As the name suggests, this contract checks the reliability of the oracles. For this, the contract scans through the oracle’s track record, including the number of completed requests, average response time, and the amount of LINK tokens locked in Chainlink smart contracts.

2.    Components of Chainlink Nodes

●      Chainlink Core

This component reads new SLA requests and forwards them to the Chainlink Adapter.

●      Chainlink Adapter

This is the bridge between the Chainlink node and the off-chain data source. Chainlink Adapter can read the data, process it, and write the data to the Chainlink blockchain.

Is Chainlink Secure?

Chainlink’s first priority has always been security. The fact that the startup has spent over a million dollars in security audits seems to verify this claim.

Data oracles are most used in DeFi services, which is currently more than 20 billion USD in locked assets. A slight difference in the price-feeds can cause millions in losses. Also, centralized oracles are at the risk of manipulation. The Libor scandal exposed how banks exploited the contract to polish their trading positions.

To achieve decentralization and security, Chainlink has employed various techniques. For instance, their Validation and Reputation contracts assess the integrity of the oracles. These contracts keep a complete tab and record everything including oracle behavior, user ratings, number of accepted requests, penalty payments, and average response time. Based on these metrics, the system prepares a complete report card of the concerned oracle and assigns tasks accordingly.

Moreover, to achieve decentralization and prevent any single point of failure, Chainlink uses data from multiple sources and a number of data oracles. Plus, the protocol uses secure hardware to strengthen the system further.

1.    Distributing Sources

To ensure the integration of the result, Chainlink oracles collected data from multiple sources. Further, the sources are aggregated into a single answer and sent to the smart contract.

2.    Distributing Oracles

Chainlink provides users to collect data from multiple oracles to ensure its accuracy. Each oracle has a set of data sources, all the data sources are aggregated, and a weighted answer is sent to the SLA agreement.

3.    Use of Trusted Hardware

Confidentiality is hard to achieve in an open-source distributed system as it is publicly visible. To establish confidentiality, Chainlink uses Intel’s recent Software Guard Extensions (SGX). This allows applications to be executed in an enclave, a secure environment.

The enclave protects the integrity of the application’s data, code, and control flow, against subversion by other processes. Also, the enclave safeguards the confidentiality of an application. This implies that its data, code, and execution state are opaque to other processes.

Chainlink (LINK) token

LINK is an ERC-20 token native to the Chainlink platform. Oracles are rewarded in LINK tokens for providing off-chain data.

The Chainlink (LINK) ICO on September 19, 2017 was a huge success as it collected 32 million USD in just 2 hours. The protocol sold 29 million USD worth of tokens in the presale and less than 10% tokens were available for the public sale. The ICO distributed LINK tokens at 0.11 USD each.

As of this writing, LINK is the 10th largest cryptocurrency with a market capitalization of 6,24,01,69,687 USD, as per CoinMarketCap data. As of now, each LINK token is valued at 15.58 USD.

Also, Chainlink is hard-capped at 1 billion tokens. According to CoinMarketCap, LINK currently has a circulating supply of 40,05,09,566 tokens.

You can purchase LINK tokens on various exchanges including Uniswap.

Chainlink Staking

Unfortunately, you cannot earn a passive income by staking your LINK holdings as Chainlink staking is not live on the protocol yet. Nevertheless, you can still earn LINK tokens by running a validator node on the Chainlink ecosystem.

Are you wondering what to do if you do not have the technical knowledge about how to run a Chainlink node?

Well, the good news is you can stake your LINK tokens in node-as-a-service providers like Linkpool and earn rewards. Link pool allows you to stake LINK tokens on the Chainlink nodes running on their platform.

The Chainlink staking process on Linkpool is a no-nonsense, simple process –

  1. Buy some LINK tokens.
  2. Send LINK tokens to an ERC-20 wallet like Metamask. Now, connect your Metamask wallet to the Linkpool dashboard.
  3. Start staking.

That’s it! You are now ready to earn a portion of[1] [2]  validator rewards without having to run a node yourself.

ChainLink Partnerships

Chainlink is used by industry juggernauts like Synthetix, AAVE, Google, yearn.finance, Celsius, Ampleforth, Nexus Mutual, ZeppelinOS, and Arbol, to name a few. 

Let’s look at some of the Chainlink partnerships in 2019 –

1.    Synthetix

Synthetix is a derivative platform on the Ethereum blockchain that gives users access to crypto-assets, fiat money, commodities, stocks, and indices.

The platform has joined hands with Chainlink to enable decentralized price feeds across its trading platform.

2.    Bodhi

Bodhi is a prediction market that was initially based on manual consensus mechanism. However, in February 2019, Bodhi partnered with Chainlink to improve its protocol.

3.    Celer

Celer, founded by four Ph.D. holders, is a platform that enables fast, easy, and secure off-chain transactions and smart contracts. Celer will use Chainlink for its payment gateway.

4.    Data Sports Group

Data Sports Group is a Germany-based sports data aggregator that collects data from more than 5,000 sporting events worldwide. In the first of a kind partnership with Chainlink, the Data Sports Group became the first service to deliver sports data to blockchain smart contracts.

5.    Katallassos

Katallassos is a financial service platform backed by Reto Trinkler, a Forbes 30 under 30 alumni in the finance world. This platfrom has partnered with Chainlink to enable its smart financial contracts to access real-world data feeds via Chainlink.

6.    Ocean Protocol

Ocean is a data sharing protocol that connects people, industries, startups, governments with data and AI experts allowing them to build blockchain powered services. Ocean Protocol has integrated Chainlink to trigger certain transactions that are triggered by off-chain data movements.

Apart from the many Chainlink integrations, there are a few unconfirmed (white label) partnerships like SWIFT. Chainlink[5] [6]  presented a Proof of Concept for the banking ecosystem at SIBOS (a notable financial industry conference), after winning the Innotribe Startup Challenge award in 2016.

The concept drew the attention of banks of five banks (Barclays, BNP Paribas, Fidelity, Societe Generale and Santander). They fed the data into a smart contract that was used to make a payment, which further translated into a SWIFT pavement message.

How Chainlink Performed in 2020

Chainlink was recognized by the World Economic Forum in 2020. The forum named Chainlink in its 100 most promising Technology Pioneers of 2020. Bitcoin Lightning network and blockchain forensics firm Elliptic was also included in the list.

Chainlink’s founder Sergey Nazarov revealed that the platform was now integrated with 300 projects. Well, towards the end of 2020, Chainlink saw a new integration of its decentralized oracle blockchain nearly every day. From Nexo wallets to Crypto.com, countless DeFi projects joined hands with Chainlink. It has also collaborated with insurance providers like Arbol, ACRE, and Etherisc.

Moreover, Chainlink has continuously been striving to provide different types of data to blockchain smart contracts.

  • Chainlink now has 70 live price feeds – up from 25 in January 2020.
  • Chainlink’s Verifiable Source of Randomness (VRF) – a random number generator that is aimed at generating more trust in blockchain gaming, is used by the Ethereum-based savings game PoolTogether.
  • Chainlink’s verifiable proof of reserve mechanism is used by tUSD, stable coin
  • Chainlink introduced weather data for crop insurance purposes in the U.S., Cambodia, and Africa.

Most importantly, with Tezos and Polkadot adopting Chainlink’s technology, the platform is spreading its roots beyond the Ethereum DeFi ecosystem.

Chainlink is also strengthening its team with new hires. In 2020, Chainlink added two crypto luminaries into their team. Ari Juels, the chief scientist at RSA, one of the largest security companies, has now joined SmartContract in the same post. Juels was the one to formalize the proof of work consensus mechanism, now used by Bitcoin, Ethereum and others. He is the inventor of proof of retrievability.

The second prominent hire was Ben Chan. Ben was the Chief Technology Officer of Bitgo, the platform that powers 15% of BTC transactions, and never suffered a breach in five years.

Considering Chainlink’s major partnerships, new data, awards, and big hires, it is wise to say that 2020 was Chainlink’s year.

In a Nutshell

With the launch of smart contracts, Ethereum became a programmable blockchain where developers can deploy decentralized applications (DApps). However, the major obstacle between the expansion of the DApp universe was – How do blockchain smart contracts access reliable off-chain data without compromising blockchain security?

Enter Chainlink.

Chainlink is a decentralized oracle blockchain network that gives smart contracts access to trusted real-world data. For this, Chainlink has a network of independent data providers who gather data from multiple real-world sources. In simple words, Chainlink is a secure bridge between the blockchain and the real-world.

Talking about their native cryptocurrency – LINK, this ERC-20 token is used for services on their platform. Currently, LINK is the 10th largest cryptocurrency in the world, according to the CoinmarketCap data.

Are you wondering – Is Chainlink secure?

To achieve decentralization and security, Chainlink uses the following –

  • Validation process
  • Reputation score
  • Distributed oracles
  • Multiple data sources
  • Trusted Hardware

Thanks to Chainlink’s utility and security it is trusted by industry leaders like AAVE, Synthetix, and yearn.finance, to name a few. Also, as discussed, at the end of 2020, Chainlink collaborated with a new project nearly every day.

Moreover, Chainlink is always upgrading their features; new price feeds, weather data, random number generator, etc. are some notable additions. 

Considering all these, it is wise to say that Chainlink will reach new heights in 2021.