> 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/shardeum.md).

# Shardeum

## 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 the payment is successful, you need to wait for the script to automatically complete the configuration and node synchronization, which is usually completed within 1 day. You do not need to do anything during the process. A "URL" and "Password" will be returned when the node configuration is completed.

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

## Step 3: Get SHM test token

The official website provides test tokens. Visit [here](https://docs.shardeum.org/docs/faucet/claim) to learn more.&#x20;

### Get test tokens through the website

Through visit the [website](https://chaindrop.org/?chainid=8082\&token=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee) and enter your EVM address, click "Send Me", and wait awhile.

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

Checking whether the SHM tokens have been received correctly by [adding network](https://docs.shardeum.org/docs/network/endpoints)

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

## Step 4: Complete SHM staking&#x20;

When the node deployment is complete, you can get a node "URL (https\://{ip}:8080)" and "Password" on the website, and log in to the node server by visiting the "URL" and entering the "password".

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

Select "Maintenance" and connect to the wallet address to start the node.

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

After successfully starting the node, you can "Add Stake" (at least 10 SHMs need to be staked)

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

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

Success means the pledge is complete.

Notes: When accessing the node server, the following warning may appear. Click \[Advanced] -> \[Processd to xxx]

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

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

## Step 5: Check the node status&#x20;

Check your node status by visiting the URL and selecting Overview. If it shows running, it means the node is running.

**Important note**: Since Shardeum nodes are often updated or have errors, you need to continue to pay attention to the project's progress. If necessary, you may need to reclaim test tokens.


---

# 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/shardeum.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.
