forked from XinFinOrg/Official-XinFinOrg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroadmap.php
More file actions
796 lines (731 loc) · 54.8 KB
/
roadmap.php
File metadata and controls
796 lines (731 loc) · 54.8 KB
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
<?php
$title = "XinFin's Road Map";
$desc = "XinFin use the XDC token on the public state that is identical in functionality to public blockchains. Or set up private networks to run enterprise use cases.";
include('inc/header.php') ?>
<section id="resources-banner">
<!-- <div id="particle-canvas"></div> -->
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 bannertext">
<h1>Roadmap</h1>
<p class="mb-2">Use the XDC token on the public state that is identical in functionality to public blockchains. Or set up private networks to run enterprise use cases.</p>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 btxt-img">
<img src="assets/images/XDC-Protocol/xdc-protocol-banner-image.png" alt="" class="img-responsive mb-5" />
</div>
<!-- <div id="scroll"><a href="#resorces" class="smooth-scroll" ><span class="arrow-bounce">↓</span></a></div> -->
</div>
</div>
</section>
<section id="resources" class="resources">
<div class="container">
<div class="tab-content">
<div id="roadmap-for-2021" class="tab-pane fade in active">
<div class="roadmap-details">
<p class="sub-header fs-28">Roadmap for 2021</p>
<p class="fw-7 fs-20 pt-2">Background:</p>
<p><b>Bitcoin's phenomenal rise</b> backed by institutional adoption has confirmed the appetite for <b>digital assets by mainstream markets and investors.</b> Today, Bitcoin is positioned as a <b>scarce digital asset with very high liquidity,</b> and this liquidity, mining, and adoption are managed in a fairly decentralized manner by its community members.</p>
<p><b>XDC is positioned to connect real-world finance origination to DeFi markets</b> and XinFin's focus is for <b>XDC to be a de-facto standard for recording payment obligations</b> for institutions which include <b>buyers, suppliers, governments, and banks.</b> Payment obligations can also be recorded for employer to employee transactions which can potentially create opportunities for payday loans, mortgage origination, and auto loans on the XDC Network.</p>
<p><b>Governments raise billions through bonds</b> which are essentially payment obligations. Currently, this space is empty and there is no platform that focuses on this particular feature. Enabling this creates a massive opportunity to run <b>DeFi backed by real-world assets on top of the XDC network.</b>
<p><b>Central banks pour liquidity into financial markets</b> so that liquidity can reach <b>MSMEs at the grassroots level.</b> XDC is positioned to absorb such liquidity and distribute it via originators that connect to TradeFinex on the <b>XDC Network.</b></p>
<p>We are expecting a third-party developer to deliver payment obligations on the XDC network which will be used by the <b>initial 2 integrations, Validus and Funding Societies.</b> There are ongoing discussions with regulated financial institutions (<b><a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></b>) to bring their payment obligations for instruments such as <b>letters of credits, invoices, and receivables</b> onto the XDC Network.</p>
<p>While the Core Team is focused on the adoption of XDC and the network, it's clear that in order for us to operate as a Decentralized Autonomous Organization, the participation of the XDC community is needed to achieve the following objectives:</p>
<ul class="lower-alpha">
<li>XDC Integrations across hardware and software wallets, and the addition of more digital asset custodians and crypto exchanges.</li>
<li>Provide XDC liquidity to support trade finance liquidity.</li>
<li>Increase XDC adoption through marketing efforts that build awareness about the XDC Network's protocol and benefits.</li>
</ul>
<p class="fs-20 pt-2">We are happy to share this roadmap with our core community members so that we can collectively grow the XDC Network into a market leader in 2021.</p>
<p class="title big-title">1. Build a robust support infrastructure for the XDC Mainnet Chain with new wallet integrations</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Hardware and software wallets</li>
<ul class="lower-roman">
<li>Ledger (<a href="https://medium.com/xinfin/how-to-use-ledger-nano-s-with-xdc-network-5d3048401374" target="_blank" class="link-break-out">Code integration</a> is done, we are awaiting security approvals and upgrade into their firmware in order to be fully supported on Ledger</li>
<li>D'CENT Wallet: Support and integration of XDC has been announced by <a href="https://twitter.com/DCENTwallets/status/1346312434303205376" target="_blank" class="link-break-out">D'CENT</a></li>
<li>Trezor (Integration is ongoing)</li>
<li>Wallet connect (Live): <a href="https://walletconnect.org/apps/" target="_blank" class="link-break-out">https://walletconnect.org/apps/</a></li>
<li>Freewallet: (Integration ongoing)</li>
<li><b>Safepal.io:</b> Safepal.io has announced that they will keep XDC <a href="https://twitter.com/iSafePal/status/1343504963956174850" target="_blank" class="link-break-out">Integration on their 2021 roadmap</a>.</li>
<li>Exodus, Trust Wallet, Coinswitch: Discussion Phase.
XDC needs to meet their required criteria for Coinmarketcap rank, technical integration, fees, etc. XDC community members can participate and claim up to a 140% bounty visit: <a href="https://www.xinfin.org/bounty" target="_blank" class="link-break-out">https://www.xinfin.org/bounty</a>
</li>
</ul>
<li class="fw-7 fs-18 pt-2">Digital Asset custodians</li>
<ul class="lower-roman">
<li>Copper.co - Established</li>
<li>Onchain custodian - Support is scheduled to start in Q1 of 2021</li>
<li>Hex Trust - In negotiations as of Q1 2021</li>
<li>Anchorage (backed by Visa)<br />
Other wallet: XDC community members can participate and claim up to 140% bounty visit link: <a href="https://www.xinfin.org/bounty" target="_blank" class="link-break-out">https://www.xinfin.org/bounty</a>
</li>
<p>XDC community members can add support to other established digital custodian and claim up to 140% of XDC as bounty by submitting integration details at <a href="https://www.xinfin.org/bounty" class="link-break-out">https://www.xinfin.org/bounty</a> (Fill-in the form provided under pre-approved XDC Bounty)</p>
</ul>
<li class="fw-7 fs-18 pt-2">OpenLaw Integration:<br />
<p class="fw-4">Discussions are in progress and we are awaiting for XDC community members to push them to get quick integration. Up to 140% in XDC Bounty is available for the actual cost borne by XDC community members visit: <a href="https://www.xinfin.org/bounty" class="link-break-out">https://www.xinfin.org/bounty</a></p>
</li>
<li class="fw-7 fs-18 pt-2">R3 Cordite Integration:<br />
<p class="fw-4">Cordite Society has been engaged by Xinfin to run third-party Corda Network nodes for XinFin and provide interoperability among the Corda and XinFin networks.</p>
</li>
<li class="fw-7 fs-18 pt-2">ExcelTrip Travel Portal XDC Integration:<br />
<p class="fw-4">Integration is in progress and should be completed by Jan 2021. <a href="https://twitter.com/xceltrip/status/1337326935744131072" target="_blank" class="link-break-out">An announcement</a> has already been released by the ExcelTrip team.</p>
</li>
<li class="fw-7 fs-18 pt-2">MultiSig Wallet Facility:<br />
<p class="fw-4">Fork repositories like <a href="https://gnosis-safe.io/" target="_blank" class="link-break-out">https://gnosis-safe.io/</a> and provide options to use multisig facility on the XDC Network. Up to 140% in XDC Bounty is available for the actual cost borne by XDC community members visit: <a href="https://www.xinfin.org/bounty" class="link-break-out">https://www.xinfin.org/bounty</a>.</p>
</li>
</ul>
<p class="title big-title pt-2">2. Drive rapid adoption of XDC with DApps currently running on the XDC Network</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">TradeFinex</li>
<ul class="lower-roman">
<li>Currently, live with SGD. $50,000 worth of staking coming from XDC directly ported to Validus</li>
<li>Integration with more originators</li>
<li>Scaling up Liquidity Pools on TradeFinex</li>
<li>Integration with exchanges and custodians who can offer yields to their own stakers</li>
<li>Payment obligation and smart contract utilization of XDC</li>
<li><a href="https://forum.makerdao.com/t/tokenized-yield-generating-trade-finance-assets-as-maker-collaterals/1645/11?u=atulkhekade" target="_blank" class="link-break-out">https://forum.makerdao.com/t/tokenized-yield-generating-trade-finance-assets-as-maker-collaterals/1645/11?u=atulkhekade</a></li>
<p><a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></p>
</ul>
<li class="fw-7 fs-18 pt-2">Globiance</li>
<ul class="lower-roman">
<li>Boost adoption of SGDg, EURg</li>
<ul class="lower-alpha">
<p class="fw-7">Target:</p>
<li>Scale-up issuance of SGDg and EURg</li>
<li>Scale-up the daily volume of SGDg and EURg</li>
</ul>
</ul>
<li class="fw-7 fs-18 pt-2">Blockdegree</li>
<ul class="lower-roman">
<li>Development of partnerships with institutions to cross-sell education with a 50% profit share</li>
<li>Blockdegree courses will be accredited by Singapore skills future (Please visit <a href="https://blockdegree.org" target="_blank" class="link-break-out">Blockdgree.org</a>)</li>
</ul>
<li class="fw-7 fs-18 pt-2">Mycontract</li>
<ul class="lower-roman">
<li>Develop enterprise connectivity to blockchain and crypto-asset ecosystems<br /><br />
<p>Drive the development of Dapps on XDC Network with funding and bounty programs for 3rd party developers who can claim up to 140% of their costs borne in XDC as bounty by submitting details at <a href="https://www.xinfin.org/bounty" class="link-break-out">https://www.xinfin.org/bounty</a> (Fill-in the form provided under pre-approved XDC Bounty)</p>
</li>
</ul>
</ul>
<p class="title big-title pt-2">3. Exchange Listings</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Tier 1 Exchange Listing (In Legal clearance)</li>
<ul class="lower-roman">
<li>Non-US Customers (Phase 1)</li>
<li>US Customers - FIAT pairs (Phase 2)</li>
</ul>
<li class="fw-7 fs-18 pt-2">Tier 1 Exchange Listing (Proposal Received)</li>
<ul class="lower-roman">
<li>Non-japan customers (Phase 1)</li>
<li>Japan customers - Fiat Pairs (Phase 2)</li>
</ul>
<li class="fw-7 fs-18 pt-2">Tier 1 exchange listing (Proposed)</li>
<ul class="lower-roman">
<li>Non-Korean Customers (Phase 1)</li>
<li>Korean Customers - Fiat (Phase 2)</li>
</ul>
<li class="fw-7 fs-18 pt-2">Tier 1 exchange listing (Proposed)</li>
<ul class="lower-roman">
<li>US Customers (Proposed, Under Legal opinion)</li>
<li>Korean Customers - Fiat (Phase 2)</li>
<p><a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></p>
<p><span class="fw-7">Other Exchange Integration Fee bounty at:</span> <a href="https://www.xinfin.org/bounty" class="link-break-out">https://www.xinfin.org/bounty</a></p>
</ul>
</ul>
<p class="title big-title pt-2">4. Market making + Liquidity push by incentivizing Market Makers</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Community driven third party market making. There are some masternode groups who are running bounties via third party pages.</li>
<ul class="lower-roman">
<li><a href="https://ruslanwing100.medium.com/bounty-for-xdc-market-making-6326540e1766" target="_blank" class="link-break-out">https://ruslanwing100.medium.com/bounty-for-xdc-market-making-6326540e1766</a></li>
</ul>
<li class="fw-7 fs-18 pt-2">Incentives will be paid from the XDC Ecosystem Pool for maintaining liquidity in a self-controlled mm account.</li>
</ul>
<p class="title big-title pt-2">5. Global awareness + PR</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Received proposal from Market Across PR firm.</li>
<ul class="lower-roman">
<li>This is a PR firm for top projects.</li>
</ul>
<li class="fw-7 fs-18 pt-2">Develop ways for the community to help in the decentralization of marketing efforts.</li>
</ul>
<p class="title big-title pt-2">6. Develop Interoperability of XDC with Ethereum ecosystem</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Developers of Bancor and XDC are working with Bancorx integration of XDC with USDC, USDT, and ETH on BancorX</li>
<ul class="lower-roman">
<li>Link for alpha product/tool: <a href="https://bancor.xdc.network/" target="_blank" class="link-break-out">https://bancor.xdc.network/</a> (Link for testing purpose only)</li>
</ul>
</ul>
<p class="title big-title pt-2">7. Legal Clarity on XDC Network and token</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Singapore</li>
<ul class="lower-roman">
<li>A law firm has already issued a legal opinion stating that XDC is a utility payment token and not a security.</li>
</ul>
<li class="fw-7 fs-18 pt-2">UK</li>
<ul class="lower-roman">
<li>A law firm has already issued a legal opinion stating that XDC is a utility payment token and not a security.</li>
</ul>
<li class="fw-7 fs-18 pt-2">Liechtenstein</li>
<ul class="lower-roman">
<li>Legal opinion underway.</li>
</ul>
<li class="fw-7 fs-18 pt-2">US - SEC</li>
<ul class="lower-roman">
<li>Xinfin is currently in the process of engaging legal counsel in the United States to create a legal opinion for the XDC Network and the XDC token.</li>
</ul>
<li class="fw-7 fs-18 pt-2">Japan</li>
<ul class="lower-roman">
<li>To be engaged after listing with Tier 1 Exchange for enabling fiat pairs.</li>
</ul>
<li class="fw-7 fs-18 pt-2">UAE</li>
<ul class="lower-roman">
<li>Working through TradeFinex Tech Ltd. (Reglab already issued)</li>
<p><a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></p>
</ul>
</ul>
<p class="title big-title pt-2">8. <span class="fw-7">Hackathon & internship</span> to promote XDC Adoption and More Dapps Integration.</p>
<p class="title big-title pt-2">9. Enhance XDC Staking in the following ways:</p>
<ul class="lower-alpha">
<li class="fw-7 fs-18">Masternode/Backup Node: Expand XDC Masternode networks.</li>
<li class="fw-7 fs-18 pt-1">Community Staking: Integration with exchanges and custodians who can offer a yield to XDC Holders.</li>
</ul>
<p class="sub-header fw-7 pt-4">Inorganic Growth through third party project integrations:</p>
<ul class="lower-decimal">
<li class="fw-7 fs-18">European Index provider - (will be publicly announced in Q1)</li>
<ul class="lower-alpha">
<li>XDC index to launch in January end or February. <a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></li>
</ul>
<li class="fw-7 fs-18 pt-2">A Fintech firm integrated with 17 banks</li>
<ul class="lower-alpha">
<li><a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></li>
<li>Integration of banking partners with TradeFinex over XDC liquidity pools for alternative investors.</li>
</ul>
<li class="fw-7 fs-18 pt-2">Tier 1 Bank - <a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></li>
<li class="fw-7 fs-18 pt-2">DeFi Project on XDC - <a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></li>
<li class="fw-7 fs-18 pt-2">Trade Finance Digitisation Project</li>
<ul class="lower-alpha">
<li>Integration with XDC</li>
</ul>
<li class="fw-7 fs-18"><a href="disclosures-vs-non-disclosures" style="text-decoration: underline !important;">Know More</a></li>
</ul>
<p class="pt-4">The XinFin Core Team encourages community members to take part in the development and utilization of the XDC Network. Efforts to connect with or approach regulated companies that can boost XDC adoption with running systems will be supported through Xinfin Bounty programs. Up to 140% in XDC Bounty is available for any communication, integration, or regulatory cost incurred by XDC Community members. XDC Bounty form at <a href="https://www.xinfin.org/bounty" target="_blank" class="link-break-out">https://www.xinfin.org/bounty</a> (Fill-in the form provided under pre-approved XDC Bounty)</p>
</div>
</div>
<div id="milestones-achieved" class="tab-pane pt-5 fade in active">
<div class="roadmap-details">
<p class="sub-header fs-28">The journey so far, Milestones Achieved up to 31st Dec 2020</p>
</div>
<div class="frst-container mb-3">
<!-- frst-left-align/frst-right-align/frst-alternate/frst-date-opposite/frst-responsive-right-->
<div class="frst-timeline frst-timeline-style-1 frst-alternate">
<div class="frst-timeline-block frst-timeline-label-block" data-animation="slideInUp">
<div class="frst-labels frst-start-label"><span>2020</span></div>
<!-- .frst-start-label -->
</div>
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q4</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner box">
<div class="question">
<ul>
<li>Hardware Wallet Ledger integration for the XDC Network Coins</li>
<li>Auto swap for XDC : XDCe using decentralized Network</li>
<li>Start Invitation to the Local Country specific partners to Start Country specific Stable coin using XDC ecosystem Support</li>
</ul>
</div>
<div class="answer">
<ul>
<li>Invitation to the Partners to Start Oracle date/price feed using middleware <a href="https://MyContract.co/" target="_blank" class="link-break-out">MyContract.co</a></li>
<li><strong>NFT + DeFi initiative:</strong> TradeFinex Live Transaction with Validus (MAS Regulated Firm in Singapore)</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q3</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner box">
<div class="question">
<ul>
<li>Andre Casterman joined XinFin as an Advisor</li>
<li>Gaurda Wallet lists XDC MainNet coins</li>
<li>Indodax to Switch from XDCe to XinFin MainNet coin XDC</li>
</ul>
</div>
<div class="answer">
<ul>
<li>XDC listed on Bitrue Exchange</li>
<li>10 Billion XDCe token burned as XDC utility escalates</li>
<li>XinFin [XDC] Network Integrates Chainlink Oracles to Power New Trade Finance Use Cases</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q2</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner box">
<div class="question">
<ul>
<li>Staking of XDCe on Bancor Network</li>
<li>XDC MainNet Coin is Live on Copper.co for an Institutional Custody Solution</li>
<li>Bilaxy Exchange Listed XDCe</li>
<li>XDC listed on BuyUCoin against a Fait currency INR</li>
</ul>
</div>
<div class="answer">
<ul>
<li>Homiex Switch to XinFin MainNet coin XDC from XDCe</li>
<li>XinFin [XDC] Network joins the International Trade and Forfaiting Association (ITFA)</li>
<li>Mercatox Switch to XinFin MainNet coin XDC from XDCe</li>
<li>Crypto Exchange WBF lists XinFin MainNet Coin XDC</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q1</i></span>
</div>
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner box">
<div class="question">
<ul>
<li>
<span style="font-weight: 700;">Regulated Custodian Integrations and Partnership for ecosystem development and XDC adoption.</span> Exploring partnership with Custodian Copper.co, Pundix and
Fineon Exchange (fineon.net)
</li>
<li><span style="font-weight: 700;">TradeFinex Round table</span> - Regional Roundtable for Masternode, governance counsel, and use case presentation. DEMO TradeFinex Network.</li>
</ul>
</div>
<div class="answer">
<p class="link-break-out">
Event update available at <a href="https://events.tradefinex.org/" target="_blank" class="link-break-out">https://events.tradefinex.org/</a><br />
Additional to above Regular Meetups for more Adoption of XinFin and TradeFinex Network (online and offline)
</p>
<ul>
<li><span style="font-weight: 700;">New decentralized mobile wallet</span> with additional chain support (ERC20)</li>
<li class="link-break-out">
<span style="font-weight: 700;">GO Live</span> with TradeFinex Network with the live instrument for distribution. Live Statistics available at
<a href="https://www.tradefinex.org/publicv/statistics" target="_blank" class="link-break-out">https://www.tradefinex.org/publicv/statistics</a>
</li>
<li>
<span style="font-weight: 700;">Add More XDC Liquidity Depth.</span> By way of a tie-up with the market maker. Exploring the possibility to list XDC coin with the regulated exchange. Talking
to 2 market makers from Singapore, one from Hongkong and one from malta.
</li>
<li>
<span style="font-weight: 700;">XDC Staking / Burning Plan</span> (By way Use case/network utility apps)
<ul>
<li class="link-break-out">
TradeFinex - Tokenization fees for financial instruments. (20% of the profit)<br />
Live Statistics available at <a href="https://www.tradefinex.org/publicv/statistics" target="_blank" class="link-break-out">https://www.tradefinex.org/publicv/statistics</a>
</li>
<li class="link-break-out">
Blockdegree.org - Digital Certificates on Blockchain (20% of Profit)<br />
Live Statistics available at <a href="https://www.blockdegree.org/statistics" target="_blank" class="link-break-out">https://www.blockdegree.org/statistics</a>
</li>
<li class="link-break-out">
Add More Masternode and stake XDC (by way of 10 Million Staking)<br />
Live Statistics available at <a href="https://explorer.xinfin.network/home" target="_blank" class="link-break-out">https://explorer.xinfin.network/home</a>
</li>
</ul>
</li>
<li>
<span style="font-weight: 700;">Add More Exchange.</span> Talking to tier2 and tier3 Exchange to add XDC MainNet (preferably XDC pair with local Fiat currency like KRW, THB, EUR, etc). Also
talking to regulated exchanges to list XDC MainNet chain
</li>
<li>
<span style="font-weight: 700;">When Exchange like Binance, OKex, Liquid, Huobi?</span><br />
All Tier1 exchange List token based on community demand, Adoption/use case and based on the current market daily liquidity depth so XinFin Focusing on getting more adoption and liquidity depth
to avoid price manipulation by the whales. XinFin also Focusing more to get Local Fiat pairs against XDC to get more liquidity for the TradeFinex use case
</li>
<li>XDC listed on Stex Exchange</li>
<li>XDCe listed on FatBTC</li>
</ul>
</div>
</div>
</div>
<!-- frst-timeline-content -->
</div>
<div class="frst-timeline-block frst-timeline-label-block" data-animation="slideInUp">
<div class="frst-labels frst-labels"><span>2019</span></div>
<!-- .frst-start-label -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q4</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner box">
<!--<h2>Heading</h2> <span class="frst-date">08, October</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>-->
<div class="question">
<ul>
<li>50-200 masternode Setup with 10M staking each (Subject to speed of adoption)</li>
<li>6 members for governance body</li>
<li>TradeFinex Round table-2</li>
<li>Awareness Meetups (online and offline)</li>
</ul>
</div>
<div class="answer">
<ul>
<li>Start Getting XDC whitelisting from Regulator</li>
<li>Adoption and outreach for the Commercial Products like: X-Wallet, X-Sidechain, X-Stable Coin, X-Loyalty for Institution and retail</li>
<li>
Token Burning Target : Approx 10K USD - 500K USD (equivalent value in XDC)
<ul>
<li>Subject to speed of Adoption (Institutional as well as Retail)</li>
<li>XDC Protocol fees embedded in smart contract</li>
</ul>
</li>
<li>
Popular Exchange listings target
<ul>
<li>1-2 Popular Exchanges</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q3</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner">
<div class="question">
<ul>
<li>25-100 masternode Setup with 10M staking each (Subject to speed of adoption)</li>
<li>Implement Masternode Pool Contract</li>
<li>3 members for governance body</li>
<li>Awareness Meetups (online and offline)</li>
</ul>
</div>
<div class="answer">
<ul>
<li>Start Approaching regulators for XDC whitelisting</li>
<li>Introduction of Commercial Products like: X-Wallet, X-Sidechain, X-Stable Coin, X-Loyalty for Institution and retail</li>
<li>
Token Burning Target : Approx 10K USD - 500K USD (equivalent value in XDC)
<ul>
<li>Subject to speed of Adoption (Institutional as well as Retail)</li>
<li>XDC Protocol fees embedded in smart contract</li>
</ul>
</li>
<li>
Popular Exchange listings target
<ul>
<li>1-2 Popular Exchanges</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q2</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner">
<div class="question">
<ul>
<li>TradeFinex 1st regulator and institution round table meeting schedule at ADGM</li>
<li>Rollout of Live XDC Public Net</li>
<li>Rollout of Standardize dApps Web Wallet MainNet</li>
<li>Rollout of Standardize dApps Mobile Wallet (MainNet)</li>
</ul>
</div>
<div class="answer">
<ul>
<li>Rollout of Live Version for InFactor</li>
<li>Rollout of Live Version for Land Registry</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q1</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner">
<div class="question">
<ul>
<li>Launch of Open Hackathon</li>
<li>Commencement of Community Bounty Plan</li>
<li>Rollout of XDPoS Network (TestNet)</li>
<li>Rollout of Standardize dApps Wallet (TestNet)</li>
</ul>
</div>
<div class="answer">
<ul>
<li>Rollout of Standardize dApps Mobile Wallet (TestNet)</li>
<li>Rollout of Demo Version for InFactor</li>
<li>Rollout of Demo Version for Land Registry</li>
<li>Launch of <a href="https://mycontract.co" target="_blank" class="link-break-out">MyContract.co</a> API</li>
<li>Launch of <a href="http://kramaa.com" target="_blank" class="link-break-out">Kramaa.com</a></li>
<li>Rollout 3 Online courses (with online certification) from XinFin Blockchain Academy</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<div class="frst-timeline-block frst-timeline-label-block" data-animation="slideInUp">
<div class="frst-labels"><span>2018</span></div>
<!-- .frst-start-label -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q4</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>Setup Multiple MasterNodes Globally</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q3</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>Setup Multiple MasterNodes Globally</li>
<li>Tie-up with Global Institution & Enterprise</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q2</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>Cold Storage Wallet</li>
<li>Deployment of clients private sub-networks</li>
<li>AML & KYC Compliance of XDC Wallet</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q1</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>TradeFinex Beta Launch & Setup of XDCe</li>
<li>Listing of XDCe & XDC Token</li>
<li>Global Expansion of XinFin & TradeFinex</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-timeline-label-block" data-animation="slideInUp">
<div class="frst-labels"><span>2017</span></div>
<!-- .frst-start-label -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q4</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>XDC Android Wallet Launched</li>
<li>Lisiting of XDC on <a href="https://alphaex.net" target="_blank" class="link-break-out">Alphaex.net</a></li>
<li>Demonstration of TradeFinex POCs & Hedge Pool</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q3</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>Pre-ICO Sales End</li>
<li>Initiate Development of TradeFinex</li>
<li>Release of Business & Technical White Paper Overview (V1)</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-odd-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q2</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>Release of Business & Technical White Paper (V1)</li>
<li>Initiate setup of XDCO1 Protocol</li>
<li>Wallet Deployment, Pre-ICO sales Start</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
<!-- frst-timeline-block -->
<div class="frst-timeline-block frst-even-item" data-animation="slideInUp">
<div class="frst-timeline-img">
<span><i class="fa" aria-hidden="true">Q1</i></span>
</div>
<!-- frst-timeline-img -->
<div class="frst-timeline-content">
<div class="frst-timeline-content-inner pb-20">
<div class="question-1">
<ul>
<li>Global Expansion of XinFin & TradeFinex</li>
</ul>
</div>
</div>
<!-- frst-timeline-content-inner -->
</div>
<!-- frst-timeline-content -->
</div>
</div>
<!-- frst-timeline -->
</div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<!-- TIMELINE CSS & JS -->
<link rel="stylesheet" href="./assets/timeline/timeline.css">
<script src="./assets/timeline/jquery-1.8.3.js"></script>
<script type="text/javascript">
$(document).ready(function() {
if ($.browser.msie && parseFloat($.browser.version) < 8) { // Check to see if less than IE8 and exit if it is
return;
}
// Create a function to clean any whitespace from within answers
jQuery.fn.cleanWhitespace = function() {
textNodes = this.contents().filter(
function() {
return (this.nodeType == 3 && !/\S/.test(this.nodeValue));
})
.remove();
return this;
}
$(".answer").cleanWhitespace();
$(".answer").children().cleanWhitespace();
// Remove all empty answers and prevent trigger button on associated questions
$(".answer").children(":empty").remove();
$(".answer:empty").prev().removeClass();
$(".answer:empty").remove();
// style all questions as closed, add a trigger button, and hide answers
$(".question").addClass("closed").append(" <a class='more'>More</a>");
$(".answer").hide();
/* show first question
$(".question:first").removeClass("closed").addClass("opened");
$(".answer:first").show();
*/
$(".question").click(function() {
$(".answer").slideUp("fast");
$(".question").removeClass("opened").addClass("closed");
$(".question.closed a").replaceWith("<a class='more'>More</a>");
if ($(this).next(".answer").is(":hidden")) {
$(this).next(".answer").slideDown("fast");
$(this).removeClass("closed").addClass("opened");
$(".question.opened a").replaceWith("<a class='less'>Less</a>");
}
});
});
</script>
<!-- TIMELINE CSS & JS -->
<script>
var activeUrl = localStorage.getItem("currentUrl");
$('.nav.navbar-nav li:nth-child(5)').addClass('active');
</script>
<?php include('inc/footer.php') ?>