This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglossary.html
892 lines (870 loc) · 69.7 KB
/
glossary.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Defy | India's first social crypto exchange</title>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Defy | India's first social crypto exchange" />
<meta property="og:url" content="https://defy.club" />
<meta name="keywords" content="DEFY">
<meta property="og:image" content="https://defy.club/assets/images/defy-logo.png">
<meta property="og:site_name" content="DEFY" />
<meta property="og:description" content="Defy : India's first social crypto exchange - Buy, Sell & Trade Crypto instantly and easily with INR at the best prices">
<link rel="shortcut icon" href="assets/images/defy-favicon.png">
<meta name="theme-color" content="#000">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- owl carousel -->
<link rel="stylesheet" href="assets/css/owl-carousel.min.css">
<!-- faq -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.4/semantic.css"/>
<!-- slick -->
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/slick-theme.css">
<!-- main css -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1453BHTNJS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1453BHTNJS');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '603852650807418');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=603852650807418&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/25302821.js"></script>
<!-- End of HubSpot Embed Code -->
</head>
<body data-barba="wrapper">
<main data-barba="container" data-barba-namespace="blockchainGlossary">
<style>
body::-webkit-scrollbar {
width: 5px;
}
body::-webkit-scrollbar-track {
background: #000;
}
body::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 0px;
}
</style>
<!-- sidemenu -->
<div class="sidemenu">
<div class="sidemenuHead">
<div class="container">
<div class="sidemenuColse">
<img src="assets/images/defy-close-icon.png" alt="">
</div>
</div>
</div>
<div class="sidemenuBody">
<div class="container">
<ul>
<li>
<a href="index.html">
<p>Home</p>
<span>
<img src="assets/images/defy-right-icon.png" alt="">
</span>
</a>
</li>
<li>
<a href="about.html">
<p>About Us</p>
<span>
<img src="assets/images/defy-right-icon.png" alt="">
</span>
</a>
</li>
<li>
<a href="fees.html">
<p>Fees</p>
<span>
<img src="assets/images/defy-right-icon.png" alt="">
</span>
</a>
</li>
<li>
<a href="career.html">
<p>Join Us</p>
<span>
<img src="assets/images/defy-right-icon.png" alt="">
</span>
</a>
</li>
<li>
<a href="media-kit.html">
<p>Media Kit</p>
<span>
<img src="assets/images/defy-right-icon.png" alt="">
</span>
</a>
</li>
<li>
<a href="https://defy.club/unblocked/" target="_blank">
<p>Blog</p>
<span>
<img src="assets/images/defy-right-icon.png" alt="">
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- sidemenu close -->
<!-- nav -->
<nav>
<div class="container">
<a href="index.html" class="navLogo">
<img src="assets/images/defy-logo.png" alt="defy logo">
</a>
<div class="navLink">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="fees.html">Fees</a>
</li>
<li>
<a href="career.html">Join Us</a>
</li>
<li>
<a href="media-kit.html">Media Kit</a>
</li>
<li>
<a href="https://defy.club/unblocked/" target="_blank">Blog</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.defyclub" target="_blank">
<img src="assets/images/defy-google-pay.png" alt="defy android playstore link">
</a>
</li>
</ul>
</div>
<div class="navBar">
<div class="navBarBox">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</nav>
<!-- nav close -->
<!-- blockCahin banner -->
<section id="blockCahinBanner">
<div class="container">
<div class="blockCahinBannerMain">
<h1>Blockchain Glossary</h1>
<p>Your knowledge base for all the Blockchain terminology to get you started in your crypto journey!</p>
<div class="blockCahinInput">
<div class="blockCahinIcon">
<img src="assets/images/defy-search-icon.png" alt="">
</div>
<input id="glossaryInput" type="text" placeholder="Search...">
</div>
<div id="glossarySugg" class="faqSuggessions">
</div>
</div>
</div>
</section>
<!-- blockCahin banner close -->
<!-- blockCahin list -->
<section id="blockCahinList">
<div class="container">
<div class="blockCahinListHead">
<h3 class="blockCahinListBtn">A</h3>
<h3 class="blockCahinListBtn">B</h3>
<h3 class="blockCahinListBtn">C</h3>
<h3 class="blockCahinListBtn">D</h3>
<h3 class="blockCahinListBtn">E</h3>
<h3 class="blockCahinListBtn">F</h3>
<h3 class="blockCahinListBtn">G</h3>
<h3 class="blockCahinListBtn">H</h3>
<h3 class="blockCahinListBtn">I</h3>
<h3 class="blockCahinListBtn">J</h3>
<h3 class="blockCahinListBtn">K</h3>
<h3 class="blockCahinListBtn">L</h3>
<h3 class="blockCahinListBtn">M</h3>
<h3 class="blockCahinListBtn">N</h3>
<h3 class="blockCahinListBtn">O</h3>
<h3 class="blockCahinListBtn">P</h3>
<h3 class="blockCahinListBtn">Q</h3>
<h3 class="blockCahinListBtn">R</h3>
<h3 class="blockCahinListBtn">S</h3>
<h3 class="blockCahinListBtn">T</h3>
<h3 class="blockCahinListBtn">U</h3>
<h3 class="blockCahinListBtn">V</h3>
<h3 class="blockCahinListBtn">W</h3>
<h3 class="blockCahinListBtn">X</h3>
<h3 class="blockCahinListBtn">Y</h3>
<h3 class="blockCahinListBtn">Z</h3>
</div>
<div class="blockCahinListBody">
<div class="blockCahinListBox">
<h1 class="alpha">A</h1>
<div class="title">Accumulation/Distribution Indicator</div>
<div class="disc">It is a method of analysing the supply/demand trends of an asset , including cryptocurrency, by using its closing price and supply volume. Investors prefer an accumulation/distribution line which moves in the opposite direction of the price of a cryptocurrency.</div>
<div class="title">Adam Back</div>
<div class="disc">He is a lauded cryptographer and cypherpunk. He is the Co founder and CEO of Blockstream and the inventor of Hashcash.</div>
<div class="title">Address</div>
<div class="disc">In the context of cryptocurrency, an address is a unique string of characters that denotes the location of an user’s cryptocurrency wallet on the blockchain, and acts as its identifier. Crypto wallets are used to send and receive payments.</div>
<div class="title">Airdrop</div>
<div class="disc">Airdrops are used to send newly launched virtual currencies to user wallets in order to spread awareness about them and for marketing purposes.</div>
<div class="title">Algorithmic Market Operations (AMOs)</div>
<div class="disc">This is an algorithm based, automatic method of controlling the supply of stablecoins , in contrast to other methods such as minting and burning. AMOs help reduce the price volatility of a coin and increase it’s transparency, decentralization and scalability.</div>
<div class="title">Algorithmic Stablecoin</div>
<div class="disc">Stablecoins which use AMOs to regulate their supply are known as algorithmic stablecoins.</div>
<div class="title">All-Time-High (ATH)</div>
<div class="disc">Highest historical value of a cryptocurrency in terms of its price or market capitalization.</div>
<div class="title">All-Time-Low (ATL)</div>
<div class="disc">Lowest historical value of a cryptocurrency in terms of its price or market capitalization.</div>
<div class="title">Altcoin</div>
<div class="disc">All crypto currencies other than Bitcoin are grouped under the category of Altcoins.</div>
<div class="title">Anti Dump/ Anti Dumping policy</div>
<div class="disc">These policies are put in place by crypto exchanges to prevent fradulendent pump and dump activities where whale investors buy huge amounts of cryptocurrency in order to cause an initial rise in it’s price, subsequently selling their entire investment for a large profit.</div>
<div class="title">Anti Money Laundering (AML)</div>
<div class="disc">These policies framed by government organizations are aimed at preventing criminal money laundering activities through crypto currency.</div>
<div class="title">Ashdraked</div>
<div class="disc">This refers to a situation where a crypto trader loses his entire investment value due to shorting BitCoin. The name of the term is borrowed from the pseudonymous “Lord Ashdrake”, a crypto skeptic who famously lost all his money after shorting BitCoin.</div>
<div class="title">ASIC</div>
<div class="disc">ASIC is a type of complex and powerful computer hardware which is specially designed to undertake the high computational load involved in mining Proof of Work cryptocurrencies like BitCoin.</div>
<div class="title">ASIC resistant</div>
<div class="disc">Cryptocurrencies which cannot be mined using ASIC hardware are called ASIC resistant. These include cryptocurrencies which do not use the Proof of Work method of achieving consensus. Some Proof of Work cryptocurrencies use special mining algorithms which make them ASIC resistant.</div>
<div class="title">Asset Backed Tokens</div>
<div class="disc">These blockchain tokens confer rights of ownership over any type of real life assets such as gold, corn, cattle , company shares , etc to its holder. In other words, the value of these digital currencies/tokens are pegged to real life assets.</div>
<div class="title">Atomic Swap</div>
<div class="disc">These are smart contracts that automatically exchange two different types of cryptocurrencies/blockchain tokens without involving an intermediary agent , like an exchange.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">B</h1>
<div class="title">Bag</div>
<div class="disc">The cryptocurrency portfolios of an investor are known as “bags”. When an investor holds a significant amount of a certain cryptocurrency , he is said to hold ‘bags' of that currency.</div>
<div class="title">Bagholder</div>
<div class="disc">An investor that holds ‘bags’ of cryptocurrency for a long period of time is known as a Bagholder.</div>
<div class="title">Baking</div>
<div class="disc">The process of adding new blocks to the Tezos Blockchain using Proof of Stake consensus mechanism.</div>
<div class="title">Basket</div>
<div class="disc">When a group of different cryptocurrencies are treated as one single asset.</div>
<div class="title">Beacon Chain</div>
<div class="disc">A blockchain that handles registration of validators, staking and shard chains. Eg : Ethereum 2.0</div>
<div class="title">Bear</div>
<div class="disc">An investor who is pessimistic about the prices of assets in a market. A bearish investor believes that market prices will decline in the future.</div>
<div class="title">Bear Trap</div>
<div class="disc">Planned and coordinated actions of a group of investors to influence the price of a particular cryptocurrency.</div>
<div class="title">Bearwhale</div>
<div class="disc">A bearish investor holding a large amount of cryptocurrency stock who uses their significant stake to make profits by lowering the price of the cryptocurrency.</div>
<div class="title">BEP-2</div>
<div class="disc">Binance chain tokenization standard which defines the rules for issuing and managing tokens.</div>
<div class="title">BEP-20</div>
<div class="disc">Binance chain standard which is based on the ERC- 20 which defines transaction and usage rules of the Binance tokens.</div>
<div class="title">BEP-721</div>
<div class="disc">Binance chain standard which is based on the ERC - 721 which defines the rules regarding the creation and management of Non Fungible tokens (NFTs)</div>
<div class="title">BEP-95 (Bruno Hard Fork Upgrade)</div>
<div class="disc">It is a Binance Evolution Protocol which upgrades and optimises the process of burning of BNB tokens by introducing a real time mechanism.</div>
<div class="title">Binance Blockchain Charity Foundation (BCF)</div>
<div class="disc">A blockchain based charity organisation which pursues the goal of using blockchain for societal improvement.</div>
<div class="title">Binance Community Vote</div>
<div class="disc">Votes cast by Binance community members for the free listing of projects on Binance.</div>
<div class="title">Binance Ecosystem Fund (BEF)</div>
<div class="disc">Collaborative initiative Binance to work with cryptocurrency and blockchain enthusiasts.</div>
<div class="title">Binance Labs</div>
<div class="disc">A social fund created by Binance for incubation, investment and growth of blockchain and cryptocurrency businesses and projects.</div>
<div class="title">Binance Launchpad</div>
<div class="disc">A platform for crypto startups to raise capital from investors in the Binance network.</div>
<div class="title">Bitcoin</div>
<div class="disc">The world’s first blockchain based, peer to peer cryptocurrency launched in 2008.</div>
<div class="title">Bitcoin ATM (BTM)</div>
<div class="disc">An ATM which can be used to buy and sell Bitcoins.</div>
<div class="title">Bitcoin Dominance (BTCD)</div>
<div class="disc">The ratio used to compare the market capitalization of Bitcoins to the market capitalisation of all other Altcoins in the cryptocurrency market.</div>
<div class="title">Bitcoin Improvement Proposal (BIP)</div>
<div class="disc">Standardized document format for proposals to make changes in Bitcoin.</div>
<div class="title">Bitcoin Pizza</div>
<div class="disc">The first transaction of Bitcoin to purchase a real world asset was when Laszlo Hanyecz used 10,000 Bitcoins to buy two pizzas.</div>
<div class="title">Bitcoiner</div>
<div class="disc">A bullish investor of Bitcoin</div>
<div class="title">Bitcointalk</div>
<div class="disc">A popular forum to discuss topics related to BitCoin, cryptocurrency and blockchain.</div>
<div class="title">BitLicense</div>
<div class="disc">A business license issued by the New York State Department of Financial Services to participate in regulated cryptocurrency transactions.</div>
<div class="title">BitPay</div>
<div class="disc">A payment service provider for Bitcoin.</div>
<div class="title">Bits</div>
<div class="disc">A Bitcoin unit.</div>
<div class="title">Block</div>
<div class="disc">A blockchain file containing a record of past transactions forming a single unit in a continuous chain.</div>
<div class="title">Block Explorer</div>
<div class="disc">A browsing application used to view the contents of a block in a blockchain.</div>
<div class="title">Block Header</div>
<div class="disc">A unique identification assigned to each block in a blockchain, which is encrypted using hash functions in order to solve Proof of Work puzzles to mine tokens.</div>
<div class="title">Block Height</div>
<div class="disc">The number of blocks appearing before a particular block in a blockchain.</div>
<div class="title">Block Producer</div>
<div class="disc">A BP is the chosen validator who is responsible for verifying the transactions in a block in order to add new blocks to a Proof of Stake Blockchain.</div>
<div class="title">Block Reward</div>
<div class="disc">The incentive received by a miner in the form of tokens for solving cryptographic functions to add newly verified blocks to the blockchain.</div>
<div class="title">Block Size</div>
<div class="disc">The maximum amount of data that can be included in a single block is known as the block size.</div>
<div class="title">Block Time</div>
<div class="disc">The average time taken for a blockchain system to complete the process of adding a new block to the blockchain.</div>
<div class="title">Block Trade</div>
<div class="disc">A major trade of securities outside the open market by using Blockhouse as a financial intermediary and advisor to investors.</div>
<div class="title">Blockchain</div>
<div class="disc">A publicly distributed ledger comprising a continuous chain of units, i.e, blocks of information.</div>
<div class="title">Blockchain 1.0</div>
<div class="disc">First generation of decentralised blockchain technology.</div>
<div class="title">Blockchain 2.0</div>
<div class="disc">Second generation of decentralized blockchain technology featuring smart contracts and enhanced security features.</div>
<div class="title">Blockchain 3.0</div>
<div class="disc">Predicted third generation of mass adopted blockchain technology.</div>
<div class="title">Blockchain explorer</div>
<div class="disc">A blockchain search engine used to find information present in any block in the chain.</div>
<div class="title">Blockchain Transmission Protocol (BTP)</div>
<div class="disc">An universal protocol that allows integration of different blockchains into a single settlement layer by securely anchoring transactions.</div>
<div class="title">Blockchain Trilemma</div>
<div class="disc">This refers to the three major obstacles faced by blockchain developers : decentralisation, security and scalability.</div>
<div class="title">Blockchain-Enabled Smart Locks</div>
<div class="disc">A blockchain powered smart lock which uses smart contracts to operate.</div>
<div class="title">Bots</div>
<div class="disc">An automatic program that performs tasks such as cryptocurrency trades.</div>
<div class="title">Bounty</div>
<div class="disc">Incentives awarded to users by blockchain projects for executing certain tasks.</div>
<div class="title">Brian Armstrong</div>
<div class="disc">Founder of the largest American cryptocurrency exchange known as Coinbase.</div>
<div class="title">Bridges</div>
<div class="disc">Blockchain bridges enable the transfer of data and tokens between two or more blockchain projects.</div>
<div class="title">Bull</div>
<div class="disc">An investor who is optimistic about the market prices. A bullish investor believes that the market price of assets will rise in the future.</div>
<div class="title">Bull Trap</div>
<div class="disc">When the price of a continuously declining asset suddenly rises before starting to fall again.</div>
<div class="title">Burn/Burned</div>
<div class="disc">The intentional destruction or repurchase of cryptocurrency tokens to permanently reduce its circulation volume.</div>
<div class="title">Buy the (F******) Dip (BTD/BTFD)</div>
<div class="disc">The practice of buying cryptocurrency when its price falls.</div>
<div class="title">Buy Wall</div>
<div class="disc">Buy walls are created when a very large limit order to buy a particular cryptocurrency is placed in an exchange which prevents the market prices from dropping after a certain value.</div>
<div class="title">Byzantine Fault Tolerance (BFT)</div>
<div class="disc">The ability of a blockchain network to achieve consensus despite the failure of a few of its nodes to respond , or respond correctly to the request.</div>
<div class="title">Byzantine General’s problem</div>
<div class="disc">The problem faced by blockchains in arriving at a consensus regarding the validity of information contained in a block.</div>
<div class="title">Byzantium Fork</div>
<div class="disc">An update in the Ethereum software to make smart contracts commercially viable and enhance the security and speed of transactions.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">C</h1>
<div class="title">Candidate Block</div>
<div class="disc">An unconfirmed block created by a miner in order to receive tokens when its validity is confirmed.</div>
<div class="title">Capitulation</div>
<div class="disc">When an investor who believes that the price of a cryptocurrency will not increase, sells his cryptocurrency holdings at a loss.</div>
<div class="title">Casascius Coin</div>
<div class="disc">Real coins made of silver , gold , or plated gold which represent Bitcoins.</div>
<div class="title">CeDeFi</div>
<div class="disc">Services which merge traditional financial institutions with decentralised finance in order to regulate modern financial markets and assets.</div>
<div class="title">Censorship Resistance</div>
<div class="disc">These refer to policies that restrict the prohibitory practices that prevent specific users from joining and participating in a network.</div>
<div class="title">Central Bank Digital Currency</div>
<div class="disc">CBDCs are digital currencies which are issued and regulated by the central bank of a country.</div>
<div class="title">Centralized Exchange (CEX)</div>
<div class="disc">A company owned and centrally managed cryptocurrency exchange.</div>
<div class="title">Chain reorganisation</div>
<div class="disc">The practice of network nodes replacing old blocks by new ones to make a blockchain longer..</div>
<div class="title">Chain Split</div>
<div class="disc">The diversification of a single cryptocurrency project into various independent projects through forking.</div>
<div class="title">Change</div>
<div class="disc">The balance of coins resent to a user’s wallet after they initiate a transaction using their unspent outputs in UTXO model based cryptocurrencies.</div>
<div class="title">Change address</div>
<div class="disc">The temporary wallet address which stores the balance of coins after a transaction, before they are forwarded to the user’s wallet.</div>
<div class="title">Changpeng Zhao (CZ)</div>
<div class="disc">Founder of Binance.</div>
<div class="title">Circulating supply</div>
<div class="disc">The approx number of total coins in circulation in the cryptocurrency market at any given period of time.</div>
<div class="title">Client</div>
<div class="disc">A local computer application such as a cryptocurrency wallet, which can facilitate cryptocurrency transactions.</div>
<div class="title">Cloud Mining</div>
<div class="disc">When a miner rents remote processing power from a third party it is called cloud mining.</div>
<div class="title">Co-signer</div>
<div class="disc">An entity having partial or joint access and/or control over a crypto wallet.</div>
<div class="title">Coin</div>
<div class="disc">A unit of an independent cryptocurrency.</div>
<div class="title">Coin Mixer</div>
<div class="disc">A service which jumbles transactions from between different addresses in order to make them untraceable to the initial sender and receiver.</div>
<div class="title">Coinbase</div>
<div class="disc">The number of coins created to reward miners for creation of new blocks.</div>
<div class="title">Cold Storage</div>
<div class="disc">Using hardware such as pendrives, offline computers, hard discs, or paper wallets to store cryptocurrency offline.</div>
<div class="title">Cold Wallet</div>
<div class="disc">An offline cryptocurrency wallet kept in cold storage.</div>
<div class="title">Collateral Tokens</div>
<div class="disc">Cryptocurrency tokens which are used as collateral to obtain other types of cryptocurrency tokens to mitigate lending risks.</div>
<div class="title">Collateralised Stablecoin</div>
<div class="disc">A stablecoin pegged against collateral assets stored in a reservel</div>
<div class="title">Composable DeFi</div>
<div class="disc">Protocols that allow the interoperability between various DeFi services in order to scale their uses and adaptation.</div>
<div class="title">Composable Token</div>
<div class="disc">An ERC-998 token which is an NFT which can own other NFTs as well as fungible tokens.</div>
<div class="title">Confirmation</div>
<div class="disc">A crypto transaction receives confirmation or validation when it is included in a confirmed block.</div>
<div class="title">Confirmation time</div>
<div class="disc">The time it takes for a transaction to be added to a confirmed block after it's been submitted to the network.</div>
<div class="title">Consensus</div>
<div class="disc">When there is agreement between all nodes of a blockchain network regarding the information contained in an individual block and the order of arrangement of blocks.</div>
<div class="title">Consensus Mechanism</div>
<div class="disc">It is the standard procedure used by a blockchain network to achieve consensus.</div>
<div class="title">Consortium Blockchain</div>
<div class="disc">A privately owned and managed blockchain where publicly unavailable information is shared between network participants through decentralised and transparent blockchain technology channels.</div>
<div class="title">Contract account</div>
<div class="disc">An account with a crypto currency balance.</div>
<div class="title">Coordinator</div>
<div class="disc">A special client which allows nodes to verify the accuracy of their individual records of transactions by comparing them to specific transactions.</div>
<div class="title">Core wallet</div>
<div class="disc">A wallet with the capacity to store the whole blockchain.</div>
<div class="title">CPU miner</div>
<div class="disc">A blockchain miner that uses the processing power of a CPU to perform mining operations.</div>
<div class="title">Cross-chain</div>
<div class="disc">This technology facilitates the exchange of information across different blockchains.</div>
<div class="title">Cross-chain communication</div>
<div class="disc">These security protocols eliminate the need for centralized third party services to verify the data and information exchanged across different blockchains.</div>
<div class="title">Crypto Debit card</div>
<div class="disc">A debit card that can be used to make payments using crypto currencies.</div>
<div class="title">Crypto invoicing</div>
<div class="disc">Creation of invoices that are paid using crypto currencies.</div>
<div class="title">Crypto Asset</div>
<div class="disc">A digital asset which uses cryptocurrency or decentralised technologies to operate as a currency or service.</div>
<div class="title">Crypto Money Laundering</div>
<div class="disc">Fiat money is converted into digital currency and then routed through various crypto channels in order to make it untraceable and legitimize or hide illegal funds.</div>
<div class="title">Cryptocurrency Pairs</div>
<div class="disc">These pairs are utilised by crypto exchanges to trade between different tokens.</div>
<div class="title">Cryptographic Hash Functions</div>
<div class="disc">It is an algorithm which uses cryptography to create a fixed size output of encrypted text, known as a hash, when any arbitrary value is used as input data.</div>
<div class="title">Cryptojacking</div>
<div class="disc">The hijacking of a node’s processing hardware to mine cryptocurrency without consent.</div>
<div class="title">Curve AMO</div>
<div class="disc">A stablecoin based automated market maker (AMM) service software.</div>
<div class="title">Custodial</div>
<div class="disc">These are crypto businesses who take partial control of a user’s crypto wallet in exchange for use of their services.</div>
<div class="title">Cypherpunk</div>
<div class="disc">A movement which promotes social, financial and political progress through adoption of decentralised and crypto based technology.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">D</h1>
<div class="title">Decentralised Autonomous Organisation (DAO)</div>
<div class="disc">A decentralised blockchain based organisation which is governed by a set of coded rules enforced through smart contracts.</div>
<div class="title">DApp</div>
<div class="disc">Decentralised apps that run on a peer to peer blockchain network instead of a central data server.</div>
<div class="title">Decentralised Autonomous Cooperative (DAC)</div>
<div class="disc">Instead of a central authority, shareholders govern this type of organization.</div>
<div class="title">Decentralised exchange (DEX)</div>
<div class="disc">An exchange which has no control over the funds of the users and trades are conducted directly through user wallets.</div>
<div class="title">DeFi</div>
<div class="disc">Decentralised financial institutions that are based on blockchain technology.</div>
<div class="title">Dead Coin</div>
<div class="disc">Cryptocurrencies that are no longer in existence.</div>
<div class="title">Decentralised</div>
<div class="disc">When different participants of a network aim towards achieving a common goal, the network is said to be decentralised.</div>
<div class="title">Decryption</div>
<div class="disc">The process of converting encrypted information to plaintext.</div>
<div class="title">DeFi Aggregator</div>
<div class="disc">A system which brings various DeFi activities to the same platform.</div>
<div class="title">DeFi Degens</div>
<div class="disc">A DeFi subculture notorious for associating in pump and dump activities.</div>
<div class="title">Deterministic Wallet</div>
<div class="disc">A cryptocurrency wallet which creates its keys from a single starting point (seed).</div>
<div class="title">Diamond Hands</div>
<div class="disc">In cryptocurrency lingo, this term refers to people who continue to hold their crypto investments regardless of a major fall in price.</div>
<div class="title">Digital Asset</div>
<div class="disc">An asset or an item of value which is stored in digital form.</div>
<div class="title">DYOR</div>
<div class="disc">Do your own research</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">E</h1>
<div class="title">Ethereum Improvement Proposal (EIP)</div>
<div class="disc">The standards of the Ethereum blockchain according to which it is operated and modified. It contains the core protocols of the Ethereum Blockchain.</div>
<div class="title">Encryption</div>
<div class="disc">Coding of data according to a set of rules in order to make it unreadable to unauthorised third parties.</div>
<div class="title">Enterprise Ethereum Alliance (EEA)</div>
<div class="disc">To increase the adoption of Ethereum , this is the first cryptocurrency organisation which abides by global standards.</div>
<div class="title">Epoch</div>
<div class="disc">It is a measurement of the passage of time in a blockchain.</div>
<div class="title">ERC - 20</div>
<div class="disc">A standard regulating the issue and implementation of Ethereum tokens.</div>
<div class="title">ERC - 721</div>
<div class="disc">An NFT based on Ethereum.</div>
<div class="title">Exchange</div>
<div class="disc">A platform for trading of cryptocurrency.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">F</h1>
<div class="title">Faucet</div>
<div class="disc">An application or website that distributes free cryptocurrency tokens in exchange for completing simple tasks. This is usually a marketing or testing technique used to increase adoption and circulation of newly launched cryptocurrencies.</div>
<div class="title">Fiat</div>
<div class="disc">Money issued and backed by people’s trust in the country’s government.</div>
<div class="title">Finality</div>
<div class="disc">The guarantee that valid and fully executed crypto transactions are permanent and irreversible.</div>
<div class="title">Flappening</div>
<div class="disc">The event when Litecoin will surpass Bitcoin as the cryptocurrency with the largest market capitalisation.</div>
<div class="title">Full Node</div>
<div class="disc">The node of a blockchain that fully complies with its rules and fully validates the data in its blocks.</div>
<div class="title">Fungibility</div>
<div class="disc">Property of an asset whose units are identical in value and usage.</div>
<div class="title">Fork</div>
<div class="disc">A split in a blockchain to create an alternative and independent chain.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">G</h1>
<div class="title">Gas</div>
<div class="disc">The system of calculation of transaction fees and fees for smart contract based services on the Ethereum Blockchain.</div>
<div class="title">Gas Limit</div>
<div class="disc">The highest amount a user is willing to pay as transaction fee or service fee for smart contract operations.</div>
<div class="title">Genesis Block</div>
<div class="disc">The initial block created in a blockchain. It is also referred to as Block 0 or Block 1.</div>
<div class="title">GitHub</div>
<div class="disc">A site for sharing open source code for collaboration and improvement.</div>
<div class="title">Gwei</div>
<div class="disc">A miniscule denomination of ether used in the calculation of transaction fee.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">H</h1>
<div class="title">Halving</div>
<div class="disc">The event where the amount of mining reward given for the creation of new blocks is halved in order to abide by the supply limit of a crypto currency.</div>
<div class="title">Hard cap</div>
<div class="disc">The maximum amount of funds a crypto project aims to raise through various funding activities such as ICOs.</div>
<div class="title">Hard fork</div>
<div class="disc">A backward incompatible split in a blockchain which forces users to upgrade to the latest version in order to continue to use the network.</div>
<div class="title">Hash</div>
<div class="disc">A random alphanumeric value that is generated as output of a hash encryption function.</div>
<div class="title">HODL</div>
<div class="disc">Hold on to dear life , i.e , do not sell your crypto investments.</div>
<div class="title">Hot Storage</div>
<div class="disc">A low security crypto wallet, such as one held in a crypto exchange, which is connected to the internet all times.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">I</h1>
<div class="title">Immutability</div>
<div class="disc">Data once included in a blockchain cannot be altered in order to make it reliable and secure.</div>
<div class="title">ICO</div>
<div class="disc">An Initial Coin Offering is when a new cryptocurrency project releases its coins on a crypto exchange platform to raise capital.</div>
<div class="title">Interoperability</div>
<div class="disc">Compatibility between different blockchains in order to increase their use cases and adaptability and improve their technology.</div>
<div class="title">Internal Transaction</div>
<div class="disc">A transaction between smart contracts which is not included in the Ethereum blockchain, hence it does not give rise to any gas/transaction fee.</div>
<div class="title">InterPlanetary File System (IPFS)</div>
<div class="disc">A distributed file sharing system on the ethereum network which is used to share and store hypermedia files in an open source environment.</div>
<div class="title">IOU</div>
<div class="disc">A crypto slang that stands for “I owe you”, signifying the acknowledgement of existing debt.</div>
<div class="title">Issuance</div>
<div class="disc">The creation of new crypto tokens according to certain parameters and conditions.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">J</h1>
<div class="title">Jager</div>
<div class="disc">The smallest value or denomination of the Binance coin.</div>
<div class="title">JOMO</div>
<div class="disc">“Joy of missing out” , a slang which represents the opposite of FOMO.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">K</h1>
<div class="title">Keccak</div>
<div class="disc">A cryptographic function developed by Guido Bertoni , Joan Daemen , Michael Peeters and Gilles Van Assche.</div>
<div class="title">Kimchi Premium</div>
<div class="disc">South Korean crypto exchanges often show higher values of assets than other exchanges. This difference in value is called the Kimchi premium.</div>
<div class="title">Keystore file</div>
<div class="disc">A keystore file is specified as a distinctive, encrypted kind of a private key in the JSON format</div>
<div class="title">Know Your Customer</div>
<div class="disc">Commonly known as KYC, it is a process in which organizations verify the background information of their customers.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">L</h1>
<div class="title">Large Cap</div>
<div class="disc">A crypto project having a significantly large share of market capitalization.</div>
<div class="title">Latency</div>
<div class="disc">Latency refers to the time difference between submitting a transaction to a blockchain network and confirmation of the transaction’s validity by all the nodes in the system.</div>
<div class="title">Layer 2</div>
<div class="disc">A secondary protocol built on a blockchain network to make the network more scalable.</div>
<div class="title">Ledger</div>
<div class="disc">In the context of cryptocurrency, a ledger is the digital record of transactions happening over a network.</div>
<div class="title">Leveraged Tokens</div>
<div class="disc">These tokens give the investor a leveraged position by amplifying his earnings and losses.</div>
<div class="title">Light Node</div>
<div class="disc">Using full nodes, these downloaded wallets are able to access and validate blockchain information.</div>
<div class="title">Lightning Network</div>
<div class="disc">A layer 2 solution for scaling the Bitcoin network.</div>
<div class="title">Liquidity</div>
<div class="disc">The measure of ease of conversion or trade of a cryptocurrency with minimum influence on its prevailing market price.</div>
<div class="title">Long</div>
<div class="disc">The expectation of an investor to sell his crypto assets at a higher price in the future in order to earn a profit.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">M</h1>
<div class="title">Mainnet</div>
<div class="disc">The primary chain or network of a layered blockchain where transactions take place.</div>
<div class="title">Market cap</div>
<div class="disc">The proportion of total value of an industry held by a particular asset is known as its market capitalisation.</div>
<div class="title">Maximum Supply</div>
<div class="disc">The highest number of a particular crypto token that can be in circulation.</div>
<div class="title">Mempool</div>
<div class="disc">The method used by a node to keep track of unconfirmed transactions observed by it.</div>
<div class="title">Merged Mining</div>
<div class="disc">Simultaneous mining of two or more cryptocurrencies without compromising the mining performance.</div>
<div class="title">Merkle Tree</div>
<div class="disc">A hash based simplified structure of data organization.</div>
<div class="title">Mining</div>
<div class="disc">The method by which new transactions are verified and new blocks are added to the blockchain by nodes in exchange for a reward of newly created crypto currency. There are various methods of mining such as Proof of Work, Proof of Stake, etc.</div>
<div class="title">Moon</div>
<div class="disc">A cryptocurrency which is experiencing a strong positive trend in the market.</div>
<div class="title">Multi Signature</div>
<div class="disc">A crypto wallet which requires authorisation by multiple keys in order to process a transaction.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">N</h1>
<div class="title">Node</div>
<div class="disc">A participant in a blockchain network which can choose to develop and maintain the network and communicate with other nodes.</div>
<div class="title">Non Fungible Token</div>
<div class="disc">A uniquely defined digital token whose value and usage is specific to it and cannot be replicated by any other token. NFTs are usually in the form of artwork.</div>
<div class="title">Nonce</div>
<div class="disc">In the context of cryptocurrency, a nonce is a unique string of numbers that is generated and used only once, generally for the purpose of verification of blocks.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">O</h1>
<div class="title">Off Chain</div>
<div class="disc">Transactions that occur outside the blockchain which are later integrated into the main chain.</div>
<div class="title">Ommer block</div>
<div class="disc">If two new blocks are mined in quick succession and in competition with each other, the later block , known as the ommer block could be integrated with the subsequent blocks and its miner would be entitled to receive a partial award. </div>
<div class="title">Open Source Software</div>
<div class="disc">A software that can be lawfully used, distributed and developed publicly without violating any licenses.</div>
<div class="title">Oracle</div>
<div class="disc">A third party responsible for reporting an event’s outcome reliably. In blockchains, oracles feed necessary data required to process smart contracts.</div>
<div class="title">Orphan Block</div>
<div class="disc">A block formed in the initial days of Bitcoin core, whose parent block is unidentifiable and unknown.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">P</h1>
<div class="title">Paper Wallet</div>
<div class="disc">Physically printed data of a cryptocurrency wallet , including its address and private key.</div>
<div class="title">Peer to Peer (P2P)</div>
<div class="disc">When data is distributed between various nodes of a network without being stored and derived from a centralized server, such a network is P2P.</div>
<div class="title">Permissioned Ledger</div>
<div class="disc">In contrast to a public ledger, access to a permissioned ledger is restricted to the public and can be obtained from an individual or a group. Trusted and known actors verify new blocks in such a blockchain as opposed to anonymous nodes.</div>
<div class="title">Plasma</div>
<div class="disc">An offchain layer 2 scaling solution for the Ethereum blockchain.</div>
<div class="title">Proof of Assignment</div>
<div class="disc">A resource and energy efficient method of achieving consensus in a blockchain.</div>
<div class="title">Proof of Stake</div>
<div class="disc">A method of achieving consensus by selecting validators who stake their crypto holdings according to predefined conditions.</div>
<div class="title">Proof of Work</div>
<div class="disc">A method of achieving consensus by solving complex cryptography problems that involve significant computational power.</div>
<div class="title">Private Key</div>
<div class="disc">An encrypted string of characters that is linked to a user’s wallet and used to sign and authorise any transactions initiated by the user.</div>
<div class="title">Public Blockchain</div>
<div class="disc">A blockchain network having no restrictions on access and participation , including maintenance of the distributed ledger by any node.</div>
<div class="title">Public Key</div>
<div class="disc">A public key is paired with a private key. It is shown publicly and it is used to encrypt and send messages to the user it is linked to, who can then decrypt this message using the private key paired with his public key.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">R</h1>
<div class="title">Relayer</div>
<div class="disc">It is a party which facilitates off chain orders.</div>
<div class="title">Remote Procedure Call (RPC)</div>
<div class="disc">Also known as JSON-RPC, it is a protocol that is used to transfer data between two endpoints.</div>
<div class="title">Rug pull</div>
<div class="disc">The unplanned and completely sudden revocation of an ongoing cryptocurrency project after continuously generating interest in the project and attracting a large funding from the public. The sudden removal of such a large liquidity leaves the investors at a major loss.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">S</h1>
<div class="title">Satoshi</div>
<div class="disc">The smallest value of Bitcoin , equivalent to one hundred millionth of a BTC.</div>
<div class="title">Satoshi Nakamoto</div>
<div class="disc">The pseudonym of the individual or group responsible for the creation of Bitcoin.</div>
<div class="title">Security Audit</div>
<div class="disc">A systematic and regular evaluation of the soundness of a blockchain or a smart contract system against attacks.</div>
<div class="title">Seed Phrase</div>
<div class="disc">This set of words can be used to access a user’s cryptocurrency wallet as these values are used to back up wallets. Therefore, seed phrases should be kept private in order to protect one’s wallet from being compromised.</div>
<div class="title">Selfish Mining</div>
<div class="disc">A strategy used by miners who time the hold and release of new blocks in order to gain a competitive advantage.</div>
<div class="title">Sell Wall</div>
<div class="disc">Sell walls are created when a very large limit order to sell a particular cryptocurrency is placed in an exchange which prevents the market prices from rising after a certain value.</div>
<div class="title">Sharding</div>
<div class="disc">When a network is split into multiple independent units, or shards. Each shard maintains a separate account balance and smart contracts.</div>
<div class="title">Sidechain</div>
<div class="disc">A separate blockchain that runs on the Ethereum platform. Sidechains are not a part of Layer 2, but they can be used as a cheap and resource efficient method by novice developers to start their own compostable blockchain projects.</div>
<div class="title">Smart contract</div>
<div class="disc">A piece of blockchain code that is automatically executed when predefined conditions are satisfied.</div>
<div class="title">Stablecoin</div>
<div class="disc">A stable cryptocurrency whose value is pegged against other assets in order to reduce price volatility.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">T</h1>
<div class="title">Ticker</div>
<div class="disc">An acronym or symbol, such as BTC, that represents a crypto currency listed on an exchange.</div>
<div class="title">Token</div>
<div class="disc">A blockchain based asset which can be traded or used as a store of value.</div>
<div class="title">Transaction ID (TXID)</div>
<div class="disc">A unique string of characters which represents a blockchain transaction.</div>
<div class="title">Trustless</div>
<div class="disc">A system which uses technology to eliminate the need of fiduciary or trust based relationship between members in order to secure and validate interactions. Blockchain technology is trustless as it uses encryption , P2P networks and decentralisation to facilitate and validate transactions.</div>
<div class="title">Turing Complete</div>
<div class="disc">A machine that can solve any kind of computational problem regardless of its complexity, if there is no time and memory restriction.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">V</h1>
<div class="title">Validator</div>
<div class="disc">A participant in a Proof of Stake blockchain system who stakes their crypto holdings in order to be chosen as the validator who adds a new block to the blockchain.</div>
<div class="title">Vladimir Club</div>
<div class="disc">An investor who holds 0.01% of the maximum supply of a cryptocurrency.</div>
<div class="title">Volatility</div>
<div class="disc">The range of variation of price of an asset and how quickly it’s price changes. It is the standard deviation of the annual returns of an asset over a period of time.</div>
<div class="title">Volume</div>
<div class="disc">The amount of times a unit of an asset is transacted in a market in a given period of time.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">W</h1>
<div class="title">Wallet</div>
<div class="disc">A software or hardware used to store , send and receive digital tokens.</div>
<div class="title">Web3</div>
<div class="disc">A blockchain based decentralized form of the internet which is predicted to be evolving right now.</div>
<div class="title">Wei</div>
<div class="disc">The smallest denomination of Ether (ETH).</div>
<div class="title">Whale</div>
<div class="disc">An investor who holds a large amount of cryptocurrency and consequently have the power to influence the market.</div>
</div>
<div class="blockCahinListBox">
<h1 class="alpha">Z</h1>
<div class="title">Zero Knowledge Proof</div>
<div class="disc">Establishing the validity of transactions without revealing any information about the transaction protecting the users privacy.</div>
<div class="title">zk-SNARK</div>
<div class="disc">Zero-Knowledge Succinct Non-interactive Arguments of Knowledge is a mathematically complex and technologically advanced approach towards zero knowledge proofs.</div>
</div>
</div>
</div>
</section>
<!-- faq list close -->
<!-- footer -->
<footer>
<div class="container">
<div class="footerMain">
<div class="footerColumn1">
<div class="footerLogo">
<img src="assets/images/defy-logo.png" alt="">
</div>
<div class="footerSocialLinks">
<a href="https://www.instagram.com/defy_club/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/JoinDefyClub" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/Defy_Club" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/defyclub" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://discord.gg/km5yZFTqk6" target="_blank">
<img src="assets/images/defy-discord.png" alt="">
</a>
</div>
<div class="footerMail">
<a href="mailto:[email protected]">Contact: [email protected]</a>
</div>
<div class="memberof"><p>Member Of</p> </div>
<div class="footerLogoImg">
<div class="footerLogoImgBox">
<img src="assets/images/defy-footer-logo2.png" alt="">
</div>
<div class="footerLogoImgBox">
<img src="assets/images/defy-footer-logo1.png" alt="">
</div>
</div>
</div>
<div class="footerColumn2">
<ul>
<li>
<a href="bitcoin.html">Buy Bitcoin</a></a>
</li>
<li>
<a href="ethereum.html">Buy Ethereum</a>
</li>
<li>
<a href="ripple.html">Buy Ripple</a>
</li>
<li>
<a href="stellar-lumens.html">Buy Stellar Lumens</a>
</li>
<li>
<a href="basic-attention-token.html">Buy Basic Attention Token</a>
</li>
<li>
<a href="usd-coin.html">Buy USD Coin</a>
</li>
<li>
<a href="https://defy.club/unblocked/tag/coins/" target="_blank">More Coins</a>
</li>
</ul>
</div>
<div class="footerColumn2">
<ul>
<li>
<a href="https://defy.club/terms.html" target="_blank">Terms of use</a>
</li>
<li>
<a href="https://defy.club/privacy.html" target="_blank">Privacy Policy</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="glossary.html">Blockchain Glossary</a>
</li>
<li>
<a href="https://defy.club/unblocked/" target="_blank">Blog</a>
</li>
</ul>
</div>
</div>
<div class="footerStrip">
<p>© 2022 Walfin Tech Pvt Ltd. All right reserved.</p>
</div>
</div>
</footer>
<!-- footer close -->
</main>
<!-- jquery -->
<script src="assets/js/jquery.js"></script>
<!-- barba -->
<script src="assets/js/barba.js"></script>
<!-- faq -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.4/semantic.js"></script>
<!-- owl carousal -->
<script src="assets/js/owl-carousel.min.js"></script>
<!-- slick -->
<script src="assets/js/slick.js"></script>
<script src="assets/js/mousewheel.js"></script>
<!-- main js -->
<script src="assets/js/main.js"></script>
<!-- <script>
$('.ui.accordion').accordion({
selector: {
}
});
</script> -->
</body>
</html>