-
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
a430436
commit 8260022
Showing
5 changed files
with
83 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
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
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
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,59 @@ | ||
# License NFT Documentation | ||
|
||
[![Website](https://img.shields.io/badge/Register-DataHive_Nodes-blue)](https://www.datahive.network/nodes) | ||
[![Twitter](https://img.shields.io/badge/Twitter-DataHive-blue)](https://x.com/getdatahive) | ||
[![Telegram](https://img.shields.io/badge/Telegram-DataHive-blue)](https://t.me/datahiveofficial) | ||
[![Quest](https://img.shields.io/badge/Quest-DataHive-blue)](https://quest.intract.io/project/datahive-h_lpnt) | ||
[![Email](https://img.shields.io/badge/Email-team@datahive.network-blue)](mailto:team@datahive.network) | ||
|
||
The DataHive network implements a non-transferable NFT-based licensing system for [node operators](/docs/onboarding/nodes.md) that validates operational rights and tracks compliance status. | ||
|
||
## License Structure | ||
|
||
**Token Properties** | ||
- ERC-721 standard implementation | ||
- Non-transferable for first 12 months | ||
- Embedded metadata validation | ||
- Real-time status verification | ||
- Automated compliance checks | ||
|
||
## Metadata Components | ||
|
||
| Field | Description | Update Frequency | | ||
|-------|-------------|------------------| | ||
| License ID | Unique identifier | Static | | ||
| Node Type | LN1-LN4 classification | Annual | | ||
| Tier Level | Current operational tier | Dynamic | | ||
| Issue Date | Original mint date | Static | | ||
| Expiration | License end date | Annual | | ||
| Status | Active/Expired/Suspended | Real-time | | ||
|
||
## Validation System | ||
|
||
**Network Checks** | ||
- Automated license verification | ||
- Performance metric tracking | ||
- Compliance status monitoring | ||
- KYC validation | ||
- Hardware requirement verification | ||
|
||
## Smart Contract Features | ||
|
||
**Core Functions** | ||
- License issuance and renewal | ||
- Status updates and verification | ||
- Compliance tracking | ||
- Performance monitoring | ||
- Automated fee collection | ||
|
||
## Renewal Process | ||
|
||
**Annual Requirements** | ||
- Complete [KYC verification](/docs/onboarding/kyc.md) | ||
- Pay annual [license fee](/docs/onboarding/fees.md) | ||
- Pass compliance review | ||
- Update operational details | ||
- Verify hardware specifications | ||
|
||
*Note: License NFTs are monitored continuously by the network to ensure valid operation rights and compliance with network requirements.* | ||
|
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