# Subnet Registration Guide

{% hint style="info" %}
Connect the wallet or multisig you want to administer the Builder Subnet prior to starting. Ensure you have a small amount of ETH to pay the L2 transaction fee for registration.
{% endhint %}

Go to the [Morpheus Builder Dashboard](https://builders.mor.org/) area to start your registration.

{% stepper %}
{% step %}

### Connect your wallet

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

{% step %}

### Click Become a Builder

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

{% step %}

### Configure Builder Subnet

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

| Entry Field      | Description                                                                              | Tips                                                                                                                                                | Validation                       |
| ---------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| Builder Name     | What is the name of your project?                                                        | This is how users will find your project.                                                                                                           | Immutable string                 |
| Network          | What L2 do you want to register the builder subnet to?                                   | You can register to multiple L2s, but you need to fill out the form twice.                                                                          | Base and Arbitrum are supported. |
| Minimum Stake    | This is the minimum amount of MOR users can deposit when staking to your project.        | Consider your target stakers and how they will interact with your subnet.                                                                           | >=.001                           |
| Stake Start Time | It will be possible to change the Builder settings up to this point.                     | Users will not be able to stake to your subnet during the edit window.                                                                              | Today or later                   |
| Claim Lock Ends  | After this period, the creator (owner) of the Builder will be able to claim the rewards. | Setting a Claim Lock End date further out into the future will apply a Power Factor to your rewards. See Power Factor details for more information. | >= 30 days from Start Time       |
| {% endstep %}    |                                                                                          |                                                                                                                                                     |                                  |

{% step %}

### Add Project & Metadata

Project & Metadata is used to enrich your Builder Subnet profile.

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

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

{% step %}

### Confirm & Create Subnet

Once you click confirm, your transaction should confirm in seconds and you will see your Builder Subnet under "Your Subnets".

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

{% step %}

### Builder Subnet Profile Page

Once your Builder Subnet is created, you should be able to immediately view its [profile page](https://builders.mor.org/builders/example-subnet?subnet_id=0x2f80136247f40c53d0ea0686647682358c8ee24edfa381d5d66deadd9aab3a4f\&network=Base).

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

{% endstep %}
{% endstepper %}


---

# 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://gitbook.mor.org/builders/builder-subnet-setup/subnet-registration-guide.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.
