-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
875 lines (824 loc) · 55.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
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
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>XDC.Cash | Future of Payment with XDC Network</title>
<meta name="description"
content="Revolutionizing Payments for Fintech Companies, Cross-Border Payment Institutions, and Next-Generation Crypto Payment Solutions.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png" />
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== FontAwesome css ======-->
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<!--====== Slick-popup css ======-->
<link rel="stylesheet" href="assets/css/slick.css">
<!--====== Default css ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/css/style.css">
<!--====== Nav css ======-->
<link rel="stylesheet" href="assets/css/nav.css">
</head>
<body>
<!--====== Start Preloader ======-->
<div class="preloader">
<div class="loader">
<img src="assets/images/preloader.png" alt="preloader">
</div>
</div>
<!--====== End Preloader ======-->
<!--====== Start Header Area ======-->
<header id="header" class="header-layout1">
<div id="sticky-header" class="menu-area transparent-header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="menu-wrap">
<nav class="menu-nav">
<div class="logo">
<a href="https://xdc.cash/"><img src="assets/images/logo/xdc-cash_logo.svg"
style="height: 45px;" alt="XDC.cash"></a>
</div>
<div class="navbar-wrap main-menu d-none d-lg-flex">
<ul class="navigation">
<li class="active">
<a href="#header" class="section-link">Home</a>
</li>
<li><a href="#about" class="section-link">About</a></li>
<li><a href="#core-products" class="section-link">Core Products</a></li>
<li><a href="#for-businesses" class="section-link">For Businesses</a></li>
<li><a href="#why-xdc-cash" class="section-link">Why XDC.Cash</a></li>
<li><a href="#faqs" class="section-link">FAQs</a></li>
<li><a href="#contact" class="section-link">Contact Us</a></li>
</ul>
</div>
<div class="mobile-nav-toggler"><i class="fas fa-bars"></i></div>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<nav class="menu-box">
<div class="close-btn"><i class="fas fa-times"></i></div>
<div class="nav-logo">
<a href="https://xdc.cash/"><img src="assets/images/logo/xdc-cash_logo_light.svg"
style="height: 45px;" alt="XDC.cash"></a>
</div>
<div class="menu-outer">
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
</nav>
</div>
<div class="menu-backdrop"></div>
<!-- End Mobile Menu -->
</header>
<!--====== Header Area ======-->
<!--====== Smooth Wrapper ======-->
<div id="smooth-wrapper">
<div id="smooth-content">
<!--====== Main ======-->
<main>
<!--====== Start Hero Section ======-->
<section class="hero-banner">
<!--=== Hero Wrapper ===-->
<div class="hero-section bg_cover" style="background-image: url(assets/images/hero/hero-bg1.jpg);">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-6 col-lg-12">
<!--=== Hero Content ===-->
<div class="hero-content">
<h1 class="fade-up" style="--delay: 0s">Future of Payment with XDC Network</h1>
<h5 class="fade-up" style="--delay: 0.2s">Revolutionizing Payments for Fintech
Companies, Cross-Border Payment Institutions, and Next-Generation Crypto
Payment Solutions.</h5>
<div class="hero-button fade-up" style="--delay: 0.4s">
<a href="https://forms.gle/fqseFDhVtRqnyQfy6" target="_blank"
class="theme-btn style-one">Contact Us</a>
<div id="content">
<p>Loading XDC.Cash button...</p>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-12">
<!--=== Hero Image Box ===-->
<div class="hero-image-box">
<div class="hero_image-one fade-up" style="--delay: 0s">
<img src="assets/images/hero/hero_img1.jpg" data-tilt alt="hero image">
</div>
<div class="hero_image-two fade-up" style="--delay: 0.2s">
<img src="assets/images/hero/hero_img2.png" alt="hero image">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Hero Section ======-->
<!--====== Start Features Section ======-->
<section class="key-features-section pt-100 pb-50" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!--=== Section Title ===-->
<div class="section-title text-center mb-30">
<span class="sub-heading fade-up" style="--delay: 0s">About XDC Cash</span>
<h2 class="fade-up" style="--delay: 0.2s">Cutting-edge Networks to Empower
Businesses</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="text-center fade-up" style="--delay: 0.4s">
<p>At XDC.Cash, we provide cutting-edge networks to empower businesses in the
digital economy. From fintech companies to global payment institutions and
crypto-focused enterprises, our products offer seamless integration, robust
scalability, and unmatched reliability—all backed by regulated custodians and
licensed payment providers across the globe.</p>
</div>
</div>
</div>
<div class="row justify-content-center mt-70">
<div class="col-lg-10">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="counter-item style-two text-center mb-40">
<div class="content fade-up" style="--delay: 0s">
<h2 class="number"><span class="count">80</span>+<span
class="country">Countries</span></h2>
<p>Bank Wires Supports</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="counter-item style-two text-center mb-40">
<div class="content fade-up" style="--delay: 0.2s">
<h2 class="number"><span class="count">40</span>+<span
class="country">Countries</span></h2>
<p>E-wallets Supports</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="counter-item style-two text-center mb-40">
<div class="content fade-up" style="--delay: 0.4s">
<h2 class="number"><span class="count">115</span>+<span
class="country">Countries</span></h2>
<p>Mobile Data & Airtime</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Features Section ======-->
<!--====== Start Why Choose Section ======-->
<section class="why-choose-section pt-120 pb-80 bg_cover" id="core-products">
<div class="section-rounded-banner"></div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<!--=== Section Title ===-->
<div class="section-title text-center mb-50">
<span class="sub-heading fade-up" style="--delay: 0s">Core Products</span>
<h2 class="fade-up" style="--delay: 0.2s">Explore Our Core Products</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 mb-30 fade-up" style="--delay: 0s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-five">
<div class="icon">
<i class=" "><img src="assets/images/icons/iso_icon.svg" alt=""></i>
</div>
<div class="content">
<h4 class="title">ISO 20022 Messaging for Cross-Border Payments</h4>
<p>Enable standardized, secure, and efficient communication for global trade and
payments with our ISO 20022-compliant messaging system. Designed for
integration into the XDC Network, this product ensures interoperability and
scalability for trade finance and cross-border payment institutions.</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 mb-30 fade-up" style="--delay: 0.2s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-five">
<div class="icon">
<i class=" "><img src="assets/images/icons/bridge_icon.svg" alt=""></i>
</div>
<div class="content">
<h4 class="title">R3 Corda Bridge to XDC Network Settlement</h4>
<p>Facilitate seamless settlement of R3 Corda transactions on the XDC Network.
Our bridge offers unparalleled interoperability, connecting enterprise
blockchain applications with the fast, cost-efficient XDC Network to deliver
transformative payment and settlement solutions.</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 mb-30 fade-up" style="--delay: 0.4s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-five">
<div class="icon">
<i class=" "><img src="assets/images/icons/onoff-ramp_icon.svg" alt=""></i>
</div>
<div class="content">
<h4 class="title">XDC On/Off-Ramp Solutions</h4>
<p>Convert XDC tokens to fiat or integrate XDC payments into your offerings
effortlessly. With global reach, secure compliance, and lightning-fast
transactions, our on/off-ramp solutions empower businesses to access and
offer cutting-edge payment options.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Why Choose Section ======-->
<!--====== Start Features Section ======-->
<section class="features-section-two pt-100 pb-40" id="for-businesses">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-5 col-md-12 col-sm-12">
<!--=== Section Content Box ===-->
<div class="section-content-box">
<div class="section-title mb-20">
<span class="sub-heading fade-up" style="--delay: 0s">Who is it for?</span>
<h2 class="fade-up" style="--delay: 0.2s">Built for Businesses</h2>
</div>
<p class="fade-up" style="--delay: 0.4s">Empowering Businesses in the Digital
Economy with Seamless Integration, Scalability, and Reliability for Fintech,
Payments, and Crypto Enterprises.</p>
</div>
</div>
<div class="col-xl-7 col-lg-7 col-md-12 col-sm-12">
<!--=== Section Content Box ===-->
<div class="section-content-box">
<div class="row justify-content-end">
<div class="col-xl-10 col-lg-11 col-md-12 col-sm-12">
<!--=== Iconic Box ===-->
<div class="iconic-box style-four fade-up" style="--delay: 0s">
<div class="icon">
<i class=" "><img src="assets/images/icons/api_icon.svg" alt=""></i>
</div>
<div class="content">
<h6 class="title">API and SDK Integration</h6>
<p>Accelerate your time-to-market with our easy-to-use APIs and
SDKs. Our tools are designed to integrate seamlessly into your
existing systems, allowing you to offer payment solutions to
your customers with minimal effort.</p>
</div>
</div>
</div>
<div class="col-xl-10 col-lg-11 col-md-12 col-sm-12">
<!--=== Iconic Box ===-->
<div class="iconic-box style-four fade-up" style="--delay: 0.2s">
<div class="icon">
<i class=" "><img src="assets/images/icons/custodian_icon.svg"
alt=""></i>
</div>
<div class="content">
<h6 class="title">Backed by Regulated Custodians</h6>
<p>Security and compliance are at the core of XDC.Cash. We partner
with globally licensed custodians and regulated payment
institutions to ensure every transaction meets the highest
standards of trust and safety.</p>
</div>
</div>
</div>
<div class="col-xl-10 col-lg-11 col-md-12 col-sm-12">
<!--=== Iconic Box ===-->
<div class="iconic-box style-four fade-up" style="--delay: 0.4s">
<div class="icon">
<i class=" "><img
src="assets/images/icons/global-ompliance_icon.svg"
alt=""></i>
</div>
<div class="content">
<h6 class="title">Global Compliance and Accessibility</h6>
<p>With support in over 100 countries and multiple payment
methods—including bank wires, e-wallets, and mobile
options—XDC.Cash is the ideal choice for businesses looking to
expand globally.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Features Section ======-->
<!--====== Why xdc cash Section ======-->
<section class="why-choose-section dark-bg bg_cover pt-120 pb-80" id="why-xdc-cash"
style="background-image: url(assets/images/bg/why-choose-bg.jpg);">
<div class="section-rounded-banner"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="section-title text-center text-white mb-60">
<span class="sub-heading fade-up" style="--delay: 0s">Why XDC.Cash?</span>
<h2 class="fade-up" style="--delay: 0.2s">Experience Fast, Affordable, and Scalable
Payment Solutions</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-12 mb-30 fade-up" style="--delay: 0s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-ten">
<div class="content">
<h4 class="title text-white">Fast Transactions</h4>
<p class="text-color-light-grey">Leverage XDC Network’s 3-block finality to
process payments in under 9 seconds.</p>
</div>
<div class="thumbnail text-center mt-auto">
<img src="assets/images/features/feature-why-1.jpg" alt="">
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-12 mb-30 fade-up" style="--delay: 0.2s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-ten">
<div class="content">
<h4 class="title text-white">Low-Cost Solutions</h4>
<p class="text-color-light-grey">Enjoy competitive fees and near interbank
exchange rates.</p>
</div>
<div class="thumbnail text-center mt-auto">
<img src="assets/images/features/feature-why-2.jpg" alt="">
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-12 mb-30 fade-up" style="--delay: 0.4s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-ten">
<div class="content">
<h4 class="title text-white">Secure and Scalable</h4>
<p class="text-color-light-grey">Built on the enterprise-grade XDC blockchain
with robust compliance measures.</p>
</div>
<div class="thumbnail text-center mt-auto">
<img src="assets/images/features/feature-why-3.jpg" alt="">
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-12 mb-30 fade-up" style="--delay: 0.6s">
<!--=== Iconic Box ===-->
<div class="iconic-box style-ten">
<div class="content">
<h4 class="title text-white">Customizable and Developer-Friendly</h4>
<p class="text-color-light-grey">API-first architecture with comprehensive SDK
support.</p>
</div>
<div class="thumbnail text-center mt-auto">
<img src="assets/images/features/feature-why-4.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Why xdc cash Section ======-->
<!--====== Start Benefit Section ======-->
<section class="benefit-section pt-120 pb-80">
<div class="section-rounded-banner black"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-10">
<!--=== Section Content Box ===-->
<div class="section-content-box text-center">
<div class="section-title mb-20">
<span class="sub-heading fade-up" style="--delay: 0s">Partnership </span>
<h2 class="fade-up" style="--delay: 0.2s">Strong Enterprise Partnership</h2>
</div>
<p class="fade-up" style="--delay: 0.4s">XDC Payment is backed by strong enterprise
partnerships with industry leaders like Securtize, Archax, Coins.ph, Multibank
Group, Mercado Bitcoin, Cumberland and SBI VC, ensuring our solutions are at the
forefront of innovation.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-10 fade-up" style="--delay: 0s">
<!--=== Client SF ===-->
<div class="client-section text-center">
<!--=== Client Slider ===-->
<div class="client-slider">
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/securitize.png" alt="Partners">
</div>
</div>
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/archax.png" alt="Partners">
</div>
</div>
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/coins-ph.png" alt="Partners">
</div>
</div>
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/multibank-group.png" alt="Partners">
</div>
</div>
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/mercado-bitcoin.png" alt="Partners">
</div>
</div>
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/cumberland.png" alt="Partners">
</div>
</div>
<!--=== Client Item ===-->
<div class="client-item">
<div class="client-img">
<img src="assets/images/partners/sbivc-trade.png" alt="Partners">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Benifit Section ======-->
<!--====== Start Faq Section ======-->
<section class="faq-section pt-100 pb-70" id="faqs">
<div class="container">
<div class="row">
<div class="col-lg-5">
<!--=== Section Content Box ===-->
<div class="section-content-box mb-50">
<div class="section-title mb-20">
<span class="sub-heading fade-up" style="--delay: 0s">FAQs</span>
<h2 class="fade-up" style="--delay: 0.2s">Frequently Asked Questions</h2>
</div>
<p class="fade-up" style="--delay: 0.4s">Focus on Growing Your Business, While We
Simplify Your Payments.</p>
</div>
</div>
<div class="col-lg-7">
<!--=== Section Content Box ===-->
<div class="section-content-box">
<!--====== Accordion ======-->
<div class="accordion" id="accordionOne">
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 0s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse1" aria-expanded="false">
What is XDC.Cash?
</h6>
</div>
<div id="collapse1" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>XDC.Cash is a payment solutions platform built on the XDC
Network, offering cutting-edge tools for fintech companies,
cross-border payment institutions, and crypto-focused
enterprises. Our services include ISO 20022 messaging,
on/off-ramp solutions, and integration with enterprise
applications like R3 Corda.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 0.2s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse4" aria-expanded="false">
How do the on/off-ramp solutions work?
</h6>
</div>
<div id="collapse4" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>Our on/off-ramp solutions allow businesses and users to convert
XDC tokens to fiat or integrate XDC payments into their
offerings seamlessly. With support for bank wires, e-wallets,
and mobile payment options in over 100 countries, we ensure
secure and compliant transactions.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 0.4s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse5" aria-expanded="false">
What payment methods does XDC.Cash support?
</h6>
</div>
<div id="collapse5" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>XDC.Cash supports bank wires in 80+ countries, e-wallets in 40+
countries, and alternative payment methods such as mobile data
and airtime in approximately 115 countries.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 0.6s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse7" aria-expanded="false">
How can I integrate XDC.Cash into my existing system?
</h6>
</div>
<div id="collapse7" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>We provide developer-friendly APIs and SDKs that make integration
simple and fast. Whether you're building new payment features or
enhancing existing ones, our tools are designed to minimize
development time.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 0.8s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse8" aria-expanded="false">
Does XDC.Cash support enterprise applications like R3 Corda?
</h6>
</div>
<div id="collapse8" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>Yes, we offer a dedicated R3 Corda Bridge that facilitates
seamless settlement of Corda transactions on the XDC Network,
ensuring interoperability and efficiency.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 1s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse9" aria-expanded="false">
Is XDC.Cash customizable?
</h6>
</div>
<div id="collapse9" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>Absolutely! Our API-first architecture and SDKs allow businesses
to customize and integrate payment solutions tailored to their
specific needs.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 1.2s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse10" aria-expanded="false">
How does XDC.Cash ensure transaction security?
</h6>
</div>
<div id="collapse10" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>Security is at the core of XDC.Cash. We partner with globally
licensed custodians and regulated payment institutions, and
every transaction adheres to strict compliance standards.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 1.4s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse11" aria-expanded="false">
What compliance measures are in place?
</h6>
</div>
<div id="collapse11" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>XDC.Cash integrates robust Know Your Customer (KYC) and Know Your
Transaction (KYT) measures to ensure clean and compliant fund
flows across the ecosystem.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 1.6s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse12" aria-expanded="false">
How fast are transactions on XDC.Cash?
</h6>
</div>
<div id="collapse12" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>Leveraging the XDC Network’s 3-block finality, transactions are
processed in just 6 to 9 seconds, making it one of the fastest
blockchain networks for payments.</p>
</div>
</div>
</div>
<!--====== Accordion Item ======-->
<div class="accordion-item mb-10 fade-up" style="--delay: 1.8s">
<div class="accordion-header">
<h6 class="accordion-title" data-bs-toggle="collapse"
data-bs-target="#collapse13" aria-expanded="false">
What are the costs associated with using XDC.Cash?
</h6>
</div>
<div id="collapse13" class="accordion-collapse collapse"
data-bs-parent="#accordionOne">
<div class="accordion-content">
<p>XDC.Cash offers highly competitive fees, with transaction costs
on the XDC Network being as low as $0.0001. Additionally, we
provide near interbank exchange rates for fiat transactions in
frontier markets.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== End Faq Section ======-->
<!--====== Start Contact Section ======-->
<section class="blog-section pt-120 pb-80" id="contact">
<div class="section-rounded-banner"></div>
<div class="container">
<div class="row align-items-center align-items-end">
<div class="col-xl-8 col-lg-8 col-md-8">
<!--=== Section Title ===-->
<div class="section-title text-center text-xl-start text-lg-start text-md-start">
<span class="sub-heading fade-up" style="--delay: 0s">Contact Us</span>
<h2 class="mb-20 fade-up" style="--delay: 0.2s">Let’s Build the Future of Payments
Together</h2>
<p class="fade-up" style="--delay: 0.4s">Ready to get started or have questions
about our solutions? Contact the XDC.Cash team today.</p>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4">
<!--=== Blog Button ===-->
<div class="blog-button text-center text-md-end float-md-end mt-40 mt-lg-0 mt-xl-0 mt-md-0 fade-up"
style="--delay: 0.2s">
<a href="https://forms.gle/fqseFDhVtRqnyQfy6" target="_blank"
class="theme-btn style-one">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
<!--====== End Contact Section ======-->
<!--====== Start CTA Section ======-->
<section class="cta-section bg_cover pb-60 pt-120 wow fade-up"
style="background-image: url(assets/images/bg/cta-bg1.jpg);">
<div class="section-rounded-banner gray"></div>
<div class="container">
<div class="cta-wrapper">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-7">
<div class="section-title text-center text-white mb-20">
<span class="sub-heading fade-up" style="--delay: 0s">Join the Revolution</span>
<h2 class="fade-up" style="--delay: 0.2s">Join the Payment Revolution with
XDC.Cash</h2>
</div>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-xl-7 col-lg-7">
<!--=== Section Content Box ===-->
<div class="section-content-box text-white text-center mb-40">
<p claass="fade-up" style="--delay: 0.2s">From cross-border payment institutions
to crypto payment providers, XDC.Cash bridges the gap between traditional
and digital finance. Transform your payment offerings and stay ahead in the
ever-evolving financial ecosystem.</p>
<div class="cta-button mb-30 fade-up" style="--delay: 0.4s">
<a href="https://forms.gle/fqseFDhVtRqnyQfy6" target="_blank"
class="theme-btn style-one">Let’s Innovate Together!</a>
</div>
</div>
</div>
<!--<div class="col-xl-5 col-lg-5">
<div class="cta-image-box text-center text-xl-end mb-40">
<img src="assets/images/cta/cta1.jpg" class="animate-float-bob-y" alt="Cta Image">
</div>
</div>-->
</div>
</div>
</div>
</section>
<!--====== End CTA Section ======-->
</main>
<!--====== Start Footer ======-->
<footer class="footer">
<!--=== Footer Widget Area ===-->
<div class="footer-widget-area pt-80 pb-10">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<!--=== Footer Widget ===-->
<div class="footer-widget footer-about-widget mb-10">
<div class="footer-content fade-up" style="--delay: 0s">
<div class="footer-logo">
<img src="assets/images/logo/xdc-cash_logo.svg" alt="XDC.Cash Logo">
</div>
<p>Powered by <a href="https://xinfin.org/" target="_blank">XDC Network</a> –
Pioneering the Future of Payment Infrastructure with Blockchain Technology.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--=== Footer Copyright ===-->
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="copyright-text fade-up" style="--delay: 0s">
<p>© 2024 <span>XDC.Cash</span> - All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--====== End Footer ======-->
</div>
</div>
<!--====== Jquery js ======-->
<script src="assets/js/jquery-3.7.1.min.js"></script>
<!--====== Popper js ======-->
<script src="assets/js/popper.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Slick js ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Easing js ======-->
<script src="assets/js/jquery.easing.js"></script>
<!--====== Theme js ======-->
<script src="assets/js/theme.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
function fetchAccessToken() {
const contentDiv = document.getElementById('content');
if (!contentDiv) {
console.error('Content div not found');
return;
}
contentDiv.innerHTML = '<p>Loading XDC.Cash button...</p>';
fetch('/api/access-token')
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
const accessToken = data.access_token;
const buttonHtml =
`<a href="https://sandbox.encryptus.co/pw?access_token=${accessToken}" target="_blank" class="theme-btn style-one">XDC.CASH</a>`;
contentDiv.innerHTML = buttonHtml;
})
.catch(error => {
console.error("Error fetching access token:", error);
contentDiv.innerHTML = "<p>Failed to load XDC.Cash button. Please try again later.</p>";
});
}
fetchAccessToken();
});
</script>
</body>
</html