-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
556 lines (374 loc) · 22.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<title>XCOINCH | Clearing House to facilitate the exchange of cryptocurrencies</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description"
content="XCOINCH is a clearing house to facilitate the exchange of cryptocurrencies">
<meta name="author" content="Fintechee">
<meta name="generator" content="Hugo 0.114.1">
<!-- multilingual SEO optimizations -->
<!-- plugins -->
<link rel="stylesheet" href="https://www.xcoinch.com/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://www.xcoinch.com/plugins/slick/slick.css">
<link rel="stylesheet" href="https://www.xcoinch.com/plugins/animate/animate.css">
<link rel="stylesheet" href="https://www.xcoinch.com/plugins/venobox/venobox.css">
<link rel="stylesheet" href="https://www.xcoinch.com/plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://www.xcoinch.com/scss/style.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://www.xcoinch.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://www.xcoinch.com/images/favicon.png" type="image/x-icon">
</head><body>
<!-- preloader start -->
<div class="preloader">
<img src="https://www.xcoinch.com/images/preloader.gif" alt="preloader">
</div>
<!-- preloader end -->
<header class="fixed-top header">
<div class="top-header py-2 bg-white">
<div class="container">
<div class="row no-gutters align-items-center">
<div class="col-lg-4 text-center text-lg-left">
<ul class="list-inline">
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://twitter.com/Fintechee1"><i class="ti-twitter-alt"></i></a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://github.com/fintechee/xcoinch"><i class="ti-github"></i></a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://www.linkedin.com/in/marksea/"><i class="ti-linkedin"></i></a></li>
</ul>
</div>
<div class="col-lg-8 text-center text-lg-right">
<ul class="list-inline">
<li class="list-inline-item">
<a class="text-color" href="https://www.xcoinch.com/login.html"><strong>Login</strong></a></li>
<li class="list-inline-item">
<a class="text-color" href="https://www.xcoinch.com/login.html#signup"><strong>Register</strong></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navigation w-100 top-hider ">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark p-0">
<a class="navbar-brand" href="/"><img class="img-fluid"
src="https://www.xcoinch.com/images/logo.png" alt="XCOINCH | Clearing House to facilitate the exchange of cryptocurrencies"></a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://www.xcoinch.com">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.xcoinch.com/about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
business
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="https://www.xcoinch.com/coinlisting">Coin Listing</a>
<a class="dropdown-item" href="https://www.xcoinch.com/fee">Fee</a>
<a class="dropdown-item" href="https://www.xcoinch.com/marketcap">Market Cap</a>
<a class="dropdown-item" href="https://www.xcoinch.com/whitelabel">White Label</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.xcoinch.com/blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.xcoinch.com/contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<section class="hero-section overlay bg-cover" data-background="https://www.xcoinch.com/images/banner/banner-1.png">
<div class="container">
<div class="hero-slider">
<div class="hero-slider-item">
<div class="row">
<div class="col-md-8">
<h1 class="text-white" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3"
data-animation-in="fadeInLeft" data-delay-in=".1">XCoinCH facilitates exchanging cross chains</h1>
<p class="text-muted mb-4" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".4">XCoinCH can help you exchange ERC-20 tokens and EOS-based tokens cross chains. The exchange is performed straightforward, no need to exchange with an intermediary cryptocurrency like exchanging token-A to ETH/EOS then exchanging ETH/EOS to token-B.</p>
<a href="https://www.xcoinch.com/login.html" class="btn btn-primary" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".7">Try now</a>
</div>
</div>
</div>
<div class="hero-slider-item">
<div class="row">
<div class="col-md-8">
<h1 class="text-white" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3"
data-animation-in="fadeInLeft" data-delay-in=".1">XCoinCH requires zero initial deposit</h1>
<p class="text-muted mb-4" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".4">XCoinCH doesn’t require registration. Creating an account is just for order management. Because the submission of collaterals is executed whilst sending the order, an initial deposit is not required. This can help mitigate the risk of exit-scams.</p>
<a href="https://www.xcoinch.com/login.html" class="btn btn-primary" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".7">Try now</a>
</div>
</div>
</div>
<div class="hero-slider-item">
<div class="row">
<div class="col-md-8">
<h1 class="text-white" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3"
data-animation-in="fadeInLeft" data-delay-in=".1">XCoinCH works like SWIFT in DeFi</h1>
<p class="text-muted mb-4" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".4">XCoinCH is a clearing house function in the crypto-industry. SWIFT helps the payments between inter-banks find a better route internationally. XCoinCH works like SWIFT and helps the payments between DEX nodes find a better route across blockchains.</p>
<a href="https://www.xcoinch.com/login.html" class="btn btn-primary" data-animation-out="fadeOutRight" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeInLeft" data-delay-in=".7">Try now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gray overflow-md-hidden">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-xl-4 col-lg-5 align-self-end">
<img class="img-fluid w-100" src="https://www.xcoinch.com/images/banner/pig.jpg" alt="banner-feature">
</div>
<div class="col-xl-8 col-lg-7">
<div class="row feature-blocks bg-gray justify-content-between">
<div class="col-sm-6 col-xl-6 mb-xl-6 mb-lg-4 mb-4 text-center text-sm-left">
<i class="ti-paint-bucket mb-xl-4 mb-lg-4 mb-4 feature-icon"></i>
<h3 class="mb-xl-4 mb-lg-4 mb-4">Trade on Demand</h3>
<p>No initial deposit is required. You trade on demand. The submission of collaterals is executed whilst sending the order. Exit-scam risk-free.</p>
</div>
<div class="col-sm-6 col-xl-6 mb-xl-6 mb-lg-4 mb-4 text-center text-sm-left">
<i class="ti-ruler-pencil mb-xl-4 mb-lg-4 mb-4 feature-icon"></i>
<h3 class="mb-xl-4 mb-lg-4 mb-4">Segregated Accounts</h3>
<p>DEX doesn’t hold accounts. All funds are held by clients on their own. Duplicated registration is not needed. Private-key is visible only to the owner of the key.</p>
</div>
<div class="col-sm-6 col-xl-6 mb-xl-6 mb-lg-4 mb-4 text-center text-sm-left">
<i class="ti-clip mb-xl-4 mb-lg-4 mb-4 feature-icon"></i>
<h3 class="mb-xl-4 mb-lg-4 mb-4">Cross Chains</h3>
<p>Exchanging tokens issued on different blockchains is decentralized. Not like swap, a liquidity pool is not required. Order matching is based on the order book.</p>
</div>
<div class="col-sm-6 col-xl-6 mb-xl-6 mb-lg-4 mb-4 text-center text-sm-left">
<i class="ti-direction mb-xl-4 mb-lg-4 mb-4 feature-icon"></i>
<h3 class="mb-xl-4 mb-lg-4 mb-4">White Label Enabled</h3>
<p>White Label can be used for small institutions. White label licensees can focus on marketing instead of being involved in massive tech developments and costs.</p>
</div>
<div class="col-sm-6 col-xl-6 mb-xl-6 mb-lg-4 mb-4 text-center text-sm-left">
<i class="ti-wallet mb-xl-4 mb-lg-4 mb-4 feature-icon"></i>
<h3 class="mb-xl-4 mb-lg-4 mb-4">External Wallets</h3>
<p>External wallets guarantee the security maximumly. Clients don’t need to expose any sensitive information such as their private keys, passwords, seed words.</p>
</div>
<div class="col-sm-6 col-xl-6 mb-xl-6 mb-lg-4 mb-4 text-center text-sm-left">
<i class="ti-world mb-xl-4 mb-lg-4 mb-4 feature-icon"></i>
<h3 class="mb-xl-4 mb-lg-4 mb-4">Clearing House</h3>
<p>Clearing House guarantees the counterparty risk-free. The DEXs that cooperate with us as the collateral storage nodes need to deposit enough margin.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="section-title">Latest News</h2>
</div>
</div>
<div class="row justify-content-center">
<article class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
<article class="card rounded-0 border-bottom border-primary border-top-0 border-left-0 border-right-0 hover-shadow">
<img class="card-img-top rounded-0" src="/images/blog/banner-1.jpeg" alt="External Wallet">
<div class="card-body">
<ul class="list-inline mb-3">
<li class="list-inline-item mr-3 ml-0"><i class="ti-calendar"></i> 02 Jan, 2021</li>
<li class="list-inline-item mr-3 ml-0"><i class="ti-user"></i> <a
href="/author/mark-sea">Mark Sea</a></li>
</ul>
<h4 class="card-title"><a href="https://www.xcoinch.com/blog/external-wallet/">External Wallet</a></h4>
<p class="card-text">XCoinCH supports external wallets to sign transactions for exchanging cryptocurrencies cross chains.</p>
<a href="https://www.xcoinch.com/blog/external-wallet/" class="btn btn-primary btn-sm">Read More</a>
</div>
</article>
</article>
<article class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
<article class="card rounded-0 border-bottom border-primary border-top-0 border-left-0 border-right-0 hover-shadow">
<img class="card-img-top rounded-0" src="/images/blog/chart.png" alt="TestNet Setting">
<div class="card-body">
<ul class="list-inline mb-3">
<li class="list-inline-item mr-3 ml-0"><i class="ti-calendar"></i> 02 Jan, 2021</li>
<li class="list-inline-item mr-3 ml-0"><i class="ti-user"></i> <a
href="/author/mark-sea">Mark Sea</a></li>
</ul>
<h4 class="card-title"><a href="https://www.xcoinch.com/blog/testnet-setting/">TestNet Setting</a></h4>
<p class="card-text">Scatter(EOS-based wallet) and Metamask(Ethereum-based wallet) are applied on XCoinCH. Let’s …</p>
<a href="https://www.xcoinch.com/blog/testnet-setting/" class="btn btn-primary btn-sm">Read More</a>
</div>
</article>
</article>
<article class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
<article class="card rounded-0 border-bottom border-primary border-top-0 border-left-0 border-right-0 hover-shadow">
<img class="card-img-top rounded-0" src="/images/blog/banner-2.png" alt="Exchange Tokens Cross Chains">
<div class="card-body">
<ul class="list-inline mb-3">
<li class="list-inline-item mr-3 ml-0"><i class="ti-calendar"></i> 01 Jan, 2021</li>
<li class="list-inline-item mr-3 ml-0"><i class="ti-user"></i> <a
href="/author/mark-sea">Mark Sea</a></li>
</ul>
<h4 class="card-title"><a href="https://www.xcoinch.com/blog/exchange-tokens-cross-chains/">Exchange Tokens Cross Chains</a></h4>
<p class="card-text">This tutorial explained how to use XCoinCH to exchange tokens cross chains.</p>
<a href="https://www.xcoinch.com/blog/exchange-tokens-cross-chains/" class="btn btn-primary btn-sm">Read More</a>
</div>
</article>
</article>
</div>
</div>
</section>
<section class="section bg-primary">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h6 class="text-white font-secondary mb-0">Click to Request for Listing Your Cryptocurrency</h6>
<h2 class="section-title text-white">Exchange-List Cryptocurrency</h2>
<a href="https://www.xcoinch.com/login.html" class="btn btn-light">join now</a>
</div>
</div>
</div>
</section>
<section class="section bg-cover" data-background="https://www.xcoinch.com/images/backgrounds/code.png">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-4 position-relative success-video">
<a class="play-btn venobox" href="https://www.youtube.com/watch?v=1mlzEMOEc34" data-vbtype="video">
<i class="ti-control-play"></i>
</a>
</div>
<div class="col-lg-6 col-sm-8">
<div class="bg-white p-5">
<h2 class="section-title">White Label</h2>
<p><ol>
<li>
<p>No need to develop smart contracts.</p>
</li>
<li>
<p>Distributed architecture makes integration easier. WEB-based, no high tech threshold.</p>
</li>
<li>
<p>Low cost to list cryptocurrencies.</p>
</li>
<li>
<p>Flexible to determine the exchange fee.</p>
</li>
<li>
<p>Serves as a correspondent bank in inter-banks transferring.</p>
</li>
<li>
<p>Order book based matching, no liquidity pool required.</p>
</li>
<li>
<p>Credit risk dispersion.</p>
</li>
</ol>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 order-2 order-md-1">
<h2 class="section-title">About XCoinCH</h2>
<p>Fintechee is our main product. When we started to develop a payment gateway plugin applied on Fintechee, we figured out that blockchains lack a platform to facilitate exchanging cross chains. That’s why we developed XCoinCH to help traders exchange crypto assets cross chains.
XCoinCH is a clearing house to facilitate the exchange of tokens(cryptocurrencies). Currently, Ethereum and EOS are supported. All ERC-20 based tokens can be exchanged via our platform. XCoinCH serves as an intermediary between different blockchains. We will support more blockchains in the future.</p>
<a href="https://www.xcoinch.com/about" class="btn btn-outline-primary">Learn more</a>
</div>
<div class="col-md-6 order-1 order-md-2 mb-4 mb-md-0">
<img class="img-fluid w-100" src="https://www.xcoinch.com/images/about/about-us.png" alt="about image">
</div>
</div>
</div>
</section>
<footer>
<div class="newsletter">
<div class="container">
<div class="row">
<div class="col-md-9 ml-auto bg-primary py-5 newsletter-block">
<h3 class="text-white">Subscribe Newsletter</h3>
<form action="https://fintechee.us4.list-manage.com/subscribe/post?u=a61d48233817eaae213abeb22&amp;id=d6a0be8020" method="post" name="mc-embedded-subscribe-form" target="_blank">
<div class="input-wrapper">
<input type="email" class="form-control border-0" id="newsletter" name="newsletter" placeholder="Enter your email…">
<button type="submit" name="subscribe" class="btn btn-primary">Join</button>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_a61d48233817eaae213abeb22_d6a0be8020" tabindex="-1">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="footer bg-footer section border-bottom">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0">
<a class="logo-footer" href="/"><img class="img-fluid mb-4" src="https://www.xcoinch.com/images/logo.png" alt="XCOINCH | Clearing House to facilitate the exchange of cryptocurrencies"></a>
<ul class="list-unstyled">
<li class="mb-4"><a href="mailto:admin@xcoinch.com">admin@xcoinch.com</a></li>
</ul>
</div>
<div class="col-lg-4 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5 text-uppercase">company</h4>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/about">About</a></li>
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/blog">Blog</a></li>
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-4 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5 text-uppercase">links</h4>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/coinlisting">Coin Listing</a></li>
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/fee">Fee</a></li>
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/marketcap">Market Cap</a></li>
<li class="mb-3"><a class="text-color" href="https://www.xcoinch.com/whitelabel">White Label</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright py-4 bg-footer">
<div class="container">
<div class="row">
<div class="col-sm-7 text-sm-left text-center">
<p class="mb-0"></p>
</div>
<div class="col-sm-5 text-sm-right text-center">
<ul class="list-inline">
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://twitter.com/Fintechee1"><i class="ti-twitter-alt text-primary"></i></a></li>
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://github.com/fintechee/xcoinch"><i class="ti-github text-primary"></i></a></li>
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.linkedin.com/in/marksea/"><i class="ti-linkedin text-primary"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- JS Plugins -->
<script src="https://www.xcoinch.com/plugins/jQuery/jquery.min.js"></script>
<script src="https://www.xcoinch.com/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://www.xcoinch.com/plugins/slick/slick.min.js"></script>
<script src="https://www.xcoinch.com/plugins/venobox/venobox.min.js"></script>
<script src="https://www.xcoinch.com/plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Main Script -->
<script src="https://www.xcoinch.com/js/script.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PGMVY7844N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PGMVY7844N');
</script>
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="7996027e-8778-46cc-be8b-f07cff182673";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
</body>
</html>