-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
832 lines (767 loc) Β· 31.5 KB
/
Copy pathdisclaimer.html
File metadata and controls
832 lines (767 loc) Β· 31.5 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Risk Notice & Disclaimer - The Protocol</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary-glow: #3B82F6;
--secondary-glow: #8B5CF6;
--accent-glow: #10B981;
--danger-glow: #EF4444;
--warning-glow: #F59E0B;
--bg-void: #000000;
--bg-deep: #0a0a0a;
--bg-dark: #0F172A;
--bg-card: rgba(15, 23, 42, 0.6);
--text-bright: #FFFFFF;
--text-primary: #F8FAFC;
--text-secondary: #94A3B8;
--text-muted: #475569;
--gradient-primary: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
--gradient-danger: linear-gradient(135deg, #EF4444 0%, #F59E0B 100%);
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: var(--bg-void);
color: var(--text-primary);
line-height: 1.6;
overflow-x: hidden;
}
/* Navigation Header */
.nav-header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: rgba(10, 10, 10, 0.95);
backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(239, 68, 68, 0.3);
z-index: 1000;
transition: all 0.3s ease;
}
.nav-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
}
.nav-logo {
font-size: 1.5rem;
font-weight: 900;
background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-decoration: none;
letter-spacing: -0.02em;
}
.nav-menu {
display: flex;
align-items: center;
gap: 2.5rem;
list-style: none;
}
.nav-link {
color: var(--text-secondary);
text-decoration: none;
font-weight: 500;
font-size: 0.95rem;
letter-spacing: 0.01em;
transition: all 0.3s ease;
position: relative;
}
.nav-link:hover {
color: var(--text-bright);
}
.nav-link.nav-cta {
background: var(--gradient-primary);
color: var(--text-bright);
padding: 0.75rem 1.5rem;
border-radius: 0.5rem;
}
/* Risk Header */
.risk-header {
background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(245, 158, 11, 0.1) 100%);
padding: 10rem 0 5rem;
text-align: center;
position: relative;
overflow: hidden;
border-bottom: 2px solid rgba(239, 68, 68, 0.3);
}
.risk-header::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(239, 68, 68, 0.1) 0%, transparent 70%);
animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.5; }
50% { transform: scale(1.1); opacity: 0.8; }
}
.legal-title {
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 900;
background: var(--gradient-danger);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 1rem;
position: relative;
z-index: 1;
}
.warning-badge {
display: inline-block;
background: var(--danger-glow);
color: var(--text-bright);
padding: 0.5rem 1rem;
border-radius: 0.5rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 2rem;
animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 0 2rem;
}
.section {
padding: 4rem 0;
}
/* Risk Cards */
.risk-grid {
display: grid;
gap: 2rem;
margin: 3rem 0;
}
.risk-card {
background: rgba(15, 23, 42, 0.6);
border: 1px solid rgba(239, 68, 68, 0.3);
border-radius: 1rem;
padding: 2rem;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.risk-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: var(--gradient-danger);
}
.risk-card:hover {
transform: translateY(-5px);
border-color: rgba(239, 68, 68, 0.5);
box-shadow: 0 10px 30px rgba(239, 68, 68, 0.2);
}
.risk-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-bright);
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 1rem;
}
.risk-icon {
font-size: 2rem;
}
.risk-list {
list-style: none;
display: grid;
gap: 1rem;
}
.risk-item {
display: flex;
align-items: flex-start;
gap: 1rem;
color: var(--text-secondary);
}
.risk-item-icon {
color: var(--danger-glow);
font-size: 1.25rem;
margin-top: 0.125rem;
}
/* Special Risk Sections */
.special-risk-section {
background: rgba(239, 68, 68, 0.05);
border: 2px solid rgba(239, 68, 68, 0.2);
border-radius: 1rem;
padding: 3rem;
margin: 3rem 0;
}
.special-risk-title {
font-size: 2rem;
font-weight: 700;
color: var(--text-bright);
margin-bottom: 2rem;
text-align: center;
}
/* Emergency Contacts */
.emergency-section {
background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
border-radius: 1rem;
padding: 3rem;
margin: 4rem 0;
}
.emergency-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.emergency-card {
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(59, 130, 246, 0.3);
border-radius: 0.75rem;
padding: 1.5rem;
text-align: center;
transition: all 0.3s ease;
}
.emergency-card:hover {
transform: translateY(-3px);
border-color: rgba(59, 130, 246, 0.5);
}
.emergency-icon {
font-size: 2.5rem;
margin-bottom: 1rem;
}
.emergency-type {
font-weight: 700;
color: var(--text-bright);
margin-bottom: 0.5rem;
}
.emergency-contact {
color: var(--primary-glow);
text-decoration: none;
font-weight: 500;
}
/* Acknowledgment Box */
.acknowledgment-box {
background: var(--gradient-primary);
border-radius: 1rem;
padding: 3rem;
margin: 4rem 0;
position: relative;
overflow: hidden;
}
.acknowledgment-box::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
animation: rotate 20s linear infinite;
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.acknowledgment-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 2rem;
text-align: center;
position: relative;
z-index: 1;
}
.acknowledgment-list {
list-style: none;
display: grid;
gap: 1rem;
position: relative;
z-index: 1;
}
.acknowledgment-item {
display: flex;
align-items: center;
gap: 1rem;
font-weight: 500;
}
/* Footer */
footer {
background: var(--bg-void);
padding: 4rem 0;
border-top: 1px solid rgba(239, 68, 68, 0.2);
}
.footer-content {
text-align: center;
color: var(--text-muted);
}
.footer-links {
display: flex;
gap: 2rem;
justify-content: center;
margin-bottom: 2rem;
flex-wrap: wrap;
}
.footer-links a {
color: var(--text-secondary);
text-decoration: none;
transition: color 0.3s ease;
}
.footer-links a:hover {
color: var(--primary-glow);
}
/* Responsive */
@media (max-width: 768px) {
.nav-menu {
display: none;
}
.risk-header {
padding: 8rem 0 3rem;
}
.emergency-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<!-- Navigation Header -->
<header class="nav-header">
<div class="nav-container">
<a href="/index.html" class="nav-logo">The Protocol</a>
<nav>
<ul class="nav-menu">
<li><a href="/index.html" class="nav-link">Home</a></li>
<li><a href="/technical-page.html" class="nav-link">Technical Architecture</a></li>
<li><a href="/attestation.html" class="nav-link">Attestation Network</a></li>
<li><a href="/governance.html" class="nav-link">Governance</a></li>
<li><a href="#" class="nav-link nav-cta">Join Beta</a></li>
</ul>
</nav>
</div>
</header>
<!-- Risk Header -->
<section class="risk-header">
<div class="container">
<div class="warning-badge">β οΈ IMPORTANT LEGAL NOTICE</div>
<h1 class="legal-title">Risk Notice & Disclaimer</h1>
<p style="font-size: 1.5rem; color: var(--text-secondary); max-width: 800px; margin: 0 auto;">
Experimental AI Infrastructure β’ Significant Risks β’ No Guarantees
</p>
</div>
</section>
<!-- Main Content -->
<section class="section">
<div class="container">
<!-- Critical Warning -->
<div class="special-risk-section">
<h2 class="special-risk-title">β οΈ CRITICAL RISK WARNING</h2>
<p style="font-size: 1.25rem; text-align: center; margin-bottom: 2rem;">
The Protocol is experimental AI infrastructure with significant risks.
</p>
<p style="text-align: center; color: var(--text-bright); font-weight: 700; font-size: 1.5rem;">
USE AT YOUR OWN RISK. YOU MAY LOSE EVERYTHING.
</p>
</div>
<!-- Main Risk Categories -->
<div class="risk-grid">
<!-- No Liability for Agent Actions -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">π€</span>
No Liability for Agent Actions
</h3>
<p style="margin-bottom: 1rem; font-weight: 700; color: var(--danger-glow);">
The Protocol provides technical infrastructure only. We are NOT responsible for:
</p>
<ul class="risk-list">
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Decisions or actions of autonomous AI agents</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Content generated or processed by agents</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Economic losses from agent activities</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Damages caused by faulty agents</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Legal violations by agent operations</span>
</li>
</ul>
<p style="margin-top: 1.5rem; font-weight: 700; color: var(--text-bright); text-align: center; font-size: 1.125rem;">
YOU ARE SOLELY RESPONSIBLE FOR YOUR AGENTS.
</p>
</div>
<!-- No Financial Advice -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">π°</span>
No Financial Advice
</h3>
<p style="margin-bottom: 1rem; font-weight: 700; color: var(--warning-glow);">
AVT tokens and all economic aspects of the platform are:
</p>
<ul class="risk-list">
<li class="risk-item">
<span class="risk-item-icon">β οΈ</span>
<span>NOT securities or financial instruments</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β οΈ</span>
<span>NOT investment advice</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β οΈ</span>
<span>Subject to significant loss risks</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β οΈ</span>
<span>Experimental and untested long-term</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β οΈ</span>
<span>Potentially worthless</span>
</li>
</ul>
<p style="margin-top: 1.5rem; font-weight: 700; color: var(--text-bright); text-align: center; font-size: 1.125rem;">
ONLY INVEST WHAT YOU CAN AFFORD TO LOSE.
</p>
</div>
<!-- Experimental Technology -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">π¬</span>
Experimental Technology
</h3>
<p style="margin-bottom: 1rem;">
This platform uses experimental technologies:
</p>
<ul class="risk-list">
<li class="risk-item">
<span class="risk-item-icon">π¬</span>
<span>AI agents may act unpredictably</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π¬</span>
<span>Zero-knowledge proofs are complex and error-prone</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π¬</span>
<span>Federated systems have inherent security risks</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π¬</span>
<span>Smart contracts may contain bugs</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π¬</span>
<span>Platform may fail at any time</span>
</li>
</ul>
</div>
<!-- Security Risks -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">π</span>
Security Risks
</h3>
<p style="margin-bottom: 1rem;">
Despite security measures, risks exist:
</p>
<ul class="risk-list">
<li class="risk-item">
<span class="risk-item-icon">π</span>
<span>Possible loss of credentials</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π</span>
<span>Hacking or cyber attacks</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π</span>
<span>Identity theft</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π</span>
<span>Data loss or corruption</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">π</span>
<span>Unauthorized agent access</span>
</li>
</ul>
<p style="margin-top: 1.5rem; font-weight: 700; color: var(--text-bright); text-align: center;">
SECURE YOUR CREDENTIALS AND PRIVATE KEYS.
</p>
</div>
<!-- Regulatory Uncertainty -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">βοΈ</span>
Regulatory Uncertainty
</h3>
<p style="margin-bottom: 1rem;">
Legal status is unclear:
</p>
<ul class="risk-list">
<li class="risk-item">
<span class="risk-item-icon">βοΈ</span>
<span>AI regulation still developing</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">βοΈ</span>
<span>Tokens may be classified as securities</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">βοΈ</span>
<span>Cross-border operations subject to various laws</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">βοΈ</span>
<span>Possible future bans or restrictions</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">βοΈ</span>
<span>Tax treatment unclear</span>
</li>
</ul>
<p style="margin-top: 1.5rem; font-weight: 700; color: var(--text-bright); text-align: center;">
CONSULT A LAWYER.
</p>
</div>
</div>
<!-- Special Risk Categories -->
<h2 style="font-size: 2.5rem; font-weight: 700; margin: 4rem 0 2rem; text-align: center;">
Special Risk Notices
</h2>
<div class="risk-grid">
<!-- AI Agent Risks -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">π€</span>
AI Agent Specific Risks
</h3>
<div style="display: grid; gap: 1.5rem;">
<div>
<h4 style="font-weight: 700; margin-bottom: 0.5rem;">Autonomy Risk</h4>
<p style="color: var(--text-secondary);">
Agents can make independent decisions β’ Loss of control possible β’
Unpredictable emergence β’ Cascade effects in multi-agent systems
</p>
</div>
<div>
<h4 style="font-weight: 700; margin-bottom: 0.5rem;">Learning Risk</h4>
<p style="color: var(--text-secondary);">
Agents may learn harmful patterns β’ Bias amplification possible β’
Adversarial attacks β’ Data poisoning
</p>
</div>
</div>
</div>
<!-- Economic Risks -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">πΈ</span>
Economic Risks
</h3>
<div style="display: grid; gap: 1.5rem;">
<div>
<h4 style="font-weight: 700; margin-bottom: 0.5rem;">Token Risk</h4>
<p style="color: var(--text-secondary);">
Total loss possible β’ No liquidity guarantee β’
Manipulation risk β’ Regulatory ban possible
</p>
</div>
<div>
<h4 style="font-weight: 700; margin-bottom: 0.5rem;">Transaction Risk</h4>
<p style="color: var(--text-secondary);">
Irreversible transactions β’ Wrong address = loss β’
Smart contract bugs β’ Front-running possible
</p>
</div>
</div>
</div>
<!-- Technical Risks -->
<div class="risk-card">
<h3 class="risk-title">
<span class="risk-icon">β‘</span>
Technical Risks
</h3>
<div style="display: grid; gap: 1.5rem;">
<div>
<h4 style="font-weight: 700; margin-bottom: 0.5rem;">Infrastructure Risk</h4>
<p style="color: var(--text-secondary);">
Single points of failure β’ DDoS vulnerability β’
Scaling issues β’ Network partitioning
</p>
</div>
<div>
<h4 style="font-weight: 700; margin-bottom: 0.5rem;">Security Risk</h4>
<p style="color: var(--text-secondary);">
Zero-day exploits β’ Supply chain attacks β’
Insider threats β’ Quantum computing risk
</p>
</div>
</div>
</div>
</div>
<!-- Emergency Contacts -->
<div class="emergency-section">
<h2 style="font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 2rem;">
Emergency Contacts
</h2>
<div class="emergency-grid">
<div class="emergency-card">
<div class="emergency-icon">π¨</div>
<div class="emergency-type">Security Incidents</div>
<a href="mailto:security@theprotocol.cloud" class="emergency-contact">
security@theprotocol.cloud
</a>
</div>
<div class="emergency-card">
<div class="emergency-icon">π§</div>
<div class="emergency-type">Technical Emergencies</div>
<a href="mailto:emergency@theprotocol.cloud" class="emergency-contact">
emergency@theprotocol.cloud
</a>
</div>
<div class="emergency-card">
<div class="emergency-icon">βοΈ</div>
<div class="emergency-type">Legal Inquiries</div>
<a href="mailto:legal@theprotocol.cloud" class="emergency-contact">
legal@theprotocol.cloud
</a>
</div>
</div>
</div>
<!-- Liability Limitation -->
<div class="special-risk-section">
<h2 style="font-size: 2rem; font-weight: 700; margin-bottom: 2rem;">Liability Limitation</h2>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;">
<div>
<h3 style="color: var(--accent-glow); margin-bottom: 1rem;">Our liability is limited to:</h3>
<ul class="risk-list">
<li class="risk-item">
<span style="color: var(--accent-glow);">β
</span>
<span>Intent and gross negligence</span>
</li>
<li class="risk-item">
<span style="color: var(--accent-glow);">β
</span>
<span>Injury to life, body, or health</span>
</li>
<li class="risk-item">
<span style="color: var(--accent-glow);">β
</span>
<span>Maximum annual fees paid</span>
</li>
</ul>
</div>
<div>
<h3 style="color: var(--danger-glow); margin-bottom: 1rem;">We are NOT liable for:</h3>
<ul class="risk-list">
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Simple negligence</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Indirect or consequential damages</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Lost profits</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Data loss</span>
</li>
<li class="risk-item">
<span class="risk-item-icon">β</span>
<span>Business interruption</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Acknowledgment -->
<div class="acknowledgment-box">
<h2 class="acknowledgment-title">BY USING THE PLATFORM YOU CONFIRM:</h2>
<ul class="acknowledgment-list">
<li class="acknowledgment-item">
<span>β
</span>
<span>You have read these notices completely</span>
</li>
<li class="acknowledgment-item">
<span>β
</span>
<span>You understand and accept all risks</span>
</li>
<li class="acknowledgment-item">
<span>β
</span>
<span>You act at your own responsibility</span>
</li>
<li class="acknowledgment-item">
<span>β
</span>
<span>You will indemnify us from all claims</span>
</li>
<li class="acknowledgment-item">
<span>β
</span>
<span>You are of legal age and capacity</span>
</li>
</ul>
</div>
<!-- Last Update -->
<div style="text-align: center; margin-top: 4rem;">
<p style="color: var(--text-secondary);">
<strong>Last Update:</strong> January 2025
</p>
<p style="color: var(--text-secondary); margin-top: 1rem;">
<strong>IMPORTANT:</strong> These notices may change at any time. Check regularly for updates.
</p>
<p style="color: var(--text-muted); margin-top: 2rem; font-style: italic;">
This disclaimer is part of the General Terms and Conditions.
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-links">
<a href="/terms.html">Terms of Service</a>
<a href="/privacy.html">Privacy Policy</a>
<a href="/dpa.html">Data Processing Agreement</a>
<a href="/cookies.html">Cookie Policy</a>
<a href="/imprint.html">Imprint</a>
<a href="/sla.html">Enterprise SLA</a>
</div>
<div class="footer-content">
<p>Β© 2025 The Protocol | Use at Your Own Risk</p>
</div>
</div>
</footer>
</body>
</html>