forked from tominop/atomicwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
how-to-detect-crypto-scam.html
438 lines (386 loc) · 26.9 KB
/
how-to-detect-crypto-scam.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@atomicwallet">
<meta name="twitter:creator" content="@atomicwallet">
<meta name="twitter:title" content="How to Detect Crypto Scam?">
<meta name="twitter:description" content="There is only one rule in a decentralized world: Never trust, verify.
Let's explore the basic ways to protect yourself against scammers in the crypto industry.">
<meta name="twitter:image" content="https://atomicwallet.io/css/images/articles/detect-crypto-scam-twitter.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="There is only one rule in a decentralized world: Never trust, verify.
Let's explore the basic ways to protect yourself against scammers in the crypto industry.">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="UTF-8">
<title>Best way to protect yourself from crypto scam</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media-test-blog.css">
<link rel="stylesheet" href="test/css/item-page.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KBC3CH8');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114023091-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-114023091-1');
</script>-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Start of Async Prefinery Code -->
<script type="text/javascript">var _pfy = _pfy || [];(function(){function pfy_load(){var pfys=document.createElement('script');pfys.type='text/javascript';pfys.async=true;pfys.src='https://widget.prefinery.com/widget/v2/1w40x3e4.js';var pfy=document.getElementsByTagName('script')[0];pfy.parentNode.insertBefore(pfys,pfy);}if (window.attachEvent){window.attachEvent('onload',pfy_load);}else{window.addEventListener('load',pfy_load,false);}})();</script>
<!-- End of Async Prefinery Code -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KBC3CH8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- menu -->
<div class="header-menu-mobile header-menu-close f-light only-mobile" id="menu-mobile">
<div class="container relative">
<a href="/">Wallet</a>
<a href="https://atomicwallet.io/buy-bitcoin">Buy Bitcoin</a>
<a href="/assets">Assets</a>
<a href="/downloads" class="hvr-grow">Download</a>
<a href="https://support.atomicwallet.io/support/home" target="_blank" class="hvr-grow">Support</a>
<a href="/blog">Blog</a>
<button class="header-menu-mobile-close" id="menu-button-close"></button>
</div>
</div>
<div class="header-container">
<div class="container relative">
<img src="css/images/bg-first-screen.svg" alt class="bg bg-main">
<header class="header">
<a href="https://atomicwallet.io" class="header-logo">
<img src="css/images/logo.svg" alt="Atomic">
</a>
<nav class="header-menu f-light">
<a href="/" class="hvr-grow">Wallet</a>
<a href="https://atomicwallet.io/buy-bitcoin" class="hvr-grow">Buy Bitcoin</a>
<a href="assets" class="hvr-grow">Assets</a>
<a href="/downloads" class="hvr-grow">Download</a>
<a href="https://support.atomicwallet.io/support/home" target="_blank" class="hvr-grow">Support</a>
<a href="blog" class="hvr-grow">Blog</a>
</nav>
<nav class="header-menu-icons f-light">
<a href="https://twitter.com/atomicwallet" target="_blank" class="hvr-float">
<img src="css/images/top_twitter.svg">
</a>
<a href="https://t.me/atomicwalletchat" target="_blank" class="hvr-float">
<img src="css/images/top_telegram.svg">
</a>
<a href="https://medium.com/atomic-wallet" target="_blank" class="hvr-float">
<img src="css/images/top_medium.svg">
</a>
<a href="https://www.facebook.com/atomicwallet" target="_blank" class="hvr-float">
<img src="css/images/top_facebook.svg">
</a>
<a href="https://www.reddit.com/r/atomicwallet/" target="_blank" class="hvr-float">
<img src="css/images/top_reddit.svg">
</a>
<a href="https://steemit.com/@atomicwallet" target="_blank" class="hvr-float">
<img src="css/images/top_steemit.svg">
</a>
</nav>
<button class="header-button only-mobile" id="menu-button-open"></button>
</header>
</div>
</div>
<div class="item-page-container">
<div class="item-page">
<div class="item-page-article">
<h1 style="margin-bottom: 10px;">How to Detect Crypto Scam</h1>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/how-to-detect-crypto-scam.png" alt="What are Stable Coins?" class="hvr-grow">
<cite>
</cite>
</div>
</div>
<!--<h4>Find answer</h4>
<div id="toc_container">
<ul class="toc_list">
<li><a href="#coin">What are Stable Coins?</a></li>
<li><a href="#role">What is Stable Coins Role?</a></li>
</ul>
<ul class="toc_list">
<li><a href="#store">Where to Store Stable Coins?</a></li>
<a href="#download"><li>Download Atomic Wallet</li></a>
</ul>
</div>-->
<p>Spam, Scum or SCAM? There is only one rule in a decentralized world: <b>Never trust, verify.</b> <br> Let's explore the basic ways to protect yourself against scammers in the crypto industry.</p>
<p>Detecting a scammer is easy. Here is a checklist that may help you do that:</p>
<ul>
<li>Check sender's login in posts</li>
<li>Check a domain</li>
<li>Check application developers</li>
<li>Check the email sender's address</li>
<li>Check admin login in Telegram</li>
</ul>
<p>Let’s consider each case individually.</p>
<h3>Check sender's login in posts</h3>
<p>
You can find the Atomic team on social media by searching "@atomicwallet”. That is the only login we use. If you see something else, be sure — that’s not us, that’s not our post, and this is a scam. In addition, we don’t make ETH giveaways and never did. Remember it, and you won’t fall prey for a scam on social media.
</p>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/scam-twitter-example.png" alt="" class="hvr-grow">
</div>
</div>
<h3>Check a domain</h3>
<p>When checking a domain, you must see “Atomic protocol” and "https" security in your browser address bar. Make sure you can check connection security. If you can’t, then it is a phishing website. The domain must be exactly: atomicwallet.io, without any additions like in the previous example, and the install file must have our logo. The original page <b>always</b> looks like this:</p>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/atomic-secured.png" alt="" class="hvr-grow">
</div>
</div>
<h3>Check application developers</h3>
<p>When surfing the web or Play Market, pay attention to the developer name. You must see "Atomic Wallet", not any other names. On the screen below, you can see a completely other "Atomic Wallet", which is not related to us in any way. It's someone else’s app.</p>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/app-scam-example.png" alt="" class="hvr-grow">
</div>
</div>
<h3>Check the email sender's address</h3>
<p>The address of the email must content the "O" letter, not a zero "0", without upper letters, like "AT0MICWALLET.IO", etc. The only one email domain of Atomic Wallet is valid for communications: atomicwallet.io. This is the domain where you can <a href="https://atomicwallet.io/downloads">download the original Atomic Wallet application</a> and the domain you receive emails from us.</p>
<h3>Check admin login on Telegram</h3>
<p>Check a pinned message in our Telegram chat and be sure you are in contact with one of our official admins listed in the message. If it’s someone else, then it’s a scam!</p>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/telegram-scam-example.png" alt="" class="hvr-grow">
</div>
</div>
<h3>The list of nevers</h3>
<p>In order to protect yourself from scammers, you must bear in mind some things that you never will do, whatever the circumstances.</p>
<p><b>NEVER send Private keys or a <a href="https://atomicwallet.io/what-are-private-keys-and-how-they-work">Mnemonic Seed</a>!</b></p>
<p>We never ask for your private keys or mnemonic phrase. Your keys are stored in an encrypted manner only on your device and we never need them for any purpose. Your backup phrase is the most important part of funds safety. <b>Remember that any request for private keys or backup phrase is a scam.</b></p>
<p>Beware of scammers who ask you that information:</p>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/telegram-scam-example2.png" alt="" class="hvr-grow">
</div>
</div>
<h3>NEVER send anyone a deposit!</h3>
<p>We never ask your funds to fix some issues! Your assets are safely stored on the Blockchain, even if it doesn’t displayed in your wallet for some reason.</p>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/telegram-scam-example3.png" alt="" class="hvr-grow">
</div>
</div>
<p>Atomic Wallet is a decentralized App, we don’t store any data of yours, so your money is entirely under your control.
<br>Bear that in mind, and you’ll be invulnerable to scammer attacks.</p>
<p>We are sure you will be attentive and careful i order to keep your money safe! Download our wallet at AtomicWallet.io 👈 and enjoy your cryptos being safely managed!</p>
</div>
<div class="item-page-download">
<div class="item-page-download-title mobile-hide" id="download">Download Atomic Wallet</div>
<!-- Subscribe Pop-up-->
<script>window.jQuery || document.write('<scr' + 'ipt src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"><\/sc' + 'ript>')</script>
<script>window.$kol_jquery = window.jQuery</script>
<script src="https://kickoffpages-kickofflabs.netdna-ssl.com/widgets/1.9.6/kol_bounce.js"></script>
<script src='https://kickoffpages-kickofflabs.netdna-ssl.com/w/113350/220933.js'></script>
<div class="download mobile-hide">
<div class="download-item download-item-windows hvr-grow" data-download="windows">
<a href="https://atomicwallet.io/download/atomicwallet.exe" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-windows.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-windows-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://atomicwallet.io/download/atomicwallet.exe" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'windows'="" });="">Windows</a>
</span>
<span class="download-button-label">
<a href="https://atomicwallet.io/download/atomicwallet.exe" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'windows'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-apple hvr-grow" data-download="apple">
<a href="https://atomicwallet.io/download/atomicwallet.dmg" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-apple.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-apple-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://atomicwallet.io/download/atomicwallet.dmg" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'macos'="" });="">macOS</a>
</span>
<span class="download-button-label">
<a href="https://atomicwallet.io/download/atomicwallet.dmg" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'macos'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-ubuntu hvr-grow" data-download="ubuntu">
<a href="https://atomicwallet.io/download/atomicwallet.AppImage" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-ubuntu.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-ubuntu-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://atomicwallet.io/download/atomicwallet.AppImage" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'ubuntu'="" });="">Ubuntu</a>
</span>
<span class="download-button-label">
<a href="https://atomicwallet.io/download/atomicwallet.AppImage" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'ubuntu'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-debian hvr-grow" data-download="debian">
<a href="https://atomicwallet.io/download/atomicwallet.deb" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-debian.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-debian-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://atomicwallet.io/download/atomicwallet.deb" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'debian'="" });="">Debian</a>
</span>
<span class="download-button-label">
<a href="https://atomicwallet.io/download/atomicwallet.deb" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'debian'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-fedora hvr-grow" data-download="fedora">
<a href="https://atomicwallet.io/download/atomicwallet.rpm" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-fedora.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-fedora-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://atomicwallet.io/download/atomicwallet.rpm" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'fedora'="" });="">Fedora</a>
</span>
<span class="download-button-label">
<a href="https://atomicwallet.io/download/atomicwallet.rpm" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'fedora'="" });="">Download</a>
</span>
</div>
</div>
</div>
</div>
</div>
<h2 class="top-stories">Top Stories</h2>
<div class="related-search-grid">
<div class="rsh-block hvr-grow">
<a href="https://atomicwallet.io/how-to-protect-your-funds">
<div class="rsh-text">
<h4>How to protect funds?</h4>
</div>
<div class="rsh-image-block">
<img src="css/images/articles/protect-funds-rs.png" alt="" >
</div>
</a>
</div>
<div class="rsh-block hvr-grow">
<a href="https://atomicwallet.io/cryptocurrency-wallet">
<div class="rsh-text">
<h4>How Atomic Works?</h4>
</div>
<div class="rsh-image-block">
<img src="css/images/articles/how-to-choose-bitcoin-wallet-rs.png" alt="" >
</div>
</a>
</div>
<div class="rsh-block hvr-grow">
<a href="https://atomicwallet.io/what-are-private-keys-and-how-they-work">
<div class="rsh-text">
<h4>How <b>private key</b> works?</h4>
</div>
<div class="rsh-image-block">
<img src="css/images/articles/what-are-private-keys-rs.png" alt="" >
</div>
</a>
</div>
</div>
</div>
<section class="subscribe" id="contacts">
<div class="container relative">
<div id="kol_embed_container_229450"></div>
<script>window.jQuery || document.write('<scr' + 'ipt src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"><\/sc' + 'ript>')</script>
<script>window.$kol_jquery = window.jQuery</script>
<script src="https://kickoffpages-kickofflabs.netdna-ssl.com/widgets/1.9.6/kol_embed.js"></script>
<script src='https://kickoffpages-kickofflabs.netdna-ssl.com/w/113350/229450.js'></script>
</div>
</section>
<footer class="footer-new">
<div class="container relative">
<div class="footer-row">
<div class="footer-new-left">
<a href="/"><img src="css/images/logo.png" alt="" class="footer-new-logo"></a><br>
<a href="mailto:[email protected]" class="footer-new-email f-light">[email protected]</a><br>
<div class="footer-new-soc">
<a href="https://twitter.com/atomicwallet" target="_blank">
<img src="css/images/top_twitter.svg">
</a>
<a href="https://t.me/atomicwalletchat" target="_blank">
<img src="css/images/top_telegram.svg">
</a>
<a href="https://github.com/Atomicwallet" target="_blank">
<img src="css/images/top_github.svg">
</a>
<a href="https://medium.com/atomic-wallet" target="_blank">
<img src="css/images/top_medium.svg">
</a>
<a href="https://www.reddit.com/r/atomicwallet/" target="_blank">
<img src="css/images/top_reddit.svg">
</a>
<a href="https://www.facebook.com/atomicwallet" target="_blank">
<img src="css/images/top_facebook.svg">
</a>
</div>
</div>
<div class="footer-new-right">
<div class="footer-new-cols">
<div class="footer-new-col">
<div class="footer-new-col-title">Atomic Wallet</div>
<ul class="f-light">
<li><a href="https://support.atomicwallet.io/">Support</a></li>
<li><a href="https://t.me/atomicwalletchat">Telegram chat</a></li>
<li><a href="https://atomicwallet.io/terms-of-service">Terms of service</a></li>
<li><a href="https://atomicwallet.io/privacy">Privacy policy</a></li>
<li><a href="https://drive.google.com/drive/folders/1zbu1nKCBq2zNCnEtjWsw3oMJei6aFSuZ">Press Kit</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Buy Cryptoсurrency</div>
<ul class="f-light">
<li><a href="https://atomicwallet.io/buy-bitcoin">Buy Bitcoin (BTC)</a></li>
<li><a href="https://atomicwallet.io/buy-litecoin">Buy Litecoin (LTC)</a></li>
<li><a href="https://atomicwallet.io/buy-ethereum">Buy Ethereum (ETH)</a></li>
<li><a href="https://atomicwallet.io/buy-ripple">Buy Ripple (XRP)</a></li>
<li><a href="https://atomicwallet.io/buy-bitcoin-cash">Buy Bitcoin Cash (BCH)</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Assets</div>
<ul class="f-light">
<li><a href="https://atomicwallet.io/bitcoin-wallet">Bitcoin (BTC)</a></li>
<li><a href="https://atomicwallet.io/ethereum">Ethereum (ETH)</a></li>
<li><a href="https://atomicwallet.io/ripple">Ripple (XRP)</a></li>
<li><a href="https://atomicwallet.io/litecoin">Litecoin (LTC)</a></li>
<li><a href="https://atomicwallet.io/eos">EOS</a></li>
<li><a href="https://atomicwallet.io/neo">NEO</a></li>
<li><a href="https://atomicwallet.io/tron">TRON (TRX)</a></li>
<li><a href="https://atomicwallet.io/dogecoin">Dogecoin (DOGE)</a></li>
<li><a href="https://atomicwallet.io/cardano">Cardano (ADA)</a></li>
<li><a href="https://atomicwallet.io/dash">DASH</a></li>
<li><a href="https://atomicwallet.io/stellar">Stellar (XLM)</a></li>
<li><a href="https://atomicwallet.io/zcash">Zcash (ZEC)</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Cryptocurrency Prices</div>
<ul class="f-light">
<li><a href="https://atomicwallet.io/bitcoin-price-prediction">Bitcoin Price</a></li>
<li><a href="https://atomicwallet.io/litecoin-price-prediction">Litecoin Price</a></li>
<li><a href="https://atomicwallet.io/ethereum-price-prediction">Ethereum Price</a></li>
<li><a href="https://atomicwallet.io/ripple-price-prediction">Ripple Price</a></li>
<li><a href="https://atomicwallet.io/stellar-price-prediction">Stellar Price</a></li>
<li><a href="https://atomicwallet.io/eos-price-prediction">EOS Price</a></li>
<li><a href="https://atomicwallet.io/neo-price-prediction">NEO Price</a></li>
<li><a href="https://atomicwallet.io/tron-price-prediction">TRON Price</a></li>
<li><a href="https://atomicwallet.io/dogecoin-price-prediction">Dogecoin Price</a></li>
<li><a href="https://atomicwallet.io/dash-price-prediction">DASH Price</a></li>
<li><a href="https://atomicwallet.io/zcash-price-prediction">ZCash Price</a></li>
<li><a href="https://atomicwallet.io/bitcoin-cash-price-prediction">Bitcoin Cash Price</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.touchSwipe.js"></script>
<script src="js/app.js"></script>
</body>
</html>