> 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/hyperledger-besu/version-1.1.0/create-network/create-network.md).

# Create Network

Once you are logged in to CatalyX Blockchain Manager Besu Console, click on the **Create Network** button in the top-right corner to start the network creation wizard.

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

{% hint style="info" %}
Before selecting a consensus protocol, see [Choose a Consensus Protocol](/catalyx-blockchain-manager/hyperledger-besu/version-1.1.0/choose-a-consensus-protocol.md) to understand the differences between IBFT 2.0, QBFT, and Clique.
{% endhint %}

{% stepper %}
{% step %}

### Step 1 — Configurations

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

At the **Configurations** section:

1. Insert a name, for instance `testnet`.
2. Select the consensus protocol (QBFT is selected by default).
3. Set the number of validators.
4. Set the number of bootnodes.
5. Set the number of RPC nodes.
6. Enable or disable the Gas-free network.
7. Enable or disable RPC authentication.
   * If enabled, select the authentication method and input the required parameters.
8. Click **Continue** to advance to the Resources section.
   {% endstep %}

{% step %}

### Step 2 — Resources

At the **Resources** section, define the resources you wish to assign to each node and component, then click **Continue** to advance to the Configure genesis block section.

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

{% step %}

### Step 3 — Configure Genesis Block

At the **Configure genesis block** section, define the Block Period time and click **Complete** to finalize the network creation. Wait a few minutes while the network is being started.

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

{% hint style="success" %}
When the network is up and running, it will appear in the Networks section with a status of **"Quorum alive"**.
{% endhint %}
{% endstep %}
{% endstepper %}

<figure><img src="/files/UJcZnlr02XkWuWo7X9u0" 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/hyperledger-besu/version-1.1.0/create-network/create-network.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.
