-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms_en.html
More file actions
122 lines (111 loc) · 5.16 KB
/
terms_en.html
File metadata and controls
122 lines (111 loc) · 5.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use - Alter</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f8f9fa;
}
.container {
background: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #2c3e50;
border-bottom: 3px solid #3498db;
padding-bottom: 10px;
}
h2 {
color: #34495e;
margin-top: 30px;
}
.last-updated {
font-style: italic;
color: #666;
margin-bottom: 30px;
}
.language-switch {
text-align: right;
margin-bottom: 20px;
}
.language-switch span {
font-weight: 600;
}
a {
color: #1d4ed8;
font-weight: 500;
text-decoration: underline;
}
a:hover {
color: #1e3a8a;
}
.contact-info {
background-color: #f8f9fa;
padding: 15px;
border-radius: 5px;
margin: 20px 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Terms of Use</h1>
<p class="last-updated">Last updated: 4 October 2025</p>
<div class="language-switch">
<a href="terms.html">FR</a> | <span>EN</span>
</div>
<h2>1. Purpose</h2>
<p>These Terms of Use ("Terms") govern the use of the Alter application (the "Application") operated by VISIALIS ("we", "us" or the "Company").</p>
<h2>2. Acceptance</h2>
<p>By downloading, installing or using the Application you agree to be bound by these Terms. If you do not agree, do not use the Application.</p>
<h2>3. Service Description</h2>
<p>Alter assists users with the classification and analysis of blockchain addresses on EVM-compatible networks. The Application is available free of charge on the web and via supported mobile distribution platforms.</p>
<h2>4. Permitted Use</h2>
<p>You agree to use the Application solely for its intended purpose and in accordance with these Terms. You are not allowed to:</p>
<ul>
<li>Use the Application for illegal or unauthorized purposes</li>
<li>Attempt to compromise the security or integrity of the Application</li>
<li>Reproduce, distribute or create derivative works of the Application</li>
<li>Use the Application in a way that could damage or disrupt its operation</li>
</ul>
<h2>5. Intellectual Property</h2>
<p>The Application and all related content are protected by intellectual property laws. All rights, title and interest remain the exclusive property of the Company.</p>
<h2>6. Personal Data</h2>
<p>We do not collect or store any personal data of users. Network communications are limited to the public RPC endpoints required for the Application to operate. For additional details, please refer to our <a href="privacy_en.html">Privacy Policy</a>.</p>
<h2>7. Limitation of Liability</h2>
<p>The Application is provided “as is”. We do not warrant that it will be error-free or available without interruption. Our liability is limited to the maximum extent permitted by applicable law.</p>
<h2>8. Amendments</h2>
<p>We reserve the right to amend these Terms at any time. Amendments take effect upon publication. You are responsible for reviewing the Terms periodically.</p>
<h2>9. End of Use</h2>
<p>No subscription is required to use the Application. You may stop using it at any time by uninstalling it or closing the web interface. VISIALIS reserves the right to withdraw the Application or suspend updates if usage breaches these Terms or poses a security risk.</p>
<h2>10. Governing Law</h2>
<p>These Terms are governed by French law. Any dispute shall fall under the exclusive jurisdiction of the courts of Paris, France.</p>
<h2>11. Contact</h2>
<div class="contact-info">
<p>For any question regarding these Terms, please contact:</p>
<p>
<strong>VISIALIS</strong><br>
Legal form: SAS (simplified joint-stock company)<br>
Share capital: €200,000.00<br>
Address: BUREAU 326, 59 rue de Ponthieu, 75008 Paris, France<br>
SIREN: 478 885 122<br>
SIRET (head office): 478 885 122 00042<br>
EU VAT: FR18 478 885 122<br>
Paris Trade Register (RCS): 478 885 122 (05/10/2004)<br>
Email: <a href="mailto:contact@visialis.fr">contact@visialis.fr</a><br>
Website: <a href="https://alter.visialis.fr">https://alter.visialis.fr</a>
</p>
</div>
</div>
</body>
</html>