# Relay examples

Relays allow an SNS name to point to another inscription. This is similar to an "a record" in DNS.&#x20;

This is different than recursive inscriptions. Recursion inserts the content of one inscription into another. Relay simply establishes a link, pointing one inscription at another, giving the target inscription a human readable name. Examples below:&#x20;

## white-paper.sats&#x20;

<https://www.ord.io/12805283>

```json5
{ 
  "p": "sns",
  "op": "reg",
  "name": "white-paper.sats",
  "relay": "85b10531435304cbe47d268106b58b57a4416c76573d4b50fa544432597ad670i0",
}
```

Relays to an early inscription of the Bitcoin white paper: <https://www.ord.io/54>

<figure><img src="https://2381352238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8HLCZlJ7Ep94FnlQr8aR%2Fuploads%2FW8zFSvmVUcI3REQxFb5o%2FScreenshot%202023-06-19%20at%202.55.27%20PM.png?alt=media&#x26;token=849ccfe1-53ca-4e24-8563-a54b8e1c67ed" alt="" width="375"><figcaption></figcaption></figure>

## hellodickbutt.sats

<https://www.ord.io/12806136>

```json5
{ 
  "p": "sns",
  "op": "reg",
  "name": "hellodickbutt.sats",
  "relay": "26482871f33f1051f450f2da9af275794c0b5f1c61ebf35e4467fb42c2813403i0",
}
```

Relays to inscription #1: <https://www.ord.io/1>

<figure><img src="https://2381352238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8HLCZlJ7Ep94FnlQr8aR%2Fuploads%2FAPmI94RcknQ10dqHuZ8e%2FScreenshot%202023-06-19%20at%202.40.05%20PM.png?alt=media&#x26;token=d403a18d-23c6-48b8-84e2-fb2deb65746e" alt="" width="274"><figcaption></figcaption></figure>

## taprootwzrd.sats

<https://www.ord.io/12806132>

```json5
{
  "p": "sns",
  "op": "reg",
  "name": "taprootwzrd.sats",
  "relay": "0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0aei0",
}
```

Relays to the infamous 4 megggor: <https://www.ord.io/652>

<figure><img src="https://2381352238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8HLCZlJ7Ep94FnlQr8aR%2Fuploads%2FkGZXmx7UcHfOC8rbgHqv%2FScreenshot%202023-06-19%20at%202.49.26%20PM.png?alt=media&#x26;token=4951b893-884c-4364-96c1-bd78de3e7bdd" alt="" width="375"><figcaption></figcaption></figure>

## mrmarshall.sats

<https://www.ord.io/12806440>

```json5
{
  "p": "sns",
  "op": "reg",
  "name": "mrmarshall.sats",
  "relay": "111bb15037a4665a79701edb84050b802be1b16791f4a6f03a673d2d3e23cf70i0",
}
```

Relays to Brandon Marshall's (first ever?) inscription website: <https://www.ord.io/11633881>

<figure><img src="https://2381352238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8HLCZlJ7Ep94FnlQr8aR%2Fuploads%2Fydg6vHnpDWt0Xap50QJj%2FScreenshot%202023-06-19%20at%202.52.34%20PM.png?alt=media&#x26;token=087d8c2c-7c7a-4755-97c5-d1945a91f094" alt="" width="375"><figcaption></figcaption></figure>

## hellofelipe.sats

<https://www.ord.io/12806955>

```
{
  "p": "sns",
  "op": "reg",
  "name": "hellofelipe.sats",
  "relay": "5225a64d069123381db15173822e6b6f924d5f4cb578bd260f82c754a20f8bf5i0",
}
```

Relays to Felipe Servin's fancy inscription website: <https://www.ord.io/11849888>

<figure><img src="https://2381352238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8HLCZlJ7Ep94FnlQr8aR%2Fuploads%2F85NCnBFQG37oCPqUeOp2%2FScreenshot%202023-06-19%20at%202.59.55%20PM.png?alt=media&#x26;token=73ebecb7-efd4-40fa-b8e6-8471fb22fb68" alt="" width="375"><figcaption></figcaption></figure>
