# Clarification of Staker and Operator Roles

## **Staker Roles:**

1. **Restaking Assets**: Stakers hold assets such as BTC or BTC LSD and participate in the Pell Network by restaking these assets, contributing to the network's economic ecosystem.
2. **Delegating Assets**: Stakers have the option to delegate their restaked assets to an Operator, entrusting them with the management of these assets within the network.
3. **Earning Rewards**: Through delegation, Stakers earn rewards based on the Operator’s performance and the specific Decentralized Validated Services (DVSs) the Operator manages.
4. **Undelegation and Redelegation**: Stakers can choose to undelegate their assets if they wish to withdraw them from the current Operator. They can then redelegate these assets to a different Operator as needed.
5. **Conducting Research**: It is the responsibility of Stakers to carefully research and evaluate Operators before delegating, as their rewards and risk levels depend on the Operator’s actions and performance.

## **Operator Roles:**

1. **Node Management**: Operators run validation nodes within the Pell Network, playing a crucial role in maintaining the network’s integrity and security.
2. **Managing DVSs**: Operators select and oversee Decentralized Validated Services (DVSs), which are essential components of the network’s operations.
3. **Fee Collection and Distribution**: Operators collect fees for the services they provide. They keep a portion of these fees and distribute the remaining share to the Stakers who have delegated their assets to them.
4. **Mitigating Risks**: Operators must fulfill their obligations within the Pell Network to avoid penalties, such as slashing of staked assets, which could impact both themselves and their delegators.
5. **Establishing Delegation Contracts**: Each Operator is responsible for setting up a delegation contract that outlines the fee-sharing arrangement with Stakers and manages the delegation process.


---

# 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.pell.network/restaking-guides/clarification-of-staker-and-operator-roles.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.
