Skip to content

Commit e04f883

Browse files
authored
Merge pull request evi1m0#25 from ddl-hust/main
draft:network role details
2 parents ca3d076 + ae201ca commit e04f883

File tree

6 files changed

+99
-1
lines changed

6 files changed

+99
-1
lines changed

introduction/networks/consumers.mdx

Whitespace-only changes.

introduction/networks/delegators.mdx

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: 'Delegators'
3+
---
4+
5+
## Delegators
6+
7+
Delegators enhance the economic security of the network by staking their tokens to validators and operators. The Chainbase network uses a dual staking mechanism, where delegators can choose to stake `$ETH (or $LST)` and `$CBT`.
8+
9+
### Staking Tokens
10+
11+
Delegators can stake their tokens to support validators and operators, contributing to the network's security and stability.
12+
13+
1. **Choose Tokens**: Decide whether to stake `$ETH (or $LST)` or `$CBT`.
14+
2. **Select Validators/Operators**: Choose the validators and operators you want to support.
15+
3. **Stake Tokens**: Use the staking interface to delegate your tokens to the selected validators and operators.
16+
17+
### Earning Rewards
18+
19+
By staking tokens, delegators earn a share of the rewards earned by the validators and operators they support.
20+
for details refer to [tokenomics](../tokenomics.mdx)
21+
22+
### Community and Support
23+
24+
Join the Chainbase delegator discord to collaborate with other delegators, share knowledge, and get support.

introduction/networks/developers.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ By publishing manuscripts, developers can earn rewards based on the usage and va
5252

5353
1. **Usage-Based Rewards**: Earn rewards based on the number of queries and the amount of data processed by your manuscripts.
5454
2. **Quality Incentives**: High-quality manuscripts that provide valuable data transformations are eligible for additional incentives.
55+
for details refer to [tokenomics](../tokenomics.mdx)
56+
5557

5658
### Community and Support
5759

introduction/networks/operators.mdx

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: 'Operators'
3+
---
4+
5+
## Operators
6+
7+
Operators play a crucial role in the network by providing the necessary computational resources for the execution layer, ensuring the smooth operation of data processing tasks. Operators are rewarded in a manner akin to proof-of-work, with greater workloads demanding higher hardware requirements.
8+
9+
### Becoming an Operator
10+
11+
To become an operator in the Chainbase network, follow these steps:
12+
13+
1. **Register**: Register as an operator on the Holesky testnet or the mainnet of the Eigenlayer smart contract. This will register your Ethereum public key with the Eigenlayer smart contract. Follow the instructions on [Eigenlayer](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).
14+
2. **Set Up Infrastructure**: Ensure you have the necessary hardware and software infrastructure to support the network's computational requirements.
15+
3. **Run Node Software**: Install and run the Chainbase node software to start participating in the network.
16+
17+
### Responsibilities
18+
19+
Operators are responsible for maintaining and managing the computational infrastructure required for data processing tasks.
20+
21+
1. **Infrastructure Management**: Maintain and manage the hardware and software infrastructure to ensure efficient operation.
22+
2. **Data Processing**: Process and execute data query requests submitted by data developers.
23+
24+
### Earning Rewards
25+
26+
Operators earn rewards based on the quality and quantity of data processing services they provide. The network incentivizes operators to maintain and optimize their computing resources.
27+
for details refer to [tokenomics](../tokenomics.mdx).
28+
29+
### Community and Support
30+
31+
Join the Chainbase discord operators channel to collaborate with other operators, share knowledge, and get support.

introduction/networks/validators.mdx

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: 'Validators'
3+
---
4+
5+
## Validators
6+
7+
Validators play a key role in maintaining the security and consensus of the network. They are responsible for ensuring data integrity and maintaining network stability.
8+
### Becoming a Validator
9+
10+
To become a validator in the Chainbase network, follow these steps:
11+
12+
1. **Contact the Team**: Reach out to the Chainbase team to express your interest in becoming a validator and to get detailed instructions.
13+
2. **Meet Requirements**: Ensure you meet the necessary hardware and software requirements to run a validator node.
14+
3. **Register**: Register as a validator on the network by following the provided instructions.
15+
4. **Set Up Node**: Install and configure the validator node software to start participating in the network.
16+
17+
### Responsibilities
18+
19+
Validators are responsible for verifying transactions, maintaining network consensus, and ensuring data integrity.
20+
21+
1. **Transaction Verification**: Verify and confirm transactions to ensure their legality and accuracy.
22+
2. **Consensus Maintenance**: Maintain the network's consensus mechanism, preventing malicious behavior and attacks.
23+
3. **Data Integrity**: Ensure the integrity of the data being processed and stored on the network.
24+
4. **Network Governance**: Participate in network governance by proposing and voting on network improvements and development directions.
25+
26+
### Earning Rewards
27+
28+
Validators earn rewards for their role in maintaining the network's security and stability. The reward structure incentivizes validators to perform their duties effectively.
29+
for details refer to [tokenomics](../tokenomics.mdx)
30+
31+
### Monitoring and Performance
32+
33+
Validators should continuously monitor their node's performance to ensure it meets the network's standards.
34+
35+
1. **Performance Metrics**: Access performance metrics to evaluate your node's efficiency and reliability.
36+
2. **Regular Monitoring**: Regularly check your node's status and performance to ensure it is operating optimally.
37+
3. **Upgrades and Maintenance**: Perform necessary upgrades and maintenance to keep your node up-to-date and secure.
38+
39+
### Community and Support
40+
41+
Join the Chainbase validators discord channel to collaborate with other validators, share knowledge, and get support.

mint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"pages": [
5757
"introduction/networks/overview",
5858
"introduction/networks/developers",
59-
"introduction/networks/consumers",
59+
"introduction/networks/validators",
6060
"introduction/networks/operators",
6161
"introduction/networks/delegators"
6262
]

0 commit comments

Comments
 (0)