> For the complete documentation index, see [llms.txt](https://satea.gitbook.io/satea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://satea.gitbook.io/satea/project-setup-guide/babylon.md).

# Babylon

## Step 1: Select your service package

* Regist your account
* Select our nodes
* Select the type of the node
* Select the type of the service
* Select the quantity of the nodes and how long you want to deploy

After confirming that there are no errors, please follow the instructions to complete the payment.

Note: If you select "Automatic Configuration" in the service type, you do not need to complete the subsequent operations. We will take care of all operations after the node configuration.&#x20;

Note: If you select "Manual Configuration" in the service type, you must complete the subsequent steps to ensure the normal operation of your node.

## Step 2: Automatic configuration

* After payment is completed, the system will automatically configure and synchronize nodes, which is expected to be completed within 24 hours, and no additional operations are required during this period.&#x20;
* After configuration is completed, the platform will provide a Delegator Address (for example: bbn1...).

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

## Step 3: Claim UBBN test token

Get test tokens through the official Discord channel. Please join the official Discord group: <http://discord.gg/babylonglobal>.&#x20;

Send the command `!faucet <address>` in the #faucet-test-bbn channel to get test tokens. (Please use the Delegator Address provided by the platform)

<figure><img src="/files/9YGWE2rFn1edMEQAuR31" alt=""><figcaption></figcaption></figure>

Note:&#x20;

* Each Discord account can only claim test tokens once every 6 hours. You may need to use multiple Discord accounts if you need more test tokens.
* Please visit <https://testnet.babylon.explorers.guru/validators>  to view the minimum staking requirements. The node can be activated only when your test tokens reach the minimum staking amount. (Discord claims about 100,000 UBBN each time, which is 0.1 BBN)

## Step 4: Node initialization

When you have at least 0.2 BBN test tokens, we will assist you in initializing your node. This usually takes 24 hours.

## Step 5: Query node status

After completing the node initialization, you can query the node status by visiting <https://testnet.babylon.explorers.guru/validators> and entering your Validator Name.

<figure><img src="/files/z1i3UycyiyQ3j6fWzZ0T" 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, and the optional `goal` query parameter:

```
GET https://satea.gitbook.io/satea/project-setup-guide/babylon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
