-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
849 lines (813 loc) · 44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link
rel="icon"
type="image/png"
href="./assets/img/favicon-96x96.png"
sizes="96x96"
/>
<link rel="icon" type="image/svg+xml" href="./assets/img/favicon.svg" />
<link rel="shortcut icon" href="./assets/img/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/img/apple-touch-icon.png"
/>
<link rel="manifest" href="./assets/img/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/js/slider/swiper-bundle.min.css" />
<link rel="stylesheet" href="./assets/css/main.min.css?v=1.0.0" />
<title>Xian - Blockchain for Python Developers</title>
<meta
name="description"
content="Xian empowers developers to build smart contracts and decentralized apps seamlessly while earning 70% of all fees. No new languages, no barriers—just Python" />
<meta name="keywords" content="Xian, blockchain, python, smart contracts" />
<meta name="author" content="Xian" />
<style>
@media (width <= 30em){
.top-2-mobile {
margin-top: 2rem;
}
}
</style>
</head>
<body>
<div class="page__wrapper">
<div class="main-gradient-right">
<img src="./assets/img/bg-main-gradient-right.png" alt="alt" />
</div>
<div class="main-gradient">
<picture>
<source
media="(max-width: 480px)"
srcset="./assets/img/bg-main-gradient.png"
/>
<img src="./assets/img/main-gradient.png" alt="alt" />
</picture>
</div>
<!-- Header start -->
<header class="header">
<div class="bg-blur"></div>
<div class="container">
<div class="header-block">
<a href="/" class="logo">
<img src="./assets/img/logo.svg" alt="logo" />
</a>
<div class="header-wrapper">
<ul class="header-menu">
<li><a href="https://chromewebstore.google.com/detail/xian-wallet/kcimjjhplbcgkcnanijkolfillgfanlc/" target="_blank">Wallet</a></li>
<li><a href="https://docs.xian.org/" target="_blank">Documentation</a></li>
<li><a href="https://explorer.xian.org/" target="_blank">Explorer</a></li>
<li><a href="#social">Community</a></li>
<li><a href="#roadmap">Roadmap</a></li>
</ul>
<div class="header-links">
<div class="header-icons">
<a class="header-icon" href="https://t.me/xian_network/" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="25"
viewBox="0 0 25 25"
fill="none"
>
<g clip-path="url(#clip0_11_819)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.5 0C5.59668 0 0 5.59668 0 12.5C0 19.4033 5.59668 25 12.5 25C19.4033 25 25 19.4033 25 12.5C25 5.59668 19.4033 0 12.5 0ZM18.2939 8.50098C18.106 10.4775 17.292 15.2739 16.8779 17.4878C16.7026 18.4248 16.3574 18.7388 16.0234 18.7695C15.2979 18.8364 14.7466 18.2896 14.0435 17.8286C12.9434 17.1074 12.3218 16.6587 11.2539 15.9551C10.0195 15.1416 10.8198 14.6948 11.5229 13.9644C11.707 13.7729 14.9053 10.8638 14.9673 10.6001C14.9751 10.5669 14.9824 10.4438 14.9092 10.3789C14.8359 10.314 14.728 10.3364 14.6504 10.354C14.54 10.3789 12.7822 11.5405 9.37793 13.8389C8.87891 14.1816 8.42725 14.3481 8.02197 14.3398C7.57568 14.3301 6.71729 14.0874 6.0791 13.8799C5.29639 13.6255 4.67432 13.4907 4.72852 13.0586C4.75635 12.8335 5.06641 12.6035 5.6582 12.3682C9.30225 10.7803 11.7319 9.73389 12.9478 9.22803C16.4194 7.78423 17.1406 7.5332 17.6108 7.5249C18.1998 7.5145 18.3419 8.00064 18.2939 8.50098Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_11_819">
<rect width="25" height="25" fill="white" />
</clipPath>
</defs></svg
></a>
<a href="https://github.com/xian-network" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="25"
viewBox="0 0 25 25"
fill="none"
>
<path
d="M12.4984 0C5.59688 0 0 5.61875 0 12.55C0 18.0938 3.58125 22.7969 8.55 24.4578C9.175 24.5734 9.40312 24.1859 9.40312 23.8531C9.40312 23.5547 9.39219 22.7656 9.38594 21.7188C5.90938 22.4766 5.175 20.0359 5.175 20.0359C4.60781 18.5859 3.7875 18.2 3.7875 18.2C2.65156 17.4219 3.87187 17.4375 3.87187 17.4375C5.12656 17.5266 5.78594 18.7313 5.78594 18.7313C6.90156 20.6484 8.7125 20.0953 9.425 19.7734C9.5375 18.9625 9.86094 18.4094 10.2188 18.0953C7.44375 17.7781 4.525 16.7016 4.525 11.8938C4.525 10.5234 5.0125 9.40313 5.8125 8.525C5.68281 8.20781 5.25469 6.93125 5.93438 5.20469C5.93438 5.20469 6.98438 4.86719 9.37187 6.49063C10.3688 6.2125 11.4375 6.07344 12.5016 6.06875C13.5625 6.075 14.6328 6.2125 15.6312 6.49219C18.0172 4.86875 19.0656 5.20625 19.0656 5.20625C19.7469 6.93437 19.3187 8.20938 19.1906 8.52656C19.9922 9.40469 20.475 10.525 20.475 11.8953C20.475 16.7156 17.5531 17.7766 14.7687 18.0875C15.2172 18.475 15.6172 19.2406 15.6172 20.4109C15.6172 22.0891 15.6016 23.4422 15.6016 23.8531C15.6016 24.1891 15.8266 24.5797 16.4609 24.4562C21.4219 22.7937 25 18.0922 25 12.55C25 5.61875 19.4031 0 12.4984 0Z"
fill="white"
/></svg
></a>
</div>
<a href="#builders" class="main-button">Get Involved</a>
</div>
</div>
<div class="header-links">
<div class="header-icons">
<a class="header-icon" href="https://t.me/xian_network/" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="25"
viewBox="0 0 25 25"
fill="none"
>
<g clip-path="url(#clip0_11_819)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.5 0C5.59668 0 0 5.59668 0 12.5C0 19.4033 5.59668 25 12.5 25C19.4033 25 25 19.4033 25 12.5C25 5.59668 19.4033 0 12.5 0ZM18.2939 8.50098C18.106 10.4775 17.292 15.2739 16.8779 17.4878C16.7026 18.4248 16.3574 18.7388 16.0234 18.7695C15.2979 18.8364 14.7466 18.2896 14.0435 17.8286C12.9434 17.1074 12.3218 16.6587 11.2539 15.9551C10.0195 15.1416 10.8198 14.6948 11.5229 13.9644C11.707 13.7729 14.9053 10.8638 14.9673 10.6001C14.9751 10.5669 14.9824 10.4438 14.9092 10.3789C14.8359 10.314 14.728 10.3364 14.6504 10.354C14.54 10.3789 12.7822 11.5405 9.37793 13.8389C8.87891 14.1816 8.42725 14.3481 8.02197 14.3398C7.57568 14.3301 6.71729 14.0874 6.0791 13.8799C5.29639 13.6255 4.67432 13.4907 4.72852 13.0586C4.75635 12.8335 5.06641 12.6035 5.6582 12.3682C9.30225 10.7803 11.7319 9.73389 12.9478 9.22803C16.4194 7.78423 17.1406 7.5332 17.6108 7.5249C18.1998 7.5145 18.3419 8.00064 18.2939 8.50098Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_11_819">
<rect width="25" height="25" fill="white" />
</clipPath>
</defs></svg
></a>
<a href="https://github.com/xian-network" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="25"
viewBox="0 0 25 25"
fill="none"
>
<path
d="M12.4984 0C5.59688 0 0 5.61875 0 12.55C0 18.0938 3.58125 22.7969 8.55 24.4578C9.175 24.5734 9.40312 24.1859 9.40312 23.8531C9.40312 23.5547 9.39219 22.7656 9.38594 21.7188C5.90938 22.4766 5.175 20.0359 5.175 20.0359C4.60781 18.5859 3.7875 18.2 3.7875 18.2C2.65156 17.4219 3.87187 17.4375 3.87187 17.4375C5.12656 17.5266 5.78594 18.7313 5.78594 18.7313C6.90156 20.6484 8.7125 20.0953 9.425 19.7734C9.5375 18.9625 9.86094 18.4094 10.2188 18.0953C7.44375 17.7781 4.525 16.7016 4.525 11.8938C4.525 10.5234 5.0125 9.40313 5.8125 8.525C5.68281 8.20781 5.25469 6.93125 5.93438 5.20469C5.93438 5.20469 6.98438 4.86719 9.37187 6.49063C10.3688 6.2125 11.4375 6.07344 12.5016 6.06875C13.5625 6.075 14.6328 6.2125 15.6312 6.49219C18.0172 4.86875 19.0656 5.20625 19.0656 5.20625C19.7469 6.93437 19.3187 8.20938 19.1906 8.52656C19.9922 9.40469 20.475 10.525 20.475 11.8953C20.475 16.7156 17.5531 17.7766 14.7687 18.0875C15.2172 18.475 15.6172 19.2406 15.6172 20.4109C15.6172 22.0891 15.6016 23.4422 15.6016 23.8531C15.6016 24.1891 15.8266 24.5797 16.4609 24.4562C21.4219 22.7937 25 18.0922 25 12.55C25 5.61875 19.4031 0 12.4984 0Z"
fill="white"
/></svg
></a>
</div>
<a href="#builders" class="main-button">Get Involved</a>
</div>
<div class="btn_nav">
<div class="burger">
<div class="line top"></div>
<div class="line middle"></div>
<div class="line bottom"></div>
</div>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!--Main start -->
<main>
<!-- Hero start -->
<section class="hero">
<div class="bg-hero-gradient">
<img src="./assets/img/bg-gradient.png" alt="" />
</div>
<div class="bg-hero">
<picture>
<source
srcset="./assets/img/cirlces-mob.svg"
media="(max-width: 480px)"
/>
<source
srcset="./assets/img/circles-tablet.svg"
media="(max-width: 1180px)"
/>
<img src="./assets/img/orbita.svg" alt="orbita" />
</picture>
<div class="sun"><img src="./assets/img/sun.svg" alt="sun" /></div>
</div>
<div class="container">
<h1>
Use Python<br />
<span class="full-width">to build</span>
<span
class="typewriter-text"
data-text='["GameFi ", "Marketplaces ", "DAOs ", "NFTs ", "anything" ]'
></span>
</h1>
<p>
Xian empowers developers to build smart contracts and decentralized apps seamlessly while earning 70% of all fees. No new languages, no barriers—just Python
</p>
<div class="buttons-wrap">
<a href="https://docs.xian.org/contracts/" target="_blank" class="main-button bg-color">Build</a>
<a href="https://dex-trade.com/spot/trading/XIANUSDT?interface=classic" target="_blank" class="main-button">Get $XIAN</a>
</div>
</div>
</section>
<!-- Hero end -->
<!-- Empower start -->
<section class="empower">
<div class="blue-planet">
<picture>
<source
srcset="./assets/img/gradient-mob.png"
media="(max-width: 480px)"
/>
<img src="./assets/img/blue-planet.png" alt="blue planet" />
</picture>
</div>
<div class="container">
<div class="empower-block">
<p>
<span>We empower 13 million Python</span>
<span> Developers to join the</span> blockchain revolution
</p>
<div class="empower-block__img">
<img src="./assets/img/hero-logo.png" alt="python logo" />
</div>
<div class="empower-block__img mobile">
<img src="./assets/img/bg-tablet.png" alt="python logo" />
</div>
</div>
<div class="empower-description">
<p>
Xian bridges the skill gap between Python developers and Web3/Web4, enabling decentralized app creation without the need to learn new languages.
</p>
<p>
We aim to unify domains with Python, making decentralized technology accessible to a wider developer pool. With Xian, these developers can transcend boundaries and combining blockchain with AI, and fintech with one language.
</p>
</div>
</div>
</section>
<!-- Empower end -->
<!-- Why start -->
<section class="why">
<div class="why-bg">
<picture>
<source
srcset="./assets/img/orange-mob.png"
media="(max-width: 480px)"
/>
<img src="./assets/img/orange-planet.png" alt="blue planet" />
</picture>
</div>
<div class="why-gradient">
<img src="./assets/img/why-gradient-3.png" alt="gradient" />
</div>
<div class="container">
<div class="star">
<img src="./assets/img/star-2.svg" alt="" />
</div>
<div class="why-start__block">
<div class="why-top__title">
Pure Python<br />
No complications
</div>
<p>
Build smart contracts natively in Python—the world’s most popular programming language. No code conversions, no complicated logic—just straightforward on-chain execution of Python code.
</p>
</div>
<div class="why-block">
<div class="why-block__top">
<div class="why-block__top-img">
<img src="./assets/img/why-img.png" alt="image" />
</div>
<div class="why-block__top-text">
<h2>Why Xian</h2>
<p>
Xian is live and operates as a comprehensive blockchain ecosystem, featuring a native wallet, block explorer, automated governance, and developer tooling. It is ready to use - now.
</p>
</div>
</div>
<div class="why-items">
<div class="why-item">
<div class="why-item__top">
<div class="why-item-top__icon">
<img src="./assets/img/why-icon-1.svg" alt="icon" />
</div>
<h3>Python - Universal Access</h3>
</div>
<p>
Xian empowers Python’s 13 million developers to build blockchain apps and smart contracts natively—no new languages needed.
</p>
</div>
<div class="why-item">
<div class="why-item__top">
<div class="why-item-top__icon">
<img src="./assets/img/why-icon-2.svg" alt="icon" />
</div>
<h3>No VCs, Community-Driven Development</h3>
</div>
<p>
No venture capitalists, no insiders—Xian is built by the community, for the community. Revitalized through a community-led revival of a €6 million ICO project.
</p>
</div>
<div class="why-item">
<div class="why-item__top">
<div class="why-item-top__icon">
<img src="./assets/img/why-icon-3.svg" alt="icon" />
</div>
<h3>Developer-Centric Rewards</h3>
</div>
<p>
Xian is unique in that it puts developers at the forefront as first-class economic actors, allocating 70% of fees to application developers. No one else does this.
</p>
</div>
<div class="why-item">
<div class="why-item__top">
<div class="why-item-top__icon">
<img src="./assets/img/why-icon-4.svg" alt="icon" />
</div>
<h3>Fostering Cross-Domain Innovation</h3>
</div>
<p>
Smart contract, AI, and fintech developers—now everything speaks the same language, and Xian is the only blockchain making it possible.
</p>
</div>
</div>
</div>
</div>
<div class="why-orbit">
<img src="./assets//img/orbita-5.svg" alt="" />
</div>
</section>
<!-- Why end -->
<!-- Builders start -->
<section class="builders" id="builders">
<div class="builder-bg">
<img src="./assets/img/orbita-3.svg" alt="orbita" />
</div>
<div class="builder-gradient">
<img src="./assets/img/builders-gradient.png" alt="" />
</div>
<div class="container">
<div class="main-block">
<h2>Xian is for builders</h2>
<p>Check out the Xian builder tools and grant programs</p>
</div>
<div class="builders-items">
<div class="builders-item">
<h3>Libraries:</h3>
<p>
Streamline your development with Xian's comprehensive tools, including <a href="https://docs.xian.org/tools/xian-js" target="_blank">xian-js</a>, <a href="https://docs.xian.org/tools/xian-py" target="_blank">xian-py</a>, Contracting, Wallet, Explorer, and a <a href="https://node.xian.org/graphiql" target="_blank">GraphQL environment</a>. These resources are crafted to simplify and speed up your journey from concept to deployment.
</p>
<a href="https://docs.xian.org/introduction" target="_blank" class="main-button">Read More</a>
</div>
<div class="builders-item">
<h3>Modern token standards:</h3>
<p>
Our standard contracts map to multiple Ethereum standards, including EIP-2612 for permits and ERC-1363 for streaming payments, enabling seamless and versatile token operations.
</p>
<a href="https://github.com/xian-network/xian-standard-contracts/" target="_blank" class="main-button">Read More</a>
</div>
<div class="builders-item">
<h3>Earn for Building</h3>
<p>
Innovate and profit—developers keep 70% of transaction fees, fostering a sustainable model for blockchain development.
</p>
<a href="https://docs.xian.org/coin/economics#transaction-fees-stamps" target="_blank" class="main-button">Read More</a>
</div>
<div class="builders-item">
<h3>Rewards</h3>
<p>
Participate in our Bounty Challenges for a chance to earn big and display your expertise. No applications required—just results. Innovate and turn your skills into meaningful recognition and rewards.
</p>
<a href="https://forum.xian.org/" target="_blank" class="main-button">Read More</a>
</div>
</div>
</div>
</section>
<!-- Builders end -->
<!-- Core start -->
<section class="core">
<div class="core-gradient">
<picture>
<img src="./assets/img/core-gradient.png" alt="gradient" />
</picture>
</div>
<div class="core-bg">
<picture>
<source
media="(max-width: 480px)"
srcset="./assets/img/orbita-5.svg"
/>
<img src="./assets/img/orbita-2.svg" alt="orbita" />
</picture>
</div>
<div class="container">
<div class="star">
<img src="./assets/img/star.svg" alt="star" />
</div>
<div class="star star-2">
<img src="./assets/img/star-2.svg" alt="star" />
</div>
<h2>Core metrics</h2>
<div class="core-items">
<div class="core-item">
<h3>Speed</h3>
<p>
Harness the power of CometBFT consensus to process 1000+ transactions per second, enabling real-time scalability.
</p>
<span>1000+ TPS</span>
</div>
<div class="core-item">
<h3>Low fees</h3>
<p>
Experience predictable, low-cost transactions, with fees consistently under $0.01.
</p>
<span>Under $0.01</span>
</div>
<div class="core-item">
<h3>Efficiency</h3>
<p>
Our Delegated Proof of Stake protocol ensures an energy-efficient and eco-friendly blockchain.
</p>
<span>Delegated Proof of Stake</span>
</div>
</div>
</div>
</section>
<!-- Core end -->
<!-- Meet start -->
<section class="meet">
<div class="meet-bg">
<img src="./assets/img/meet.svg" alt="line" />
</div>
<div class="meet-gradient">
<img src="./assets/img/meet-gradient.png" alt="gradient" />
</div>
<div class="container">
<div class="main-block">
<h2>Meet $XIAN</h2>
<p>
$XIAN powers the Xian ecosystem, empowering developers, validators, and the community. It's more than a token—it's the engine driving innovation and collaboration.
</p>
</div>
<div class="meet-wrapper">
<div class="star">
<img src="./assets/img/star.svg" alt="star" />
</div>
<div class="meet-items">
<div class="meet-item__img">
<picture>
<source
srcset="./assets/img/meet-mob-2.png"
media="(max-width: 700px)"
/>
<source
srcset="./assets/img/meet-mob.png"
media="(max-width: 1180px)"
/>
<img src="./assets/img/meet.png" alt="meet image" />
</picture>
</div>
<div class="meet-item__block">
<p>
With unique tokenomics, $XIAN fuels a balanced and transparent ecosystem. From staking and governance to developer rewards, it drives growth and collaboration within the network.
</p>
<ul>
<li>
Transaction Fee Distribution: as decided by community
votes, rewards are split between developers, validators,
and a deflationary burn mechanism.
</li>
<li>
DAO-Driven Bounties: the token is funded directly from the
treasury to support innovation and ecosystem growth.
</li>
<li>
Foundational Utility: $XIAN can be used for staking,
governance, and powering smart contracts.
</li>
</ul>
<a href="https://dex-trade.com/spot/trading/XIANUSDT?interface=classic" class="main-button bg-color">Get $XIAN</a>
</div>
</div>
<a href="https://dex-trade.com/spot/trading/XIANUSDT?interface=classic" target="_blank" class="main-button bg-color">Get $XIAN</a>
</div>
</div>
</section>
<!-- Meet end -->
<section class="cta">
<div class="container">
<div class="cta-block">
<h2>Let’s get started/</h2>
<div class="buttons-wrap">
<a href="https://docs.xian.org/introduction" target="_blank" class="main-button">Start building your ideas</a>
<a href="https://docs.xian.org/node/governance-model" target="_blank" class="main-button">Become a validator</a>
</div>
</div>
</div>
</section>
<!-- Cta end -->
<!-- Roadmap start -->
<section class="roadmap" id="roadmap">
<div class="roadmap-gradient">
<img src="./assets/img/roadmap-gradient.png" alt="gradient" />
</div>
<div class="container">
<h2>Roadmap</h2>
<div class="roadmap-items">
<div class="roadmap-item">
<div class="roadmap-label">
Completed
<svg
xmlns="http://www.w3.org/2000/svg"
width="15"
height="16"
viewBox="0 0 15 16"
fill="none"
>
<path
d="M15 8C15 12.1422 11.6422 15.5 7.5 15.5C3.35781 15.5 0 12.1422 0 8C0 3.85781 3.35781 0.5 7.5 0.5C11.6422 0.5 15 3.85781 15 8Z"
fill="#06E6CB"
/>
<path
d="M12.0501 6.26237L10.6438 4.85612C10.4607 4.67312 10.1641 4.67312 9.98099 4.85612L6.56241 8.27447L5.01884 6.73112C4.83573 6.54812 4.5391 6.54812 4.35599 6.73112L2.94974 8.13737C2.76675 8.32047 2.76675 8.6171 2.94974 8.80021L5.76224 11.6127C5.85013 11.7006 5.96938 11.75 6.09366 11.75H7.03116C7.15545 11.75 7.27469 11.7006 7.36259 11.6127L12.0501 6.92521C12.2331 6.7421 12.2331 6.44547 12.0501 6.26237Z"
fill="#0A0A0E"
/>
</svg>
</div>
<h3>Stage 1</h3>
<div class="roadmap-item__tasks">
<div class="roadmap-item__task yellow" draggable="true">
Testnet launch
</div>
<div class="roadmap-item__task green" draggable="true">
Rebranding
</div>
<div class="roadmap-item__task blue" draggable="true">
GraphQL node
</div>
<div class="roadmap-item__task orange" draggable="true">
Developer libraries
</div>
<div class="roadmap-item__task cyan" draggable="true">
Initial documentation
</div>
<div class="roadmap-item__task purple" draggable="true">
Wallet
</div>
</div>
</div>
<div class="roadmap-item">
<div class="roadmap-label second">In progress</div>
<h3>Stage 2</h3>
<div class="roadmap-item__tasks">
<div class="roadmap-item__task purple" draggable="true">
RCNet onboarding
</div>
<div class="roadmap-item__task yellow" draggable="true">
NFT marketplace
</div>
<div class="roadmap-item__task green" draggable="true">
Governance redesign
</div>
<div class="roadmap-item__task blue" draggable="true">
Security review
</div>
</div>
</div>
<div class="roadmap-item">
<div class="roadmap-label third">Coming soon</div>
<h3>Stage 3</h3>
<div class="roadmap-item__tasks">
<div class="roadmap-item__task" draggable="true">
Mainnet launch
</div>
<div class="roadmap-item__task" draggable="true">
Parallel processing
</div>
<div class="roadmap-item__task" draggable="true">
EVM Bridge
</div>
<div class="roadmap-item__task" draggable="true">
IBC Bridge
</div>
<div class="roadmap-item__task" draggable="true">
DEX & Liquidity tools
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Roadmap end -->
<section class="news">
<div class="container">
<h2>Latest news</h2>
<div class="news-items">
<div class="news-slider">
<div class="swiper-wrapper" id="news-container">
<!-- Dynamic Medium Loader -->
</div>
</div>
<a href="https://xiannetwork.medium.com/" target="_blank" class="main-button">Read More</a>
</div>
</div>
</section>
<!-- News end -->
<section class="join" id="social">
<div class="container">
<div class="main-block">
<h2>Join our community</h2>
<p>Stay up to date with our socials.</p>
<ul class="join-links">
<li>
<a href="https://t.me/xian_network/" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
viewBox="0 0 50 50"
fill="none"
>
<g clip-path="url(#clip0_73_197)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M25 0C11.1934 0 0 11.1934 0 25C0 38.8066 11.1934 50 25 50C38.8066 50 50 38.8066 50 25C50 11.1934 38.8066 0 25 0ZM36.5879 17.002C36.2119 20.9551 34.584 30.5479 33.7559 34.9756C33.4053 36.8496 32.7148 37.4775 32.0469 37.5391C30.5957 37.6729 29.4932 36.5791 28.0869 35.6572C25.8867 34.2148 24.6436 33.3174 22.5078 31.9102C20.0391 30.2832 21.6396 29.3896 23.0459 27.9287C23.4141 27.5459 29.8105 21.7275 29.9346 21.2002C29.9502 21.1338 29.9648 20.8877 29.8184 20.7578C29.6719 20.6279 29.4561 20.6729 29.3008 20.708C29.0801 20.7578 25.5645 23.0811 18.7559 27.6777C17.7578 28.3633 16.8545 28.6963 16.0439 28.6797C15.1514 28.6602 13.4346 28.1748 12.1582 27.7598C10.5928 27.251 9.34863 26.9814 9.45703 26.1172C9.5127 25.667 10.1328 25.207 11.3164 24.7363C18.6045 21.5605 23.4639 19.4678 25.8955 18.4561C32.8388 15.5685 34.2812 15.0664 35.2216 15.0498C36.3995 15.029 36.6838 16.0013 36.5879 17.002Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_73_197">
<rect width="50" height="50" fill="white" />
</clipPath>
</defs></svg
></a>
</li>
<li>
<a href="https://x.com/xian_network/" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
viewBox="0 0 50 50"
fill="none"
>
<circle cx="25" cy="25" r="25" fill="white" />
<path
class="link"
d="M28.0279 23.0034L37.7618 11H34.9424L26.6186 21.2652L18.294 11H9L21.9712 26.9958L12.2364 39H15.0559L23.3805 28.7339L31.706 39H41L28.0279 23.0034ZM13.5832 13.1759H17.2384L36.4159 36.824H32.7607L13.5832 13.1759Z"
fill="#0B0B0F"
/></svg
></a>
</li>
<li>
<a href="https://github.com/xian-network/" target="_blank" ><svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
viewBox="0 0 50 50"
fill="none"
>
<path
d="M24.9969 0C11.1938 0 0 11.4764 0 25.6336C0 36.9568 7.1625 46.563 17.1 49.9555C18.35 50.1917 18.8062 49.4002 18.8062 48.7205C18.8062 48.1109 18.7844 46.4992 18.7719 44.361C11.8188 45.9088 10.35 40.9238 10.35 40.9238C9.21562 37.9621 7.575 37.1738 7.575 37.1738C5.30312 35.5845 7.74375 35.6164 7.74375 35.6164C10.2531 35.7983 11.5719 38.2589 11.5719 38.2589C13.8031 42.1748 17.425 41.0451 18.85 40.3876C19.075 38.7313 19.7219 37.6015 20.4375 36.96C14.8875 36.3122 9.05 34.1133 9.05 24.2932C9.05 21.4943 10.025 19.2061 11.625 17.4125C11.3656 16.7646 10.5094 14.1572 11.8688 10.6307C11.8688 10.6307 13.9688 9.94132 18.7437 13.2572C20.7375 12.6891 22.875 12.4051 25.0031 12.3955C27.125 12.4083 29.2656 12.6891 31.2625 13.2604C36.0344 9.94451 38.1312 10.6339 38.1312 10.6339C39.4937 14.1636 38.6375 16.7678 38.3812 17.4157C39.9844 19.2093 40.95 21.4975 40.95 24.2964C40.95 34.142 35.1062 36.309 29.5375 36.9441C30.4344 37.7355 31.2344 39.2993 31.2344 41.6897C31.2344 45.1173 31.2031 47.8811 31.2031 48.7205C31.2031 49.4066 31.6531 50.2045 32.9219 49.9524C42.8438 46.5567 50 36.9536 50 25.6336C50 11.4764 38.8063 0 24.9969 0Z"
fill="white"
/></svg
></a>
</li>
<li>
<a href="https://discord.gg/nWQ4sPZXr5" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
viewBox="0 0 50 50"
fill="none"
>
<g clip-path="url(#clip0_73_204)">
<path
d="M22.2559 26.373C22.2559 28.3809 20.8174 30.0146 19.0088 30.0146C17.2285 30.0146 15.7617 28.3809 15.7617 26.373C15.7617 24.3662 17.2002 22.7314 19.0088 22.7314C20.8311 22.7314 22.2842 24.3809 22.2559 26.373Z"
fill="white"
/>
<path
d="M34.2607 26.373C34.2607 28.3809 32.8369 30.0146 31.0137 30.0146C29.2334 30.0146 27.7666 28.3809 27.7666 26.373C27.7666 24.3662 29.2051 22.7314 31.0137 22.7314C32.8369 22.7314 34.2891 24.3809 34.2607 26.373Z"
fill="white"
/>
<path
d="M25 0C11.1934 0 0 11.1934 0 25C0 38.8066 11.1934 50 25 50C38.8066 50 50 38.8066 50 25C50 11.1934 38.8066 0 25 0ZM42.8623 34.2041C39.7725 36.4736 36.7783 37.8516 33.8262 38.7646C33.7793 38.7793 33.7285 38.7617 33.6992 38.7217C33.0176 37.7725 32.3984 36.7715 31.8555 35.7207C31.8242 35.6592 31.8525 35.585 31.917 35.5605C32.9004 35.1885 33.8359 34.7441 34.7363 34.2188C34.8076 34.1768 34.8115 34.0752 34.7461 34.0264C34.5557 33.8848 34.3662 33.7354 34.1855 33.5859C34.1514 33.5586 34.1055 33.5527 34.0674 33.5713C28.2236 36.2715 21.8223 36.2715 15.9092 33.5713C15.8711 33.5547 15.8252 33.5605 15.793 33.5879C15.6123 33.7363 15.4229 33.8848 15.2334 34.0264C15.168 34.0752 15.1729 34.1768 15.2441 34.2188C16.1445 34.7344 17.0801 35.1885 18.0625 35.5615C18.127 35.5859 18.1572 35.6592 18.125 35.7207C17.5947 36.7734 16.9746 37.7734 16.2803 38.7227C16.25 38.7617 16.2002 38.7793 16.1533 38.7646C13.2148 37.8516 10.2217 36.4736 7.13086 34.2041C7.10547 34.1836 7.08691 34.1523 7.08398 34.1191C6.45508 27.3779 7.73828 20.5527 12.4219 13.5547C12.4336 13.5361 12.4502 13.5215 12.4707 13.5137C14.7744 12.4551 17.2441 11.6768 19.8242 11.2324C19.8711 11.2256 19.918 11.2471 19.9424 11.2881C20.2617 11.8535 20.626 12.5771 20.873 13.1689C23.5928 12.7539 26.3555 12.7539 29.1328 13.1689C29.3789 12.5898 29.7305 11.8535 30.0479 11.2881C30.0723 11.2451 30.1191 11.2236 30.166 11.2324C32.748 11.6777 35.2178 12.457 37.5205 13.5137C37.541 13.5215 37.5576 13.5361 37.5674 13.5566C41.6475 19.5576 43.6631 26.3271 42.9092 34.1211C42.9062 34.1543 42.8896 34.1836 42.8623 34.2041Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_73_204">
<rect width="50" height="50" fill="white" />
</clipPath>
</defs></svg
></a>
</li>
<li>
<a href="https://xiannetwork.medium.com/" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
viewBox="0 0 50 50"
fill="none"
>
<g clip-path="url(#clip0_73_209)">
<path
d="M25 50C38.8071 50 50 38.8071 50 25C50 11.1929 38.8071 0 25 0C11.1929 0 0 11.1929 0 25C0 38.8071 11.1929 50 25 50Z"
fill="white"
/>
<path
class="link"
d="M38.1307 15.5371L40.625 13.1536V12.6309H31.9858L25.8295 27.9519L18.8267 12.6309H9.76989V13.1536L12.6818 16.6593C12.8208 16.7877 12.9281 16.9467 12.9951 17.1237C13.0622 17.3007 13.0872 17.4908 13.0682 17.6792V31.4576C13.1117 31.7028 13.0962 31.9548 13.0231 32.1929C12.95 32.431 12.8213 32.6483 12.6477 32.8269L9.375 36.8013V37.3184H18.679V36.7956L15.3977 32.8184C15.2223 32.6401 15.0903 32.4239 15.012 32.1864C14.9337 31.949 14.9111 31.6966 14.946 31.449V19.54L23.1108 37.324H24.0625L31.0824 19.54V33.7076C31.0824 34.0797 31.0824 34.1564 30.8381 34.4036L28.3125 36.8468V37.3695H40.5682V36.8468L38.1335 34.4632C38.0273 34.3841 37.9446 34.2775 37.8946 34.1548C37.8445 34.0321 37.8289 33.8981 37.8494 33.7672V16.2331C37.8286 16.1022 37.844 15.9681 37.8941 15.8454C37.9442 15.7227 38.027 15.616 38.1335 15.5371H38.1307Z"
fill="#0B0B0F"
/>
</g>
<defs>
<clipPath id="clip0_73_209">
<rect width="50" height="50" fill="white" />
</clipPath>
</defs></svg
></a>
</li>
<li>
<a href="https://www.reddit.com/r/xiannetwork" target="_blank"
><svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
viewBox="0 0 50 50"
fill="none"
>
<g clip-path="url(#clip0_73_209)">
<path
d="M25 50C38.8071 50 50 38.8071 50 25C50 11.1929 38.8071 0 25 0C11.1929 0 0 11.1929 0 25C0 38.8071 11.1929 50 25 50Z"
fill="white"
/>
<g transform="translate(5, 5) scale(0.08)">
<path
class="st0"
d="M333.54,326.34c-19.51,0-35.87-16.02-35.87-35.77c0-19.79,16.36-36.32,35.87-36.32
c19.48,0,35.28,16.54,35.28,36.32C368.82,310.31,353.05,326.34,333.54,326.34 M338.51,392.44c-17.23,17.45-44.24,25.94-82.53,25.94
c-38.32,0-65.31-8.49-82.51-25.94c-3.74-3.79-3.74-9.91,0-13.74c3.71-3.79,9.78-3.79,13.52,0c13.44,13.64,35.99,20.27,68.99,20.27
c32.97,0,55.55-6.64,69.02-20.27c3.71-3.79,9.78-3.79,13.52,0C342.25,382.52,342.25,388.65,338.51,392.44 M143.16,290.56
c0-19.76,16.33-36.32,35.81-36.32s35.28,16.56,35.28,36.32c0,19.75-15.8,35.77-35.28,35.77S143.16,310.31,143.16,290.56
M512,251.23c0-32.43-26.01-58.81-57.98-58.81c-14.75,0-28.65,5.59-39.3,15.57c-38.27-25.26-89.52-41.59-146.28-43.82l31.31-96.91
l82.23,19.62c0.03,26.69,21.43,48.38,47.74,48.38c26.32,0,47.74-21.74,47.74-48.43S456.04,38.4,429.72,38.4
c-19.71,0-36.63,12.15-43.93,29.46c-17.72-4.23-81.05-19.36-98.76-23.6l-38.66,119.7c-58.91,1.11-112.28,17.36-151.99,43.23
c-10.52-9.48-24.14-14.77-38.43-14.77C26.01,192.41,0,218.8,0,251.23c0,20.59,10.6,39.46,27.55,50.05
C12.11,393.76,119.55,473.6,254.93,473.6c134.81,0,241.89-79.14,227.61-171.15C500.66,292.14,512,272.83,512,251.23"
filL="#0B0B0F"/>
</g>
</g>
<defs>
<clipPath id="clip0_73_209">
<rect width="50" height="50" fill="white" />
</clipPath>
</defs>
</svg></a>
</li>
</ul>
</div>
</div>
</section>
</main>
<!-- Main end -->
<footer class="footer">
<div class="container">
<ul class="footer-menu">
<li><a href="https://chromewebstore.google.com/detail/xian-wallet/kcimjjhplbcgkcnanijkolfillgfanlc/" target="_blank">Wallet</a></li>
<li><a href="https://docs.xian.org/" target="_blank">Documentation</a></li>
<li><a href="https://explorer.xian.org/" target="_blank">Explorer</a></li>
<li><a href="#social">Community</a></li>
<li><a href="#roadmap">Roadmap</a></li>
</ul>
<div class="copyright mob">All rights reserved. XIAN (с) 2025</div>
<div class="footer-bottom">
<div class="footer-logo__block">
<a href="/" class="logo"
><img src="./assets/img/logo.svg" alt="logo"
/></a>
<p>
Built on Xian.<br />
Powered by Python.<br />
Shaping the
<span
class="typewriter-text"
data-text='["Innovation", "Decentralization", "Possibilities"]'
>Future</span
>
</p>
</div>
<div class="copyright">All rights reserved. XIAN (с) 2025</div>
<div class="footer-design">
<p>Designed by</p>
<a href="https://generis.agency/" target="_blank" class="logo"
><img src="./assets/img/generis.svg" alt="logo generis"
/></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/Draggable.min.js"></script>
<script src="./assets/js/slider/swiper-bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="./assets/js/main.js?v=1"></script>
</body>
</html>