# Node Profiles in RUNEBond

{% hint style="warning" %}
⚠️ **Important Notice:** All information provided in node profile is stored **on-chain** permanently. While some data can be updated, **all previous versions remain publicly accessible and immutably recorded**. Please consider this before sharing any sensitive or personal information.
{% endhint %}

The **Node Profiles** feature allows node operators to configure a dedicated profile page for each of their listed nodes on RUNEBond. These profiles serve as a hub for bond providers (BPs), offering critical information and interactive tools to build trust and streamline the bonding process.

Accessible from the URL `node-address.runebond.com`

## 🔍 What Node Profiles Offer

Each Node Profile includes:

* **Custom Node URL:** A unique page where BPs can:
  * View real-time node stats
  * Request to be whitelisted
  * Bond or unbond
  * Access the on-chain chat with the operator
  * Explore extended node information
* **About Section:** A short description of the node or operator’s background and mission.
* **Unbond Policy:** A clearly stated policy that defines how the node handles unbond requests.
* **Node Name:** A display name for the node, shown across the RUNEBond interface.
* **Banner & Logo:** Custom visuals to represent the node.
* **Mirror Profile:** Integration with [Mirror](https://mirror.xyz/) – a decentralized publishing platform. Operators can link a Mirror profile to educate, inform, and formalize how the node is managed, with all posts stored on-chain for permanence.

## 🛠️ How to Configure a Node Profile

Node Profiles are configured through the **Node Operator Dashboard**. **Both node operators and** [**authorized moderators**](/runebond/features/node-moderators.md) will see a list of all currently listed nodes and can access the settings for each one.

Within the dashboard, operators can:

* Edit the node name
* Write the "about" section
* Define the unbond policy
* Set the Mirror profile URL
* Set the [CIDs](https://docs.ipfs.tech/concepts/content-addressing/#content-identifiers-cids) for logo and banner

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

## ℹ️ Notes on Images (Logo & Banner)

* Logos and banners must be uploaded to **IPFS**.
* The content should be shared via a **CID (Content Identifier)**.
* The images are displayed using the `ipfs.io` gateway.
* There may be a delay before images are visible if the CID hasn’t yet propagated or is not yet served by the gateway.

> 🧰 You can upload your assets to IPFS using tools like:
>
> * [Pinata](https://www.pinata.cloud/)
> * [Web3.storage](https://web3.storage/)


---

# 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://thorbond.gitbook.io/runebond/features/node-profiles-in-runebond.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.
