forked from tominop/atomicwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
kin-token-swap.html
725 lines (618 loc) · 46.9 KB
/
kin-token-swap.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
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
<!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="Kin Coin Wallet | Atomic Wallet">
<meta name="twitter:description" content="Download the Atomic Wallet for Kin coin: secure and manage Kin, Bitcoin, Ethereum and 500+ coins and tokens. Learn how to make KIN token swap, Buy and exchange your cryptocurrency right in the app. Available for Mac, Windows, Linux and Android.">
<meta name="twitter:image" content="https://atomicwallet.io/css/images/articles/kin-wallet-atomic.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Download the Atomic Wallet for Kin coin: secure and manage Kin, Bitcoin, Ethereum and 500+ coins and tokens. Learn how to make KIN token swap, Buy and exchange your cryptocurrency right in the app. Available for Mac, Windows, Linux and Android.">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="UTF-8">
<title>KIN Coin Wallet | Learn How to make Kin Token Swap</title>
<meta name="description" content="Download Multi Asset Kin Coin Wallet for Android or Desktop. Features: 500+ coins support, built-in crypto exchange and buy crypto with credit card.">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media.css">
<link rel="stylesheet" href="test/css/item-page-blog.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>
<main class="main">
<div class="mobile-hide" style="margin-top: 60px;">
</div>
<div class="item-page only-mobile">
<img src="css/images/crypto-icon/KIN.svg" class="item-page-image hvr-float">
<h1>Kin Token Swap</h1>
</div>
<div class="container relative">
<h2 class="download-text only-mobile f-light"> Manage your Kin, Tron, Bitcoin, Ethereum, XRP, Litecoin and over 300 tokens in a single interface.<br><br></h2>
<div class="mobile-download-button only-mobile">
<div class="download-item-app hvr-grow" data-download="android">
<a href="https://play.google.com/store/apps/details?id=io.atomicwallet&referrer=utm_source%3Dwebsite" target="_blank" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'android'="" });=""><!-- <img src="css/images/OS/googleplay.svg" width="80%" alt class="download-item-img-color"> -->
<img src="css/images/OS/googleplay.svg" width="80%" alt class="download-item-img" style="box-shadow: 0 38px 50px rgba(34, 83, 139, 0.1)"></a>
</div>
<div class="download-item-app hvr-grow" data-download="iOS">
<a href="" onclick="window.kol_modal_223800.show()"><img src="css/images/OS/appstore.svg" width="80%" alt class="download-item-img-color"></a>
<img src="css/images/OS/appstore.svg" width="80%" onclick="window.kol_modal_223800.show()" alt class="download-item-img" style="box-shadow: 0 38px 50px rgba(34, 83, 139, 0.1)">
</div>
</div> <div class="container mobile-hide"><img src="css/images/crypto-icon/KIN.svg" class="item-page-image hvr-float" style="position: absolute; top: -75px;
left: 179px;">
<h1 class="main-title coin-page-title mobile-hide">Kin Token Swap</h1>
<h2 class="main-subtitle coin-page-title-text mobile-hide f-light" style=" "> Learn How to migrate your Kin tokens easily. <br><br> Manage your Kin, Tron, Bitcoin, Ethereum, XRP, Litecoin and over 300 tokens in a single interface.<br><br></h2></div>
<div class="main_icons mobile-hide">
<div class="main_icon f-light"><div class="main_icon_image"><img src="css/images/lock.svg" class="hvr-float"></div>Secured
</div>
<div class="main_icon f-light"><div class="main_icon_image hvr-float"><img src="css/images/decentralize.svg" class="hvr-float"></div>Decentralized
</div>
<div class="main_icon f-light"><div class="main_icon_image"><img src="css/images/anonymous.svg" class="hvr-float"></div>Anonymous
</div>
<a href="#download" class="button-wallet coin-page-download-button">Download</a>
</div>
<div class="download-wallet-top">
</div>
<div class="mobile-hide">
<a href="#download"><img src="css/images/articles/kin-wallet.png" alt class="main-notebook main-notebook-wallet" data-aos="fade-left" data-aos-duration="800" style="margin-top: 7px;"> </a>
</div>
<div class="mobile-only">
<a href="#download"><img src="css/images/mobile-interface-mobile.png" alt class="mobile-interface-download only-mobile" data-aos="fade-left" data-aos-duration="800" style="margin-top: 7px;"> </a>
</div>
</div>
</main>
<section>
</section>
<div class="item-page-container" style="margin-top: -40px;">
<div class="item-page">
<div class="item-page-article">
<div class="only-mobile" style="margin-top: 150px;"></div>
<h2 class="features-tittle-app f-bold" style="margin-top: 70px;">Kin Token Swap</h2>
<p>On 12, March, 2019 KIN has successfully undergone a token migration. Now all KIN holders can move their funds from the <a href="https://atomicwallet.io/ethereum">Ethereum Network</a> to the native KIN blockchain.</p>
<p>Currently, the both versions of KIN are available in Atomic Wallet, so you can manage ERC20 KIN token, as well as the native KIN Coin, and easily swap one to another in 1:1 ratio.</p>
<p>Here is a short guide how to swap KIN ERC-20 Token to KIN Coin:</p>
<ol>
<li><a href="https://atomicwallet.io/downloads">Update Atomic Wallet to the latest version (1.38.4 or later)</a> <br>Download Atomic for <a href="https://atomicwallet.io/download/atomicwallet.exe">Windows</a>, for <a href="https://atomicwallet.io/download/atomicwallet.dmg">MacOS</a>, for <a href="https://atomicwallet.io/download/atomicwallet.AppImage">Ubuntu</a>, <a href="https://atomicwallet.io/download/atomicwallet.deb">Debian</a>, <a href="https://atomicwallet.io/download/atomicwallet.rpm">Fedora</a>.</li>
<li>Find KIN Coin in Atomic and copy wallet address (the mainnet address should start from “GA”).</li>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/kin-image-1.png" alt="">
</div>
</div>
<li><b>Use one of instant exchanges:</b> <br>
a) Changelly - <a href="https://kin.changelly.com/processing">https://kin.changelly.com/processing</a> (registration needed) <br>
b) Coinswitch - <a href="https://coinswitch.co/kin-swap/">https://coinswitch.co/kin-swap/</a> (without registration) <br>
c) Use any other swap partner from the official list - <a href="https://www.kin.org/migration">https://www.kin.org/migration.</a>
</li>
<li>Paste your Atomic Wallet Kin address into the corresponding field. Leave the “memo” empty. You don’t need one if you use Atomic Wallet.</li>
<li>Send your ERC20 KIN token to the address provided by the partner.
<br>
<br><b>Or you can use the form below to proceed with swap.</b></li>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<iframe id="swap" src="https://coinswitch.co/kin-swap/" width="680" height="713" marginwidth="0" marginheight="0" frameborder="no" scrolling="no"></iframe>
</div>
</div>
</ol>
</div>
</div>
</div>
<section class="container download-container relative">
<!-- 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>
<!-- End of Pop-up-->
<!-- Subscribe Pop-up mobile download-->
<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/223800.js'></script>
<!-- End of mobile download Pop-up-->
<h2 class="download-title-top f-bold mobile-hide" id="download"><a name="download">Download Atomic Wallet</a></h2>
<p class="download-text mobile-hide">The latest version of the wallet: <a class="sign-up-download-link" href="/downloads">1.38.4</a></p>
<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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
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: 'Download',
eventLabel: 'Fedora'
});>Download</a>
</span>
</div>
</div>
</section>
<!-- <div class="container relative only-mobile">
<img class="mobile_interface only-mobile" src="css/images/mobile_interface-mobile.png">
</div> -->
<div class="mobile-hide">
<div class="mobile-download-button">
<div class="download-item-app hvr-grow" data-download="android">
<a href="https://play.google.com/store/apps/details?id=io.atomicwallet&referrer=utm_source%3Dwebsite" target="_blank" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'android'="" });=""><!-- <img src="css/images/OS/googleplay.svg" width="80%" alt class="download-item-img-color"> -->
<img src="css/images/OS/googleplay.svg" width="80%" alt class="download-item-img" style="box-shadow: 0 38px 50px rgba(34, 83, 139, 0.1)"></a>
</div>
<div class="download-item-app hvr-grow" data-download="iOS">
<a href="" onclick="window.kol_modal_223800.show()"><img src="css/images/OS/appstore.svg" width="80%" alt class="download-item-img-color"></a>
<img src="css/images/OS/appstore.svg" width="80%" onclick="window.kol_modal_223800.show()" alt class="download-item-img" style="box-shadow: 0 38px 50px rgba(34, 83, 139, 0.1)">
</div>
</div>
</div>
<div class="download-button-bottom mobile-hide">
<a href="https://atomicwallet.io/download/hash_sum.pdf" target="_blank" class="button hash-torrent hvr-float">Check Hash Sum</a>
<!--<a href="magnet:?xt=urn:btih:8F40C43C1602510238281D707D6C29B674B61C95&dn=Atomic" class="button hash-torrent" target="_blank">Torrent Download</a>-->
</div>
<section class="container download-container relative">
<!-- 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>
<!-- End of Pop-up-->
<!-- Subscribe Pop-up mobile download-->
<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/223800.js'></script>
<!-- End of mobile download Pop-up-->
</section>
<div class="item-page-container">
<div class="item-page">
<div class="item-page-article">
<h2>What is Kin Project?</h2>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<img src="css/images/articles/kin-wallet-atomic.png" alt="">
</div>
</div>
<p>Kin was created in 2017 to use the power of blockchain and crypto to create a new ecosystem that puts developers, users, and content creators on the same team (<a href="https://www.kin.org/">Visit Kin Website</a>). By aligning everyone’s interests, Kin gets rid of us vs. them and replaces it with a whole new way to think about value that let’s everyone succeed together by focusing on user engagement, rather than by turning users into products.</p>
<p>App developers have the chance to focus on creating amazing user experiences, users get to enjoy the best apps without worrying about their data being stolen, and everyone gets to be recognized and fairly compensated for the value they create. This isn’t just a new way of doing business, it’s a new way of thinking that puts people at the center while focusing on creativity, experience, and connection.</p>
<h3>What is Kin Coin</h3>
<p>Kin empowers consumer app developers to create deep engagement, increase retention, and drive sustainable revenue and growth as part of a comprehensive ecosystem in which everyone wins together. With easy-to-use blockchain tools and the security and speed of the Kin Blockchain, developers are able to harness the power of cryptocurrency without all the backend complexities of the technology. <br>
Today, millions of consumers already have access to Kin through popular apps, like Kik, Perfect365, Tapatalk & Madlipz </p>
<h3>How to manage Kin in Atomic Wallet</h3>
<div class="item-page-image-template">
<div class="item-page-blog-image">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GvPLN8pe_IY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<ol>
<li><a href="https://atomicwallet.io/downloads">Install the app</a>.</li>
<li>Deposit any amount of Kin on your address.</li>
<li>Secure and manage your KIN along with other 500+ cryptos</li>
</ol>
</div>
</div>
</div>
</section>
<section class="container download-container relative">
<!-- 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>
<!-- End of Pop-up-->
<!-- Subscribe Pop-up mobile download-->
<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/223800.js'></script>
<!-- End of mobile download Pop-up-->
<section class="features" id="features">
<div class="container relative">
<img src="css/images/bg-video.svg" alt="" class="bg bg-video">
<img src="css/images/bg-features-1.svg" alt class="bg bg-features-1">
<img src="css/images/bg-features-2.svg" alt class="bg bg-features-2">
<img src="css/images/bg-features-3.svg" alt class="bg bg-features-3">
<img src="css/images/bg-features-2.svg" alt class="bg bg-features-4">
<img src="css/images/features1.png" data-aos="zoom-in" data-aos-duration="800" alt class="bg bg-features-1-1-crypto mobile-hide">
<img src="css/images/features-1.png" data-aos="zoom-in" data-aos-duration="800" alt class="bg bg-features-1-1 mobile-hide">
<img src="css/images/features-2.png" data-aos="zoom-in" data-aos-duration="800" alt class="bg bg-features-2-1 mobile-hide">
<img src="css/images/features-3.png" data-aos="zoom-in" data-aos-duration="800" alt class="bg bg-features-3-1 mobile-hide">
<h2 class="features-title f-bold" data-aos="fade-right" data-aos-duration="800" data-aos-duration="800">Features</h2>
<p class="download-text mobile-hide f-light" data-aos="fade-right" data-aos-duration="800"><strong>Atomic Wallet</strong> provides a powerful, in-demand service<br> that allows users to reduce effort spent on managing crypto assets and <br>makes it transparent and reliable <br><br><br>
<img class="mobile-hide" width="95%" style="margin-bottom: 100px" src="css/images/interfaces3.png"><br>
</p>
<p> </p>
<p class="mobile-hide download-text-small f-light" > Atomic Wallet is feature-packed. It is the most secure,<br> trustworthy, transparent and decentralized wallet solution you can imagine. <br>
<a class="hvr-grow" href="#download">Download</a>
</p>
<div>
<div class="features-item">
<div class="icon icon-light icon-exchange"></div>
<div class="features-item-title f-medium" data-aos="fade-up-right" data-aos-duration="800">Atomic Swap Exchange</div>
<div class="features-text f-light" data-aos="fade-right" data-aos-duration="800">
Use decentralized Atomic Swap to proceed with cross-chain exchange avoiding third party risks. <br><br><span class="mobile-hide">For coins not yet supported by Atomic Swap, we have built-in ShapeShift and Changelly exchanges.<br><br></span><br>
<a href="https://atomicwallet.io/centralized-exchanges-vs-atomic-swap">Read more about Atomic Swaps.</a>
<div class="features_icons mobile-hide">
<div class="features_icon f-light"><div class="main_icon_image"><img width="50" src="css/images/logo-changelly-white.svg"></div><p class="main_icon_text_small"><br>Instant limitless exchange service, supporting 90+ altcoins</p>
</div>
<div class="features_icon f-light"><div class="main_icon_image"><img width="40" src="css/images/logo-shapeshift-white.svg"></div><p class="main_icon_text_small"><br>Private, convenient<br>and fast way to <br>exchange cryptos</p>
</div>
<div class="features_icon f-light"><div class="main_icon_image"><img width="50" src="css/images/logo-atomic-white.svg"></div><p class="main_icon_text_small"><br>Best option for uncensored cross-blockchain swaps</p>
</div>
</div>
</div>
</div>
<div class="features-item features-item-right">
<div class="icon icon-light icon-secure"></div>
<div class="features-item-title f-medium" data-aos="fade-up-left" data-aos-duration="800">Secure</div>
<div class="features-text f-light" data-aos="fade-right" data-aos-duration="800">Strong encryption and custody-free solution <br>guarantees our clients the highest level of security. <br><br>Your private keys are encrypted and never leave your device. Only you have control over your funds. <br><br><a href="https://atomicwallet.io/atomic-wallet-security">Learn more about Atomic Wallet security</a><br><br><!--<a href="https://en.bitcoin.it/wiki/Private_key" target=_blank>Know more</a> about Private Keys.-->
</div>
</div>
<div class="features-item features-item-left">
<div class="icon icon-light icon-migration"></div>
<div class="features-item-title f-medium" data-aos="fade-up-right" data-aos-duration="800">Multi-currency</div>
<div class="features-text f-light" data-aos="fade-right" data-aos-duration="800">Atomic Wallet currently supports 300+<br> coins and tokens. It's the most convenient way to handle all your crypto assets. <a href="/assets">The list</a> is updated on a daily basis and we keep hunting for more!</div>
</div>
<div class="mobile-hide" style="padding-top:330px;"></div>
<div class="features-item features-item-right">
<div class="icon icon-light icon-buy-crypto"></div>
<div class="features-item-title f-medium" data-aos="fade-up-left" data-aos-duration="800">Buy Cryptocurrency</div>
<div class="features-text f-light" data-aos="fade-right" data-aos-duration="800">Buy Bitcoin, Litecoin, Ethereum and XRP with your Bank card. We accept USD, EUR and your local currency worldwide. <br><br><a href="https://atomicwallet.io/buy-bitcoin-with-bank-card">Learn how to buy crypto in Atomic Wallet</a><br><br>
</div>
</div>
</div>
</div>
</section>
<div style="margin-top: 950px;" class="mobile-hide">
</div>
<div style="margin-top: 550px;" class="only-mobile">
</div>
<!-- <h3 class="features-title-app f-bold">Mobile Atomic Wallet</h3>
<div class="container relative"><img class="mobile_interface" src="css/images/mobile_interface1.png">
</div>
<br><h3 class="download-text-app f-light"> Android and iOS versions will be available soon.<br></h3>
<div style="display: flex; justify-content: center; padding-top: 30px;">
<div class="download-item-app hvr-grow" data-download="iOS">
<a href="" onclick="window.kol_modal_223800.show()"><img src="css/images/OS/appstore.svg" width="80%" alt class="download-item-img-color"></a>
<img src="css/images/OS/appstore.svg" width="80%" onclick="window.kol_modal_223800.show()" alt class="download-item-img">
</div>
<div class="download-item-app hvr-grow" data-download="android">
<a href="" onclick="window.kol_modal_223800.show()"><img src="css/images/OS/googleplay.svg" width="80%" alt class="download-item-img-color"></a>
<img src="css/images/OS/googleplay.svg" width="80%" onclick="window.kol_modal_223800.show()" alt class="download-item-img">
</div>
</div> -->
<!-- <section class="subscribe-mobile" id="contacts">
<div class="container relative">
<div id="kol_embed_container_229470"></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/229470.js'></script>
</div>
</section> -->
<section class="comments team" id="team" data-slider>
<div class="container relative">
<h2 class="features-title f-bold">Team</h2>
<div class="comments-arrows relative only-mobile">
<button class="comments-arrow comments-arrow-left" disabled data-slider-left></button>
<button class="comments-arrow comments-arrow-right" data-slider-right></button>
</div>
</div>
<div class="comments-slider-label">
<div class="container relative">
<div class="comments-slider relative" data-slider-container>
<div class="comments-slider-list" data-slider-list>
<div class="comments-item">
<div class="team-author hvr-grow">
<a href="https://twitter.com/gladkos" rel="nofollow">
<img src="css/images/team-2.jpg" class="team-author-avatar" alt>
<div class="team-author-name f-medium">Konstantin Gladych</div>
</a>
</div>
<div class="team-text f-light">Konstantin Gladych, CEO, PhD in data science with 3 years solid experience in blockchain and cryptocurrencies, 10 years in IT. Konstantin is well-known as the co-founder and CEO of Changelly.com, biggest cryptocurrency instant exchange with over 2 millions active customers monthly and $0.5bln in monthly turnover. Konstantins interests are: decentralization, custody-free solutions, p2p exchangers.</div>
<div class="team-social">
<a href="https://twitter.com/gladkos" target="_blank" rel="nofollow"><img src="css/images/icons/team-soc-twitter.svg" alt></a>
<a href="https://linkedin.com/in/gladkos/" target="_blank" rel="nofollow"><img src="css/images/icons/team-soc-in.svg" alt></a>
</div>
</div>
<div class="comments-item">
<div class="team-author hvr-grow">
<a href="https://twitter.com/CharlieShrem" rel="nofollow"><img src="css/images/team-3.jpg" class="team-author-avatar" alt>
<div class="team-author-name f-medium">Charlie Shrem</div>
</a>
</div>
<div class="team-text f-light">Charlie Shrem, Strategic Advisor and Visionary, is an American entrepreneur and bitcoin advocate. In 2011 he co-founded the now-defunct startup company BitInstant, and is a founding member of the Bitcoin Foundation, formerly serving as vice chairman. The Bitcoin Foundation is a nonprofit founded in 2012 with the mission to "standardize, protect and promote the use of bitcoin cryptographic money for the benefit of users worldwide".</div>
<div class="team-social">
<a href="https://twitter.com/CharlieShrem" target="_blank" rel="nofollow"><img src="css/images/icons/team-soc-twitter.svg" alt></a>
<a href="https://linkedin.com/in/charlieshrem/" target="_blank" rel="nofollow"><img src="css/images/icons/team-soc-in.svg" alt></a>
</div>
</div>
<div class="comments-item">
<div class="team-author hvr-grow">
<a href="https://twitter.com/simondixontwitt" rel="nofollow"><img src="css/images/SimonDixon.png" class="team-author-avatar" alt>
<div class="team-author-name f-medium">Simon Dixon </div>
</a>
</div>
<div class="team-text f-light">Simon Dixon, Advisor, CEO of online investment platform BnkToTheFuture.com who have invested over US$400m in FinTech companies, like BitFinex, Bitstamp, Kraken, BitPay, ShapeShift, Exodus and over 40 others. Simon's BnkToTheFuture has 300 professional FinTech investors who all believe the future of finance looks very different from today. Their experience and background covers most areas in finance, technology and startups. </div>
<div class="team-social">
<a href="https://twitter.com/simondixontwitt" target="_blank" rel="nofollow"><img src="css/images/icons/team-soc-twitter.svg" alt></a>
<a href="https://www.linkedin.com/in/simondixonbankingreform/" target="_blank" rel="nofollow"><img src="css/images/icons/team-soc-in.svg" alt></a>
</div>
</div>
<!--<div class="comments-item">
<div class="team-author hvr-grow">
<a href="https://www.linkedin.com/in/sokolovpaul/"><img src="css/images/team-1.jpg" class="team-author-avatar" alt>
<div class="team-author-name f-medium">Paul Sokolov</div>
</a>
</div>
<div class="team-text f-light">Paul Sokolov, CPO, has three years experience in blockchain, 10 years in fintech, 2 years of which in CEO position at top-20 cryptocurrency exchange. Certified banking cards security and business expert. Launched over 6 successful projects within last five years. Paul’s interests are: cryptocurrency exchanges, wallets, smart contracts, financial inclusion.</div>
<div class="team-social">
<a href="https://www.linkedin.com/in/sokolovpaul/" target="_blank"><img src="css/images/icons/team-soc-in.svg" alt></a>
</div>
</div>-->
</div>
</div>
</div>
</div>
</section>
<div style="margin-top: 100px; margin-bottom: 100px;">
</div>
<div class="partners" style="margin-top: 150px;">
<h3 class="features-title f-bold aos-init aos-animate" data-aos="fade-right" data-aos-duration="800">Partners & Investors</h3>
<div class="container relative cfx">
<div class="partners-list">
<a class="hvr-grow" href="https://changelly.com/?ref_id=c2062aad8a83" taget="_blank" rel="nofollow"><img src="css/images/partner-changelly.svg" alt=""></a>
<a class="hvr-grow" href="https://shapeshift.io" taget="_blank" rel="nofollow"><img src="css/images/partner-ShapeShift.svg" alt=""></a>
<a class="hvr-grow" href="https://changenow.io?link_id=7c7eaf1f7efc4b" target="_blank" rel="nofollow"><img src="css/images/change-now.svg" alt=""></a>
<a class="hvr-grow" href="https://www.simplex.com/" target="_blank" rel="nofollow"><img src="css/images/partner-simplex.png" alt=""></a>
<a class="hvr-grow" href="https://bnktothefuture.com/" target="_blank" rel="nofollow"><img src="css/images/partners-bnktothefuture.png" alt=""></a>
<a class="hvr-grow" href="https://fenbushi.digital" target="_blank"rel="nofollow"><img src="css/images/partner-fenbushi.png" alt=""></a>
<a class="hvr-grow" href="https://coinmarketcap.com/" target="_blank" rel="nofollow"><img src="css/images/partner-coinmarketcap.png" alt=""></a>
</div>
</div>
</div>
<div style="margin-bottom: 100px;">
</div>
</section>
</div>
</div>
</div>
<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:support@atomicwallet.io" class="footer-new-email f-light">support@atomicwallet.io</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>
</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>