# Becoming a node & get rewarded

### Node

The ARPA BLS-TSS Network consists of multiple groups of nodes. Within a group, each node is responsible for completing a BLS task (generating a BLS-TSS signature jointly with the other nodes of the group).&#x20;

In order to ensure timely and accurate responses from nodes, each node in the network needs to follow the mechanism of staking and slashing. Currently we are integrating Eigenlayer to leverage ETH restaking to further secure network security. Therefore there are two paths to enter the network, by participating native staking or becoming a whitelisted Eigenlayer operator.

### Reward

There are up to four types of rewards a node can earn if acted responsibly in a timely manner:

* **Randomness submission reward**
  * **1 ARPA** each time a node successfully submits a randomness result.
* **BLS-TSS task reward**
  * **1 ARPA** each time a node completes a BLS-TSS task.
* **DKG post-process reward**
  * **60 ARPA** each time a node completes the DKG post-proccess task during node grouping.
* **Community staking delegation reward (by native staking only)**
  * **5% (up to 75,000 ARPA monthly)** of the total community staking reward will be evenly distributed among all the delegated nodes. (Note: this reward **can only** be claimed when the node exits the network)


---

# 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://docs.arpanetwork.io/becoming-a-node-and-get-rewarded.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.
