# Register your node hash

{% hint style="info" %}
This is a **testnet** only section.  Exchanges and mainnet nodes can ignore this section
{% endhint %}

Testnet users must register their public key aka node hash with coti to then make the transition on to the testnet. This can be done now (easier route)  or later, providing you do a reboot once COTI confirm your node is registered.

#### Step 1: Login to the testnet

Login to the **testnet** at [pay.coti.io/testnet](https://pay.coti.io/testnet) and once in your wallet, click the cog at the top right corner and find your **public key.**  Get ready to copy the public key see the screenshot below.

<figure><img src="/files/6rZMFvcQ5QwxOa7ZG6HQ" alt=""><figcaption></figcaption></figure>

**Step 2: Send email to COTI**

Send an email to <support@coti.io> with email subject of Register Testnet Node. &#x20;

You may copy and paste this text and insert the information

<mark style="color:red;">Dear Coti,</mark>

<mark style="color:red;">Please register my node on to the COTI Testnet.</mark>

<mark style="color:red;">My node is at URL:</mark> <mark style="color:purple;">\<INSERT NODE URL HERE></mark>

<mark style="color:red;">My node hash/public key is:</mark> <mark style="color:purple;">\<INSERT LARGE PUBLIC KEY HERE></mark>

<mark style="color:red;">Please email me to let me know when I can proceed.</mark>

<mark style="color:red;">Kind Regards,</mark>

<mark style="color:purple;">\<INSERT YOUR NAME/NICKNAME HERE></mark>

Send the email then you can either wait for the response from COTI, or continue and finish the node install with a "Wrong node hash for network testnet" error.

{% hint style="info" %}
If you decide to continue with the guide without getting a reply from the email above,  you will get a "Wrong node has for network Testnet" error once the node starts to run after you complete the Installing a node section. Thats ok though, as once COTI say you are registered you can issue the "reboot" command to the node and the node will reboot and should come online within a few minutes.&#x20;
{% endhint %}


---

# 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://cotidocs.geordier.co.uk/purchases/full-node-operator.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.
