-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathxdpos.php
255 lines (247 loc) · 15.2 KB
/
xdpos.php
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
<?php
$title = "XDPoS 2.0";
$desc = "Revolutionizing Trust in the Digital Era";
include('inc/header.php') ?>
<!-- Hero Home Starts -->
<section class="px-200 px-t250-b100 hero-inside">
<!--<div class="container p-relative">-->
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 hero-content">
<h1 class="title-m text-center mb-0">Welcome to XDPoS 2.0</h1>
<h2 class="subtitle subtitle-s fw-500 text-center mb-0">Revolutionizing Trust in the Digital Era!</h2>
<h2 class="subtitle subtitle-s fw-500 text-center mb-0">
In the heart of the XDC Network beats a groundbreaking innovation – the XinFin Delegated Proof-of-Stake consensus protocol 2.0 (XDPoS 2.0). As the digital ecosystem undergoes constant transformation, our solutions keep pace with this evolution. Say goodbye to the inefficiencies of the past and embrace a future where trust, accountability, and security converge seamlessly.
</h2>
</div>
</div>
<div class="row mb-0">
<div class="col-lg-12 text-center">
<div class="btn-block multi mt-5">
<a href="https://arxiv.org/pdf/2108.01420.pdf" target="_blank">
<button class="btn-blue">Read Research Paper</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Home Ends -->
<!-- XDPoS Journey Starts -->
<section class="px-80 pt-0 dark-curved">
<div class="container p-relative">
<div class="row justify-content-center mb-5">
<div class="col-lg-12">
<div class="card p-5 bg-lightgray br-20 border-0">
<h3 class="title-xs mb-4">The Journey to Trust</h3>
<div class="subtitle subtitle-s mb-2">In the Beginning, There Was Distrust</div>
<p class="subtitle fs-6 mb-0">
Human societies have thrived on collaboration, but historical systems were plagued by corruption and imbalance of power. Enter decentralized trust systems, where collaboration doesn't require blind faith. Blockchain
1.0 introduced us to Bitcoin, a permissionless ledger with unmatched security. Ethereum brought us Blockchain 2.0, offering programmable smart contracts. Blockchain 3.0, powered by Proof of Stake, tackled scalability
challenges. But something was missing: a judicial system to uphold the integrity of transactions.
</p>
</div>
</div>
</div>
<div class="row justify-content-center pt-5">
<div class="col-lg-12 mb-4">
<h3 class="title-m">Introducing Blockchain 4.0: XDPoS 2.0</h3>
<div class="subtitle subtitle-s">XDPoS 2.0 Credo: Security with Accountability</div>
</div>
<div class="col-lg-12">
<div class="subtitle subtitle-s">
Our mission is clear – a blockchain is secure when sufficient participation is honest. If security is breached, every malicious actor is identified with cryptographic integrity. How do we achieve this? Through three core pillars:
</div>
</div>
</div>
<div class="row justify-content-center mt-4">
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Master Node Election</div>
<p class="fs-6 mt-3 mb-0">XDPoS 2.0 replaces wasteful Proof-of-Work with Delegated Proof-of-Stake. Master nodes, chosen through rigorous criteria, create and approve blocks. A random set of 108 master nodes forms a Byzantine Fault-Tolerant committee, ensuring decentralization without compromising security.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">The HotStuff Protocol</div>
<p class="fs-6 mt-3 mb-0">HotStuff, our state-of-the-art Byzantine Fault-Tolerant protocol, guarantees deterministic security and resiliency to network asynchrony. Rounds, leaders, and voting rules ensure finality and eliminate forking, giving you a blockchain you can trust.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Reward Mechanism</div>
<p class="fs-6 mt-3 mb-0">In XDPoS 2.0, blocks are finalized in a mere 6 seconds, ensuring quick and fair rewards for master nodes. No more waiting, just instant acknowledgment of your contributions.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- XDPoS Journey Ends -->
<section class="px-80 bg-lightgray">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 mb-4">
<h3 class="title-m text-center">Why XDPoS 2.0?</h3>
<div class="subtitle subtitle-s text-center">XDPoS 2.0 offers several compelling reasons for its adoption and use within the XDC Network and beyond.</div>
</div>
</div>
<div class="row justify-content-center mt-4 mb-5">
<div class="col-lg-6 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Swift Finalization</div>
<p class="fs-6 mt-3 mb-0">Blocks are finalized in seconds, ensuring speedy transactions and reward distribution.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Unparalleled Security</div>
<p class="fs-6 mt-3 mb-0">Our protocol guarantees security against malicious actors, providing a safe environment for your transactions.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Transparent Accountability</div>
<p class="fs-6 mt-3 mb-0">Every action is accounted for, and every actor is held responsible, ensuring a trustworthy ecosystem.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Incentivized Collaboration</div>
<p class="fs-6 mt-3 mb-0">Master nodes are rewarded promptly, encouraging continuous participation and network growth.</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center pt-5">
<div class="col-lg-10">
<h3 class="title-m text-center">Join the Revolution</h3>
<div class="subtitle subtitle-s text-center mb-3">Embrace the future of decentralized trust. Join us as we redefine the standards of security, transparency, and accountability. XDPoS 2.0 isn't just a protocol; it's a promise – a promise of trust in every transaction, a promise of security in every block, and a promise of accountability in every action.</div>
<div class="subtitle-m text-center"><i>Experience the Future – Experience XDPoS 2.0.</i></div>
</div>
</div>
<div class="row mb-0">
<div class="col-lg-12 text-center">
<div class="btn-block multi mt-5">
<a href="https://arxiv.org/pdf/2108.01420.pdf" target="_blank">
<button class="btn-blue">Read Research Paper</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Community Starts -->
<section class="px-80">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 mb-5">
<h3 class="title-m text-center">Join the Global Community</h3>
<div class="subtitle subtitle-s text-center">
Join a fast-growing XDC Network Community and innovators, connected all over the world. The XDC Network community includes people of many different backgrounds and skill sets.
</div>
</div>
</div>
<div class="row justify-content-center">
<!--<div class="col-lg-8 offset-lg-2">
<div class="row items-3 justify-content-center">
<div class="col mt-2 mb-2">-->
<div class="col-lg-10 col-md-12">
<div class="row justify-content-center">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fas fa-paper-plane"></i>Telegram</div>
<a href="https://t.me/XDC_Network_Updates" target="_blank" class="btn socialHead-button">
Join discussion
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-twitter"></i>Twitter</div>
<a href="https://x.com/XDC_Network_" target="_blank" class="btn socialHead-button">
Follow
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-reddit-alien"></i>Reddit</div>
<a href="https://www.reddit.com/r/xinfin/" target="_blank" class="btn socialHead-button">
Dive in
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-github"></i>GitHub</div>
<a href="https://github.com/XinFinorg" target="_blank" class="btn socialHead-button">
Build with us
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-medium"></i>Medium</div>
<a href="https://medium.com/xinfin" target="_blank" class="btn socialHead-button">
Follow
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-discord"></i>Developers Forum</div>
<a href="https://xdc.dev/" target="_blank" class="btn socialHead-button">
Get involved
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Community Ends -->
<?php include('inc/footer.php') ?>