> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/stellar/version-1.0.0/get-started-onboarding/stellar-node-creation.md).

# Stellar Node Creation

To create a node, go to the **Nodes** tab and click on the **Create node** button to open a side window.

{% stepper %}
{% step %}

### Step 1 — Node Configuration

Provide the following information:

* **Name** — name of the new node.
* **Public Key** — can be entered manually or generated automatically.
* **Secret Key** — can be entered manually or generated automatically.
* **Network Type** — Public Network or Test Network.
* **Image** *(optional)* — Stellar Core image. If left empty, the default image will be used.

<figure><img src="/files/tF77egJ87ZVEj7EkAvC8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 2 — Storage

Choose a storage type:

{% tabs %}
{% tab title="Memory" %}
Select **Memory** for a lightweight, ephemeral storage option.

{% hint style="warning" %}
Using Memory storage is recommended only for testing and trial activities. For production use, choose External or PostgreSQL.
{% endhint %}
{% endtab %}

{% tab title="PostgreSQL" %}
Select **PostgreSQL** and provide:

* User
* Password
* Storage size
  {% endtab %}

{% tab title="External" %}
Select **External** and provide:

* Hostname
* DB Name
* User
* Password
  {% endtab %}
  {% endtabs %}

<figure><img src="/files/YF6ATxhdd5nkY7aePfh4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 3 — Quorum Set

Add validators to a Quorum Set. For each validator, specify:

* **Name**
* **Home Domain**
* **Public Key**
* **Address**
* **History** *(optional)*

<figure><img src="/files/t1MlaIfgMCjESSgh0TwN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 4 — Home Domains

Add a Home Domain for your node and for nodes from your Quorum Set.
{% endstep %}
{% endstepper %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.catalyx.solutions/catalyx-blockchain-manager/stellar/version-1.0.0/get-started-onboarding/stellar-node-creation.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.
