# Welcome to Relink Protocol

<div data-full-width="false"><figure><img src="https://2339428361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2For2H9qX7SI62hF5IwPM4%2Fuploads%2Fd59Lise5XF4DlumGbiqJ%2FRelink-Logo-no-Build-Partner.png?alt=media&#x26;token=6c504c6e-7580-4ae5-b09a-f06fd81e1d4a" alt=""><figcaption></figcaption></figure></div>

## Overview

Chainlink offers its own services for selected blockchains. Relink has developed a relaying service solution that forwards the data request to an officially 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. Signature checks in the consumer base contract ensure that the data cannot be altered in transit from the relink backend.

In this way, we can offer Chainlink services to any smart contract platform - **there is no restriction to EVM chains (e.g.** [**Stellar Soroban**](https://soroban.stellar.org/)**)**.

<figure><img src="https://2339428361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2For2H9qX7SI62hF5IwPM4%2Fuploads%2FPppBn2kZcaGR3489Kng2%2FScreenshot%202023-10-18%20at%2021.25.41.png?alt=media&#x26;token=71a83d97-c891-4998-b646-1fc4b58881ad" alt=""><figcaption></figcaption></figure>

## Quick links

{% content-ref url="overview/what-we-do" %}
[what-we-do](https://docs.relink.services/overview/what-we-do)
{% endcontent-ref %}

{% content-ref url="overview/relink-features" %}
[relink-features](https://docs.relink.services/overview/relink-features)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="architecture/overview" %}
[overview](https://docs.relink.services/architecture/overview)
{% endcontent-ref %}

{% content-ref url="architecture/installation-and-setup" %}
[installation-and-setup](https://docs.relink.services/architecture/installation-and-setup)
{% endcontent-ref %}

{% content-ref url="code-repositories" %}
[code-repositories](https://docs.relink.services/code-repositories)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.relink.services/welcome-to-relink-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
