@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
@@ -9,7 +9,7 @@ const ETH = {
9
9
  decimals: 18,
10
10
  chainId: 1,
11
11
  website: 'https://weth.io/',
12
- description: 'Ether or ETH is the native currency built on the Ethereum blockchain. ',
12
+ description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  bridge: 'native',
14
14
  logoURI: 'https://arbiscan.io/token/images/weth_28.png',
15
15
  documentation: 'https://ethereum.org/en/developers/docs/',
@@ -95,6 +95,7 @@ exports.tokens = {
95
95
  chainId: 1,
96
96
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
97
97
  documentation: 'https://developers.circle.com/docs',
98
+ tags: ['STABLECOIN'],
98
99
  },
99
100
  STG: {
100
101
  name: 'Stargate',
@@ -179,6 +180,7 @@ exports.tokens = {
179
180
  website: 'https://jpegd.io/',
180
181
  description: "pETH is an Ethereum derivative supported by the JPEG'd protocol. It is minted when a user borrows against their NFT and burned when they decide to repay their loan. Unlike the 2% interest rate for borrowing PUSd, minting $pETH against an NFT has a 5% interest rate.",
181
182
  documentation: 'https://docs.jpegd.io/tokenomics/usdpeth',
183
+ tags: ['SYNTHETIC'],
182
184
  },
183
185
  FRAX: {
184
186
  chainId: 1,
@@ -192,7 +194,7 @@ exports.tokens = {
192
194
  bridge: 'native',
193
195
  logoURI: '',
194
196
  documentation: 'https://docs.frax.finance/',
195
- risks: ['SYNTH_STABLE'],
197
+ tags: ['STABLECOIN', 'SYNTHETIC'],
196
198
  },
197
199
  frxUSD: {
198
200
  chainId: 1,
@@ -206,7 +208,7 @@ exports.tokens = {
206
208
  bridge: 'native',
207
209
  logoURI: '',
208
210
  documentation: 'https://docs.frax.finance/',
209
- risks: ['SYNTH_STABLE'],
211
+ tags: ['STABLECOIN', 'SYNTHETIC'],
210
212
  },
211
213
  sfrxUSD: {
212
214
  name: 'Staked Frax USD',
@@ -219,7 +221,7 @@ exports.tokens = {
219
221
  description: 'Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.',
220
222
  bridge: 'native',
221
223
  documentation: 'https://docs.frax.finance/',
222
- risks: ['SYNTH_STABLE'],
224
+ tags: ['STABLECOIN', 'SYNTHETIC'],
223
225
  },
224
226
  WBTC: {
225
227
  chainId: 1,
@@ -244,6 +246,7 @@ exports.tokens = {
244
246
  description: 'sBTC is a synthetic Bitcoin token enabled by the Synthetix protocol. It tracks the price of Bitcoin through price feeds supplied by Chainlink’s decentralized network of oracles.',
245
247
  bridge: 'native',
246
248
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png',
249
+ tags: ['SYNTHETIC'],
247
250
  },
248
251
  multiBTC: {
249
252
  chainId: 1,
@@ -256,6 +259,7 @@ exports.tokens = {
256
259
  description: 'Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.',
257
260
  bridge: 'multichain',
258
261
  documentation: 'https://docs.multichain.org/getting-started/introduction',
262
+ tags: ['SYNTHETIC'],
259
263
  },
260
264
  alETH: {
261
265
  name: 'Alchemix ETH',
@@ -268,6 +272,7 @@ exports.tokens = {
268
272
  website: 'https://alchemix.fi/',
269
273
  documentation: 'https://alchemix-finance.gitbook.io/v2/',
270
274
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
275
+ tags: ['SYNTHETIC'],
271
276
  },
272
277
  alUSD: {
273
278
  name: 'Alchemix USD',
@@ -281,7 +286,7 @@ exports.tokens = {
281
286
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
282
287
  bridge: 'native',
283
288
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
284
- risks: ['SYNTH_STABLE'],
289
+ tags: ['STABLECOIN', 'SYNTHETIC'],
285
290
  },
286
291
  MIM: {
287
292
  name: 'Magic Internet Money',
@@ -295,7 +300,7 @@ exports.tokens = {
295
300
  bridge: 'native',
296
301
  logoURI: '',
297
302
  documentation: 'https://docs.abracadabra.money/',
298
- risks: ['SYNTH_STABLE'],
303
+ tags: ['STABLECOIN', 'SYNTHETIC'],
299
304
  },
300
305
  ApeUSD: {
301
306
  name: 'ApeUSD',
@@ -309,7 +314,7 @@ exports.tokens = {
309
314
  description: 'Ape Finance is building DeFi tools for metaverse dwellers, proud PFP owners, and digital collectible enthusiasts in all of us. We appreciate culture, art, and games. Ape Finance begins with the creation of the ApeUSD.',
310
315
  bridge: 'native',
311
316
  logoURI: '',
312
- risks: ['SYNTH_STABLE'],
317
+ tags: ['STABLECOIN', 'SYNTHETIC'],
313
318
  },
314
319
  auraBAL: {
315
320
  name: 'Aura Staked BAL BPT',
@@ -360,7 +365,7 @@ exports.tokens = {
360
365
  website: 'https://mai.finance/',
361
366
  documentation: 'https://docs.mai.finance/',
362
367
  description: 'MAI is a stable coin collateralized by your MATIC holdings. Its powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.',
363
- risks: ['SYNTH_STABLE'],
368
+ tags: ['STABLECOIN', 'SYNTHETIC'],
364
369
  },
365
370
  tBTC: {
366
371
  name: 'tBTC v2',
@@ -387,7 +392,7 @@ exports.tokens = {
387
392
  documentation: 'https://docs.threshold.network/applications/threshold-usd',
388
393
  description: 'Threshold USD (thUSD) is a stablecoin soft-pegged against USD and backed by ETH and tBTC as collateral, with a minimum collateral ratio of 110%.',
389
394
  bridge: 'native',
390
- risks: ['SYNTH_STABLE'],
395
+ tags: ['STABLECOIN', 'SYNTHETIC'],
391
396
  },
392
397
  T: {
393
398
  name: 'Threshold Network Token',
@@ -447,7 +452,7 @@ exports.tokens = {
447
452
  website: 'https://www.curve.finance/',
448
453
  description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
449
454
  documentation: 'https://resources.curve.finance/crvusd/scrvusd',
450
- risks: ['SYNTH_STABLE'],
455
+ tags: ['STABLECOIN', 'SYNTHETIC'],
451
456
  },
452
457
  reUSD: {
453
458
  name: 'Resupply USD',
@@ -459,7 +464,7 @@ exports.tokens = {
459
464
  website: 'https://resupply.fi/',
460
465
  description: 'A decentralized stablecoin backed by Collateralized Debt Positions (CDP), leveraging the liquidity and stability of lending markets.',
461
466
  documentation: 'https://docs.resupply.fi/',
462
- risks: ['SYNTH_STABLE'],
467
+ tags: ['STABLECOIN', 'SYNTHETIC'],
463
468
  },
464
469
  CVX: {
465
470
  name: 'CVX',
@@ -551,7 +556,7 @@ exports.tokens = {
551
556
  description: 'f(x) Protocol stablecoin',
552
557
  bridge: 'native',
553
558
  logoURI: '',
554
- risks: ['SYNTH_STABLE'],
559
+ tags: ['STABLECOIN', 'SYNTHETIC'],
555
560
  },
556
561
  sethUSDC: {
557
562
  name: 'Stargate USD Coin LP',
@@ -564,7 +569,7 @@ exports.tokens = {
564
569
  website: 'https://stargate.finance/',
565
570
  description: 'Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDC is deposited in a LP pool to enable high liquidity for bridging.',
566
571
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
567
- risks: ['SYNTH_STABLE'],
572
+ tags: ['STABLECOIN', 'SYNTHETIC'],
568
573
  },
569
574
  sethUSDT: {
570
575
  name: 'Stargate Tether USD LP',
@@ -577,7 +582,7 @@ exports.tokens = {
577
582
  website: 'https://tether.to/',
578
583
  description: 'Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDT is deposited in a LP pool to enable high liquidity for bridging.',
579
584
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
580
- risks: ['SYNTH_STABLE'],
585
+ tags: ['STABLECOIN', 'SYNTHETIC'],
581
586
  },
582
587
  rETH: {
583
588
  name: 'Rocket Pool ETH',
@@ -604,6 +609,7 @@ exports.tokens = {
604
609
  documentation: 'https://tether.to/en/how-it-works',
605
610
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
606
611
  bridge: 'native',
612
+ tags: ['STABLECOIN'],
607
613
  },
608
614
  DOLA: {
609
615
  name: 'Dola USD Stablecoin',
@@ -617,7 +623,7 @@ exports.tokens = {
617
623
  documentation: 'https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola',
618
624
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
619
625
  bridge: 'native',
620
- risks: ['SYNTH_STABLE'],
626
+ tags: ['STABLECOIN', 'SYNTHETIC'],
621
627
  },
622
628
  sETH: {
623
629
  name: 'Synth sETH',
@@ -630,6 +636,7 @@ exports.tokens = {
630
636
  website: 'https://synthetix.io/',
631
637
  description: 'Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model. Trades between Synths generate a small fee that is distributed to SNX collateral providers.',
632
638
  bridge: 'native',
639
+ tags: ['SYNTHETIC'],
633
640
  },
634
641
  cbETH: {
635
642
  name: 'Coinbase Wrapped Staked ETH',
@@ -656,7 +663,7 @@ exports.tokens = {
656
663
  description: 'The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.',
657
664
  bridge: 'bittorent',
658
665
  documentation: 'https://usdd.io/docs/',
659
- risks: ['SYNTH_STABLE'],
666
+ tags: ['STABLECOIN', 'SYNTHETIC'],
660
667
  },
661
668
  aUSDT: {
662
669
  name: 'Aave Tether USD',
@@ -705,6 +712,7 @@ exports.tokens = {
705
712
  website: 'https://app.balancer.fi/#/',
706
713
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
707
714
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
715
+ tags: ['STABLECOIN'],
708
716
  },
709
717
  aUSDC: {
710
718
  name: 'Aave USDC',
@@ -741,6 +749,7 @@ exports.tokens = {
741
749
  website: 'https://app.balancer.fi/#/',
742
750
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
743
751
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
752
+ tags: ['STABLECOIN'],
744
753
  },
745
754
  DAI: {
746
755
  name: 'DAI Stablecoin',
@@ -754,7 +763,7 @@ exports.tokens = {
754
763
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
755
764
  description: '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',
756
765
  bridge: 'native',
757
- risks: ['SYNTH_STABLE'],
766
+ tags: ['STABLECOIN', 'SYNTHETIC'],
758
767
  },
759
768
  aDAI: {
760
769
  name: 'Aave DAI',
@@ -767,6 +776,7 @@ exports.tokens = {
767
776
  website: 'https://makerdao.com/en/',
768
777
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
769
778
  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.',
779
+ tags: ['SYNTHETIC'],
770
780
  },
771
781
  waDAI: {
772
782
  name: 'Wrapped Aave Tether DAI',
@@ -779,6 +789,7 @@ exports.tokens = {
779
789
  website: 'https://makerdao.com/en/',
780
790
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
781
791
  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.',
792
+ tags: ['SYNTHETIC'],
782
793
  },
783
794
  bbaDAI: {
784
795
  name: 'Balancer Aave DAI Linear Pool',
@@ -791,7 +802,7 @@ exports.tokens = {
791
802
  website: 'https://app.balancer.fi/#/',
792
803
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
793
804
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
794
- risks: ['SYNTH_STABLE'],
805
+ tags: ['STABLECOIN', 'SYNTHETIC'],
795
806
  },
796
807
  aETH: {
797
808
  name: 'Aave ETH',
@@ -844,7 +855,7 @@ exports.tokens = {
844
855
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
845
856
  bridge: 'native',
846
857
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
847
- risks: ['SYNTH_STABLE'],
858
+ tags: ['STABLECOIN', 'SYNTHETIC'],
848
859
  },
849
860
  frxETH: {
850
861
  name: 'Frax Ether',
@@ -1057,6 +1068,7 @@ exports.tokens = {
1057
1068
  description: 'The first regulated stablecoin fully backed by the US Dollar.',
1058
1069
  bridge: 'native',
1059
1070
  logoURI: '',
1071
+ tags: ['STABLECOIN'],
1060
1072
  },
1061
1073
  CLEV: {
1062
1074
  name: 'CLever Token',
@@ -1109,7 +1121,7 @@ exports.tokens = {
1109
1121
  bridge: 'native',
1110
1122
  logoURI: '',
1111
1123
  documentation: 'https://reserve.org/protocol/',
1112
- risks: ['SYNTH_STABLE'],
1124
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1113
1125
  },
1114
1126
  msETH: {
1115
1127
  name: 'Metronome Synth ETH',
@@ -1122,7 +1134,7 @@ exports.tokens = {
1122
1134
  website: 'https://app.metronome.io/',
1123
1135
  description: 'msETH represents Metronome Synth ETH. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.',
1124
1136
  documentation: 'https://docs.metronome.io/metronome-2.0/master',
1125
- risks: ['NO_TIMELOCK'],
1137
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1126
1138
  },
1127
1139
  BLUR: {
1128
1140
  name: 'Blur',
@@ -1146,7 +1158,7 @@ exports.tokens = {
1146
1158
  website: 'https://app.metronome.io/',
1147
1159
  description: 'msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.',
1148
1160
  documentation: 'https://docs.metronome.io/metronome-2.0/master',
1149
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1161
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1150
1162
  },
1151
1163
  UZD: {
1152
1164
  name: 'UZD Zunami Stable',
@@ -1173,7 +1185,7 @@ exports.tokens = {
1173
1185
  'When liquidity providers (LPs) deposit 3CRV, Archimedes borrows lvUSD on behalf of leverage takers (LTs) and uses it to enter a strategy. Investing in the 3CRV/lvUSD pool gives LPs exposure to both 3CRV and the collateral provided by LTs. This allows the market to decide on the best investment strategy.',
1174
1186
  bridge: 'native',
1175
1187
  documentation: 'https://docs.archimedesfi.com/',
1176
- risks: ['SYNTH_STABLE'],
1188
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1177
1189
  },
1178
1190
  bbeUSDT: {
1179
1191
  name: 'Balancer Euler USDT Linear Pool',
@@ -1210,6 +1222,7 @@ exports.tokens = {
1210
1222
  website: 'https://app.balancer.fi/#/',
1211
1223
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1212
1224
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Euler Interest Bearing DAI.',
1225
+ tags: ['SYNTHETIC'],
1213
1226
  },
1214
1227
  bbeUSD: {
1215
1228
  name: 'Balancer Euler Stable Composable Pool',
@@ -1222,6 +1235,7 @@ exports.tokens = {
1222
1235
  website: 'https://app.balancer.fi/#/',
1223
1236
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1224
1237
  description: 'Balancer composable pool that consist of bbeUSDT, bbeUSDC, and bbeDAI. bbTokens are Euler boosted linear pools.',
1238
+ tags: ['SYNTHETIC'],
1225
1239
  },
1226
1240
  VERSE: {
1227
1241
  name: 'Verse',
@@ -1324,7 +1338,7 @@ exports.tokens = {
1324
1338
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
1325
1339
  bridge: 'native',
1326
1340
  documentation: 'https://docs.curve.finance/crvUSD/overview/',
1327
- risks: ['SYNTH_STABLE'],
1341
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1328
1342
  },
1329
1343
  hyUSD: {
1330
1344
  name: 'High Yield USD',
@@ -1336,7 +1350,7 @@ exports.tokens = {
1336
1350
  logoURI: '',
1337
1351
  website: 'https://register.app/#/overview?token=0xaCdf0DBA4B9839b96221a8487e9ca660a48212be',
1338
1352
  description: 'High yield USD (hyUSD), is a decentralized flatcoin initially pegged to $1 USD that provides convenient access to DeFi yields, enabling holders to grow and preserve their wealth. hyUSD is 1:1 asset backed by a basket of other yield bearing tokens including eUSD as well as tokenized lending with exposure to US Treasuries. Given the unique design and current market conditions it is estimated to yield 8% or better to anyone holding hyUSD in any wallet, outpacing the rate of inflation in over 100 countries around the world and providing safe refuge for purchasing power everywhere.',
1339
- risks: ['SYNTH_STABLE'],
1353
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1340
1354
  },
1341
1355
  ETHx: {
1342
1356
  name: 'ETHx',
@@ -1374,6 +1388,7 @@ exports.tokens = {
1374
1388
  website: 'https://app.reserve.org/ethereum/token/0x005f893ecd7bf9667195642f7649da8163e23658/overview',
1375
1389
  bridge: 'native',
1376
1390
  description: "Degen ETH is a high-yield diversified ETH strategy index designed to sustainably outperform LST market yields. Degen ETH uses a two-token model: dgnETH, which is pegged to ETH and backed 1:1 by DeFi yield strategies, and sdgnETH, obtained by depositing dgnETH in a staking vault, which accrues all yield from dgnETH's underlying assets.",
1391
+ tags: ['SYNTHETIC'],
1377
1392
  },
1378
1393
  'USDC+': {
1379
1394
  name: 'USDC Plus',
@@ -1412,7 +1427,7 @@ exports.tokens = {
1412
1427
  documentation: 'https://docs.raft.fi/',
1413
1428
  bridge: 'native',
1414
1429
  description: 'Raft is a governance-minimized, decentralized protocol that allows people to generate R (a USD stablecoin) by depositing capital-efficient collateral.',
1415
- risks: ['SYNTH_STABLE'],
1430
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1416
1431
  },
1417
1432
  GHO: {
1418
1433
  name: 'GHO Token',
@@ -1426,7 +1441,7 @@ exports.tokens = {
1426
1441
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
1427
1442
  bridge: 'native',
1428
1443
  description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
1429
- risks: ['SYNTH_STABLE'],
1444
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1430
1445
  },
1431
1446
  mkUSD: {
1432
1447
  name: 'Prisma mkUSD',
@@ -1440,7 +1455,7 @@ exports.tokens = {
1440
1455
  documentation: 'https://docs.prismafinance.com/',
1441
1456
  bridge: 'native',
1442
1457
  description: 'Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.',
1443
- risks: ['SYNTH_STABLE'],
1458
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1444
1459
  },
1445
1460
  ULTRA: {
1446
1461
  name: 'ULTRA',
@@ -1454,7 +1469,7 @@ exports.tokens = {
1454
1469
  documentation: 'https://docs.prismafinance.com/',
1455
1470
  bridge: 'native',
1456
1471
  description: 'ULTRA is a new stablecoin issued by PrismaLRT, a new borrowing protocol developed by Prisma focused on unlocking liquidity for Liquid Restaking Tokens (LRTs).',
1457
- risks: ['SYNTH_STABLE'],
1472
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1458
1473
  },
1459
1474
  PYUSD: {
1460
1475
  name: 'PayPal USD',
@@ -1467,6 +1482,7 @@ exports.tokens = {
1467
1482
  website: 'https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd',
1468
1483
  bridge: 'native',
1469
1484
  description: 'PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.',
1485
+ tags: ['STABLECOIN'],
1470
1486
  },
1471
1487
  PYUSDUSDC: {
1472
1488
  name: 'PayPool',
@@ -1532,7 +1548,7 @@ exports.tokens = {
1532
1548
  bridge: 'native',
1533
1549
  description: 'Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.',
1534
1550
  documentation: 'https://docs.liquity.org/',
1535
- risks: ['SYNTH_STABLE'],
1551
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1536
1552
  },
1537
1553
  USDM: {
1538
1554
  name: 'Mountain Protocol USD',
@@ -1546,7 +1562,7 @@ exports.tokens = {
1546
1562
  documentation: 'https://docs.mountainprotocol.com/',
1547
1563
  description: 'The USDM token is a rebasing ERC20 token, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by "USDM Reserves", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company\'s operating accounts, on behalf of, and for the benefit of, Users.',
1548
1564
  bridge: 'native',
1549
- risks: ['NO_TIMELOCK'],
1565
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1550
1566
  },
1551
1567
  sDAI: {
1552
1568
  name: 'Savings DAI',
@@ -1560,7 +1576,7 @@ exports.tokens = {
1560
1576
  documentation: 'https://docs.sparkprotocol.io/hub/',
1561
1577
  description: 'sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.',
1562
1578
  bridge: 'native',
1563
- risks: ['SYNTH_STABLE'],
1579
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1564
1580
  },
1565
1581
  bbsDAI: {
1566
1582
  name: 'Balancer Aave sDAI Linear Pool',
@@ -1574,7 +1590,7 @@ exports.tokens = {
1574
1590
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1575
1591
  description: 'Balancer linear pool that consist of DAI and sDAI.',
1576
1592
  bridge: 'native',
1577
- risks: ['SYNTH_STABLE'],
1593
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1578
1594
  },
1579
1595
  acUSDC: {
1580
1596
  name: 'Across USD Coin LP',
@@ -1617,6 +1633,7 @@ exports.tokens = {
1617
1633
  chainId: 1,
1618
1634
  logoURI: '',
1619
1635
  documentation: 'https://docs.across.to/how-to-use-across/providing-liquidity',
1636
+ tags: ['SYNTHETIC'],
1620
1637
  },
1621
1638
  acUSDT: {
1622
1639
  name: 'Across USDT LP',
@@ -1672,7 +1689,7 @@ exports.tokens = {
1672
1689
  documentation: 'https://docs.balancer.fi/concepts/pools/composable-stable.html',
1673
1690
  description: 'Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.',
1674
1691
  bridge: 'native',
1675
- risks: ['SYNTH_STABLE'],
1692
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1676
1693
  },
1677
1694
  ALCX: {
1678
1695
  name: 'Alchemix',
@@ -1712,7 +1729,7 @@ exports.tokens = {
1712
1729
  documentation: 'https://docs.gyro.finance/gyroscope-protocol/stablecoin',
1713
1730
  description: 'A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.',
1714
1731
  bridge: 'native',
1715
- risks: ['SYNTH_STABLE'],
1732
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1716
1733
  },
1717
1734
  SILO: {
1718
1735
  name: 'Silo Governance Token',
@@ -1739,6 +1756,7 @@ exports.tokens = {
1739
1756
  description: 'vETH is a tokenized asset or index of ETH denominated Liquidity Positions (LP) against Liquid Staked Tokens (LST) and Liquid Restaked Tokens (LRT), that encapsulates both ETH and additional yield-generating opportunities.',
1740
1757
  documentation: 'https://vector-reserve.gitbook.io/vector-reserve/introduction/what-is-vector-reserve',
1741
1758
  bridge: 'native',
1759
+ tags: ['SYNTHETIC'],
1742
1760
  },
1743
1761
  ankrETH: {
1744
1762
  name: 'Ankr Staked ETH',
@@ -1765,7 +1783,7 @@ exports.tokens = {
1765
1783
  description: 'Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.',
1766
1784
  documentation: 'https://docs.renzoprotocol.com/docs/',
1767
1785
  bridge: 'native',
1768
- risks: ['NO_TIMELOCK'],
1786
+ tags: ['NO_TIMELOCK'],
1769
1787
  },
1770
1788
  weETH: {
1771
1789
  name: 'Wrapped eETH',
@@ -1779,7 +1797,7 @@ exports.tokens = {
1779
1797
  description: 'ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.',
1780
1798
  documentation: 'https://etherfi.gitbook.io/etherfi',
1781
1799
  bridge: 'native',
1782
- risks: ['NO_TIMELOCK'],
1800
+ tags: ['NO_TIMELOCK'],
1783
1801
  },
1784
1802
  weETHk: {
1785
1803
  name: 'King Karak LRT',
@@ -1818,7 +1836,7 @@ exports.tokens = {
1818
1836
  website: 'https://app.bedrock.technology/unieth',
1819
1837
  description: 'uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.',
1820
1838
  bridge: 'native',
1821
- risks: ['NO_TIMELOCK'],
1839
+ tags: ['NO_TIMELOCK'],
1822
1840
  },
1823
1841
  QIv2: {
1824
1842
  name: 'QiDao',
@@ -1871,7 +1889,7 @@ exports.tokens = {
1871
1889
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1872
1890
  description: 'Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.',
1873
1891
  bridge: 'native',
1874
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1892
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1875
1893
  },
1876
1894
  sUSDe: {
1877
1895
  name: 'Staked USDe',
@@ -1885,7 +1903,7 @@ exports.tokens = {
1885
1903
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1886
1904
  description: 'Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.',
1887
1905
  bridge: 'native',
1888
- risks: ['SYNTH_STABLE'],
1906
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1889
1907
  },
1890
1908
  USD3: {
1891
1909
  name: 'Web 3 Dollar',
@@ -1899,7 +1917,7 @@ exports.tokens = {
1899
1917
  description: 'USD3 is 1:1 asset backed by a basket of yield-bearing tokens. Given the unique design and current market conditions, it is estimated to yield up to 10% APY from the most reputable protocols using the most established assets. USD3 is overcollateralized with auditable proof of reserves available on-chain 24/7.',
1900
1918
  documentation: 'https://reserve.org/protocol/',
1901
1919
  bridge: 'native',
1902
- risks: ['SYNTH_STABLE'],
1920
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1903
1921
  },
1904
1922
  rgUSD: {
1905
1923
  name: 'Revenue Generating USD',
@@ -1913,7 +1931,7 @@ exports.tokens = {
1913
1931
  description: 'rgUSD is an overcollateralized stablecoin launched on Reserve Protocol that acts as a collective point for DeFi users to negotiate with stablecoin yield providers for the best returns.',
1914
1932
  documentation: 'https://reserve.org/protocol/',
1915
1933
  bridge: 'native',
1916
- risks: ['SYNTH_STABLE'],
1934
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1917
1935
  },
1918
1936
  rsETH: {
1919
1937
  chainId: 1,
@@ -1927,7 +1945,7 @@ exports.tokens = {
1927
1945
  documentation: 'https://kelp.gitbook.io/kelp',
1928
1946
  description: 'rsETH is a Liquid Restaked Token (LRT) issued by Kelp DAO designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.',
1929
1947
  bridge: 'native',
1930
- risks: ['NO_TIMELOCK'],
1948
+ tags: ['NO_TIMELOCK'],
1931
1949
  },
1932
1950
  rswETH: {
1933
1951
  chainId: 1,
@@ -1941,7 +1959,7 @@ exports.tokens = {
1941
1959
  documentation: 'https://docs.swellnetwork.io/swell/rsweth-liquid-restaking',
1942
1960
  description: 'rswETH is a Liquid Restaked Token (LRT) issued by Swell network designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.',
1943
1961
  bridge: 'native',
1944
- risks: ['NO_TIMELOCK'],
1962
+ tags: ['NO_TIMELOCK'],
1945
1963
  },
1946
1964
  agETH: {
1947
1965
  chainId: 1,
@@ -1955,7 +1973,7 @@ exports.tokens = {
1955
1973
  documentation: 'https://kelp.gitbook.io/kelp/kelp-gain',
1956
1974
  description: 'The Kelp Airdrop Gain vault is designed to maximize airdrops through a dual strategy: Earning Layer 2 (L2) airdrops and accessing mainnet DeFi opportunities. The vault takes rsETH and other ETH assets as deposit and deploys these tokens to various yield and points farm (Linea, Scroll, Karak, Eigenlayer, etc). agETH is used as the receipt token for this vault.',
1957
1975
  bridge: 'native',
1958
- risks: ['NO_TIMELOCK'],
1976
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1959
1977
  },
1960
1978
  ZRO: {
1961
1979
  name: 'LayerZero',
@@ -1982,7 +2000,7 @@ exports.tokens = {
1982
2000
  documentation: 'https://shezmu.gitbook.io/shezmu/oasis/oasis-usd-cdp-documentation',
1983
2001
  description: 'ShezUSD is a decentralized stablecoin issued within the Shezmu Oasis platform. Users can mint ShezUSD by locking various approved collateral types into a Collateralized Debt Position (CDP). ShezUSD aims to provide a stable and secure medium of exchange and leverage opportunity within the DeFi ecosystem.',
1984
2002
  bridge: 'native',
1985
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2003
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1986
2004
  },
1987
2005
  ShezETH: {
1988
2006
  name: 'ShezmuETH',
@@ -1996,7 +2014,7 @@ exports.tokens = {
1996
2014
  documentation: 'https://shezmu.gitbook.io/shezmu/oasis/oasis-eth-pegged-cdp-documentation',
1997
2015
  description: 'ShezETH is a decentralized, ETH-pegged derivative issued within the Shezmu Oasis platform. It allows users to leverage their Ethereum-based assets by minting ShezETH against them. ShezETH is designed to facilitate liquidity and leverage without the traditional risks of liquidation found in other lending platforms.',
1998
2016
  bridge: 'native',
1999
- risks: ['NO_TIMELOCK'],
2017
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2000
2018
  },
2001
2019
  UNI: {
2002
2020
  name: 'Uniswap',
@@ -2046,6 +2064,7 @@ exports.tokens = {
2046
2064
  description: 'eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.',
2047
2065
  bridge: 'native',
2048
2066
  documentation: 'https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt',
2067
+ tags: ['SYNTHETIC'],
2049
2068
  },
2050
2069
  EBTC: {
2051
2070
  name: 'EBTC',
@@ -2058,6 +2077,7 @@ exports.tokens = {
2058
2077
  description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.",
2059
2078
  bridge: 'native',
2060
2079
  documentation: 'https://docs.ebtc.finance/ebtc',
2080
+ tags: ['SYNTHETIC'],
2061
2081
  },
2062
2082
  USD0: {
2063
2083
  name: 'Usual USD',
@@ -2070,7 +2090,7 @@ exports.tokens = {
2070
2090
  description: 'Usual USD is a protocol that transforms real-world assets into a secure and versatile stablecoin, USD0, and shares its value with users through the $USUAL token. It is a decentralized Fiat Stablecoin issuer that redistributes ownership and governance through the $USUAL token. The protocol tokenizes real-world assets, such as real estate, commodities, and financial instruments, to enhance liquidity and accessibility in the blockchain ecosystem.',
2071
2091
  bridge: 'native',
2072
2092
  documentation: 'https://docs.usual.money/usual-products/usd0-stablecoin',
2073
- risks: ['SYNTH_STABLE'],
2093
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2074
2094
  },
2075
2095
  'USD0++': {
2076
2096
  name: 'USD0 Liquid Bond',
@@ -2095,7 +2115,7 @@ exports.tokens = {
2095
2115
  description: 'ETH0 is an Ethereum-pegged synthetic asset issued by the Usual Protocol, fully collateralized by Lido’s wrapped staked ETH.',
2096
2116
  bridge: 'native',
2097
2117
  documentation: 'https://docs.usual.money/usual-products/eth0-synthetic',
2098
- risks: ['NO_TIMELOCK'],
2118
+ tags: ['NO_TIMELOCK'],
2099
2119
  },
2100
2120
  pxETH: {
2101
2121
  name: 'Pirex Ether',
@@ -2122,6 +2142,7 @@ exports.tokens = {
2122
2142
  documentation: 'https://hinkal-team.gitbook.io/hinkal',
2123
2143
  description: 'Hinkal enables the staking of ETH into the Shielded Pool smart contract, receiving hETH in return. This LPT (Liquid Privacy Token) is a tokenized representation of the staked collateral and can be used across various DeFi applications. Holders of hETH are automatically rewarded with yield (generated by transaction fees) and protocol incentives.',
2124
2144
  bridge: 'native',
2145
+ tags: ['SYNTHETIC'],
2125
2146
  },
2126
2147
  SKY: {
2127
2148
  name: 'SKY Governance Token',
@@ -2148,7 +2169,7 @@ exports.tokens = {
2148
2169
  documentation: 'https://docs.sky.money/',
2149
2170
  description: "USDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.",
2150
2171
  bridge: 'native',
2151
- risks: ['SYNTH_STABLE'],
2172
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2152
2173
  },
2153
2174
  sUSDS: {
2154
2175
  name: 'Savings USDS',
@@ -2162,7 +2183,7 @@ exports.tokens = {
2162
2183
  documentation: 'https://docs.sky.money/',
2163
2184
  description: 'Savings USDS (sUSDS) is the upgraded version of sDAI, which offers higher yield than sDAI. sUSDS is a tokenized representation of USDS deposited in the Sky Savings Rate (SSR) offered by Sky. The sUSDS token enables users to receive returns on their SSR deposits while still being able to transfer, stake, lend and use it in any way they want.',
2164
2185
  bridge: 'native',
2165
- risks: ['SYNTH_STABLE'],
2186
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2166
2187
  },
2167
2188
  stUSDS: {
2168
2189
  name: 'Staked USDS',
@@ -2176,7 +2197,7 @@ exports.tokens = {
2176
2197
  documentation: 'https://docs.sky.money/',
2177
2198
  description: 'stUSDS is a risk capital token that offers higher risk/higher reward to fund and support liquidity for SKY stakers.',
2178
2199
  bridge: 'native',
2179
- risks: ['SYNTH_STABLE'],
2200
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2180
2201
  },
2181
2202
  syrupUSDC: {
2182
2203
  name: 'Syrup USDC',
@@ -2190,7 +2211,7 @@ exports.tokens = {
2190
2211
  documentation: 'https://syrup.gitbook.io/syrup',
2191
2212
  description: 'Syrup makes consistent high yield available to everyone in DeFi. The yield is generated by Maple’s digital asset lending platform that provides fixed-rate, overcollateralised loans to institutional borrowers. These short duration loans enable Syrup to provide consistent high yield as well as short term liquidity for Syrup users.',
2192
2213
  bridge: 'native',
2193
- risks: ['SYNTH_STABLE'],
2214
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2194
2215
  },
2195
2216
  uniBTC: {
2196
2217
  name: 'Universal BTC',
@@ -2204,7 +2225,7 @@ exports.tokens = {
2204
2225
  description: 'A brand new restaking protocol that accept wrapped BTC tokens partnership with the BTC staking protocol Babylon chain, the first supported wrapped BTC is wBTC token on Ethereum blockchain, so all the wBTC token holders will enjoy both yield on staking BTC tokens plus the security of Ethereum network.',
2205
2226
  bridge: 'native',
2206
2227
  documentation: 'https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction',
2207
- risks: ['NO_TIMELOCK'],
2228
+ tags: ['NO_TIMELOCK'],
2208
2229
  },
2209
2230
  'SolvBTC.BBN': {
2210
2231
  name: 'SolvBTC Babylon',
@@ -2218,7 +2239,7 @@ exports.tokens = {
2218
2239
  description: 'SolvBTC.BBN is a liquid staking token (LST) for Bitcoin, representing the staked Bitcoin in Babylon. SolvBTC.BBN allows Bitcoin holders to earn staking yields, in exchange for sharing $1.3 trillion economic security of Bitcoin with PoS chains, while enabling them the flexibility to participate in DeFi.',
2219
2240
  bridge: 'native',
2220
2241
  documentation: 'https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn',
2221
- risks: ['NO_TIMELOCK'],
2242
+ tags: ['NO_TIMELOCK'],
2222
2243
  },
2223
2244
  LBTC: {
2224
2245
  name: 'Lombard Staked Bitcoin',
@@ -2232,7 +2253,7 @@ exports.tokens = {
2232
2253
  description: "LBTC is liquid Bitcoin; it's yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset.",
2233
2254
  bridge: 'native',
2234
2255
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc',
2235
- risks: ['LARGE_HOLDERS'],
2256
+ tags: ['LARGE_HOLDERS'],
2236
2257
  },
2237
2258
  pumpBTC: {
2238
2259
  name: 'pumpBTC',
@@ -2246,7 +2267,7 @@ exports.tokens = {
2246
2267
  description: '$PumpBTC is a liquid staking token that represents BTC staked on the Babylon platform through PumpBTC. By utilizing PumpBTC, you can retain liquidity for your BTC holdings while also earning yields directly from Babylon. Users will receive PumpBTC at a conversion rate of 1:1 with WBTC/BTCB.',
2247
2268
  bridge: 'native',
2248
2269
  documentation: 'https://pumpbtc.gitbook.io/pumpbtc',
2249
- risks: ['NO_TIMELOCK'],
2270
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2250
2271
  },
2251
2272
  EIGEN: {
2252
2273
  name: 'Eigen',
@@ -2273,7 +2294,7 @@ exports.tokens = {
2273
2294
  documentation: 'https://docs.inverse.finance/inverse-finance/inverse-finance/product-guide/dola-feds',
2274
2295
  description: 'Staked Dola from Inverse Finance.',
2275
2296
  bridge: 'native',
2276
- risks: ['SYNTH_STABLE'],
2297
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2277
2298
  },
2278
2299
  USR: {
2279
2300
  name: 'Resolv USD',
@@ -2286,7 +2307,7 @@ exports.tokens = {
2286
2307
  documentation: 'https://docs.resolv.xyz/',
2287
2308
  description: 'Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar',
2288
2309
  bridge: 'native',
2289
- risks: ['SYNTH_STABLE'],
2310
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2290
2311
  },
2291
2312
  wstUSR: {
2292
2313
  name: 'Wrapped stUSR',
@@ -2299,7 +2320,7 @@ exports.tokens = {
2299
2320
  documentation: 'https://docs.resolv.xyz/',
2300
2321
  description: 'wstUSR is a non-rebasing version of staked USR, value of which accrues over time from staking rewards.',
2301
2322
  bridge: 'native',
2302
- risks: ['SYNTH_STABLE'],
2323
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2303
2324
  },
2304
2325
  Bold: {
2305
2326
  name: 'Bold Stablecoin',
@@ -2312,7 +2333,7 @@ exports.tokens = {
2312
2333
  documentation: 'https://docs.liquity.org/',
2313
2334
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.',
2314
2335
  bridge: 'native',
2315
- risks: ['SYNTH_STABLE'],
2336
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2316
2337
  },
2317
2338
  BOLD: {
2318
2339
  name: 'BOLD Stablecoin',
@@ -2325,7 +2346,7 @@ exports.tokens = {
2325
2346
  documentation: 'https://docs.liquity.org/',
2326
2347
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.',
2327
2348
  bridge: 'native',
2328
- risks: ['SYNTH_STABLE'],
2349
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2329
2350
  },
2330
2351
  AIOZ: {
2331
2352
  name: 'AIOZ Network',
@@ -2338,7 +2359,7 @@ exports.tokens = {
2338
2359
  documentation: 'https://docs.aioz.network/',
2339
2360
  description: 'AIOZ Network is a comprehensive infrastructure solution for web3 storage, decentralized AI computation, live streaming and video on demand (VOD), powered by people.',
2340
2361
  bridge: 'native',
2341
- risks: ['NO_TIMELOCK'],
2362
+ tags: ['NO_TIMELOCK'],
2342
2363
  },
2343
2364
  TOKE: {
2344
2365
  name: 'Tokemak',
@@ -2404,7 +2425,7 @@ exports.tokens = {
2404
2425
  documentation: 'https://docs.coinshift.xyz/',
2405
2426
  description: 'Coinshift csUSDC is an over-collateralized and capital-efficient stablecoin issued as a receipt token for supplying Circle’s USDC to the Coinshift USDC Vault.',
2406
2427
  bridge: 'native',
2407
- risks: ['SYNTH_STABLE'],
2428
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2408
2429
  },
2409
2430
  csUSDL: {
2410
2431
  name: 'Coinshift USDL',
@@ -2418,7 +2439,7 @@ exports.tokens = {
2418
2439
  documentation: 'https://docs.coinshift.xyz/',
2419
2440
  description: 'Coinshift collaborates with institutional partners Paxos International, Steakhouse Financial, and Morpho Protocol to launch csUSDL - the yield-bearing stablecoin designed for institutional-grade treasury management. Backed by USDL, a fully regulated and high-yield stablecoin issued by Paxos, csUSDL delivers earnings from over-collateralized loans while integrating seamlessly into the Coinshift Business Platform. This empowers businesses and DAOs to diversify their treasury investments with ease.',
2420
2441
  bridge: 'native',
2421
- risks: ['SYNTH_STABLE'],
2442
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2422
2443
  },
2423
2444
  wUSDL: {
2424
2445
  name: 'Wrapped USDL ',
@@ -2432,6 +2453,7 @@ exports.tokens = {
2432
2453
  documentation: 'https://docs.liftdollar.com/',
2433
2454
  description: 'USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)',
2434
2455
  bridge: 'native',
2456
+ tags: ['SYNTHETIC'],
2435
2457
  },
2436
2458
  USDL: {
2437
2459
  name: 'USDL ',
@@ -2445,6 +2467,7 @@ exports.tokens = {
2445
2467
  documentation: 'https://docs.liftdollar.com/',
2446
2468
  description: 'USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)',
2447
2469
  bridge: 'native',
2470
+ tags: ['SYNTHETIC'],
2448
2471
  },
2449
2472
  USDf: {
2450
2473
  name: 'USDf',
@@ -2457,7 +2480,7 @@ exports.tokens = {
2457
2480
  documentation: 'https://docs.falcon.finance/',
2458
2481
  description: 'Falcon is the next-generation platform transforming synthetic dollars into sustainable yield opportunities. Falcon aims to empower users and institutions to unlock the true yield potential of their digital assets.',
2459
2482
  bridge: 'native',
2460
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2483
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2461
2484
  },
2462
2485
  RLUSD: {
2463
2486
  name: 'RLUSD',
@@ -2469,6 +2492,7 @@ exports.tokens = {
2469
2492
  website: 'https://ripple.com/solutions/stablecoin/',
2470
2493
  description: 'Ripple USD (RLUSD) is designed to maintain a constant value of one US dollar. Natively issued on XRP Ledger and Ethereum blockchains, Ripple USD is fully backed by a segregated reserve of cash and cash equivalents and redeemable 1:1 for US dollars.',
2471
2494
  bridge: 'native',
2495
+ tags: ['STABLECOIN'],
2472
2496
  },
2473
2497
  lvlUSD: {
2474
2498
  name: 'Level USD',
@@ -2481,7 +2505,7 @@ exports.tokens = {
2481
2505
  documentation: 'https://level-money.gitbook.io/docs',
2482
2506
  description: 'Level is a stablecoin protocol that issues lvlUSD, a stablecoin that allows users to earn low-risk yield from blue-chip lending protocol.',
2483
2507
  bridge: 'native',
2484
- risks: ['SYNTH_STABLE'],
2508
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2485
2509
  },
2486
2510
  slvlUSD: {
2487
2511
  name: 'Staked lvlUSD',
@@ -2494,7 +2518,7 @@ exports.tokens = {
2494
2518
  documentation: 'https://level-money.gitbook.io/docs',
2495
2519
  description: 'slvlUSD is the yield accruing version of lvlUSD',
2496
2520
  bridge: 'native',
2497
- risks: ['SYNTH_STABLE'],
2521
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2498
2522
  },
2499
2523
  mEDGE: {
2500
2524
  name: 'Midas mEDGE',
@@ -2507,7 +2531,7 @@ exports.tokens = {
2507
2531
  documentation: 'https://docs.midas.app/tokens/medge',
2508
2532
  description: 'mEDGE is a crypto-denominated stablecoin yield strategy designed to track delta-neutral DeFi yields while maintaining a balanced market exposure. It dynamically shifts between DeFi lending, liquidity provisioning, and basis trading to optimize risk-adjusted returns. Risk-managed by Edge Capital, a leading market-neutral hedge fund and liquidity provider, mEDGE provides institutional-grade exposure to diversified DeFi yield opportunities. Its fully transparent structure and liquid collateral ensure flexibility, allowing users to earn sustainable, risk-managed yield without being locked into a single strategy.',
2509
2533
  bridge: 'native',
2510
- risks: ['SYNTH_STABLE'],
2534
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2511
2535
  },
2512
2536
  mMEV: {
2513
2537
  name: 'Midas mMEV',
@@ -2520,7 +2544,7 @@ exports.tokens = {
2520
2544
  documentation: 'https://docs.midas.app/tokens/mmev',
2521
2545
  description: 'mMEV is designed to track delta-neutral DeFi crypto yields, aiming to maintain a balanced exposure to the market while generating returns. MEV Capital serves as the risk advisor of mMEV.',
2522
2546
  bridge: 'native',
2523
- risks: ['SYNTH_STABLE'],
2547
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2524
2548
  },
2525
2549
  waEthUSDT: {
2526
2550
  name: 'Wrapped Aave Ethereum USDT',
@@ -2533,6 +2557,7 @@ exports.tokens = {
2533
2557
  website: 'https://aave.com/',
2534
2558
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2535
2559
  description: 'Wrapped Aave interest bearing Ethereum USDT.',
2560
+ tags: ['STABLECOIN'],
2536
2561
  },
2537
2562
  waEthUSDC: {
2538
2563
  name: 'Wrapped Aave Ethereum USDC',
@@ -2545,6 +2570,7 @@ exports.tokens = {
2545
2570
  website: 'https://aave.com/',
2546
2571
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2547
2572
  description: 'Wrapped Aave interest bearing Ethereum USDC.',
2573
+ tags: ['STABLECOIN'],
2548
2574
  },
2549
2575
  waEthLidoGHO: {
2550
2576
  name: 'Wrapped Aave Ethereum Lido GHO',
@@ -2557,7 +2583,7 @@ exports.tokens = {
2557
2583
  website: 'https://aave.com/',
2558
2584
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2559
2585
  description: 'Wrapped Aave interest bearing Ethereum Lido GHO.',
2560
- risks: ['SYNTH_STABLE'],
2586
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2561
2587
  },
2562
2588
  waEthUSDe: {
2563
2589
  name: 'Wrapped Aave Ethereum USDe',
@@ -2570,7 +2596,7 @@ exports.tokens = {
2570
2596
  website: 'https://aave.com/',
2571
2597
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2572
2598
  description: 'Wrapped Aave interest bearing Ethereum USDe.',
2573
- risks: ['SYNTH_STABLE'],
2599
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2574
2600
  },
2575
2601
  waEthLidoWETH: {
2576
2602
  name: 'Wrapped Aave Ethereum Lido WETH',
@@ -2618,6 +2644,7 @@ exports.tokens = {
2618
2644
  website: 'https://fluid.io/',
2619
2645
  documentation: 'https://fluid.guides.instadapp.io/',
2620
2646
  description: 'Fluid Staked Wrapped Staked Ether.',
2647
+ tags: ['SYNTHETIC'],
2621
2648
  },
2622
2649
  fWETH: {
2623
2650
  name: 'Fluid WETH',
@@ -2630,6 +2657,7 @@ exports.tokens = {
2630
2657
  website: 'https://fluid.io/',
2631
2658
  documentation: 'https://fluid.guides.instadapp.io/',
2632
2659
  description: 'Fluid Staked WETH.',
2660
+ tags: ['SYNTHETIC'],
2633
2661
  },
2634
2662
  cbBTC: {
2635
2663
  name: 'Coinbase Wrapped WBTC',
@@ -2654,7 +2682,7 @@ exports.tokens = {
2654
2682
  description: 'sUSD is a synthetic USD token enabled by the Synthetix protocol. It tracks the price of the US Dollar through price feeds supplied by Chainlink’s decentralized network of oracles',
2655
2683
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
2656
2684
  bridge: 'native',
2657
- risks: ['SYNTH_STABLE'],
2685
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2658
2686
  },
2659
2687
  USDaf: {
2660
2688
  name: 'USDaf Stablecoin',
@@ -2667,7 +2695,7 @@ exports.tokens = {
2667
2695
  description: 'Asymmetry USDaf is a decentralized, immutable, and permissionless synthetic stablecoin built on the Liquity v2 protocol by Asymmetry Finance. It is a yield-bearing stablecoin that allows users to borrow with user-set fixed interest rates against Bitcoin and various yield-bearing stablecoins. The yield earned on USDaf is in addition to the native yields of the underlying assets, enabling passive income generation through DeFi staking and savings mechanisms.',
2668
2696
  documentation: 'https://docs.asymmetry.finance/',
2669
2697
  bridge: 'native',
2670
- risks: ['SYNTH_STABLE'],
2698
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2671
2699
  },
2672
2700
  stcUSD: {
2673
2701
  name: 'Staked cap USD',
@@ -2680,7 +2708,7 @@ exports.tokens = {
2680
2708
  description: 'stcUSD is the yield-bearing stablecoin of Cap that enables users to earn rewards via a decentralized lending framework.',
2681
2709
  documentation: 'https://docs.cap.app/',
2682
2710
  bridge: 'native',
2683
- risks: ['SYNTH_STABLE'],
2711
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2684
2712
  },
2685
2713
  cUSD: {
2686
2714
  name: 'cap USD',
@@ -2693,7 +2721,7 @@ exports.tokens = {
2693
2721
  description: 'Cap is a three-sided marketplace designed to run autonomously via economic incentives. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to stcUSD holders.',
2694
2722
  documentation: 'https://docs.cap.app/',
2695
2723
  bridge: 'native',
2696
- risks: ['SYNTH_STABLE'],
2724
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2697
2725
  },
2698
2726
  ysyBOLD: {
2699
2727
  name: 'Staked yBOLD',
@@ -2706,7 +2734,7 @@ exports.tokens = {
2706
2734
  documentation: 'https://docs.yearn.fi/getting-started/products/yvaults/yBold',
2707
2735
  description: "yBOLD is Yearn's BOLD tokenized Stability pool product. The yield comes from the different Liquity V2 Stability Pools which is made up of liquidation fees and 75% of the system's interest rate earnings.",
2708
2736
  bridge: 'native',
2709
- risks: ['SYNTH_STABLE'],
2737
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2710
2738
  },
2711
2739
  YB: {
2712
2740
  name: 'Yield Basis',