-
Notifications
You must be signed in to change notification settings - Fork 189
/
bifrost-wallet.providerlist.json
1923 lines (1923 loc) · 100 KB
/
bifrost-wallet.providerlist.json
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
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"name": "Bifrost Wallet FTSO Provider List",
"timestamp": "2024-10-02T00:00:00+00:00",
"version": {
"major": 4,
"minor": 5,
"patch": 0
},
"providers": [
{
"chainId": 19,
"name": "Bifrost Wallet",
"description": "Bifrost Wallet runs a competitive, accurate and reliable oracle service since 2021. Developed by Towo Labs a Songbird Network development partner.",
"url": "https://bifrostwallet.com",
"address": "0x69141E890F3a79cd2CFf552c0B71508bE23712dC",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x69141E890F3a79cd2CFf552c0B71508bE23712dC.png",
"listed": true
},
{
"chainId": 14,
"name": "Bifrost Wallet",
"description": "Bifrost Wallet runs a competitive, accurate and reliable oracle service since 2021. Developed by Towo Labs a Flare Network development partner.",
"url": "https://bifrostwallet.com",
"address": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9A46864A3b0a7805B266C445289C3fAD1E48f18e.png",
"listed": true
},
{
"chainId": 19,
"name": "ScandiNodes FTSO",
"description": "We are proud to be part of Flare Networks. We have a responsibility and take our role as a signal provider very serious. We do not only provide data estimates. We provide good estimates, for maximum returns.",
"url": "https://ftso.scandinodes.com",
"address": "0x4ed9e5b82CE66311Ac2230D2FCCc5202D7B8c083",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4ed9e5b82CE66311Ac2230D2FCCc5202D7B8c083.png"
},
{
"chainId": 14,
"name": "ScandiNodes FTSO",
"description": "We are proud to be part of Flare Networks. We have a responsibility and take our role as a signal provider very serious. We do not only provide data estimates. We provide good estimates, for maximum returns.",
"url": "https://ftso.scandinodes.com",
"address": "0xB6d771E1892EB2c04b136C13Abe23390022e8206",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xB6d771E1892EB2c04b136C13Abe23390022e8206.png"
},
{
"chainId": 19,
"name": "Aureus Ox",
"description": "Aureus Ox is building a scalable and reliable FTSO signal provider. Our initial goals include accurate price submission and delegation tools.",
"url": "https://aureusox.com",
"address": "0x6d323e71E141cE2d7b752313C8A654a9C9d1b377",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x6d323e71E141cE2d7b752313C8A654a9C9d1b377.png",
"listed": true
},
{
"chainId": 14,
"name": "Aureus Ox",
"description": "Aureus Ox is building a scalable and reliable FTSO signal provider. Our initial goals include accurate price submission and delegation tools.",
"url": "https://aureusox.com",
"address": "0x9269fb79B098AB314de8A1E2AFb8705678520443",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9269fb79B098AB314de8A1E2AFb8705678520443.png",
"listed": true
},
{
"chainId": 19,
"name": "AlphaOracle",
"description": "AlphaOracle is a US based Signal Provider to the Flare Network. Our goal is to provide reliable data to support applications and expand the ecosystem.",
"url": "https://www.alphaoracle.io",
"address": "0xBF61Db1CDb43d196309824473fA82E5B17581159",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xBF61Db1CDb43d196309824473fA82E5B17581159.png",
"listed": true
},
{
"chainId": 14,
"name": "AlphaOracle",
"description": "AlphaOracle is a US based Signal Provider to the Flare Network. Our goal is to provide reliable data to support applications and expand the ecosystem.",
"url": "https://www.alphaoracle.io",
"address": "0x47B6EfFE71ABD4e8CdCC56f2341BEb404f804b87",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x47B6EfFE71ABD4e8CdCC56f2341BEb404f804b87.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO EU",
"description": "Ftso.eu is one of the oldest signal providers building on Flare, with a strong community and presence. Our signals are weighted, dynamic, resilient, processed with an innovative approach on a distributed P2P network to guarantee their accuracy.",
"url": "https://www.ftso.eu",
"address": "0x010a16c53F33E4d93892f00897965578b55a8CFC",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x010a16c53F33E4d93892f00897965578b55a8CFC.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO EU",
"description": "Ftso.eu is one of the oldest signal providers building on Flare, with a strong community and presence. Our signals are weighted, dynamic, resilient and processed with an innovative approach on a distributed P2P network to guarantee their accuracy.",
"url": "https://www.ftso.eu",
"address": "0xb0421af2cFfB21D8a0Be4087448146E4f9cbD306",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xb0421af2cFfB21D8a0Be4087448146E4f9cbD306.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO UK",
"description": "Signal provider on the Flare Network. UK-based team with global coverage. Providing robust and weighted signals. Dedicated to unlocking value.",
"url": "https://www.ftso.uk",
"address": "0xB9b7355f5b71CEE345311921D247b1D2bA5cFe90",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xB9b7355f5b71CEE345311921D247b1D2bA5cFe90.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO UK",
"description": "Signal provider on the Flare Network. UK-based team with global coverage. Providing robust and weighted signals. Dedicated to unlocking value.",
"url": "https://www.ftso.uk",
"address": "0x5F911C2C681f678e5A3a8D54f950d6b192CC16E3",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x5F911C2C681f678e5A3a8D54f950d6b192CC16E3.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO AU",
"description": "FTSO AU provide accurate and reliable price feeds to the Flare Network and a transparent, incentivised, risk-free delegation service. We do so by leveraging the distributed nature of the network and its participants.",
"url": "https://www.ftso.com.au",
"address": "0x499017ADB21D6f70480E4E6224cf4144071C1461",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x499017ADB21D6f70480E4E6224cf4144071C1461.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO AU",
"description": "FTSO AU provide accurate and reliable price feeds to the Flare Network and a transparent, incentivised, risk-free delegation service. We do so by leveraging the distributed nature of the network and its participants.",
"url": "https://www.ftso.com.au",
"address": "0x4990320858AE3528B645C60059281a66C3488888",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4990320858AE3528B645C60059281a66C3488888.png",
"listed": true
},
{
"chainId": 19,
"name": "Use Your Spark",
"description": "Global Signal Provider for the Flare Time Series Oracle (FTSO), offering vote delegation services to Songbird (SGB) token holders. Start earning risk-free rewards today!",
"url": "https://www.useyourspark.com",
"address": "0x53CAEDDA4339eD74272ECfEF85b657dEf18fA2e4",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x53CAEDDA4339eD74272ECfEF85b657dEf18fA2e4.png",
"listed": true
},
{
"chainId": 14,
"name": "Use Your Spark",
"description": "Global Signal Provider for the Flare Time Series Oracle (FTSO), offering vote delegation services to Spark (FLR) token holders. Start earning risk-free rewards today!",
"url": "https://www.useyourspark.com",
"address": "0xa288054b230DCbb8689Ac229D6DBd7Df39203181",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xa288054b230DCbb8689Ac229D6DBd7Df39203181.png",
"listed": true
},
{
"chainId": 19,
"name": "Sun-Dara",
"description": "Sun-Dara is an Asian STSO provider based primarily in Bangladesh with connections to the United Kingdom. We try and keep things simple and easy to understand. Check out our website for more information and service status updates.",
"url": "https://sun-dara.co.uk",
"address": "0x7394923453FC2F606cfb4D0ea1A5438BB8260D08",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x7394923453FC2F606cfb4D0ea1A5438BB8260D08.png",
"listed": true
},
{
"chainId": 14,
"name": "Sun-Dara",
"description": "Sun-Dara is an Asian FTSO provider based primarily in Bangladesh with connections to the United Kingdom. We try and keep things simple and easy to understand. Check out our website for more information and service status updates.",
"url": "https://sun-dara.co.uk",
"address": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x1E8F916CE03F4ce86186531a8994d366581Ed4be.png",
"listed": true
},
{
"chainId": 19,
"name": "Lena Instruments",
"description": "Institutional grade vote delegation service and FTSO signal provider to the Songbird ecosystem",
"url": "https://www.lena.tech",
"address": "0xc9AC8F034d295962A6a975b717B691437605Bbb6",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xc9AC8F034d295962A6a975b717B691437605Bbb6.png",
"listed": true
},
{
"chainId": 14,
"name": "Lena Instruments",
"description": "Institutional grade vote delegation service and FTSO signal provider to the Flare ecosystem",
"url": "https://www.lena.tech",
"address": "0xdde9BcB57cbA00A9718b67b4074ec6B62C542957",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xdde9BcB57cbA00A9718b67b4074ec6B62C542957.png",
"listed": true
},
{
"chainId": 19,
"name": "A-FTSO",
"description": "The first indie FTSO provider, run as a professional one. No frills, low fees.",
"url": "https://ftso.alexdupre.com",
"address": "0x2d7bf53ED6117aD1DCD6416d460481522a16aFdf",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x2d7bf53ED6117aD1DCD6416d460481522a16aFdf.png",
"listed": true
},
{
"chainId": 14,
"name": "A-FTSO",
"description": "The first indie FTSO provider, run as a professional one. No frills, low fees.",
"url": "https://ftso.alexdupre.com",
"address": "0xAF7504242064532CbD3370aD7591452B1D09BBdc",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xAF7504242064532CbD3370aD7591452B1D09BBdc.png",
"listed": true
},
{
"chainId": 19,
"name": "Best FTSO",
"description": "Our goal is to offer users the most value for their delegation. Come check out our NFT club and earn more than just SGB rewards!",
"url": "https://bestftso.xyz",
"address": "0x939789ed3D07A80da886A3E3017d665cBb5591dC",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x939789ed3D07A80da886A3E3017d665cBb5591dC.png"
},
{
"chainId": 14,
"name": "Best FTSO",
"description": "Our goal is to offer users the most value for their delegation. Come check out our NFT club and earn more than just FLR rewards!",
"url": "https://bestftso.xyz",
"address": "0x510Da05b7bf9d7713752da662AEdb26770F30d19",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x510Da05b7bf9d7713752da662AEdb26770F30d19.png"
},
{
"chainId": 19,
"name": "Defi Oracles",
"description": "DeFi Oracles is a multi-chain decentralized finance oracle service provider.",
"url": "https://defioracles.org",
"address": "0xCa60cd408A5E447897258cDB1F699478c71Cc55E",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xCa60cd408A5E447897258cDB1F699478c71Cc55E.png",
"listed": true
},
{
"chainId": 14,
"name": "Defi Oracles",
"description": "DeFi Oracles is a multi-chain decentralized finance oracle service provider.",
"url": "https://defioracles.org",
"address": "0x3fE77e9be1ECcDe815311f9bcc40814F4eC6AE09",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x3fE77e9be1ECcDe815311f9bcc40814F4eC6AE09.png",
"listed": true
},
{
"chainId": 19,
"name": "uGaenn",
"description": "Your gain is our first priority.",
"url": "https://ugaenn.io",
"address": "0xb53D69B2519aC9F6D65cff8e7824Bf09F7064D61",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xb53D69B2519aC9F6D65cff8e7824Bf09F7064D61.png",
"listed": true
},
{
"chainId": 14,
"name": "uGaenn",
"description": "Your gain is our first priority.",
"url": "https://ugaenn.io",
"address": "0xe3a76233885E355cFaF141D7dd3D92705C9db4D5",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xe3a76233885E355cFaF141D7dd3D92705C9db4D5.png",
"listed": true
},
{
"chainId": 19,
"name": "AFOracle",
"description": "AFOracle is an FTSO provider from AFLabs, a team that helped build the Flare's smart contract infrastructure.",
"url": "https://aforacle.com",
"address": "0x9565d813a3a0CEa62B3bDB9A4e236dCb5910c4f0",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9565d813a3a0CEa62B3bDB9A4e236dCb5910c4f0.png",
"listed": true
},
{
"chainId": 14,
"name": "AFOracle",
"description": "AFOracle is an FTSO provider from AFLabs, a team that helped build the Flare's smart contract infrastructure.",
"url": "https://aforacle.com",
"address": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSOExpress",
"description": "FTSO Express, looking to be a no frills, minimal FTSO Provider",
"url": "https://ftso.express",
"address": "0xc0452CEcee694Ab416d19E95a0907f022DEC5664",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xc0452CEcee694Ab416d19E95a0907f022DEC5664.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSOExpress",
"description": "FTSO Express, looking to be a no frills, minimal FTSO Provider",
"url": "https://ftso.express",
"address": "0x33DDAe234e403789954CD792e1feBdBE2466ADC2",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x33DDAe234e403789954CD792e1feBdBE2466ADC2.png",
"listed": true
},
{
"chainId": 19,
"name": "HEWG",
"description": "HEWG strikes to provide best FTSO price data.",
"url": "https://hewg.org",
"address": "0x819eaB111BD9A6E595187A914240529D2EFfF21f",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x819eaB111BD9A6E595187A914240529D2EFfF21f.png",
"listed": true
},
{
"chainId": 14,
"name": "HEWG",
"description": "HEWG strikes to provide best FTSO price data.",
"url": "https://hewg.org",
"address": "0xB6d68Ea6C4dE734Ec481F92AFD1C35F712441b73",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xB6d68Ea6C4dE734Ec481F92AFD1C35F712441b73.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO Plus",
"description": "FTSO provider with an emphasis on accuracy.",
"url": "https://ftso.plus",
"address": "0x0FA72D3912d1C530AB1f6a8A9fB61C672947E964",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x0FA72D3912d1C530AB1f6a8A9fB61C672947E964.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO Plus",
"description": "FTSO provider with an emphasis on accuracy.",
"url": "https://ftso.plus",
"address": "0x3D2c08eD9B2333cbce2b8A219e02F4Aa31ebcCd3",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x3D2c08eD9B2333cbce2b8A219e02F4Aa31ebcCd3.png",
"listed": true
},
{
"chainId": 19,
"name": "Flare Oracle",
"description": "Flare Oracle, a data provider to the Flare network. Our goal is to give users a plug & play solution to effortlessly control their passive income.",
"url": "https://flareoracle.io",
"address": "0x1B00870092a929D160492daf8E734b4bCA033266",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x1B00870092a929D160492daf8E734b4bCA033266.png",
"listed": true
},
{
"chainId": 14,
"name": "Flare Oracle",
"description": "Flare Oracle, a data provider to the Flare network. Our goal is to give users a plug & play solution to effortlessly control their passive income.",
"url": "https://flareoracle.io",
"address": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90.png",
"listed": true
},
{
"chainId": 19,
"name": "HONO-TSO",
"description": "Hono (Jap Honoo) It's the flame that ignites the game. Let's play!",
"url": "https://hono-tso.net",
"address": "0xa467ACeE8127C55Fb1f4d3b863EA5b0C4F599b9b",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xa467ACeE8127C55Fb1f4d3b863EA5b0C4F599b9b.png",
"listed": true
},
{
"chainId": 14,
"name": "HONO-TSO",
"description": "Hono (Jap Honoo) It's the flame that ignites the game. Let's play!",
"url": "https://hono-tso.net",
"address": "0xf455C12ed41edcD4c2FcC8a73F420e5833348A02",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xf455C12ed41edcD4c2FcC8a73F420e5833348A02.png",
"listed": true
},
{
"chainId": 19,
"name": "Scintilla",
"description": "High accuracy signal provider to the Songbird Network.",
"url": "https://www.scintilla.io",
"address": "0xE70d5351a842131c66AAeBC4bD604912BF3cBa72",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xE70d5351a842131c66AAeBC4bD604912BF3cBa72.png",
"listed": true
},
{
"chainId": 14,
"name": "Scintilla",
"description": "High accuracy signal provider to the Flare Network.",
"url": "https://www.scintilla.io",
"address": "0xeFb939Ebe430efD987c2650367a1b2c9f070d3f1",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xeFb939Ebe430efD987c2650367a1b2c9f070d3f1.png",
"listed": true
},
{
"chainId": 19,
"name": "LightFTSO",
"description": "Homebrewed FTSO, light, nimble, with high rewards and lower fees. Get on! We're getting passive income!",
"url": "https://www.lightft.so",
"address": "0xfB9197720329a80191BA140844E96DCcAD149014",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xfB9197720329a80191BA140844E96DCcAD149014.png",
"listed": true
},
{
"chainId": 14,
"name": "LightFTSO",
"description": "Homebrewed FTSO, light, nimble, with high rewards and lower fees. Get on! We're getting passive income!",
"url": "https://www.lightft.so",
"address": "0xA9C69eb9De79188A9ABa46c5336607F88A80eC89",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xA9C69eb9De79188A9ABa46c5336607F88A80eC89.png",
"listed": true
},
{
"chainId": 19,
"name": "Oracle Daemon",
"description": "Oracle Daemon is a team of dedicated professionals designing the best data provider.",
"url": "https://www.oracle-daemon.com",
"address": "0x92D6c2E99d5959F2e9c0a7aba5149D8A5ef22f23",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x92D6c2E99d5959F2e9c0a7aba5149D8A5ef22f23.png",
"listed": true
},
{
"chainId": 14,
"name": "Oracle Daemon",
"description": "Oracle Daemon is a team of dedicated professionals designing the best data provider.",
"url": "https://www.oracle-daemon.com",
"address": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e.png",
"listed": true
},
{
"chainId": 19,
"name": "Dione",
"description": "Dione prides itself as a gateway between the heart and the veins of the network, Composed of a team of data experts to provide timely and consistent insights to unlock the network's potential for stable rewards to our delegators",
"url": "https://dionenetwork.io",
"address": "0x285430390a72Ce038f6e54BF10f24B94A550474f",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x285430390a72Ce038f6e54BF10f24B94A550474f.png",
"listed": true
},
{
"chainId": 19,
"name": "FlareFTSO",
"description": "FlareFTSO is a signal provider for the Flare Time Series Oracle, providing reliable price feeds, delegation services, validator services, and other solutions to the crypto community.",
"url": "https://flareftso.com",
"address": "0x4F7f5F8eF4a3CC11f94e875393Ee909Eb5f824ea",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4F7f5F8eF4a3CC11f94e875393Ee909Eb5f824ea.png",
"listed": true
},
{
"chainId": 14,
"name": "FlareFTSO",
"description": "FlareFTSO is a signal provider for the Flare Time Series Oracle, providing reliable price feeds, delegation services, validator services, and other solutions to the crypto community.",
"url": "https://flareftso.com",
"address": "0x58048528D3d3aea14Ec95eb5e98b18dE51780e27",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x58048528D3d3aea14Ec95eb5e98b18dE51780e27.png",
"listed": true
},
{
"chainId": 19,
"name": "African Proofs",
"description": "We are a Flare and Songbird blockchain networks data signals provider based in South Africa. We provide a consistent and honest account of real world information for use in the Flare Networks ecosystem of chains.",
"url": "https://proofs.africa",
"address": "0xaF31CA175bbE0C6dD667c8403B65a33b28238afa",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xaF31CA175bbE0C6dD667c8403B65a33b28238afa.png",
"listed": true
},
{
"chainId": 14,
"name": "African Proofs",
"description": "We are a Flare and Songbird blockchain networks data signals provider based in South Africa. We provide a consistent and honest account of real world information for use in the Flare Networks ecosystem of chains.",
"url": "https://proofs.africa",
"address": "0x7808b9E0F7c488172B54B30f98C2FcF36D903B2c",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x7808b9E0F7c488172B54B30f98C2FcF36D903B2c.png",
"listed": true
},
{
"chainId": 19,
"name": "FlareFi",
"description": "We are a trustworthy data provider for Songbird and Flare Network, the new distributed ecosystem. We collect data reliably for the benefit of the ecosystem and our delegators.",
"url": "https://flarefi.tech",
"address": "0x5f3C5991De3F0713715a733eE125785D516cEb16",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x5f3C5991De3F0713715a733eE125785D516cEb16.png",
"listed": true
},
{
"chainId": 14,
"name": "FlareFi",
"description": "We are a trustworthy data provider for Songbird and Flare Network, the new distributed ecosystem. We collect data reliably for the benefit of the ecosystem and our delegators.",
"url": "https://flarefi.tech",
"address": "0x184DbC7F2D96aBDfDe5CDa8c56F3F13DbF138cdF",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x184DbC7F2D96aBDfDe5CDa8c56F3F13DbF138cdF.png",
"listed": true
},
{
"chainId": 19,
"name": "WitterFTSO",
"description": "We are a NYC based Songbird Network signal provider. We put the PRO in provider!",
"url": "https://witterftso.com",
"address": "0xD9200CC419BDe28B169AD8c904d2687a15A4Bf9F",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xD9200CC419BDe28B169AD8c904d2687a15A4Bf9F.png",
"listed": true
},
{
"chainId": 14,
"name": "WitterFTSO",
"description": "We are a NYC based Flare Network signal provider. We put the PRO in provider!",
"url": "https://witterftso.com",
"address": "0x4A74e79738009711a6ddB6653614d43ba9F431b9",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4A74e79738009711a6ddB6653614d43ba9F431b9.png",
"listed": true
},
{
"chainId": 19,
"name": "4DadsFTSO",
"description": "4 dads, a bunch of kids and a FTSO. Furthering efforts of decentralization for Flare Network and it’s canary network, Songbird.",
"url": "https://4dads.io",
"address": "0x35D73107A089Ac2b3b14a6681D8c408Aab9568D3",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x35D73107A089Ac2b3b14a6681D8c408Aab9568D3.png",
"listed": true
},
{
"chainId": 14,
"name": "4DadsFTSO",
"description": "4 dads, a bunch of kids and a FTSO. Furthering efforts of decentralization for Flare Network and it's canary network, Songbird.",
"url": "https://4dads.io",
"address": "0xC522E6A633545872f1afc0cdD7b2D96d97E3dE67",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xC522E6A633545872f1afc0cdD7b2D96d97E3dE67.png",
"listed": true
},
{
"chainId": 19,
"name": "Aternety",
"description": "Aternety US-based data provider on the Songbird Network.",
"url": "https://aternety.com",
"address": "0x2De2C741658f0Ae7b2DdD8EAdD179911564af119",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x2De2C741658f0Ae7b2DdD8EAdD179911564af119.png",
"listed": true
},
{
"chainId": 14,
"name": "Aternety",
"description": "Aternety US-based data provider on the Flare Network.",
"url": "https://aternety.com",
"address": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0.png",
"listed": true
},
{
"chainId": 19,
"name": "1FTSO",
"description": "Providing accurate on-time data to the network.",
"url": "https://1ftso.com",
"address": "0xeceFe81ff88E5609704697De20Cc36990b76d633",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xeceFe81ff88E5609704697De20Cc36990b76d633.png",
"listed": true
},
{
"chainId": 14,
"name": "1FTSO",
"description": "Providing accurate on-time data to the network.",
"url": "https://1ftso.com",
"address": "0xeceFe81ff88E5609704697De20Cc36990b76d633",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xeceFe81ff88E5609704697De20Cc36990b76d633.png",
"listed": true
},
{
"chainId": 14,
"name": "Flare.Space",
"description": "Your most convenient and efficient Flare network data provider and validator. Visit us to get access to information, tools and components for integration with Flare network.",
"url": "https://flare.space",
"address": "0x111246F191a2A20012723369d3CEc77777E774E9",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x111246F191a2A20012723369d3CEc77777E774E9.png",
"listed": true
},
{
"chainId": 19,
"name": "Flare.Space",
"description": "Your most convenient and efficient Songbird network data provider and validator. Visit us to get access to information, tools and components for integration with Songbird network.",
"url": "https://flare.space/songbird",
"address": "0xCcd522393233052Dd0DfeAadc124a0a9bB87FD08",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xCcd522393233052Dd0DfeAadc124a0a9bB87FD08.png",
"listed": true
},
{
"chainId": 19,
"name": "Comfy Nodes",
"description": "Only the comfiest rates.",
"url": "https://www.comfynodes.com",
"address": "0x821BDE578955B35F9F2C9022268E5BC748994f71",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x821BDE578955B35F9F2C9022268E5BC748994f71.png"
},
{
"chainId": 14,
"name": "Comfy Nodes",
"description": "Only the comfiest rates.",
"url": "https://www.comfynodes.com",
"address": "0x9C44c70180642cF4Cfd06d77b84Bb8F864ea5697",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9C44c70180642cF4Cfd06d77b84Bb8F864ea5697.png"
},
{
"chainId": 19,
"name": "Topbird",
"description": "Topbird is a team of blockchain engineers distributed across the world. We host reliable infrastructure and provide accurate price signals to FTSOs on Songbird network.",
"url": "https://topbird.info",
"address": "0xf45e6102E702A95f633D1D914f6FB5f0cA344E80",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xf45e6102E702A95f633D1D914f6FB5f0cA344E80.png"
},
{
"chainId": 14,
"name": "Topbird",
"description": "Topbird is a team of blockchain engineers distributed across the world. We host reliable infrastructure and provide accurate price signals to FTSOs on Songbird network.",
"url": "https://topbird.info",
"address": "0x1184F1dF8EE3AcdFb917a5816013d3673f586cC1",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x1184F1dF8EE3AcdFb917a5816013d3673f586cC1.png"
},
{
"chainId": 19,
"name": "FTSO GG",
"description": "FTSO GG a data provider from Florida/USA",
"url": "https://ftso.gg",
"address": "0x32fE8AC862453DC1B8a390CD3AF821b4FA6fF39D",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x32fE8AC862453DC1B8a390CD3AF821b4FA6fF39D.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO GG",
"description": "FTSO GG a data provider from Florida/USA",
"url": "https://ftso.gg",
"address": "0x32fE8AC862453DC1B8a390CD3AF821b4FA6fF39D",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x32fE8AC862453DC1B8a390CD3AF821b4FA6fF39D.png",
"listed": true
},
{
"chainId": 19,
"name": "Xdrops Oracle",
"description": "Croatia based Flare FTSO data provider.",
"url": "https://www.xdrops.live",
"address": "0x2d3bdE536ad297f2EA74965f02C9E42f4780fB6A",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x2d3bdE536ad297f2EA74965f02C9E42f4780fB6A.png",
"listed": true
},
{
"chainId": 14,
"name": "Xdrops Oracle",
"description": "Croatia based Flare FTSO data provider.",
"url": "https://www.xdrops.live",
"address": "0x112B1130BD78B5A520adeace6130151E07a270a7",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x112B1130BD78B5A520adeace6130151E07a270a7.png",
"listed": true
},
{
"chainId": 19,
"name": "InGen.FTSO",
"description": "We are an Asian dynamic data provider for the FTSO bringing growth to the decentralized Flare.",
"url": "https://www.ftso.ingen.com.ph",
"address": "0x664e070592063bFE5072F0aC25C6C11e5ccF9928",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x664e070592063bFE5072F0aC25C6C11e5ccF9928.png",
"listed": true
},
{
"chainId": 14,
"name": "InGen.FTSO",
"description": "We are an Asian dynamic data provider for the FTSO bringing growth to the decentralized Flare.",
"url": "https://www.ftso.ingen.com.ph",
"address": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5.png",
"listed": true
},
{
"chainId": 19,
"name": "Bitrue",
"description": "Bitrue has been supporting Flare, XRP, and financial decentralization since 2018! Sign up on Bitrue today to trade your FLR alongside 800+ other cryptocurrencies, and try out special leveraged FLR pairs with Futures trading. Find out more at www.bitrue.com",
"url": "https://www.bitrue.com",
"address": "0x4c97f55d2Ed9C84ECc4Db836d5Fc4F191deA30aE",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4c97f55d2Ed9C84ECc4Db836d5Fc4F191deA30aE.png"
},
{
"chainId": 14,
"name": "Bitrue",
"description": "Bitrue has been supporting Flare, XRP, and financial decentralization since 2018! Sign up on Bitrue today to trade your FLR alongside 800+ other cryptocurrencies, and try out special leveraged FLR pairs with Futures trading. Find out more at www.bitrue.com",
"url": "https://www.bitrue.com",
"address": "0x2c8c4cA06D4dC335b37034a0315a00c04b409781",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x2c8c4cA06D4dC335b37034a0315a00c04b409781.png",
"listed": true
},
{
"chainId": 19,
"name": "PRICEKRAKEN",
"description": "Germany based FTSO data provider with passion for improvements",
"url": "https://www.pricekraken.de",
"address": "0xEF4ef2f3B8C69282846a98341095baa018247553",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xEF4ef2f3B8C69282846a98341095baa018247553.png",
"listed": true
},
{
"chainId": 14,
"name": "PRICEKRAKEN",
"description": "Germany based FTSO data provider with passion for improvements",
"url": "https://www.pricekraken.de",
"address": "0xB95f930711DA83226416FFaAB084249B2e01e1F2",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xB95f930711DA83226416FFaAB084249B2e01e1F2.png",
"listed": true
},
{
"chainId": 14,
"name": "Viridissima.es",
"description": "Viridissima is a FTSO / STSO and portal promoting and developing on exclusively low-carbon blockchain technologies.",
"url": "https://ftso.viri.uk",
"address": "0x74664cA92690C1EaD5382808dE0de4B04a2E57Ae",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x74664cA92690C1EaD5382808dE0de4B04a2E57Ae.png",
"listed": true
},
{
"chainId": 19,
"name": "Viridissima.es",
"description": "Viridissima is a STSO/FTSO and portal promoting and developing on exclusively low-carbon blockchain technologies. Our STSO was formerly known as SGBFTSO.com, and had been operational since reward epoch #11.",
"url": "https://ftso.viri.uk",
"address": "0xbADF00D6387958a3E7747C0A0CF5E5a06dcc90c0",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xbADF00D6387958a3E7747C0A0CF5E5a06dcc90c0.png",
"listed": true
},
{
"chainId": 19,
"name": "Sparkles FTSO",
"description": "Sparkles FTSO is an extension of Sparkles, an NFT platform on the Songbird/Flare Network. Our philosophy is to push boundaries and create standards, be creative and make everything we do fun and interactive for our community.",
"url": "https://sparklesnft.com",
"address": "0x3012c799565010C3b090D252839a3D24f3b766bE",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x3012c799565010C3b090D252839a3D24f3b766bE.png",
"listed": true
},
{
"chainId": 14,
"name": "Sparkles FTSO",
"description": "Sparkles FTSO is an extension of Sparkles, an NFT platform on the Songbird/Flare Network. Our philosophy is to push boundaries and create standards, be creative and make everything we do fun and interactive for our community.",
"url": "https://sparklesnft.com",
"address": "0x3D985CFF3C4680428d5ce093dBc4919a57F6E2f6",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x3D985CFF3C4680428d5ce093dBc4919a57F6E2f6.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO London",
"description": "Let’s work together to maximise your Flare Rewards. Our delegation services enable token holders to earn lucrative rewards on the Flare Network",
"url": "https://www.ftso.london",
"address": "0x0708a4C813594b7E0218CB4A5D8b75c76AbFc859",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x0708a4C813594b7E0218CB4A5D8b75c76AbFc859.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO London",
"description": "Let’s work together to maximise your Flare Rewards. Our delegation services enable token holders to earn lucrative rewards on the Flare Network",
"url": "https://www.ftso.london",
"address": "0x4429306b301a0EB573Fa5758BB40AA581255c624",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4429306b301a0EB573Fa5758BB40AA581255c624.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSORK",
"description": "Songbird time series oracle signal provider by Adark d.o.o",
"url": "https://www.ftso.adark.io",
"address": "0xF1Bd86b547a25921F800AdBb3F35f6E88D336c72",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xF1Bd86b547a25921F800AdBb3F35f6E88D336c72.png"
},
{
"chainId": 14,
"name": "FTSORK",
"description": "Flare time series oracle signal provider by Adark d.o.o",
"url": "https://www.ftso.adark.io",
"address": "0x22a95C2DB77742FFb127f6b084BEdEE4d182e1ba",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x22a95C2DB77742FFb127f6b084BEdEE4d182e1ba.png"
},
{
"chainId": 19,
"name": "Oracle Beast FTSO",
"description": "Providing a Flare Time Series Oracle for those who want to delegate like a BEAST!",
"url": "https://www.oracle-beast.com",
"address": "0x3ed7b2cCC4BA420CdcE2BA232d3efdc13075F16D",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x3ed7b2cCC4BA420CdcE2BA232d3efdc13075F16D.png",
"listed": true
},
{
"chainId": 14,
"name": "Oracle Beast FTSO",
"description": "Providing a Flare Time Series Oracle for those who want to delegate like a BEAST!",
"url": "https://www.oracle-beast.com",
"address": "0x5E2aFfA528DB55feE8cf8cCC41d0A5bb8BaCedC3",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x5E2aFfA528DB55feE8cf8cCC41d0A5bb8BaCedC3.png",
"listed": true
},
{
"chainId": 19,
"name": "Flaris",
"description": "UK technology",
"url": "https://www.flaris.uk",
"address": "0x833DDe54A28a3070A086Cc8919BeAa7a0134DE46",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x833DDe54A28a3070A086Cc8919BeAa7a0134DE46.png",
"listed": true
},
{
"chainId": 14,
"name": "Flaris",
"description": "UK technology",
"url": "https://www.flaris.uk",
"address": "0xf8B1Dcf2594AfD082aae088661bF574CB9BbDC61",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xf8B1Dcf2594AfD082aae088661bF574CB9BbDC61.png",
"listed": true
},
{
"chainId": 19,
"name": "SignalChamp",
"description": "SignalChamp is a premium and super-fast delegation service. Enjoy high reward rates and low fees with just a few clicks.",
"url": "https://www.signalchamp.com",
"address": "0x263fEca2d46754Aa71BC4Cfc460e8E3055699324",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x263fEca2d46754Aa71BC4Cfc460e8E3055699324.png",
"listed": true
},
{
"chainId": 14,
"name": "SignalChamp",
"description": "SignalChamp is a premium and super-fast delegation service. Enjoy high reward rates and low fees with just a few clicks.",
"url": "https://www.signalchamp.com",
"address": "0xB0EBac02775B5fD157659c3483AC3a205786c2E7",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xB0EBac02775B5fD157659c3483AC3a205786c2E7.png",
"listed": true
},
{
"chainId": 19,
"name": "Tailwind FTSO",
"description": "Tailwind FTSO is a European provider run by IT professionals and developers using enterprise technologies to deliver accurate and reliable data.",
"url": "https://tailwindftso.com",
"address": "0x04Bd6870d801D68CD58163900B8EED6BDDdA29cB",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x04Bd6870d801D68CD58163900B8EED6BDDdA29cB.png",
"listed": true
},
{
"chainId": 14,
"name": "Tailwind FTSO",
"description": "Tailwind FTSO is a European provider run by IT professionals and developers using enterprise technologies to deliver accurate and reliable data.",
"url": "https://tailwindftso.com",
"address": "0xC8c1F188a891b8627e2cBcdc8a67A2Ed01aB8f10",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xC8c1F188a891b8627e2cBcdc8a67A2Ed01aB8f10.png",
"listed": true
},
{
"chainId": 19,
"name": "Flare Dienst",
"description": "An EU-based data provider.",
"url": "https://flare-dienst.xyz",
"address": "0xDe4051b333b3063fd28267Cd4412DD25233D0Ae1",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xDe4051b333b3063fd28267Cd4412DD25233D0Ae1.png",
"listed": true
},
{
"chainId": 14,
"name": "Flare Dienst",
"description": "An EU-based data provider.",
"url": "https://flare-dienst.xyz",
"address": "0xDe40311b4b538392e0e7dCC134426C397c956cA9",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xDe40311b4b538392e0e7dCC134426C397c956cA9.png",
"listed": true
},
{
"chainId": 19,
"name": "ACDTftso",
"description": "ACDTftso is an Italian provider. We offer near real time prices with an high accuracy rate and a simple Webapp for interact with Flare Network.",
"url": "https://www.acdtftso.it",
"address": "0x86eC5c8Ce7a4DD7762Cff205d64Bfc0C272feB6d",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x86eC5c8Ce7a4DD7762Cff205d64Bfc0C272feB6d.png",
"listed": true
},
{
"chainId": 14,
"name": "ACDTftso",
"description": "ACDTftso is an Italian provider. We offer near real time prices with an high accuracy rate and a simple Webapp for interact with Flare Network.",
"url": "https://www.acdtftso.it",
"address": "0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO Brasil",
"description": "FTSO Brasil is the first ftso in South America working together with Flare Networks to empower token holders with knowledge and rewards.",
"url": "https://www.ftso-brasil.com.br",
"address": "0xb9dBa66d8e88c6D620F11Ce32553E0CfBC776926",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xb9dBa66d8e88c6D620F11Ce32553E0CfBC776926.png"
},
{
"chainId": 14,
"name": "FTSO Brasil",
"description": "FTSO Brasil is the first ftso in South America working together with Flare Networks to empower token holders with knowledge and rewards.",
"url": "https://www.ftso-brasil.com.br",
"address": "0x0DDD059Bf29DE115b48B2844E112eA9A2fcCfC2b",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x0DDD059Bf29DE115b48B2844E112eA9A2fcCfC2b.png"
},
{
"chainId": 19,
"name": "EvolveFTSO",
"description": "EvolveFTSO is a reliable data provider, run by a team providing continuous improvements to produce the best results",
"url": "https://evolveftso.com",
"address": "0x0f80AF5b905a9A34f69E74412c4A00B231D26dAa",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x0f80AF5b905a9A34f69E74412c4A00B231D26dAa.png",
"listed": true
},
{
"chainId": 14,
"name": "EvolveFTSO",
"description": "EvolveFTSO is a reliable data provider, run by a team providing continuous improvements to produce the best results",
"url": "https://evolveftso.com",
"address": "0x9b5F4A2177135A2A6DC83893D5d58e684419aB24",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9b5F4A2177135A2A6DC83893D5d58e684419aB24.png",
"listed": true
},
{
"chainId": 19,
"name": "Knot Nodes",
"description": "Knot Nodes is a Signal Provider that aims to contribute to the endeavor of building a decentralized world by delivering necessary data to the Flare network.",
"url": "https://www.knotnodes.com",
"address": "0x4619Ae2f09cF5e6da873C501a12D86AaCbD7962B",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x4619Ae2f09cF5e6da873C501a12D86AaCbD7962B.png",
"listed": true
},
{
"chainId": 14,
"name": "Knot Nodes",
"description": "Knot Nodes is a Signal Provider that aims to contribute to the endeavor of building a decentralized world by delivering necessary data to the Flare network.",
"url": "https://www.knotnodes.com",
"address": "0xF33A0Ac50f2E85737af577ea68583f264C7A1f78",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xF33A0Ac50f2E85737af577ea68583f264C7A1f78.png",
"listed": true
},
{
"chainId": 19,
"name": "Flare Portal",
"description": "Flare Portal - FTSO Data Provider - provides accurate price and reliable globally sourced data. Using your Bifrost wallet to delegate your vote to us is greatly appreciated.",
"url": "https://flareportal.com",
"address": "0x9225db8B30A59D8Dd15448E2E5918BD160262b5D",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9225db8B30A59D8Dd15448E2E5918BD160262b5D.png",
"listed": true
},
{
"chainId": 14,
"name": "Flare Portal",
"description": "Flare Portal - FTSO Data Provider - provides accurate price and reliable globally sourced data. Using your Bifrost wallet to delegate your vote to us is greatly appreciated.",
"url": "https://flareportal.com",
"address": "0x9225db8B30A59D8Dd15448E2E5918BD160262b5D",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9225db8B30A59D8Dd15448E2E5918BD160262b5D.png",
"listed": true
},
{
"chainId": 19,
"name": "FTSO Wales",
"description": "Providing accurate and reliable price signals to the Songbird network. Delegate your SGB with us and start earning risk-free rewards today!",
"url": "https://ftso.wales",
"address": "0xDD27994108c788613800A8356253Aad99A5DAeD5",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xDD27994108c788613800A8356253Aad99A5DAeD5.png",
"listed": true
},
{
"chainId": 14,
"name": "FTSO Wales",
"description": "Providing accurate and reliable price signals to the Flare network. Delegate your FLR with us and start earning risk-free rewards today!",
"url": "https://ftso.wales",
"address": "0xDD27994108c788613800A8356253Aad99A5DAeD5",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xDD27994108c788613800A8356253Aad99A5DAeD5.png",
"listed": true
},
{
"chainId": 19,
"name": "NORTSO",
"description": "NORTSO is a Norwegian-based data provider aiming to provide the most accurate price signals on the network.",
"url": "https://nortso.xyz",
"address": "0x04a8b3171fBbfe4554B55190B43E709c4b672030",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x04a8b3171fBbfe4554B55190B43E709c4b672030.png",
"listed": true
},
{
"chainId": 14,
"name": "NORTSO",
"description": "NORTSO is a Norwegian-based data provider aiming to provide the most accurate price signals on the network.",
"url": "https://nortso.xyz",
"address": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x00c0fFEf480E392f5Fe7af592214855Ff872fa80.png",
"listed": true
},
{
"chainId": 19,
"name": "Bushido FTSO",
"description": "As samurai are born to serve their lord and die, Bushido FTSO exists to provide accurate and reliable prices for the Songbird ecosystem.",
"url": "https://bushi.finance",
"address": "0x0d3852Ad415477fFC39ce9351bD4dEdbbd585833",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x0d3852Ad415477fFC39ce9351bD4dEdbbd585833.png",
"listed": true
},
{
"chainId": 14,
"name": "Bushido FTSO",
"description": "As samurai are born to serve their lord and die, Bushido FTSO exists to provide accurate and reliable prices for the Flare ecosystem.",
"url": "https://bushi.finance",
"address": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702.png",
"listed": true
},
{
"chainId": 14,
"name": "sToadz FTSO",
"description": "FTSO Stoadz provides a Flare Time Series Oracle for those who want to delegate their assets!",
"url": "https://xtoadz.xyz/signal-provider",