# Public Community Nodes

Demex utilizes public community nodes to server API data. Users can access a variety of public nodes through the node selection UI to interact with the blockchain.

If you are a node creator and wish to add your node to the default list on Demex, see [this repostitory](https://github.com/Switcheo/carbon-rpc-nodes).

## Guide

Follow these steps to connect to a public node on Demex:\
\
**Step 1:** Click on the network icon in the menu tab.

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

**Step 2**: Inside the Nodes column, you will find a list of public nodes. Select the desired node to interact with the blockchain.

{% hint style="info" %}
More nodes will be displayed once they have been added. Node rating depicts the stability and reliability of the node.&#x20;
{% endhint %}

<figure><img src="/files/8jyHIH4JAnzCQSfS0GIs" alt=""><figcaption></figcaption></figure>

### Failure to connect to the node

In the event that you are unable to connect to a public node on Demex, you can reach out to the respective node creator via Email or Telegram (if available on [GitHub](https://github.com/Switcheo/carbon-rpc-nodes)) to restore the node.

```
          "creator": {
              "description": "These are contact details of the creator",
            "name": "Another name",
            "telegram": "thisisausernametoo",
            "email": "testnet@example.com"
        }
    }
]
```

This approach fosters stronger community ties. Users can directly contact the node creator independently, expediting the recovery process in case of node failure.


---

# 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://guide.dem.exchange/community/public-community-nodes.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.
