-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
540 lines (518 loc) · 31.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-files/apple-touch-icon.png?v=A0egjrre55">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-files/favicon-32x32.png?v=A0egjrre55">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-files/favicon-16x16.png?v=A0egjrre55">
<link rel="manifest" href="/favicon-files/site.webmanifest?v=A0egjrre55">
<link rel="mask-icon" href="/favicon-files/safari-pinned-tab.svg?v=A0egjrre55" color="#5bbad5">
<link rel="shortcut icon" href="/favicon-files/favicon.ico?v=A0egjrre55">
<meta name="apple-mobile-web-app-title" content="Alloy">
<meta name="application-name" content="Alloy">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/favicon-files/browserconfig.xml?v=A0egjrre55">
<meta name="theme-color" content="#ffffff">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- COMMON TAGS -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Alloy Project · The Next Generation Anonymous Cryptocurrency</title>
<!-- Search Engine -->
<meta name="description" content="Decentralized cryptocurrencies are slowly becoming a part of normal everyday life, adapting to create a new revolutionary economy based on digital money. Alloy allows anyone to send money digitally over our decentralized blockchain instantly, anywhere in the world, to anyone in the world anonymously.">
<meta name="image" content="https://alloyproject.org/img/alloy-og-twitter-image.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Alloy Project · The Next Generation Anonymous Cryptocurrency">
<meta itemprop="description" content="Decentralized cryptocurrencies are slowly becoming a part of normal everyday life, adapting to create a new revolutionary economy based on digital money. Alloy allows anyone to send money digitally over our decentralized blockchain instantly, anywhere in the world, to anyone in the world anonymously.">
<meta itemprop="image" content="https://alloyproject.org/img/alloy-og-image.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Alloy Project · The Next Generation Anonymous Cryptocurrency">
<meta name="twitter:description" content="Decentralized cryptocurrencies are slowly becoming a part of normal everyday life, adapting to create a new revolutionary economy based on digital money. Alloy allows anyone to send money digitally over our decentralized blockchain instantly, anywhere in the world, to anyone in the world.">
<meta name="twitter:image" content="https://alloyproject.org/img/alloy-og-twitter-image.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Alloy Project · The Next Generation Anonymous Cryptocurrency">
<meta name="og:description" content="Decentralized cryptocurrencies are slowly becoming a part of normal everyday life, adapting to create a new revolutionary economy based on digital money. Alloy allows anyone to send money digitally over our decentralized blockchain instantly, anywhere in the world, to anyone in the world anonymously.">
<meta name="og:type" content="website">
<meta name="og:image" content="https://alloyproject.org/img/alloy-og-image.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<!-- <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-xl navbar-light fixed-top navbar-shrink" id="mainNav">
<div class="container">
<!-- <a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/brand-logo-alloy-gradiant.png" align="middle"></img> Alloy Project</a> -->
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img class="navbar-brand js-scroll-trigger" src="img/brand-logo-alloy-gradiant.png" alt="ALLOY PROJECT"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav xl-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#wallet">Wallet</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://alloyproject.org/pools" target="_blank">Mining</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://alloyproject.org/explorer" target="_blank">Explorer</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#exchanges">Exchanges</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#roadmap">Roadmap</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#faq">F.A.Q</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://alloyproject.org/github" target="_blank">Github</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="fxheader">
<header class="masthead text-center text-white d-flex" style="z-index:-3">
<div id="particle-canvas"></div>
<div class="canvas-blockchain-fx-css">
<div class="container my-auto">
<div class="row">
<div class="col-lg-12 mx-auto">
<h1>
<br><strong>Alloy Project</strong><br>
</h1>
<h4>
<strong>The Next Generation Anonymous Cryptocurrency</strong>
</h4>
<hr class="light my-4">
</div>
<div class="col-lg-10 mx-auto">
<p class="text-white mb-2"><strong>Decentralized cryptocurrencies are slowly becoming a part of normal everyday life, adapting to create a new revolutionary economy based on digital money. Alloy allows anyone to send money digitally over our decentralized blockchain instantly, anywhere in the world, to anyone in the world, anonymously.</strong></p>
<h6 class="text-white mt-4"><strong>Max supply: ~84 million · PoW algorithm: Alloy-CryptoNight · Difficulty algorithm: Alloy-Difficulty</strong></h6>
<h6 class="text-white"><strong>Block reward: 72 XAO · Block time: 180 seconds</strong></h6>
</div>
</div>
<p> </p>
<section id="section07" class="demo">
<a class="js-scroll-trigger" href="#features"><span></span><span></span><span></span></a>
</section>
</div>
</div>
</header>
</div>
<header id="normalheader" class="masthead text-center text-white d-flex hidenormalheader normalheaderbg">
<div class="container my-auto">
<div class="row">
<div class="col-lg-12 mx-auto">
<h1>
<strong>Alloy Project</strong><br>
</h1>
<h4>
<strong>The Next Generation Anonymous Cryptocurrency</strong>
</h4>
<hr class="light my-4">
</div>
<div class="col-lg-10 mx-auto">
<p class="text-white mb-2"><strong>Decentralized cryptocurrencies are slowly becoming a part of normal everyday life, adapting to create a new revolutionary economy based on digital money. Alloy allows anyone to send money digitally over our decentralized blockchain instantly, anywhere in the world, to anyone in the world, anonymously.</strong></p>
<h6 class="text-white mt-4"><strong>Max supply: ~84 million · PoW algorithm: Alloy-Cryptonight · Difficulty algorithm: Alloy-Difficulty</strong></h6>
<h6 class="text-white"><strong>Block reward: 74 XAO · Block time: 180 seconds</strong></h6>
</div>
</div>
<p> </p>
<section id="section07" class="demo">
<a class="js-scroll-trigger" href="#features"><span></span><span></span><span></span></a>
</section>
</div>
</header>
<section id="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="section-heading"><b>A private, fast and efficient Cryptocurrency.</b></h1>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-shield-alt fa-4x text-primary mb-3"></i>
<h5 class="mb-3"><b>Secure</b></h5>
<p class="mb-0">Each transaction is secured with robust cryptography and distributed through a global peer-to-peer consensus network.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-lock fa-4x text-primary mb-3"></i>
<h5 class="mb-3"><b>Private</b></h5>
<p class="mb-0">Alloy utilizes a cryptographic system to transfer funds without exposing any information of any user on the blockchain.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-user-secret fa-4x text-primary mb-3"></i>
<h5 class="mb-3"><b>Untraceable</b></h5>
<p class="mb-0">Alloy uses ring signatures to make transactions untraceable, meaning it is very difficult for blockchain analysis to determine if funds have been spent.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-money-bill-alt fa-3x text-primary mb-3"></i>
<h5 class="mb-3"><b>Limited Supply</b></h5>
<p class="mb-0">No more than, 84 million Alloy will ever exist.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-sync-alt fa-3x text-primary mb-3"></i>
<h5 class="mb-3"><b>Fast syncing</b></h5>
<p class="mb-0">Alloy's block time is over x3 faster than Bitcoin, and uses the Alloy-Cryptonight mining algorithm.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-cogs fa-3x text-primary mb-3"></i>
<h5 class="mb-3"><b>ASIC Resistant</b></h5>
<p class="mb-0">Alloy uses it's own Alloy-CryptoNight algorithm which is ASIC resistant and, is minable on CPU and GPU hardware.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-exchange-alt fa-3x text-primary mb-3"></i>
<h5 class="mb-3"><b>Low Fees</b></h5>
<p class="mb-0">Alloy allows anyone to transfer money with nearly zero fees...</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p> </p>
<p> </p>
<h5 class="section-heading text-justify"><b>True Privacy</b></h5>
<p class="text-justify">Alloy is one of a few rare cryptocurrencies with true privacy - a feature that makes digital currency act like physical cash and be essentially untraceable. Alloy is created with high level of secrecy in mind, leveraging Ring Signatures to conceal sources/amounts transferred and make it highly resistant to blockchain-analysis attacks and general snooping.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>Fast Transactions</b></h5>
<p class="text-justify">3 minutes block times assure for fast transactions and miner friendliness.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>Easy To Mine</b></h5>
<p class="text-justify">Difficulty changes along a smooth curve to assure a fair and equitable experience for miners.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>Strong Security</b></h5>
<p class="text-justify">Alloy utilizes the power of a distributed peer-to-peer consensus network and every transaction is cryptographically secured. Individual accounts have a mnemonic seed displayed when created, which can be written down to back up the account and account files are encrypted with a passphrase to ensure they additionally protected.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>Supply & Emission</b></h5>
<p class="text-justify">Total supply: 84M coins in 20 years, then additional coins each year for inflation. Approximately 5% was premined and allocated for future development.</p>
<p class="text-justify">Coin symbol: XAO.</p>
<p class="text-justify">Hash algorithm: Alloy-CryptoNight (Proof-Of-Work).</p>
<p class="text-justify">Block time: 180 seconds.</p>
<p class="text-justify">Emission scheme: Alloy's block reward changes every number of block following a hill like distribution. However, the emission path of Alloy is generally not far apart from that of Bitcoin.</p>
<p> </p>
<!-- <hr class="my-4">
<p> </p>
<h5 class="section-heading text-justify"><b>Vision</b></h5>
<p class="text-justify">Alloy was designed with idea of anonymity and untracability in mind. In todays world where your every step is regulated by authorities, Alloy used blockchain technology to resist. It is our primal right to manage our assets independently, without control! The question is : »what will you do about it?«</p>
<p class="text-justify">On stable and secured blockchain, based on annonimous and untracable CryptoNote protocol, decentralised exchange will be established. Decentralised exchanges (DEX) are the future of crypto trading. It won't take long before DEX overcome current centralised exchanges, as they have some very obvious advantages such as trustless nature (users hold their funds in their personal wallets), privacy (no personal details required), no risk for server downtime (nodes system), no risk of funds being stolen (no "honeypot"). Alloy DEX will become a base for all the future work of the project. More outside developers will be attracted to use Alloy blockchain and DEX as a base for working on their ideas and therefore add more unique »extensions« and use cases. Creativity, unique ideas, innovation, talent, vision ... only sky is the limit!</p>
<p class="text-justify">Alloy was designed with perfect features to become payment method. Secure, private, untracable, fast with practically zero fees are just some of them. Blockchain and cryptocurrencies are the revolution of financial system, more and more companies and individuals are on the verge of this. Banks are slow, expensive, rigid, centralised, to mention just some of downsides of current financial system. The time of change is coming!
Alloy is not limited to »cryptoworld«, it will be implemented as payment method in real world companies, and in time will be used by companies and individuals around the globe.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>XAO coin use</b></h5>
<p class="text-justify">Payment method – XAO coin will be used as payment for services or goods. Traditional way of paying with cash or credit card, as you know it today, will soon be replaced with cryptocurrencies. XAO is one of them which aim is take a role of payment method (what you today know as cash, credit card, check), with unique features such as secure, private, untracable, fast with practically zero fees to mention just some of them.</p>
<p class="text-justify">Alloy decentralised exchange will only take listing fees in XAO currency. Each project/cryptocurrency that will be listed on Alloy DEX will pay certain amount of XAO for listing. What is more, trading fees on Alloy DEX will be charged in XAO currency. This will create constant demand for XAO coin and alot of circulation.</p>
<p class="text-justify">Unknown – Once Alloy DEX is up and running, more outside developers will start using Alloy blockchain and DEX as a base for their work. This will provide with to date unknown possibilities and use cases for Alloy Project and XAO currency.</p>
<p> </p> -->
<p> </p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#community"><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
<section id="community">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="section-heading"><b> Our community is growing day by day, join us!</b></h1>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-discord btn-xl" href="https://alloyproject.org/discord" target="_blank"><i class="fab fa-discord" aria-hidden="true"></i> Discord</a>
</div>
</div>
<div class="col-lg-3 col-md-4 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-telegram btn-xl" href="https://alloyproject.org/telegram" target="_blank"><i class="fab fa-telegram" aria-hidden="true"></i> Telegram</a>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-reddit btn-xl" href="https://alloyproject.org/reddit" target="_blank"><i class="fab fa-reddit-alien" aria-hidden="true"></i> Reddit</a>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-twitter btn-xl" href="https://alloyproject.org/twitter" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-youtube btn-xl" href="" target="_blank"><i class="fab fa-youtube" aria-hidden="true"></i> YouTube</a>
</div>
</div> -->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p> </p>
<p> </p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#wallet"><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
<section id="wallet" class="bg-dark text-white">
<div class="container text-center">
<h1 class="mb-4"><b>Wallet Releases</b></h1>
<hr class="my-4">
<!-- <div class="container">
<div class="col-lg-12 text-center text-white">
<h6 class="section-heading">First time you use the Alloy wallet? Download our guide : <a class="" href="pdf/AlloyWalletGuide.pdf" target="_blank">AlloyWalletGuide.pdf</a> </h6>
</div>
</div> -->
<div class="row">
<div class="col-lg-12 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-light btn-xl" href="https://github.com/alloyproject/alloy-gui/releases" target="_blank"><i class="fas fa-download" aria-hidden="true"></i> GUI Wallet</a>
</div>
</div>
<div class="col-lg-12 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-light btn-xl" href="https://github.com/alloyproject/alloy/releases" target="_blank"><i class="fas fa-download" aria-hidden="true"></i> Command Line Wallet</a>
</div>
</div>
<div class="col-lg-12 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a class="btn btn-light btn-xl" href="https://github.com/alloyproject/alloy" target="_blank"><i class="fab fa-github" aria-hidden="true"></i> Source Code</a>
</div>
</div>
<div class="container">
<div class="col-lg-12 text-center text-white">
<h6 class="section-heading mt-5">You can also generate a paper wallet from <a class="" href="https://alloyproject.org/paperwallet" target="_blank">alloyproject.org/paperwallet</a> </h6>
</div>
</div>
<div class="container">
<div class="col-lg-12 text-center text-white">
<h6 class="section-heading mt-5">Test out your wallet and get free Alloy every day on <a class="" href="http://www.alloyfaucet.com/" target="_blank">alloyfaucet.com</a> </h6>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p> </p>
<p> </p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#exchanges"><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="exchanges">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="section-heading"><b>Exchanges</b></h1>
<hr class="my-4">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h5 class="section-heading mt-5"><b>TradeOgre</b></h5><h6><a class="" href="https://tradeogre.com/exchange/BTC-XAO" target="_blank">https://tradeogre.com/exchange/BTC-XAO</a></h6>
<p> </p>
<p class="text-justify text-center">More exchanges coming soon ...</p>
<p> </p>
<p> </p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#roadmap"><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="roadmap">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="section-heading"><b>Roadmap</b></h1>
<hr class="my-4">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h5 class="section-heading text-justify"><b>Wallets</b></h5>
<ul class="text-justify">
<li>Comprehensive Web Wallet with PaymentID Generator</li>
<li>Web Browser Extension Wallet</li>
<li>IOS/Android Wallet</li>
<li>Disposable, one time use addresses</li>
</ul>
<p> </p>
<h5 class="section-heading text-justify"><b>Merchant Integrations</b></h5>
<ul class="text-justify">
<li>OpenCart</li>
<li>Magento</li>
<li>Wordpress/WooCommerce</li>
<li>WHMCS</li>
<li>Prestashop</li>
<li>IPN</li>
<li>POS (point of sale)</li>
</ul>
<p> </p>
<h5 class="section-heading text-justify"><b>Encrypted Private Chat</b></h5>
<ul class="text-justify">
<li>Private and Scalable P2P messaging system on the Alloy Network</li>
<li>Chat functionality integrated within Wallet application</li>
<li>Decoy message technology</li>
</ul>
<p> </p>
<h5 class="section-heading text-justify"><b>Mining</b></h5>
<ul class="text-justify">
<li>New Alloy-Cryptonight PoW algorithm which is resistant to ASICs, botnets and mining rental services.</li>
<li>Merged Mining with Cryptonotes that support this (ex MCN/FCN/XDN)</li>
<li>Web Browser powered mining</li>
</ul>
<p> </p>
<h5 class="section-heading text-justify"><b>P2P Encrypted Protocol Peer Communication</b></h5>
<ul class="text-justify">
<li>Encryption at the lowest level communication layer</li>
<li>Next generation of Anonymity</li>
<li>Untraceable network communication paths</li>
</ul>
<p> </p>
<h5 class="section-heading text-justify"><b>Coin Management</b></h5>
<ul class="text-justify">
<li>Alloy Fee Optimizer</li>
<li>Short interval unconfirmed transaction timeouts</li>
<li>Web Faucet for new users</li>
<li>New Miner bonus coins</li>
<li>Fee replacement for existing transactions</li>
<li>Dynamic transaction sizing</li>
<li>RingCT support</li>
</ul>
<p> </p>
<p> </p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#faq"><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="faq">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="section-heading"><b>F.A.Q</b></h1>
<hr class="my-4">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h5 class="section-heading text-justify"><b>Why should I invest in Alloy?</b></h5>
<p class="text-justify">Alloy was created with long-term ecosystem vision in mind with a comprehensive roadmap of new functionality for the privacy conscious individual.<br>Alloy’s team is comprised of a collection of seasoned crypto-engineers that want to reshape the path of privacy technology.<br>Alloy’s fundamental base of code is well known and rigorously tested. It provides a stable base from which to grow and add revolutionary new features.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>What’s the long term plans for Alloy?</b></h5>
<p class="text-justify">We have a comprehensive roadmap that details the new feature we plan to integrate into Alloy.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>Where can I read your whitepapers?</b></h5>
<p class="text-justify">Since our codebase inherients a number of Cryptonote features, you can view the standard whitepapers here: <a href="https://lab.getmonero.org/" target="_blank">https://lab.getmonero.org/</a><br>We plan to add white papers detailing our net new features as detailed in the roadmap.</p>
<p> </p>
<h5 class="section-heading text-justify"><b>What does the team intend to do with premined coins?</b></h5>
<p class="text-justify">The majority of the premined coins will be used to fund ecosystem projects and exchange listings.<br>We structured the project so 95% of the available coins were left for miners.</p>
<p> </p>
<p> </p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#team"><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="bg-dark text-white">
<div class="container text-center">
<h1 class="mb-4"><b>Development Team</b></h1>
<hr class="my-4">
<div class="container mb-4">
<div class="row">
<div class="col-lg-12 col-md-6 text-center">
<ul class="list-group bg-dark text-white">
<li class="list-group-item justify-content-between bg-dark text-white badge-border-none">
<h6 class="mb-0"><strong>Nighthawk</strong></h6>
<span class="badge badge-coredev"><i class="fas fa-circle"></i> Core Dev</span>
</li>
<li class="list-group-item justify-content-between bg-dark text-white badge-border-none">
<h6 class="mb-0"><strong>Kh4n</strong></h6>
<span class="badge badge-coredev"><i class="fas fa-circle"></i> Core Dev</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<script src="vendor/font-awesome/js/fontawesome-all.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- <script src="vendor/scrollreveal/scrollreveal.min.js"></script> -->
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.js"></script>
<script src="js/canvas-blockchain-fx.js"></script>
<script>$(window).resize(function()
{
if ($(window).width() < 1400) {
$( "#normalheader" ).removeClass( "hidenormalheader" );
$( "#fxheader" ).remove();
}
}).resize();
</script>
</body>
</html>