-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathlegaldisclaimer.html
More file actions
132 lines (120 loc) · 6.74 KB
/
legaldisclaimer.html
File metadata and controls
132 lines (120 loc) · 6.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legal Disclaimer</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
color: #333;
}
h1, h2 {
color: #2c3e50;
}
.disclaimer-section {
margin-bottom: 20px;
}
.logo-container {
text-align: center;
margin-bottom: 20px;
}
.logo-container img {
max-width: 250px;
height: auto;
background-color: #121619; /* Add a dark background to make the text visible */
padding: 10px; /* Add padding around the logo */
border-radius: 10px; /* Optional: Add rounded corners */
}
</style>
</head>
<body>
<div class="logo-container">
<a href="/">
<img src="images/footerlogo.png" alt="DigiByte Logo">
</a>
</div>
<h1>Legal Disclaimer</h1>
<p><strong>Last Updated:</strong> March 30, 2025</p>
<div class="disclaimer-section">
<h2>1. Information Published on DigiByte.org</h2>
<p>
The website <a href="https://DigiByte.org" target="_blank" rel="noopener noreferrer">https://DigiByte.org</a> (hereinafter referred to as the "Website") provides general information and materials for informational purposes only. You are not authorized and should not rely on the Website for legal, business, or any other form of advice. You act entirely at your own risk based on the contents of the Website. If you decide to act—or refrain from acting—on the information provided, you should consult a licensed attorney or other relevant professional in your jurisdiction.
</p>
</div>
<div class="disclaimer-section">
<h2>2. Translations</h2>
<p>
The Website may offer translations of the original English content for convenience. In the event of any discrepancies between the English version and any translated version, the English version shall prevail. If you identify any inconsistencies or errors in translation, please report them via our GitHub repository.
</p>
</div>
<div class="disclaimer-section">
<h2>3. Risks Related to the Use of the DigiByte Blockchain</h2>
<p>
Neither the Website nor the DigiByte Foundation shall be liable for any losses, damages, or claims arising from any of the following categories:
</p>
<ul>
<li><strong>3.1 User Errors:</strong> Mistakes such as forgotten passwords, payments sent to incorrect DigiByte addresses, or accidental deletion of wallets.</li>
<li><strong>3.2 Software Issues:</strong> Problems with the Website or any DigiByte-related software or service, including but not limited to corrupted wallet files, incorrectly constructed transactions, issues with cryptographic libraries, or malware.</li>
<li><strong>3.3 Hardware Failures:</strong> Technical failures related to the hardware used by a user, including data loss from faulty or damaged storage devices.</li>
<li><strong>3.4 Security Breaches:</strong> Unauthorized access or security issues affecting wallets or accounts.</li>
<li><strong>3.5 Third-Party Actions:</strong> Issues arising from third-party actions or events, such as the bankruptcy of service providers, security breaches, or fraud.</li>
<li><strong>3.6 DigiAsset Issuance:</strong> Risks related to third-party actions or events connected with the issuance of DigiAssets on the DigiByte blockchain. This includes uncertainties about the legal classification of DigiAssets (e.g., whether they are considered “securities”) and whether corresponding legal compliance obligations are met.</li>
</ul>
<p>
We are not your attorney, and the DigiByte blockchain does not offer legal advice regarding the issuance or purchase of DigiAssets. You should consult a qualified lawyer before using DigiAssets or creating any blockchain asset with tangible value.
</p>
</div>
<div class="disclaimer-section">
<h2>4. DigiByte Teams</h2>
<p>
Integrity is a cornerstone of the DigiByte community. All active contributors and team members are unpaid volunteers, dedicating their own time, resources, and finances to support the project. While the community is decentralized and self-regulating, please be aware that risks always exist. If any participant is found to be acting with questionable intent, the community is committed to addressing such behavior through transparency and collective oversight.
</p>
</div>
<div class="disclaimer-section">
<h2>5. Investment Risks</h2>
<p>
Investing in DigiByte carries inherent risks, including the possibility of losing your entire investment over short or long periods. Prices may fluctuate widely, and the information on the Website does not guarantee against financial loss.
</p>
</div>
<div class="disclaimer-section">
<h2>6. Compliance with Tax Obligations</h2>
<p>
Users are solely responsible for determining the tax implications of their DigiByte transactions. The owners and contributors to the Website are not responsible for advising on or determining applicable tax obligations.
</p>
</div>
<div class="disclaimer-section">
<h2>7. The Website’s Role in DigiByte Transactions</h2>
<p>
The Website does not store, send, or receive DigiBytes. DigiBytes exist solely as records on the DigiByte blockchain. Any transfer of ownership occurs within the decentralized DigiByte network, not on the Website.
</p>
</div>
<div class="disclaimer-section">
<h2>8. No Warranties</h2>
<p>
The Website is provided on an “as is” basis without any warranties, express or implied, regarding the content, data, materials, or services provided.
</p>
</div>
<div class="disclaimer-section">
<h2>9. Limitation of Liability</h2>
<p>
Unless otherwise mandated by applicable law, the owners and contributors to the Website shall not be liable for any damages of any kind (including, but not limited to, loss of use, profits, or data) arising from or in connection with your use of the Website.
</p>
</div>
<div class="disclaimer-section">
<h2>10. Arbitration</h2>
<p>
By using the Website, you agree to resolve any disputes arising from or related to the Website or this disclaimer through binding arbitration, except for disputes involving copyrights, logos, trademarks, trade names, trade secrets, or patents.
</p>
</div>
<div class="disclaimer-section">
<h2>11. Last Amendment</h2>
<p>
This disclaimer was last amended on March 30, 2025.
</p>
</div>
<p><em>Note: This updated disclaimer is provided for informational purposes only and does not constitute legal advice. Always consult with a legal professional regarding compliance and risk management.</em></p>
</body>
</html>