# Blockchain pairing

### Purpose

Pairing a blockchain account to your Spacehall account enables communities to give you specific permissions related to your on-chain activity.

For example:

* A layer one blockchain community could only allow user interactions from users with a paired account on their blockchain.
* A  validator community could only allow user interactions from users who delegate to them on given chains.
* A DAO community could only allow user interactions with users who are part of their DAO.

### Pair a blockchain account.

1. Go to your account settings by clicking on your avatar in the top right corner and then "settings."

<figure><img src="/files/lHhF3URvFxQ7fD1cHPW9" alt=""><figcaption><p>Access your account settings</p></figcaption></figure>

2. Scroll to the "Blockchain" section at the bottom and click "Pair account."

<figure><img src="/files/XymzQeLeO0KUWRQMyisj" alt=""><figcaption><p>Start the pairing process</p></figcaption></figure>

3. Select the blockchain on which your account is and its address. Then click on "Start pairing".

<figure><img src="/files/YBVCA9wszjMBztUL7B7Q" alt=""><figcaption><p>Input your account information</p></figcaption></figure>

4. You're now presented with the details of the unique pairing transaction you need to execute to confirm the ownership of your account.

<figure><img src="/files/crJdUh27XHJCmTCBK05y" alt=""><figcaption><p>Pairing transaction details</p></figcaption></figure>

5. Using your favorite wallet, send a transaction from the blockchain account you're trying to pair using the information you got from point 4.

{% hint style="danger" %}
The transaction recipient should be the address of the account you are trying to pair. Do not copy the one in the screenshot.
{% endhint %}

{% hint style="warning" %}
Do not forget to set the memo. Verification will fail if absent.
{% endhint %}

5. Then click "Verify transaction." Once your transaction is found, your blockchain account will be automatically paired with your Spacehall account.
6. You can wait until the verification is done or close the modal, as it will continue in the background.

<figure><img src="/files/g1j5yeQKUTBCJ6NPAoLi" alt=""><figcaption></figcaption></figure>


---

# 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.spacehall.app/guides/blockchain-pairing.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.
