⛓️
Relink Protocol
GitHub
  • 👋Welcome to Relink Protocol
  • Overview
    • 💡What we do
    • ✨Relink Features
  • Chainlink Products
    • 🎲Chainlink VRF v2
  • Architecture
    • 📄Overview
    • 🛠️Installation and Setup
      • EVM / Solidity
      • Soroban / Rust
      • Relaying Backend
  • 👨‍💻Code Repositories
  • Supported Networks
    • Horizen EON
    • Stellar Soroban
Powered by GitBook
On this page
  • Process diagram
  • Real world example
  1. Overview

What we do

Relink empowers new blockchains, or those with less focus, to access established services on the major chains.

PreviousWelcome to Relink ProtocolNextRelink Features

Last updated 1 year ago

Chainlink offers its own services for selected blockchains. At the same time, the speed at which new chains are deployed is constantly increasing. Be it as L2s or even L3s or as another competitive L1s.

Relink Protocol has developed a proxy service solution that forwards the random data request to an officially from Chainlink supported chain and processes the result accordingly.

A Relink oracle network signs the data generated by Chainlink and passes the original data along with the signatures to the callback method. The signature checks in the consumer base contract mean that no data can be changed on the way from the relaying backend.

Process diagram

The following is an example of the process flow for a Relink data request for Chainlink data on Polygon. For more information and details on the individual steps, please have a look at the .

Real world example

As an example, a randomness request (VRF) on the EVM chain "Horizen EON" is used here.

    • it's an Example Consumer contract

InitiateRandomnessRequest in this on Horizen EON (September-06-2023 10:40:43 PM +2 UTC)

RequestRandomWords in this on Polygon (Sep-06-2023 10:41:03 PM +2 UTC)

RandomnessReceived in this on Polygon (Sep-06-2023 10:41:17 PM +2 UTC)

CallbackWithRandomness in this on Horizen EON (September-06-2023 10:41:55 PM +2 UTC)

💡
transaction
transaction
transaction
transaction
Architecture Overview
Relink request generic example architecture