-
Notifications
You must be signed in to change notification settings - Fork 4
/
privacy.html
333 lines (281 loc) · 17.4 KB
/
privacy.html
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
<!doctype html>
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Experience secure, lightning-fast cryptocurrency trading with NightTrader Exchange. Our decentralized multi-signature platform offers unparalleled security, scalability, and affordability. Trade with confidence - your keys, your crypto. Join the future of decentralized finance today.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Privacy NightTrader – State-of-the-Art, Secure, Fast, Scalable & Affordable Decentralized Multi Signature Exchange</title>
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/png">
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Fontawesome css ======-->
<link rel="stylesheet" href="assets/css/all.css">
<!--====== nice select css ======-->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!--====== Slick css ======-->
<link rel="stylesheet" href="assets/css/slick.css">
<!--====== Swiper css ======-->
<link rel="stylesheet" href="assets/css/swiper.min.css">
<!--====== Default css ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="header-nav">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="navigation">
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png" alt=""></a> <!-- logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button> <!-- navbar toggler -->
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul class="navbar-nav m-auto" >
<li class="nav-item">
<a class="nav-link active" href="index.html">Home <i
class="fal fa-angle-down"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Benefits">Benefits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Downloads">Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Roadmap">Roadmap</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#FAQs">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://nighttrader.exchange/support/">Support</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="contact-us.html">Pages <i
class="fal fa-angle-down"></i></a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="singup.html">Singup</a></li>
<li><a href="404.html">Error</a></li>
</ul>
</li> -->
</ul>
</div> <!-- navbar collapse -->
<div class="navbar-btn d-none d-sm-flex">
<ul>
<li><a class="main-btn" href="https://my.nighttrader.exchange/#login">login</a></li>
<li><a class="main-btn-2 main-btn" href="https://my.nighttrader.exchange/#register-vaJBgtzFBgBaEWLreAc6qRCuKLG">signup</a></li>
</ul>
</div>
</nav>
</div> <!-- navigation -->
</div>
</div>
</div>
</div>
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== PAGE TITLE PART START ======-->
<div class="page-title-area page-title-2-area">
<div class="container">
<div class="row align-items-end">
<div class="col-lg-6">
<div class="page-title-content">
<span>Updated: | October 22, 2024</span>
<h3 class="title">Privacy Policy</h3>
</div>
</div>
<div class="col-lg-6">
<div class="title-social d-flex justify-content-lg-end justify-content-start">
<div class="item">
<span>Share</span>
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100068695556611"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://t.me/Nighttrader_org_Chat"><i class="fab fa-telegram"></i></a></li>
<li><a href="https://www.twitter.com/nighttraderO"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/11866948/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/NightTrader/"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.tiktok.com/@nighttradero"><i class="fab fa-tiktok"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="banefits-color-2">
<img src="assets/images/shape/color-bg-4.png" alt="">
</div>
</div>
<!--====== PAGE TITLE PART ENDS ======-->
<!--====== BLOG POST PART START ======-->
<section class="blog-post-area">
<div class="container">
<div class="row justify-content-center">
<div class="blog-post-item">
<div class="blog-post-top-content">
<h3 class="title">Introduction</h3>
<p>NightTrader Exchange ("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 decentralized multi-signature cryptocurrency exchange platform.</p>
<h3 class="title">Information We Collect</h3>
<h3 class="title">Personal Information</h3>
<p> We may collect the following personal information:
Email address or bitmessage address
Cryptocurrency wallet addresses
Transaction data</p>
<h3 class="title">Automatically Collected Information</h3>
<p>We may automatically collect certain information about your device, including:
IP address
Browser type
Operating system
Access times and dates
</p><h3 class="title">How We Use Your Information</h3>
<p> We use the collected information for the following purposes:
To provide and maintain our decentralized exchange services
To process transactions and send notices about your transactions
To resolve disputes and troubleshoot problems
To prevent potentially prohibited or illegal activities
To enforce our Terms of Service</p>
<h3 class="title">Data Security</h3>
<p> We implement a variety of security measures to maintain the safety of your personal information:
Use of multi-signature technology for enhanced transaction security
Non-custodial system ensuring you maintain control of your assets
Encryption of sensitive data
However, please note that no method of transmission over the internet or electronic storage is 100% secure.</p>
<h3 class="title">Sharing of Information</h3>
<p> As a decentralized platform, we do not share your personal information with third parties except:
As required by law or regulation
To protect against fraud or other illegal activities
With your explicit consent</p>
<h3 class="title">Your Rights</h3>
<p> You have the right to:
Access the personal information we hold about you
Correct any inaccuracies in your personal information
Delete your personal information from our systems
Object to the processing of your personal information</p>
<h3 class="title">Changes to This Privacy Policy</h3>
<p> We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date.
</p> <h3 class="title">Contact Us</h3>
<p> If you have any questions about this Privacy Policy, please contact us at:
Email: [contact email]
Address: [physical address if applicable]
By using NightTrader Exchange, you agree to the collection and use of information in accordance with this Privacy Policy.</p></div>
</div>
</div>
</div>
</div>
</div>
<div class="banefits-color-2">
<img src="assets/images/shape/color-bg-4.png" alt="">
</div>
</section>
<!--====== BLOG POST PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">Menu</h4>
<ul>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#Benefits">Benefits</a></li>
<li><a href="index.html#Team">Team</a></li>
<li><a href="https://nighttrader.exchange/support/">Support</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">PAPERS</h4>
<ul>
<li><a href="https://github.com/NightTrader/nighttrader.github.io/blob/4b2ddfd7a2069bf88922832db6e2cde0bc056c57/Nighttrader_A_Decentralized_Multisignature_Electronic_Cash_Wallet.pdf">White Paper</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">legal</h4>
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="tandc.html">Terms & Conditions</a></li>
<li><a href="cookiepolicy.html">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">Newsletter</h4>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Email Address">
<button><i class="fal fa-arrow-right"></i></button>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="footer-copyright d-flex justify-content-between align-items-center">
<p class="order-2 order-sm-1">© NIGHTTRADER.EXCHANGE</p>
<ul class="order-1 order-sm-2">
<li><a href="https://www.facebook.com/profile.php?id=100068695556611"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://t.me/Nighttrader_org_Chat"><i class="fab fa-telegram"></i></a></li>
<li><a href="https://www.twitter.com/nighttraderO"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/11866948/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/NightTrader/"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.tiktok.com/@nighttradero"><i class="fab fa-tiktok"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="banefits-color-2">
<img src="assets/images/shape/color-bg-4.png" alt="">
</div>
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== scroll_up PART START ======-->
<a id="scroll_up"><i class="far fa-angle-up"></i></a>
<!--====== scroll_up PART ENDS ======-->
<!--====== jquery js ======-->
<script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<!--====== Slick js ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Swiper js ======-->
<script src="assets/js/swiper.min.js"></script>
<!--====== nice select js ======-->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!--====== circle progress js ======-->
<script src="assets/js/circle-progress.min.js"></script>
<!--====== Images Loaded js ======-->
<script src="assets/js/jquery.syotimer.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>