-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
389 lines (312 loc) · 16.1 KB
/
privacy-policy.html
File metadata and controls
389 lines (312 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Privacy Policy | Vindex Protocol</title>
<meta name="description" content="Privacy Policy for Vindex Protocol Livelihood Insurance">
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<style>
.privacy-section {
padding: 80px 0;
background: white;
}
.privacy-header {
background: linear-gradient(135deg, var(--primary-navy) 0%, var(--royal-blue) 100%);
color: white;
padding: 60px 0;
text-align: center;
}
.privacy-header h1 {
color: white;
font-size: 2.5rem;
margin-bottom: 15px;
}
.privacy-header p {
opacity: 0.9;
font-size: 1.1rem;
}
.privacy-content {
max-width: 900px;
margin: 0 auto;
}
.privacy-content h2 {
color: var(--primary-navy);
font-size: 2rem;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid var(--teal-accent);
}
.privacy-content h3 {
color: var(--royal-blue);
font-size: 1.5rem;
margin-top: 30px;
margin-bottom: 15px;
}
.privacy-content p {
color: var(--text-grey);
font-size: 1.05rem;
line-height: 1.8;
margin-bottom: 15px;
}
.privacy-content ul, .privacy-content ol {
color: var(--text-grey);
font-size: 1.05rem;
line-height: 1.8;
margin-bottom: 20px;
padding-left: 30px;
}
.privacy-content li {
margin-bottom: 10px;
}
.highlight-box {
background: var(--light-grey);
border-left: 4px solid var(--teal-accent);
padding: 20px;
border-radius: 8px;
margin: 25px 0;
}
.highlight-box p {
margin-bottom: 0;
}
.last-updated {
background: #FEF3C7;
padding: 15px 20px;
border-radius: 8px;
margin-bottom: 30px;
color: #92400E;
font-weight: 500;
}
.contact-box {
background: linear-gradient(135deg, var(--teal-accent), var(--emerald-accent));
color: white;
padding: 30px;
border-radius: 15px;
text-align: center;
margin-top: 40px;
}
.contact-box h3 {
color: white;
margin-bottom: 15px;
}
.contact-box a {
color: white;
text-decoration: underline;
font-weight: 600;
}
</style>
</head>
<body>
<header id="header" class="header d-flex align-items-center px-3 sticky-top">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center text-decoration-none">
<h1 class="sitename mb-0">VINDEX<span class="text-teal">_</span></h1>
</a>
<a href="index.html" class="btn-primary-vindex d-none d-md-block">Back to Home</a>
</div>
</header>
<div class="privacy-header">
<div class="container">
<h1>Privacy Policy</h1>
<p>Your privacy and data security are our top priorities</p>
</div>
</div>
<section class="privacy-section">
<div class="container">
<div class="privacy-content">
<div class="last-updated">
<i class="bi bi-calendar-check me-2"></i>Last Updated: February 22, 2026
</div>
<p>Vindex Protocol ("we," "our," or "us") is committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our livelihood insurance services and website.</p>
<h2>1. Information We Collect</h2>
<h3>1.1 Personal Information</h3>
<p>We collect personal information that you voluntarily provide to us when you:</p>
<ul>
<li>Request an insurance quote or apply for coverage</li>
<li>Create an account on our platform</li>
<li>Subscribe to our newsletter</li>
<li>Contact our customer support</li>
<li>Participate in surveys or promotions</li>
</ul>
<p>This information may include:</p>
<ul>
<li>Full name, email address, phone number, and residential address</li>
<li>Date of birth and government-issued identification numbers</li>
<li>Employment information (employer name, job title, annual income)</li>
<li>Educational background and professional qualifications</li>
<li>Financial information (bank account details, payment information)</li>
<li>Dependent information for family coverage</li>
</ul>
<h3>1.2 Automatically Collected Information</h3>
<p>When you visit our website, we automatically collect certain information about your device and browsing behavior, including:</p>
<ul>
<li>IP address, browser type, and operating system</li>
<li>Pages visited, time spent on pages, and navigation patterns</li>
<li>Referring website addresses</li>
<li>Device identifiers and mobile network information</li>
</ul>
<h3>1.3 Cookies and Tracking Technologies</h3>
<p>We use cookies, web beacons, and similar tracking technologies to enhance your experience, analyze usage patterns, and deliver personalized content. You can control cookie preferences through your browser settings.</p>
<h2>2. How We Use Your Information</h2>
<p>We use the collected information for the following purposes:</p>
<h3>2.1 Insurance Services</h3>
<ul>
<li>Processing insurance applications and underwriting policies</li>
<li>Calculating premiums and determining coverage eligibility</li>
<li>Managing claims and providing customer support</li>
<li>Conducting fraud detection and prevention activities</li>
<li>Verifying your identity and preventing unauthorized access</li>
</ul>
<h3>2.2 Communication</h3>
<ul>
<li>Sending policy documents, renewal notices, and important updates</li>
<li>Responding to your inquiries and providing customer support</li>
<li>Delivering marketing communications (with your consent)</li>
<li>Sending newsletters and educational content about financial security</li>
</ul>
<h3>2.3 Platform Improvement</h3>
<ul>
<li>Analyzing usage patterns to improve our services</li>
<li>Developing new features and insurance products</li>
<li>Conducting research and statistical analysis</li>
<li>Enhancing website security and preventing technical issues</li>
</ul>
<h2>3. Information Sharing and Disclosure</h2>
<p>We may share your information with the following parties:</p>
<h3>3.1 Service Providers</h3>
<p>We engage trusted third-party service providers to perform functions on our behalf, including:</p>
<ul>
<li>Payment processors and financial institutions</li>
<li>Cloud storage and hosting providers</li>
<li>Customer relationship management (CRM) platforms</li>
<li>Email delivery and marketing automation services</li>
<li>Data analytics and fraud detection services</li>
</ul>
<h3>3.2 Reinsurance Partners</h3>
<p>We may share information with reinsurance companies to manage risk and ensure adequate coverage capacity.</p>
<h3>3.3 Legal Requirements</h3>
<p>We may disclose your information when required by law, including:</p>
<ul>
<li>Compliance with legal obligations and regulatory requirements</li>
<li>Response to court orders, subpoenas, or government requests</li>
<li>Protection of our rights, property, or safety</li>
<li>Investigation of fraud or other illegal activities</li>
</ul>
<h3>3.4 Business Transfers</h3>
<p>In the event of a merger, acquisition, or sale of assets, your information may be transferred to the acquiring entity.</p>
<div class="highlight-box">
<p><strong>Important:</strong> We do not sell your personal information to third parties for marketing purposes. We only share information as necessary to provide our services and comply with legal obligations.</p>
</div>
<h2>4. Data Security</h2>
<p>We implement robust security measures to protect your information:</p>
<ul>
<li><strong>Encryption:</strong> All sensitive data is encrypted in transit using SSL/TLS protocols and at rest using industry-standard encryption algorithms</li>
<li><strong>Access Controls:</strong> Strict access controls ensure only authorized personnel can access your information</li>
<li><strong>Regular Audits:</strong> We conduct regular security audits and vulnerability assessments</li>
<li><strong>Secure Infrastructure:</strong> Our systems are hosted on secure, compliant cloud infrastructure</li>
<li><strong>Employee Training:</strong> All employees receive regular training on data protection and privacy practices</li>
</ul>
<p>While we strive to protect your information, no method of transmission over the internet is 100% secure. We cannot guarantee absolute security but continuously work to enhance our security measures.</p>
<h2>5. Your Rights and Choices</h2>
<p>You have the following rights regarding your personal information:</p>
<h3>5.1 Access and Correction</h3>
<p>You can request access to your personal information and request corrections to any inaccurate data.</p>
<h3>5.2 Data Portability</h3>
<p>You have the right to receive your personal information in a structured, commonly used format.</p>
<h3>5.3 Deletion</h3>
<p>You can request deletion of your personal information, subject to legal and contractual obligations.</p>
<h3>5.4 Marketing Communications</h3>
<p>You can opt out of marketing communications at any time by:</p>
<ul>
<li>Clicking the "unsubscribe" link in our emails</li>
<li>Contacting us at rohitash@vindexprotocol.com</li>
<li>Updating your communication preferences in your account settings</li>
</ul>
<h3>5.5 Cookie Preferences</h3>
<p>You can manage cookie preferences through your browser settings or our cookie consent tool.</p>
<h2>6. Data Retention</h2>
<p>We retain your personal information for as long as necessary to:</p>
<ul>
<li>Provide our insurance services and maintain your policy</li>
<li>Comply with legal, regulatory, and tax requirements</li>
<li>Resolve disputes and enforce our agreements</li>
<li>Maintain business records for legitimate business purposes</li>
</ul>
<p>After the retention period expires, we securely delete or anonymize your information.</p>
<h2>7. Children's Privacy</h2>
<p>Our services are not intended for individuals under the age of 18. We do not knowingly collect personal information from children. If we become aware that we have collected information from a child, we will take steps to delete it promptly.</p>
<h2>8. International Data Transfers</h2>
<p>Your information may be transferred to and processed in countries other than your country of residence. We ensure appropriate safeguards are in place to protect your information in accordance with applicable data protection laws.</p>
<h2>9. Third-Party Links</h2>
<p>Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to review their privacy policies before providing any personal information.</p>
<h2>10. Open Source Community</h2>
<p>As part of our commitment to transparency, certain components of our fraud detection system are open source. However, no personal information is included in our public repositories. All data used in our open-source projects is anonymized and aggregated.</p>
<h2>11. Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. We will notify you of material changes by:</p>
<ul>
<li>Posting the updated policy on our website</li>
<li>Sending an email notification to registered users</li>
<li>Displaying a prominent notice on our platform</li>
</ul>
<p>Your continued use of our services after the effective date of the updated policy constitutes acceptance of the changes.</p>
<h2>12. Regulatory Compliance</h2>
<p>We comply with applicable data protection regulations, including:</p>
<ul>
<li>Information Technology Act, 2000 (India)</li>
<li>Personal Data Protection Bill (India)</li>
<li>Insurance Regulatory and Development Authority of India (IRDAI) guidelines</li>
<li>General Data Protection Regulation (GDPR) for European users</li>
</ul>
<h2>13. Contact Us</h2>
<div class="contact-box">
<h3>Questions About Your Privacy?</h3>
<p>If you have any questions, concerns, or requests regarding this Privacy Policy or our data practices, please contact us:</p>
<p style="margin-top: 15px;">
<i class="bi bi-envelope-fill me-2"></i>
<strong>Email:</strong> <a href="mailto:rohitash@vindexprotocol.com">rohitash@vindexprotocol.com</a>
</p>
<p>
<i class="bi bi-building me-2"></i>
<strong>Data Protection Officer:</strong> Vindex Protocol Privacy Team
</p>
<p class="mb-0">We will respond to your inquiry within 30 days.</p>
</div>
<div class="highlight-box" style="margin-top: 40px;">
<p><strong>Your Trust Matters:</strong> At Vindex Protocol, we believe that protecting your privacy is fundamental to building trust. We are committed to maintaining the highest standards of data protection and transparency in all our operations.</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-links">
<a href="index.html">Home</a>
<a href="index.html#how-it-works">How It Works</a>
<a href="index.html#calculator">Get Quote</a>
<a href="index.html#open-source">Open Source</a>
<a href="https://github.com/Rohitcodes28/VINDEX-PROTOCOL" target="_blank">GitHub</a>
<a href="mailto:rohitash@vindexprotocol.com">Contact</a>
<a href="privacy-policy.html">Privacy Policy</a>
</div>
<div class="social-links d-flex justify-content-center gap-3 mb-3">
<a href="https://github.com/Rohitcodes28/VINDEX-PROTOCOL" target="_blank"><i class="bi bi-github"></i></a>
<a href="#"><i class="bi bi-linkedin"></i></a>
<a href="#"><i class="bi bi-twitter-x"></i></a>
<a href="#"><i class="bi bi-discord"></i></a>
</div>
<p class="text-muted mb-0 text-center">© 2026 <strong>Vindex Protocol</strong>. All Rights Reserved.</p>
<p class="text-muted small mt-2 text-center">Powered by decentralized technology. Secured by community trust.</p>
</div>
</footer>
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>