-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic.html
More file actions
839 lines (672 loc) · 30 KB
/
static.html
File metadata and controls
839 lines (672 loc) · 30 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
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
<!doctype html>
<meta charset="UTF-8">
<head>
<meta name="description" content="Guru Network : ELITE - eliteness.network">
<meta name="keywords" content="Guru, Guru Network, eliteness, Fantom Opera, FTM, Decentralized Finance, ELITE, 1337, defi, farming, FTM1337">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Guru Network : ELITE - eliteness.network</title>
<link rel="shortcut icon" href="https://ftm.guru/icons/64.png" />
<style> </style>
<link rel="stylesheet" href="index.css">
<link rel="manifest" href="manifest.json" crossorigin="use-credentials"/>
<!--
<script src="index.js"></script>
<script src="https://ftm.guru/ethers-5.2.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.1/dist/echarts.min.js"></script>
-->
</head>
<body>
<div id="note" class="overlay">
<div class="popup">
<a class="close" href="#">×</a>
<div class="content" id="content1">
w31c0m3 fren!<br>trade well :)
</div>
</div>
</div>
<div class="topnav">
<div align="left">
<a href="https://eliteness.network/e3">
<img src="https://ftm.guru/icons/64.png" style="vertical-align: middle;" height="32px">
</a>
<a href="https://eliteness.network">
eliteness.network
</a>
</div>
<div align="right"style="display:">
<p><i><a target="_blank" href="https://discord.gg/QpyfMarNrV">Join us on Discord!</a></i></p>
<p id="p_cw" style="display:none"><span id="cw" onclick="cw()">Hello 👋 <span id="cw_og">Connect wallet!</span></p>
</div>
<div align="left" class="topnav-mkts" id="topnav-mkts">
</div>
</div>
<div id="chart1" style="display:none;width: 100%;height:100%;min-height: 480px; margin:50px auto">
</div>
<h2 align="center" style="font-family:bold">A Public Directory of <span style="font-family:regular;color:#fff;text-shadow: 0px 0px 2px aqua;">Guru Network</span> DApps!</h2>
<br><br><br><br>
<h2 class="cat-h2">Decentralized Exchanges</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg, #07f7,#005);" onclick="window.open('https://eliteness.network/e3')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/e3.png">
<div>
<div class="subhead-big" style="color:white;">E3</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
<img src="https://ftm.guru/icons/arb1.svg">
<img src="https://ftm.guru/icons/base.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Zero-Slippage Liquidity Book AMM Engine with User-Customizable Liquidity Shape creator.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg, #002,#555);" onclick="window.open('https://eliteness.network/thick')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/thick.png">
<div>
<div class="subhead-big" style="color:white;">Thick</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
<img src="https://ftm.guru/icons/arb1.svg">
<img src="https://ftm.guru/icons/base.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Uniswap V4 inspired V3 Concentrated Liquidity fork pioneering Fee-Synthesizers as embedded hooks.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(135deg, #0033,#f03);color:#000" onclick="window.open('https://vax.mtv.guru')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/vax.svg">
<div>
<div class="subhead-big" style="color:#fff;">V.A.X.</div>
<div class="subhead-small wrapper-chains" style="color:#000;">
<img src="https://ftm.guru/icons/mtv.png">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br><b>V</b>alue <b>A</b>dded E<b>x</b>change introduces Solidly-like Fees-Liquidity separtions into a Sushi-like core.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(135deg, black,blue);color:#fff" onclick="window.open('https://abcdefx.eliteness.network')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/abcdefx.png" style="background:#fff;border-radius:5px">
<div>
<div class="subhead-big" style="color:#fff;">ABcDeFx.</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
<img src="https://ftm.guru/icons/kcs.svg">
<img src="https://ftm.guru/icons/mtv.png">
<img src="https://ftm.guru/icons/ech.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br><b>A</b> <b>B</b>lock<b>c</b>hain <b>D</b>ecentralized <b>E</b>xchange & <b>F</b>orE<b>x</b> is a user-friendly StableSwap AMM DEX.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(135deg, #0e0e32,#0d7676);color:#fff" onclick="window.open('https://ech.eliteness.network/dexch')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/ech.svg">
<div>
<div class="subhead-big" style="color:#fff;">Dexchelon</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ech.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>On-chain DEX Aggregator with JIT liquidity procurement and PMM pools.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(315deg, #0e0e32,#0d7676);color:#fff" onclick="window.open('https://ftm.guru/solidly')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/solidly.svg">
<div>
<div class="subhead-big" style="color:#fff;">Solidly Extended</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>Solidly Extended adds support for Fee-on-Transfer tokens, Rebase, reflection & other exotic assets to Native Solidly.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(15deg, #01011d,#076bd865);color:#fff" onclick="window.open('https://equal.eliteness.network')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/equal.png">
<div>
<div class="subhead-big" style="color:#fff;">Equalizer Fantom Mirror</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>Alternative UI Mirror for the Equalizer.exchange Liquidity Hub on Fantom.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(15deg, #01011d,#076bd865);color:#fff" onclick="window.open('https://equity.eliteness.network')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/equity.png">
<div>
<div class="subhead-big" style="color:#fff;">Equity Fantom Mirror</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>Alternative UI Mirror for the Equity.Equalizer.exchange Oracle-driven DEX on Fantom.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(15deg, #01011d,#076bd865);color:#fff" onclick="window.open('https://equal.eliteness.network')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/scale.png">
<div>
<div class="subhead-big" style="color:#fff;">Equalizer Base Mirror</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>Alternative UI Mirror for the Base.Equalizer.exchange (SCALE) Liquidity Hub on Base.
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Real Yield Tokens</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg, #f05,#a0f);" onclick="window.open('https://eliteness.network/ethena')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/ethena.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">eTHENA</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/the.png">
<img src="https://ftm.guru/icons/bnb.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid Wrapper & Vote Optimizer for Thena.fi's governance NFTs.
<br><b>Stake ETHENA to Earn BNB.</b>
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(225deg, goldenrod,brown);" onclick="window.open('https://eliteness.network/el-ramses')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/elr.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">El Ramses</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ram.svg" style="border-radius:115pc;background:">
<img src="https://ftm.guru/icons/arb1.svg">
<img src="https://ftm.guru/icons/eth.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid Wrapper and Vote Optimizer for Ramses.Exchange's governance NFTs.
<br><b>Stake ELR to Earn ETH.</b>
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(225deg, #356ff4,purple);" onclick="window.open('https://eliteness.network/el-chronos')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/chr.png" style="border-radius:115px">
<div>
<div class="subhead-big" style="color:white;">El Chronos</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/chr.png" style="border-radius:115px">
<img src="https://ftm.guru/icons/arb1.svg">
<img src="https://ftm.guru/icons/eth.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid Wrapper and Vote Optimizer for Chronos.Finance's governance NFTs.
<br><b>Stake elCHR to Earn ETH.</b>
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(135deg, black,gray);" onclick="window.open('https://eliteness.network/el-retro')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/elretro.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">El Retro</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/retro.svg">
<img src="https://ftm.guru/icons/matic.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid Wrapper and Vote Optimizer for Retro.Finance's governance NFTs.
<br><b>Stake elRETRO to Earn MATIC.</b>
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(315deg, #560f5c, #b60f00);" onclick="window.open('https://eliteness.network/el-snek')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/elsnek.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">El Snek</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/snek.png">
<img src="https://ftm.guru/icons/avax.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid Wrapper and Vote Optimizer for Snek.Finance's governance NFTs.
<br><b>Stake elSNEK to Earn AVAX.</b>
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Lending & Borrowing</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(135deg,#777,#000);" onclick="window.open('https://eliteness.network/elma')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/bank.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">ELMA</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br><b>Elite Lending Market Aggregator</b> can Turbocharge your Lending Market Yields by separating your Prinicipal Tokens (PT) from its Lending Yield (virtual YT) and tapping into the Earnings Flywheel.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(#604, #070a22);" onclick="window.open('https://venft.app/retro')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/solidly.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">venft.app</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/matic.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br><b>venft.app</b> was world's first Lending & Borrowing platform where users could take a loan against their veNFTs such as Thena's veTHE or Retro's veRETRO.
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Yield Farming & Optimization</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(235deg, navy, black);" onclick="window.open('https://eliteness.network/fertilizer')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/1f1eb.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">Fertilizer (Fantom)</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Automatic Liquidity Management (ALM) Protocol with Advanced Dynamic Liquidity-Shape Management on Fantom.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(235deg, black, navy);" onclick="window.open('https://eliteness.network/fertilizer/base')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/1f1eb.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">Fertilizer (Base)</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/base.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Automatic Liquidity Management (ALM) Protocol with Advanced Dynamic Liquidity-Shape Management on Base.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(-45deg, #112247,#110000);" onclick="window.open('https://eliteness.network/elite-morphex-mlp')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/eliteMorphexMLP.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:#fff;">eliteMorphexMLP</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>Wrapper on Morphex.Trade's MLP for magnified Real Yield and Automated Self-Bribing Meta-pools!
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(235deg, #0f7,#105);" onclick="window.open('https://mtv.guru/LF')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/farmer.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:#fff;">Lite Farmlands</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
<img src="https://ftm.guru/icons/mtv.png">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>Farming-as-a-Service (FaaS) platform enabling anyone to create a Farming or Staking platform for their assets.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg, #fff7,#fff3);" onclick="window.open('https://eliteness.network/xelite')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/64.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">XELITE</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Interest-bearing and Fractionalized ELITE compatible with tax-free DeFi applications.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg, brown, #da2);" onclick="window.open('https://ftm.guru/GRAIN')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/1f33e.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:#fff;">Kompound</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
<img src="https://ftm.guru/icons/kcs.svg">
<img src="https://ftm.guru/icons/mtv.png">
<img src="https://ftm.guru/icons/ech.svg">
<img src="https://ftm.guru/icons/metis.svg" style="background:white;border-radius:100%">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br>First ever Immutable & Permissionless Yield Compounder & Optimization protocol.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(235deg, #e900f1,#0a090a);" onclick="window.open('https://ftm.guru/YS')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/trident.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">Yield State</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br><i>Now Deprecated.</i>
<br>Yield Farming platform of ELITE liquidity providers at Sushi & Spooky!
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Liquid Staking Derivatives</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg,#112,#345);" onclick="window.open('https://eliteness.network/mftm')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/mftm.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">MCLB Lockless mFTM</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid-Staking Token (LST) for FTM Locked on Millenium Club Validator Nodes 37 & 63 on Fantom Opera Blockchain.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#320000,red);" onclick="window.open('https://eliteness.network/lockless')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/swkava.svg" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">Lockless SWKAVA</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/kava.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid-Staking Token (LST) for KAVA Locked on our Validator Nodes for Cosmos+EVM Kava Network Mainnet.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg, #360036, #b0f);" onclick="window.open('https://ech.eliteness.network/lockless')">
<div class="wrapper-tile-title" style="height: 49.0333px;">
<div><img style="border-radius:5px" src="https://ftm.guru/icons/lockless.svg"></div>
<div>
<div class="subhead-big" style="color:white;">Lockless SWECH</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ech.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Liquid-Staking Token (LST) for ECH Locked on our Echelon Validator Nodes.
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Financial NFTs & veNFTs</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(-180deg,#00F,#00f7);" onclick="window.open('https://eliteness.network/elocks')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/1f510.svg" style="border-radius:5px;">
<div>
<div class="subhead-big" style="color:#FFF;">eLOCKS</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/base.svg">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>Revolutionizing Protocol-owned Liquidity with Tokenizing Gauged Princial & Yields using On-chain Fully Dynamic Financial NFTs
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(135deg, #77f3, #7ff7);color:#fff" onclick="window.open('https://ftm.guru/equalizer')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/equal.png">
<div>
<div class="subhead-big" style="color:#fff;">VeNFT A.M.M.</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/ftm.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br><b>veN</b> <b>AMM</b> is a DEX for trading EQUAL veNFTs permissionlessly, 24x7 against Fungible + Non-fungible Hybrid Liquidity pool on Fantom.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(135deg, #0d0f15, #1d2432);color:#fff" onclick="window.open('https://veLiquidity.xyz')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/veliquidity.svg">
<div>
<div class="subhead-big" style="color:#fff;">veLiquidity.xyz</div>
<div class="subhead-small wrapper-chains" style="color:#fff;">
<img src="https://ftm.guru/icons/base.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#fff;">
<br><b>veLiquidity</b> is a modern <b>veN AMM</b> implementation for trading SCALE veNFTs permissionlessly, 24x7 against Fungible + Non-fungible Hybrid Liquidity pool on Base.
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">GameFi</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg, #000, #022627);" onclick="window.open('https://ftm.guru/degam')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/m2.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:white;">DeGam</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/ftm.svg">
<img src="https://ftm.guru/icons/telegram.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>The first ever Casino on Fantom, born in 2021! First Telegram-to-Blockchain GameFi Dapp on Fantom.
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(to bottom,rgba(0,255,127,1),rgba(1,240,255,1));" onclick="window.open('https://kcc.eliteness.network/kucino')">
<div class="wrapper-tile-title">
<img src="https://ftm.guru/icons/kucino.png" style="border-radius:5px">
<div>
<div class="subhead-big" style="color:#000;">Kucino Casino</div>
<div class="subhead-small wrapper-chains" style="color:#000;">
<img src="https://ftm.guru/icons/kcs.svg">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:#000;">
<br>12+ Gaming Titles for immersive GambleFi experience on the Kucoin Chain!
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Comparative Analytics and more</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg,#320000,red);" onclick="window.open('https://eliteness.network/compare-solidly')">
<div class="wrapper-tile-title-noimg">
<div>
<div class="subhead-big" style="color:white;">Compare Solidly Forks</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/curve.svg">
<img src="https://ftm.guru/icons/equal.png">
<img src="https://ftm.guru/icons/ram.svg" style="border-radius:115pc;background:">
<img src="https://ftm.guru/icons/the.png">
<img src="https://ftm.guru/icons/retro.svg">
<img src="https://ftm.guru/icons/chr.png" style="border-radius:115px">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#320000,red);" onclick="window.open('https://eliteness.network/compare-wrappers')">
<div class="wrapper-tile-title-noimg">
<div>
<div class="subhead-big" style="color:white;">Compare Liquid Wrappers</div>
<div class="subhead-small wrapper-chains" style="color:white;">
<img src="https://ftm.guru/icons/livethe.png">
<img src="https://ftm.guru/icons/ethena.png">
<img src="https://ftm.guru/icons/liveRETRO.png">
<img src="https://ftm.guru/icons/elretro.png">
<img src="https://ftm.guru/icons/neadRAM.svg">
<img src="https://ftm.guru/icons/elr.png">
</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">Upcoming Projects</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg,#999,#555);">
<div class="wrapper-tile-title">
<div><img style="border-radius:5px;filter: grayscale(100%);" src="https://ftm.guru/icons/1f914.svg"></div>
<div>
<div class="subhead-big" style="color:#222;">3ur0</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#999,#555);">
<div class="wrapper-tile-title">
<div><img style="border-radius:5px;filter: grayscale(100%);" src="https://ftm.guru/icons/1f914.svg"></div>
<div>
<div class="subhead-big" style="color:#222;">Buckets</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#999,#555);">
<div class="wrapper-tile-title">
<div><img style="border-radius:5px;filter: grayscale(100%);" src="https://ftm.guru/icons/1f914.svg"></div>
<div>
<div class="subhead-big" style="color:#222;">Optional</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
</div>
</div>
</div>
<br><br>
<h2 class="cat-h2">And more!</h2>
<div class="wrapper-tiles">
<div class="wrapper-tile" style="background:linear-gradient(45deg,#0af,#0fa);" onclick="window.open('https://eliteness.network/old')">
<div class="wrapper-tile-title">
<div><img style="border-radius:5px" src="https://ftm.guru/icons/64.png"></div>
<div>
<div class="subhead-big" style="color:#000;">Explore more on our<br>previous homepage!</div>
</div>
</div>
<div class="wrapper-desc" style="color:#000;">
<br>eliteness.network/old & ftm.guru/2021
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#000,#012);" onclick="window.open('https://ftm.guru/docs')">
<div class="wrapper-tile-title">
<div><img style="border-radius:5px" src="https://ftm.guru/icons/docs.svg"></div>
<div>
<div class="subhead-big" style="color:#fff;">Deep dive into our Documentation Site to learn more!</div>
</div>
</div>
<div class="wrapper-desc" style="color:white;">
<br>ftm.guru/docs
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#fff,#5865f2);" onclick="window.open('https://discord.gg/QpyfMarNrV')">
<div class="wrapper-tile-title">
<div><img style="border-radius:5px" src="https://ftm.guru/icons/discord.svg"></div>
<div>
<div class="subhead-big" style="color:#000;">Interact with our community on Discord!</div>
</div>
</div>
<div class="wrapper-desc" style="color:#000;">
<br>discord.gg/QpyfMarNrV
</div>
</div>
<div class="wrapper-tile" style="background:linear-gradient(45deg,#fff,#7af);">
<div class="wrapper-tile-title" onclick="window.open('https://twitter.com/ftm1337')">
<div><img style="border-radius:5px" src="https://ftm.guru/icons/twitter.svg"></div>
<div>
<div class="subhead-big" style="color:#000;">Follow our latest adventures on Twitter!</div>
</div>
</div>
<div class="wrapper-desc" style="color:#000;">
<br>twitter.com/ftm1337
</div>
</div>
</div>
<br><br><br><br>
<br><br><br><br>
<div style="font-size:4em" align="center"><img src="https://ftm.guru/icons/1f9be.svg" height="64px">, <img src="https://ftm.guru/icons/1f680.svg" height="64px"></div>
<h2 align="center">Powered by Guru Network</h2>
<div class="social">
<a target="_blank" href="https://discord.gg/QpyfMarNrV"><img src="https://ftm.guru/icons/discord.svg"></a>
<a target="_blank" href="https://twitter.com/FTM1337"><img src="https://ftm.guru/icons/twitter.svg"></a>
<a target="_blank" href="https://dune.com/eliteness"><img src="https://ftm.guru/icons/dune.svg"></a>
<a target="_blank" href="https://defillama.com/protocol/guru-network-dao"><img src="https://ftm.guru/icons/defillama.svg"></a>
<a target="_blank" href="https://coinmarketcap.com/currencies/elite-1337"><img src="https://ftm.guru/icons/cmc.svg"style="background:#444;border-radius:100px"></a>
<a target="_blank" href="https://ftm.guru/docs"><img src="https://ftm.guru/icons/docs.svg"></a>
<a target="_blank" href="https://www.coingecko.com/en/coins/ftm-guru"><img src="https://ftm.guru/icons/gecko.svg"></a>
</div>
<br><br>
</body>
<script>
</script>
</html>