-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
771abe1
commit e663e11
Showing
2 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Node Operator Dashboard | ||
|
||
The DataHive network provides a comprehensive dashboard interface for [node operators](/docs/onboarding/nodes.md) to monitor performance, manage operations, and track rewards. | ||
|
||
## Performance Overview | ||
|
||
**Real-Time Metrics** | ||
- [Node uptime](/docs/onboarding/performance/uptime.md) | ||
- [Task completion rate](/docs/onboarding/performance/tasks.md) | ||
- [Validation accuracy](/docs/onboarding/performance/validation.md) | ||
- [Network contribution](/docs/onboarding/network/contribution.md) | ||
|
||
## Node Management (Mockup) | ||
|
||
| Node ID | [Tier](/docs/onboarding/tiers/overview.md) | Status | Performance | Weekly Tasks | Action | | ||
|---------|------|--------|-------------|--------------|---------| | ||
| Node-7 | [Tier 13](/docs/onboarding/tiers/ln4.md) | Active | 98.5% | 1,245/1,250 | Upgrade ⬆️ | | ||
| Node-12 | [Tier 14](/docs/onboarding/tiers/ln4.md) | Active | 97.2% | 1,180/1,250 | Optimize ⚡ | | ||
| Node-19 | [Tier 13](/docs/onboarding/tiers/ln4.md) | Active | 96.8% | 1,150/1,250 | Add Node + | | ||
|
||
## Achievement Progress | ||
|
||
**Current Status** | ||
- [Achievement Level](/docs/onboarding/achievements/levels.md): Diamond Elite | ||
- [Network Rank](/docs/onboarding/performance/ranking.md): Top 5% | ||
- [Special Badges](/docs/onboarding/achievements/badges.md): 🏆⚡🌟 | ||
- [Active Tasks](/docs/onboarding/tasks.md): 28/35 | ||
|
||
## Reward Tracking | ||
|
||
**Earnings Overview** | ||
- [Current TGE Multiplier](/docs/onboarding/tge/multipliers.md): 3.0x | ||
- [Staking Rewards](/docs/onboarding/staking/rewards.md) | ||
- [Performance Bonuses](/docs/onboarding/rewards/performance.md) | ||
- [Network Contributions](/docs/onboarding/rewards/contribution.md) | ||
|
||
## Quick Actions | ||
|
||
**Management Tools** | ||
- [Add New Node](/docs/onboarding/nodes/add.md) | ||
- [Upgrade Tier](/docs/onboarding/tiers/upgrade.md) | ||
- [Optimize Performance](/docs/onboarding/performance/optimization.md) | ||
- [View Analytics](/docs/onboarding/analytics.md) | ||
|
||
*Note: Dashboard metrics are updated in real-time based on network performance and contribution data.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Node Operation Fees | ||
|
||
The DataHive network implements a tiered fee structure for [node operators](/docs/onboarding/nodes.md) based on node type and performance level. Each fee represents a one-year license issued as an NFT that requires annual renewal to maintain node operation rights. | ||
|
||
## License NFT Structure | ||
|
||
**Token Details** | ||
- ERC-721 standard NFT | ||
- Contains metadata including license ID, operator address, and expiration date | ||
- Non-transferable for first 12 months | ||
- Integrated with [KYC verification](/docs/onboarding/kyc.md) | ||
- Automated compliance checks | ||
|
||
## Annual Fee Structure | ||
|
||
| Node Type | Tier Range | Annual License Fee | | ||
|-----------|------------|-------------------| | ||
| [LN1](/docs/onboarding/tiers/ln1.md) | Tier 1-5 | $375.00 - $2,267.86 | | ||
| [LN2](/docs/onboarding/tiers/ln2.md) | Tier 6-8 | $2,741.07 - $3,687.50 | | ||
| [LN3](/docs/onboarding/tiers/ln3.md) | Tier 9-12 | $4,160.71 - $5,580.36 | | ||
| [LN4](/docs/onboarding/tiers/ln4.md) | Tier 13-15 | $6,053.57 - $7,000.00 | | ||
|
||
## License Validation | ||
|
||
**Network Checks** | ||
- Real-time NFT license verification | ||
- Automated expiration monitoring | ||
- Performance metric tracking | ||
- Compliance status verification | ||
|
||
## Renewal Requirements | ||
|
||
**Annual Process** | ||
- License expires after 12 months | ||
- Renewal requires full fee payment | ||
- Must maintain compliance status | ||
- Updated KYC verification | ||
- New NFT issuance upon renewal | ||
|
||
*Note: Operators must complete renewal process before license expiration to maintain uninterrupted node operation. The network automatically restricts operations for expired or invalid licenses.* | ||
|