@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -117,7 +117,7 @@ export declare const polygon: {
117
117
  readonly bridge: "native";
118
118
  readonly chainId: 137;
119
119
  readonly logoURI: "";
120
- readonly risks: readonly ["SYNTH_STABLE"];
120
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
121
121
  };
122
122
  readonly MVX: {
123
123
  readonly name: "MVX";
@@ -144,6 +144,7 @@ export declare const polygon: {
144
144
  readonly bridge: "binance-peg";
145
145
  readonly chainId: 137;
146
146
  readonly logoURI: "";
147
+ readonly tags: readonly ["SYNTHETIC"];
147
148
  };
148
149
  readonly spUSDC: {
149
150
  readonly name: "Stargate USD Coin LP";
@@ -169,6 +170,7 @@ export declare const polygon: {
169
170
  readonly bridge: "native";
170
171
  readonly logoURI: "";
171
172
  readonly documentation: "https://docs.overnight.fi/";
173
+ readonly tags: readonly ["CURATED"];
172
174
  };
173
175
  readonly spUSDT: {
174
176
  readonly name: "Stargate Tether USD LP";
@@ -225,6 +227,7 @@ export declare const polygon: {
225
227
  readonly website: "https://matic.ripae.finance/";
226
228
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
227
229
  readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg";
230
+ readonly tags: readonly ["SYNTHETIC"];
228
231
  };
229
232
  readonly LCD: {
230
233
  readonly name: "Lucidao";
@@ -259,6 +262,7 @@ export declare const polygon: {
259
262
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg";
260
263
  readonly website: "";
261
264
  readonly description: "";
265
+ readonly tags: readonly ["SYNTHETIC"];
262
266
  };
263
267
  readonly crvUSD: {
264
268
  readonly name: "Curve USD Stablecoin";
@@ -272,7 +276,7 @@ export declare const polygon: {
272
276
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
273
277
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
274
278
  readonly bridge: "polygon-canonical";
275
- readonly risks: readonly ["SYNTH_STABLE"];
279
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
276
280
  };
277
281
  readonly NZDS: {
278
282
  readonly name: "New Zealand Dollar Stablecoin";
@@ -295,6 +299,7 @@ export declare const polygon: {
295
299
  readonly website: "https://jarvis.network/";
296
300
  readonly description: "jNZD is a multi-collateralized synthetic token tracking the price of the New Zealand Dollar. It is built on the top of UMA and Chainlink.";
297
301
  readonly logoURI: "https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg";
302
+ readonly tags: readonly ["SYNTHETIC"];
298
303
  };
299
304
  readonly newQUICK: {
300
305
  readonly name: "Quickswap";
@@ -436,7 +441,7 @@ export declare const polygon: {
436
441
  readonly bridge: "native";
437
442
  readonly logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422";
438
443
  readonly documentation: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par";
439
- readonly risks: readonly ["SYNTH_STABLE"];
444
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
440
445
  };
441
446
  readonly EURS: {
442
447
  readonly name: "STATIS EURS Token";
@@ -448,7 +453,7 @@ export declare const polygon: {
448
453
  readonly website: "https://stasis.net/";
449
454
  readonly description: "EURS token is a virtual financial asset that is designed to digitally mirror the EURO on the condition that its value is tied to the value of its collateral.";
450
455
  readonly logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779";
451
- readonly risks: readonly ["SYNTH_STABLE"];
456
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
452
457
  };
453
458
  readonly EURt: {
454
459
  readonly name: "Euro Tether";
@@ -461,6 +466,7 @@ export declare const polygon: {
461
466
  readonly description: "Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.";
462
467
  readonly bridge: "polygon-canonical";
463
468
  readonly logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298";
469
+ readonly tags: readonly ["STABLECOIN"];
464
470
  };
465
471
  readonly renBTC: {
466
472
  readonly name: "renBTC";
@@ -472,6 +478,7 @@ export declare const polygon: {
472
478
  readonly website: "https://renproject.io/";
473
479
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
474
480
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
481
+ readonly tags: readonly ["SYNTHETIC"];
475
482
  };
476
483
  readonly IXT: {
477
484
  readonly name: "IX Token IXT";
@@ -506,6 +513,7 @@ export declare const polygon: {
506
513
  readonly website: "https://www.straitsx.com/sg";
507
514
  readonly description: "XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.";
508
515
  readonly logoURI: "";
516
+ readonly tags: readonly ["STABLECOIN"];
509
517
  };
510
518
  readonly jSGD: {
511
519
  readonly name: "Jarvis Synthetic Singapore Dollar";
@@ -517,7 +525,7 @@ export declare const polygon: {
517
525
  readonly website: "https://jarvis.network/";
518
526
  readonly description: "jSGD is a multi-collateralized synthetic token tracking the price of the Singapore Dollar. It is built on the top of UMA and Chainlink.";
519
527
  readonly logoURI: "";
520
- readonly risks: readonly ["SYNTH_STABLE"];
528
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
521
529
  };
522
530
  readonly FUSE: {
523
531
  readonly name: "Fuse";
@@ -595,6 +603,7 @@ export declare const polygon: {
595
603
  readonly logoURI: "https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png";
596
604
  readonly website: "https://celsiusx.io/ ";
597
605
  readonly description: "CelsiusX Wrapped ETH Token";
606
+ readonly tags: readonly ["SYNTHETIC"];
598
607
  };
599
608
  readonly cxADA: {
600
609
  readonly name: "CelsiusX Wrapped ADA";
@@ -606,6 +615,7 @@ export declare const polygon: {
606
615
  readonly logoURI: "https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png";
607
616
  readonly website: "https://celsiusx.io/ ";
608
617
  readonly description: "CelsiusX Wrapped ADA Token";
618
+ readonly tags: readonly ["SYNTHETIC"];
609
619
  };
610
620
  readonly cxDOGE: {
611
621
  readonly name: "CelsiusX Wrapped DOGE";
@@ -617,6 +627,7 @@ export declare const polygon: {
617
627
  readonly logoURI: "https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png";
618
628
  readonly website: "https://celsiusx.io/ ";
619
629
  readonly description: "CelsiusX Wrapped DOGE Token";
630
+ readonly tags: readonly ["SYNTHETIC"];
620
631
  };
621
632
  readonly FODL: {
622
633
  readonly name: "Fodl Finance FODL";
@@ -650,6 +661,7 @@ export declare const polygon: {
650
661
  readonly website: "https://paytrie.com/cadc";
651
662
  readonly description: "CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.";
652
663
  readonly logoURI: "https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625";
664
+ readonly tags: readonly ["STABLECOIN"];
653
665
  };
654
666
  readonly jCAD: {
655
667
  readonly name: "Jarvis Synthetic Canadian Dollar";
@@ -661,7 +673,7 @@ export declare const polygon: {
661
673
  readonly website: "https://jarvis.network/";
662
674
  readonly description: "jCAD is a multi-collateralized synthetic token tracking the price of the Canadian Dollar. It is built on the top of UMA and Chainlink.";
663
675
  readonly logoURI: "https://yield.jarvis.network/static/media/jCAD.832ff304.png";
664
- readonly risks: readonly ["SYNTH_STABLE"];
676
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
665
677
  };
666
678
  readonly USTw: {
667
679
  readonly name: "TerraUSD (Wormhole)";
@@ -673,6 +685,7 @@ export declare const polygon: {
673
685
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
674
686
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
675
687
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
688
+ readonly tags: readonly ["SYNTHETIC"];
676
689
  };
677
690
  readonly ETH2x: {
678
691
  readonly name: "ETH 2x Flexible Leverage Index";
@@ -684,6 +697,7 @@ export declare const polygon: {
684
697
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png";
685
698
  readonly website: "https://www.indexcoop.com/ethfli";
686
699
  readonly description: "The Ethereum Flexible Leverage Index lets you leverage a collateralized debt position in a safe and efficient way, by abstracting its management into a simple index. It enabled market participants to take on leverage while minimizing the transaction costs and risks associated with maintaining collateralized debt.";
700
+ readonly tags: readonly ["SYNTHETIC"];
687
701
  };
688
702
  readonly gOHM: {
689
703
  readonly name: "Governance OHM";
@@ -706,6 +720,7 @@ export declare const polygon: {
706
720
  readonly website: "https://www.trueusd.com/";
707
721
  readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
708
722
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
723
+ readonly tags: readonly ["STABLECOIN"];
709
724
  };
710
725
  readonly WCRO: {
711
726
  readonly name: "WCRO";
@@ -752,7 +767,7 @@ export declare const polygon: {
752
767
  readonly bridge: "native";
753
768
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
754
769
  readonly documentation: "https://learn.jarvis.network/";
755
- readonly risks: readonly ["SYNTH_STABLE"];
770
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
756
771
  };
757
772
  readonly jGBP: {
758
773
  readonly name: "Jarvis Synthetic British Pound";
@@ -764,7 +779,7 @@ export declare const polygon: {
764
779
  readonly website: "https://jarvis.network/";
765
780
  readonly description: "jGBP is a multi-collateralized synthetic token tracking the price of the British Pound. It is built on the top of UMA and Chainlink.";
766
781
  readonly logoURI: "https://i.imgur.com/zOLD6Vf.png";
767
- readonly risks: readonly ["SYNTH_STABLE"];
782
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
768
783
  };
769
784
  readonly jCHF: {
770
785
  readonly name: "Jarvis Synthetic Swiss Franc";
@@ -776,7 +791,7 @@ export declare const polygon: {
776
791
  readonly website: "https://jarvis.network/";
777
792
  readonly description: "jCHF is a multi-collateralized synthetic token tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
778
793
  readonly logoURI: "https://i.imgur.com/EknGhAl.png";
779
- readonly risks: readonly ["SYNTH_STABLE"];
794
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
780
795
  };
781
796
  readonly JRT: {
782
797
  readonly name: "Jarvis Reward Token";
@@ -969,7 +984,7 @@ export declare const polygon: {
969
984
  readonly bridge: "polygon-canonical";
970
985
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
971
986
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
972
- readonly risks: readonly ["SYNTH_STABLE"];
987
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
973
988
  };
974
989
  readonly DEGEN: {
975
990
  readonly name: "DEGEN Index";
@@ -1016,7 +1031,7 @@ export declare const polygon: {
1016
1031
  readonly website: "https://frax.finance/";
1017
1032
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
1018
1033
  readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
1019
- readonly risks: readonly ["SYNTH_STABLE"];
1034
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1020
1035
  };
1021
1036
  readonly FXS: {
1022
1037
  readonly name: "Frax Share";
@@ -1099,7 +1114,7 @@ export declare const polygon: {
1099
1114
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
1100
1115
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
1101
1116
  readonly documentation: "https://docs.mai.finance/";
1102
- readonly risks: readonly ["SYNTH_STABLE"];
1117
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1103
1118
  };
1104
1119
  readonly miMATIC: {
1105
1120
  readonly name: "Mai";
@@ -1112,7 +1127,7 @@ export declare const polygon: {
1112
1127
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
1113
1128
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
1114
1129
  readonly documentation: "https://docs.mai.finance/";
1115
- readonly risks: readonly ["SYNTH_STABLE"];
1130
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1116
1131
  };
1117
1132
  readonly MUST: {
1118
1133
  readonly name: "Must";
@@ -1221,6 +1236,7 @@ export declare const polygon: {
1221
1236
  readonly bridge: "polygon-canonical";
1222
1237
  readonly chainId: 137;
1223
1238
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
1239
+ readonly tags: readonly ["SYNTHETIC", "STABLECOIN"];
1224
1240
  };
1225
1241
  readonly USDC: {
1226
1242
  readonly name: "USD Coin";
@@ -1234,6 +1250,7 @@ export declare const polygon: {
1234
1250
  readonly chainId: 137;
1235
1251
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
1236
1252
  readonly documentation: "https://developers.circle.com/docs";
1253
+ readonly tags: readonly ["STABLECOIN"];
1237
1254
  };
1238
1255
  readonly USDT: {
1239
1256
  readonly name: "USDT0";
@@ -1247,6 +1264,7 @@ export declare const polygon: {
1247
1264
  readonly bridge: "polygon-canonical";
1248
1265
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
1249
1266
  readonly documentation: "https://tether.to/en/how-it-works";
1267
+ readonly tags: readonly ["STABLECOIN"];
1250
1268
  };
1251
1269
  readonly VISION: {
1252
1270
  readonly name: "Vision Token";
@@ -1334,7 +1352,7 @@ export declare const polygon: {
1334
1352
  readonly decimals: 18;
1335
1353
  readonly chainId: 137;
1336
1354
  readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png";
1337
- readonly risks: readonly ["SYNTH_STABLE"];
1355
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1338
1356
  };
1339
1357
  readonly SUSHI: {
1340
1358
  readonly name: "Sushi";
@@ -1379,6 +1397,7 @@ export declare const polygon: {
1379
1397
  readonly website: "https://renproject.io/";
1380
1398
  readonly description: "renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.";
1381
1399
  readonly logoURI: "https://polygonscan.com/token/images/rendogecoin_32.png";
1400
+ readonly tags: readonly ["SYNTHETIC"];
1382
1401
  };
1383
1402
  readonly SNX: {
1384
1403
  readonly name: "SNX";
@@ -1446,6 +1465,7 @@ export declare const polygon: {
1446
1465
  readonly website: "https://app.badger.finance/ibBTC";
1447
1466
  readonly description: "ibBTC is an asset launched in collaboration with DeFiDollar, it stands for Interest Bearing Bitcoin. It was created to serve as the default Bitcoin asset on Ethereum while generating interest to the users who hold it.";
1448
1467
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
1468
+ readonly tags: readonly ["SYNTHETIC"];
1449
1469
  };
1450
1470
  readonly BNB: {
1451
1471
  readonly name: "AnySwap Bridge Polygon Binance Coin";
@@ -1468,7 +1488,7 @@ export declare const polygon: {
1468
1488
  readonly website: "https://rampdefi.com/";
1469
1489
  readonly description: "Ramp aims to empower users with access to a global, blockchain-agnostic liquidity network. rUSD can be minted on Binance Smart Chain and Polygon, with more chains in the near future.";
1470
1490
  readonly logoURI: "https://appv2.rampdefi.com/assets/icon/rusdc.svg";
1471
- readonly risks: readonly ["SYNTH_STABLE"];
1491
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1472
1492
  };
1473
1493
  readonly UST: {
1474
1494
  readonly name: "USD Terra";
@@ -1480,7 +1500,7 @@ export declare const polygon: {
1480
1500
  readonly website: "https://www.terra.money/";
1481
1501
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
1482
1502
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
1483
- readonly risks: readonly ["SYNTH_STABLE"];
1503
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1484
1504
  };
1485
1505
  readonly WMATIC_DFYN: {
1486
1506
  readonly name: "Wrapped Matic, DFYN version";
@@ -1612,6 +1632,7 @@ export declare const polygon: {
1612
1632
  readonly logoURI: "";
1613
1633
  readonly website: "https://tomb.finance/";
1614
1634
  readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
1635
+ readonly tags: readonly ["SYNTHETIC"];
1615
1636
  };
1616
1637
  readonly CLAM: {
1617
1638
  readonly name: "Otter Clam";
@@ -1647,7 +1668,7 @@ export declare const polygon: {
1647
1668
  readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
1648
1669
  readonly bridge: "layer-zero";
1649
1670
  readonly documentation: "https://docs.angle.money/";
1650
- readonly risks: readonly ["SYNTH_STABLE"];
1671
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1651
1672
  };
1652
1673
  readonly jJPY: {
1653
1674
  readonly name: "Jarvis Synthetic Yen";
@@ -1659,7 +1680,7 @@ export declare const polygon: {
1659
1680
  readonly website: "https://jarvis.network/";
1660
1681
  readonly description: "jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.";
1661
1682
  readonly logoURI: "";
1662
- readonly risks: readonly ["SYNTH_STABLE"];
1683
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1663
1684
  };
1664
1685
  readonly JPYC: {
1665
1686
  readonly name: "JPY Coin";
@@ -1671,7 +1692,7 @@ export declare const polygon: {
1671
1692
  readonly website: "https://jpyc.jp/";
1672
1693
  readonly description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.";
1673
1694
  readonly logoURI: "";
1674
- readonly risks: readonly ["SYNTH_STABLE"];
1695
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1675
1696
  };
1676
1697
  readonly PSP: {
1677
1698
  readonly name: "ParaSwap";
@@ -1716,6 +1737,7 @@ export declare const polygon: {
1716
1737
  readonly logoURI: "https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562";
1717
1738
  readonly website: "https://monerium.com/";
1718
1739
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
1740
+ readonly tags: readonly ["STABLECOIN"];
1719
1741
  };
1720
1742
  readonly HOP: {
1721
1743
  readonly name: "HOP Protocol";
@@ -1740,6 +1762,7 @@ export declare const polygon: {
1740
1762
  readonly description: "hETH is the bridge token for transferring ETH via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
1741
1763
  readonly logoURI: "";
1742
1764
  readonly documentation: "https://docs.hop.exchange/";
1765
+ readonly tags: readonly ["SYNTHETIC"];
1743
1766
  };
1744
1767
  readonly hUSDC: {
1745
1768
  readonly name: "USDC Hop Token";
@@ -1776,6 +1799,7 @@ export declare const polygon: {
1776
1799
  readonly description: "hDAI is the bridge token for transferring DAI via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
1777
1800
  readonly logoURI: "";
1778
1801
  readonly documentation: "https://docs.hop.exchange/";
1802
+ readonly tags: readonly ["SYNTHETIC"];
1779
1803
  };
1780
1804
  readonly amUSDT: {
1781
1805
  readonly name: "Aave Tether USD";
@@ -1813,6 +1837,7 @@ export declare const polygon: {
1813
1837
  readonly website: "https://app.balancer.fi/#/";
1814
1838
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1815
1839
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
1840
+ readonly tags: readonly ["STABLECOIN"];
1816
1841
  };
1817
1842
  readonly amUSDC: {
1818
1843
  readonly name: "Aave USDC";
@@ -1850,6 +1875,7 @@ export declare const polygon: {
1850
1875
  readonly website: "https://app.balancer.fi/#/";
1851
1876
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1852
1877
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
1878
+ readonly tags: readonly ["STABLECOIN"];
1853
1879
  };
1854
1880
  readonly amDAI: {
1855
1881
  readonly name: "Aave DAI";
@@ -1863,6 +1889,7 @@ export declare const polygon: {
1863
1889
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1864
1890
  readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
1865
1891
  readonly bridge: "native";
1892
+ readonly tags: readonly ["SYNTHETIC"];
1866
1893
  };
1867
1894
  readonly wamDAI: {
1868
1895
  readonly name: "Wrapped Aave Tether DAI";
@@ -1875,6 +1902,7 @@ export declare const polygon: {
1875
1902
  readonly website: "https://makerdao.com/en/";
1876
1903
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1877
1904
  readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
1905
+ readonly tags: readonly ["SYNTHETIC"];
1878
1906
  };
1879
1907
  readonly bbamDAI: {
1880
1908
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -1887,7 +1915,7 @@ export declare const polygon: {
1887
1915
  readonly website: "https://app.balancer.fi/#/";
1888
1916
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1889
1917
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
1890
- readonly risks: readonly ["SYNTH_STABLE"];
1918
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1891
1919
  };
1892
1920
  readonly bbamUSD: {
1893
1921
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -1900,7 +1928,7 @@ export declare const polygon: {
1900
1928
  readonly website: "https://app.balancer.fi/#/";
1901
1929
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1902
1930
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
1903
- readonly risks: readonly ["SYNTH_STABLE"];
1931
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1904
1932
  };
1905
1933
  readonly '2BRZ': {
1906
1934
  readonly name: "Balancer 2BRZ Pool";
@@ -1925,7 +1953,7 @@ export declare const polygon: {
1925
1953
  readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
1926
1954
  readonly logoURI: "https://jarvis.network/images/jBRL.svg";
1927
1955
  readonly documentation: "https://learn.jarvis.network/";
1928
- readonly risks: readonly ["SYNTH_STABLE"];
1956
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1929
1957
  };
1930
1958
  readonly BRZ: {
1931
1959
  readonly name: "BRZ Token";
@@ -1938,7 +1966,7 @@ export declare const polygon: {
1938
1966
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
1939
1967
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
1940
1968
  readonly documentation: "https://brztoken.io/files/white_paper_BRZ_2023.pdf";
1941
- readonly risks: readonly ["SYNTH_STABLE"];
1969
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1942
1970
  };
1943
1971
  readonly multiWUSDR: {
1944
1972
  readonly name: "Real USD";
@@ -1951,6 +1979,7 @@ export declare const polygon: {
1951
1979
  readonly documentation: "https://docs.tangible.store/";
1952
1980
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1953
1981
  readonly logoURI: "";
1982
+ readonly tags: readonly ["SYNTHETIC"];
1954
1983
  };
1955
1984
  readonly multiUSDR: {
1956
1985
  readonly name: "Real USD";
@@ -1963,6 +1992,7 @@ export declare const polygon: {
1963
1992
  readonly documentation: "https://docs.tangible.store/";
1964
1993
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1965
1994
  readonly logoURI: "";
1995
+ readonly tags: readonly ["SYNTHETIC"];
1966
1996
  };
1967
1997
  readonly wUSDR: {
1968
1998
  readonly name: "Real USD";
@@ -1975,6 +2005,7 @@ export declare const polygon: {
1975
2005
  readonly documentation: "https://docs.tangible.store/";
1976
2006
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1977
2007
  readonly logoURI: "";
2008
+ readonly tags: readonly ["SYNTHETIC"];
1978
2009
  };
1979
2010
  readonly USDR: {
1980
2011
  readonly name: "Real USD";
@@ -1987,6 +2018,7 @@ export declare const polygon: {
1987
2018
  readonly documentation: "https://docs.tangible.store/";
1988
2019
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1989
2020
  readonly logoURI: "";
2021
+ readonly tags: readonly ["SYNTHETIC"];
1990
2022
  };
1991
2023
  readonly CVR: {
1992
2024
  readonly name: "CAVIAR";
@@ -2107,6 +2139,7 @@ export declare const polygon: {
2107
2139
  readonly bridge: "axelar";
2108
2140
  readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
2109
2141
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
2142
+ readonly tags: readonly ["STABLECOIN"];
2110
2143
  };
2111
2144
  readonly TNGBL: {
2112
2145
  readonly name: "Tangible";
@@ -2183,7 +2216,7 @@ export declare const polygon: {
2183
2216
  readonly description: "Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.";
2184
2217
  readonly bridge: "native";
2185
2218
  readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
2186
- readonly risks: readonly ["SYNTH_STABLE"];
2219
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2187
2220
  };
2188
2221
  readonly asdCRV: {
2189
2222
  readonly name: "Aladdin sdCRV";
@@ -2340,7 +2373,7 @@ export declare const polygon: {
2340
2373
  readonly bridge: "native";
2341
2374
  readonly chainId: 137;
2342
2375
  readonly logoURI: "";
2343
- readonly risks: readonly ["SYNTH_STABLE"];
2376
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2344
2377
  };
2345
2378
  readonly MVX: {
2346
2379
  readonly name: "MVX";
@@ -2367,6 +2400,7 @@ export declare const polygon: {
2367
2400
  readonly bridge: "binance-peg";
2368
2401
  readonly chainId: 137;
2369
2402
  readonly logoURI: "";
2403
+ readonly tags: readonly ["SYNTHETIC"];
2370
2404
  };
2371
2405
  readonly spUSDC: {
2372
2406
  readonly name: "Stargate USD Coin LP";
@@ -2392,6 +2426,7 @@ export declare const polygon: {
2392
2426
  readonly bridge: "native";
2393
2427
  readonly logoURI: "";
2394
2428
  readonly documentation: "https://docs.overnight.fi/";
2429
+ readonly tags: readonly ["CURATED"];
2395
2430
  };
2396
2431
  readonly spUSDT: {
2397
2432
  readonly name: "Stargate Tether USD LP";
@@ -2448,6 +2483,7 @@ export declare const polygon: {
2448
2483
  readonly website: "https://matic.ripae.finance/";
2449
2484
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
2450
2485
  readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg";
2486
+ readonly tags: readonly ["SYNTHETIC"];
2451
2487
  };
2452
2488
  readonly LCD: {
2453
2489
  readonly name: "Lucidao";
@@ -2482,6 +2518,7 @@ export declare const polygon: {
2482
2518
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg";
2483
2519
  readonly website: "";
2484
2520
  readonly description: "";
2521
+ readonly tags: readonly ["SYNTHETIC"];
2485
2522
  };
2486
2523
  readonly crvUSD: {
2487
2524
  readonly name: "Curve USD Stablecoin";
@@ -2495,7 +2532,7 @@ export declare const polygon: {
2495
2532
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
2496
2533
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
2497
2534
  readonly bridge: "polygon-canonical";
2498
- readonly risks: readonly ["SYNTH_STABLE"];
2535
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2499
2536
  };
2500
2537
  readonly NZDS: {
2501
2538
  readonly name: "New Zealand Dollar Stablecoin";
@@ -2518,6 +2555,7 @@ export declare const polygon: {
2518
2555
  readonly website: "https://jarvis.network/";
2519
2556
  readonly description: "jNZD is a multi-collateralized synthetic token tracking the price of the New Zealand Dollar. It is built on the top of UMA and Chainlink.";
2520
2557
  readonly logoURI: "https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg";
2558
+ readonly tags: readonly ["SYNTHETIC"];
2521
2559
  };
2522
2560
  readonly newQUICK: {
2523
2561
  readonly name: "Quickswap";
@@ -2659,7 +2697,7 @@ export declare const polygon: {
2659
2697
  readonly bridge: "native";
2660
2698
  readonly logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422";
2661
2699
  readonly documentation: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par";
2662
- readonly risks: readonly ["SYNTH_STABLE"];
2700
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2663
2701
  };
2664
2702
  readonly EURS: {
2665
2703
  readonly name: "STATIS EURS Token";
@@ -2671,7 +2709,7 @@ export declare const polygon: {
2671
2709
  readonly website: "https://stasis.net/";
2672
2710
  readonly description: "EURS token is a virtual financial asset that is designed to digitally mirror the EURO on the condition that its value is tied to the value of its collateral.";
2673
2711
  readonly logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779";
2674
- readonly risks: readonly ["SYNTH_STABLE"];
2712
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2675
2713
  };
2676
2714
  readonly EURt: {
2677
2715
  readonly name: "Euro Tether";
@@ -2684,6 +2722,7 @@ export declare const polygon: {
2684
2722
  readonly description: "Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.";
2685
2723
  readonly bridge: "polygon-canonical";
2686
2724
  readonly logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298";
2725
+ readonly tags: readonly ["STABLECOIN"];
2687
2726
  };
2688
2727
  readonly renBTC: {
2689
2728
  readonly name: "renBTC";
@@ -2695,6 +2734,7 @@ export declare const polygon: {
2695
2734
  readonly website: "https://renproject.io/";
2696
2735
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
2697
2736
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
2737
+ readonly tags: readonly ["SYNTHETIC"];
2698
2738
  };
2699
2739
  readonly IXT: {
2700
2740
  readonly name: "IX Token IXT";
@@ -2729,6 +2769,7 @@ export declare const polygon: {
2729
2769
  readonly website: "https://www.straitsx.com/sg";
2730
2770
  readonly description: "XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.";
2731
2771
  readonly logoURI: "";
2772
+ readonly tags: readonly ["STABLECOIN"];
2732
2773
  };
2733
2774
  readonly jSGD: {
2734
2775
  readonly name: "Jarvis Synthetic Singapore Dollar";
@@ -2740,7 +2781,7 @@ export declare const polygon: {
2740
2781
  readonly website: "https://jarvis.network/";
2741
2782
  readonly description: "jSGD is a multi-collateralized synthetic token tracking the price of the Singapore Dollar. It is built on the top of UMA and Chainlink.";
2742
2783
  readonly logoURI: "";
2743
- readonly risks: readonly ["SYNTH_STABLE"];
2784
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2744
2785
  };
2745
2786
  readonly FUSE: {
2746
2787
  readonly name: "Fuse";
@@ -2818,6 +2859,7 @@ export declare const polygon: {
2818
2859
  readonly logoURI: "https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png";
2819
2860
  readonly website: "https://celsiusx.io/ ";
2820
2861
  readonly description: "CelsiusX Wrapped ETH Token";
2862
+ readonly tags: readonly ["SYNTHETIC"];
2821
2863
  };
2822
2864
  readonly cxADA: {
2823
2865
  readonly name: "CelsiusX Wrapped ADA";
@@ -2829,6 +2871,7 @@ export declare const polygon: {
2829
2871
  readonly logoURI: "https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png";
2830
2872
  readonly website: "https://celsiusx.io/ ";
2831
2873
  readonly description: "CelsiusX Wrapped ADA Token";
2874
+ readonly tags: readonly ["SYNTHETIC"];
2832
2875
  };
2833
2876
  readonly cxDOGE: {
2834
2877
  readonly name: "CelsiusX Wrapped DOGE";
@@ -2840,6 +2883,7 @@ export declare const polygon: {
2840
2883
  readonly logoURI: "https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png";
2841
2884
  readonly website: "https://celsiusx.io/ ";
2842
2885
  readonly description: "CelsiusX Wrapped DOGE Token";
2886
+ readonly tags: readonly ["SYNTHETIC"];
2843
2887
  };
2844
2888
  readonly FODL: {
2845
2889
  readonly name: "Fodl Finance FODL";
@@ -2873,6 +2917,7 @@ export declare const polygon: {
2873
2917
  readonly website: "https://paytrie.com/cadc";
2874
2918
  readonly description: "CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.";
2875
2919
  readonly logoURI: "https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625";
2920
+ readonly tags: readonly ["STABLECOIN"];
2876
2921
  };
2877
2922
  readonly jCAD: {
2878
2923
  readonly name: "Jarvis Synthetic Canadian Dollar";
@@ -2884,7 +2929,7 @@ export declare const polygon: {
2884
2929
  readonly website: "https://jarvis.network/";
2885
2930
  readonly description: "jCAD is a multi-collateralized synthetic token tracking the price of the Canadian Dollar. It is built on the top of UMA and Chainlink.";
2886
2931
  readonly logoURI: "https://yield.jarvis.network/static/media/jCAD.832ff304.png";
2887
- readonly risks: readonly ["SYNTH_STABLE"];
2932
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2888
2933
  };
2889
2934
  readonly USTw: {
2890
2935
  readonly name: "TerraUSD (Wormhole)";
@@ -2896,6 +2941,7 @@ export declare const polygon: {
2896
2941
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
2897
2942
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
2898
2943
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
2944
+ readonly tags: readonly ["SYNTHETIC"];
2899
2945
  };
2900
2946
  readonly ETH2x: {
2901
2947
  readonly name: "ETH 2x Flexible Leverage Index";
@@ -2907,6 +2953,7 @@ export declare const polygon: {
2907
2953
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png";
2908
2954
  readonly website: "https://www.indexcoop.com/ethfli";
2909
2955
  readonly description: "The Ethereum Flexible Leverage Index lets you leverage a collateralized debt position in a safe and efficient way, by abstracting its management into a simple index. It enabled market participants to take on leverage while minimizing the transaction costs and risks associated with maintaining collateralized debt.";
2956
+ readonly tags: readonly ["SYNTHETIC"];
2910
2957
  };
2911
2958
  readonly gOHM: {
2912
2959
  readonly name: "Governance OHM";
@@ -2929,6 +2976,7 @@ export declare const polygon: {
2929
2976
  readonly website: "https://www.trueusd.com/";
2930
2977
  readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
2931
2978
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
2979
+ readonly tags: readonly ["STABLECOIN"];
2932
2980
  };
2933
2981
  readonly WCRO: {
2934
2982
  readonly name: "WCRO";
@@ -2975,7 +3023,7 @@ export declare const polygon: {
2975
3023
  readonly bridge: "native";
2976
3024
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
2977
3025
  readonly documentation: "https://learn.jarvis.network/";
2978
- readonly risks: readonly ["SYNTH_STABLE"];
3026
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2979
3027
  };
2980
3028
  readonly jGBP: {
2981
3029
  readonly name: "Jarvis Synthetic British Pound";
@@ -2987,7 +3035,7 @@ export declare const polygon: {
2987
3035
  readonly website: "https://jarvis.network/";
2988
3036
  readonly description: "jGBP is a multi-collateralized synthetic token tracking the price of the British Pound. It is built on the top of UMA and Chainlink.";
2989
3037
  readonly logoURI: "https://i.imgur.com/zOLD6Vf.png";
2990
- readonly risks: readonly ["SYNTH_STABLE"];
3038
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2991
3039
  };
2992
3040
  readonly jCHF: {
2993
3041
  readonly name: "Jarvis Synthetic Swiss Franc";
@@ -2999,7 +3047,7 @@ export declare const polygon: {
2999
3047
  readonly website: "https://jarvis.network/";
3000
3048
  readonly description: "jCHF is a multi-collateralized synthetic token tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
3001
3049
  readonly logoURI: "https://i.imgur.com/EknGhAl.png";
3002
- readonly risks: readonly ["SYNTH_STABLE"];
3050
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3003
3051
  };
3004
3052
  readonly JRT: {
3005
3053
  readonly name: "Jarvis Reward Token";
@@ -3192,7 +3240,7 @@ export declare const polygon: {
3192
3240
  readonly bridge: "polygon-canonical";
3193
3241
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
3194
3242
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
3195
- readonly risks: readonly ["SYNTH_STABLE"];
3243
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3196
3244
  };
3197
3245
  readonly DEGEN: {
3198
3246
  readonly name: "DEGEN Index";
@@ -3239,7 +3287,7 @@ export declare const polygon: {
3239
3287
  readonly website: "https://frax.finance/";
3240
3288
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
3241
3289
  readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
3242
- readonly risks: readonly ["SYNTH_STABLE"];
3290
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3243
3291
  };
3244
3292
  readonly FXS: {
3245
3293
  readonly name: "Frax Share";
@@ -3322,7 +3370,7 @@ export declare const polygon: {
3322
3370
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
3323
3371
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
3324
3372
  readonly documentation: "https://docs.mai.finance/";
3325
- readonly risks: readonly ["SYNTH_STABLE"];
3373
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3326
3374
  };
3327
3375
  readonly miMATIC: {
3328
3376
  readonly name: "Mai";
@@ -3335,7 +3383,7 @@ export declare const polygon: {
3335
3383
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
3336
3384
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
3337
3385
  readonly documentation: "https://docs.mai.finance/";
3338
- readonly risks: readonly ["SYNTH_STABLE"];
3386
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3339
3387
  };
3340
3388
  readonly MUST: {
3341
3389
  readonly name: "Must";
@@ -3444,6 +3492,7 @@ export declare const polygon: {
3444
3492
  readonly bridge: "polygon-canonical";
3445
3493
  readonly chainId: 137;
3446
3494
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
3495
+ readonly tags: readonly ["SYNTHETIC", "STABLECOIN"];
3447
3496
  };
3448
3497
  readonly USDC: {
3449
3498
  readonly name: "USD Coin";
@@ -3457,6 +3506,7 @@ export declare const polygon: {
3457
3506
  readonly chainId: 137;
3458
3507
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
3459
3508
  readonly documentation: "https://developers.circle.com/docs";
3509
+ readonly tags: readonly ["STABLECOIN"];
3460
3510
  };
3461
3511
  readonly USDT: {
3462
3512
  readonly name: "USDT0";
@@ -3470,6 +3520,7 @@ export declare const polygon: {
3470
3520
  readonly bridge: "polygon-canonical";
3471
3521
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
3472
3522
  readonly documentation: "https://tether.to/en/how-it-works";
3523
+ readonly tags: readonly ["STABLECOIN"];
3473
3524
  };
3474
3525
  readonly VISION: {
3475
3526
  readonly name: "Vision Token";
@@ -3557,7 +3608,7 @@ export declare const polygon: {
3557
3608
  readonly decimals: 18;
3558
3609
  readonly chainId: 137;
3559
3610
  readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png";
3560
- readonly risks: readonly ["SYNTH_STABLE"];
3611
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3561
3612
  };
3562
3613
  readonly SUSHI: {
3563
3614
  readonly name: "Sushi";
@@ -3602,6 +3653,7 @@ export declare const polygon: {
3602
3653
  readonly website: "https://renproject.io/";
3603
3654
  readonly description: "renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.";
3604
3655
  readonly logoURI: "https://polygonscan.com/token/images/rendogecoin_32.png";
3656
+ readonly tags: readonly ["SYNTHETIC"];
3605
3657
  };
3606
3658
  readonly SNX: {
3607
3659
  readonly name: "SNX";
@@ -3669,6 +3721,7 @@ export declare const polygon: {
3669
3721
  readonly website: "https://app.badger.finance/ibBTC";
3670
3722
  readonly description: "ibBTC is an asset launched in collaboration with DeFiDollar, it stands for Interest Bearing Bitcoin. It was created to serve as the default Bitcoin asset on Ethereum while generating interest to the users who hold it.";
3671
3723
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
3724
+ readonly tags: readonly ["SYNTHETIC"];
3672
3725
  };
3673
3726
  readonly BNB: {
3674
3727
  readonly name: "AnySwap Bridge Polygon Binance Coin";
@@ -3691,7 +3744,7 @@ export declare const polygon: {
3691
3744
  readonly website: "https://rampdefi.com/";
3692
3745
  readonly description: "Ramp aims to empower users with access to a global, blockchain-agnostic liquidity network. rUSD can be minted on Binance Smart Chain and Polygon, with more chains in the near future.";
3693
3746
  readonly logoURI: "https://appv2.rampdefi.com/assets/icon/rusdc.svg";
3694
- readonly risks: readonly ["SYNTH_STABLE"];
3747
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3695
3748
  };
3696
3749
  readonly UST: {
3697
3750
  readonly name: "USD Terra";
@@ -3703,7 +3756,7 @@ export declare const polygon: {
3703
3756
  readonly website: "https://www.terra.money/";
3704
3757
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
3705
3758
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
3706
- readonly risks: readonly ["SYNTH_STABLE"];
3759
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3707
3760
  };
3708
3761
  readonly WMATIC_DFYN: {
3709
3762
  readonly name: "Wrapped Matic, DFYN version";
@@ -3835,6 +3888,7 @@ export declare const polygon: {
3835
3888
  readonly logoURI: "";
3836
3889
  readonly website: "https://tomb.finance/";
3837
3890
  readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
3891
+ readonly tags: readonly ["SYNTHETIC"];
3838
3892
  };
3839
3893
  readonly CLAM: {
3840
3894
  readonly name: "Otter Clam";
@@ -3870,7 +3924,7 @@ export declare const polygon: {
3870
3924
  readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
3871
3925
  readonly bridge: "layer-zero";
3872
3926
  readonly documentation: "https://docs.angle.money/";
3873
- readonly risks: readonly ["SYNTH_STABLE"];
3927
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3874
3928
  };
3875
3929
  readonly jJPY: {
3876
3930
  readonly name: "Jarvis Synthetic Yen";
@@ -3882,7 +3936,7 @@ export declare const polygon: {
3882
3936
  readonly website: "https://jarvis.network/";
3883
3937
  readonly description: "jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.";
3884
3938
  readonly logoURI: "";
3885
- readonly risks: readonly ["SYNTH_STABLE"];
3939
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3886
3940
  };
3887
3941
  readonly JPYC: {
3888
3942
  readonly name: "JPY Coin";
@@ -3894,7 +3948,7 @@ export declare const polygon: {
3894
3948
  readonly website: "https://jpyc.jp/";
3895
3949
  readonly description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.";
3896
3950
  readonly logoURI: "";
3897
- readonly risks: readonly ["SYNTH_STABLE"];
3951
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3898
3952
  };
3899
3953
  readonly PSP: {
3900
3954
  readonly name: "ParaSwap";
@@ -3939,6 +3993,7 @@ export declare const polygon: {
3939
3993
  readonly logoURI: "https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562";
3940
3994
  readonly website: "https://monerium.com/";
3941
3995
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
3996
+ readonly tags: readonly ["STABLECOIN"];
3942
3997
  };
3943
3998
  readonly HOP: {
3944
3999
  readonly name: "HOP Protocol";
@@ -3963,6 +4018,7 @@ export declare const polygon: {
3963
4018
  readonly description: "hETH is the bridge token for transferring ETH via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
3964
4019
  readonly logoURI: "";
3965
4020
  readonly documentation: "https://docs.hop.exchange/";
4021
+ readonly tags: readonly ["SYNTHETIC"];
3966
4022
  };
3967
4023
  readonly hUSDC: {
3968
4024
  readonly name: "USDC Hop Token";
@@ -3999,6 +4055,7 @@ export declare const polygon: {
3999
4055
  readonly description: "hDAI is the bridge token for transferring DAI via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
4000
4056
  readonly logoURI: "";
4001
4057
  readonly documentation: "https://docs.hop.exchange/";
4058
+ readonly tags: readonly ["SYNTHETIC"];
4002
4059
  };
4003
4060
  readonly amUSDT: {
4004
4061
  readonly name: "Aave Tether USD";
@@ -4036,6 +4093,7 @@ export declare const polygon: {
4036
4093
  readonly website: "https://app.balancer.fi/#/";
4037
4094
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4038
4095
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
4096
+ readonly tags: readonly ["STABLECOIN"];
4039
4097
  };
4040
4098
  readonly amUSDC: {
4041
4099
  readonly name: "Aave USDC";
@@ -4073,6 +4131,7 @@ export declare const polygon: {
4073
4131
  readonly website: "https://app.balancer.fi/#/";
4074
4132
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4075
4133
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
4134
+ readonly tags: readonly ["STABLECOIN"];
4076
4135
  };
4077
4136
  readonly amDAI: {
4078
4137
  readonly name: "Aave DAI";
@@ -4086,6 +4145,7 @@ export declare const polygon: {
4086
4145
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
4087
4146
  readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
4088
4147
  readonly bridge: "native";
4148
+ readonly tags: readonly ["SYNTHETIC"];
4089
4149
  };
4090
4150
  readonly wamDAI: {
4091
4151
  readonly name: "Wrapped Aave Tether DAI";
@@ -4098,6 +4158,7 @@ export declare const polygon: {
4098
4158
  readonly website: "https://makerdao.com/en/";
4099
4159
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
4100
4160
  readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
4161
+ readonly tags: readonly ["SYNTHETIC"];
4101
4162
  };
4102
4163
  readonly bbamDAI: {
4103
4164
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -4110,7 +4171,7 @@ export declare const polygon: {
4110
4171
  readonly website: "https://app.balancer.fi/#/";
4111
4172
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4112
4173
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
4113
- readonly risks: readonly ["SYNTH_STABLE"];
4174
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4114
4175
  };
4115
4176
  readonly bbamUSD: {
4116
4177
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -4123,7 +4184,7 @@ export declare const polygon: {
4123
4184
  readonly website: "https://app.balancer.fi/#/";
4124
4185
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4125
4186
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
4126
- readonly risks: readonly ["SYNTH_STABLE"];
4187
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4127
4188
  };
4128
4189
  readonly '2BRZ': {
4129
4190
  readonly name: "Balancer 2BRZ Pool";
@@ -4148,7 +4209,7 @@ export declare const polygon: {
4148
4209
  readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
4149
4210
  readonly logoURI: "https://jarvis.network/images/jBRL.svg";
4150
4211
  readonly documentation: "https://learn.jarvis.network/";
4151
- readonly risks: readonly ["SYNTH_STABLE"];
4212
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4152
4213
  };
4153
4214
  readonly BRZ: {
4154
4215
  readonly name: "BRZ Token";
@@ -4161,7 +4222,7 @@ export declare const polygon: {
4161
4222
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
4162
4223
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
4163
4224
  readonly documentation: "https://brztoken.io/files/white_paper_BRZ_2023.pdf";
4164
- readonly risks: readonly ["SYNTH_STABLE"];
4225
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4165
4226
  };
4166
4227
  readonly multiWUSDR: {
4167
4228
  readonly name: "Real USD";
@@ -4174,6 +4235,7 @@ export declare const polygon: {
4174
4235
  readonly documentation: "https://docs.tangible.store/";
4175
4236
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
4176
4237
  readonly logoURI: "";
4238
+ readonly tags: readonly ["SYNTHETIC"];
4177
4239
  };
4178
4240
  readonly multiUSDR: {
4179
4241
  readonly name: "Real USD";
@@ -4186,6 +4248,7 @@ export declare const polygon: {
4186
4248
  readonly documentation: "https://docs.tangible.store/";
4187
4249
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
4188
4250
  readonly logoURI: "";
4251
+ readonly tags: readonly ["SYNTHETIC"];
4189
4252
  };
4190
4253
  readonly wUSDR: {
4191
4254
  readonly name: "Real USD";
@@ -4198,6 +4261,7 @@ export declare const polygon: {
4198
4261
  readonly documentation: "https://docs.tangible.store/";
4199
4262
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
4200
4263
  readonly logoURI: "";
4264
+ readonly tags: readonly ["SYNTHETIC"];
4201
4265
  };
4202
4266
  readonly USDR: {
4203
4267
  readonly name: "Real USD";
@@ -4210,6 +4274,7 @@ export declare const polygon: {
4210
4274
  readonly documentation: "https://docs.tangible.store/";
4211
4275
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
4212
4276
  readonly logoURI: "";
4277
+ readonly tags: readonly ["SYNTHETIC"];
4213
4278
  };
4214
4279
  readonly CVR: {
4215
4280
  readonly name: "CAVIAR";
@@ -4330,6 +4395,7 @@ export declare const polygon: {
4330
4395
  readonly bridge: "axelar";
4331
4396
  readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
4332
4397
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
4398
+ readonly tags: readonly ["STABLECOIN"];
4333
4399
  };
4334
4400
  readonly TNGBL: {
4335
4401
  readonly name: "Tangible";
@@ -4406,7 +4472,7 @@ export declare const polygon: {
4406
4472
  readonly description: "Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.";
4407
4473
  readonly bridge: "native";
4408
4474
  readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
4409
- readonly risks: readonly ["SYNTH_STABLE"];
4475
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4410
4476
  };
4411
4477
  readonly asdCRV: {
4412
4478
  readonly name: "Aladdin sdCRV";