@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
@@ -6,7 +6,7 @@ const ETH = {
6
6
  decimals: 18,
7
7
  chainId: 1,
8
8
  website: 'https://weth.io/',
9
- description: 'Ether or ETH is the native currency built on the Ethereum blockchain. ',
9
+ description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
10
10
  bridge: 'native',
11
11
  logoURI: 'https://arbiscan.io/token/images/weth_28.png',
12
12
  documentation: 'https://ethereum.org/en/developers/docs/',
@@ -92,6 +92,7 @@ export const tokens = {
92
92
  chainId: 1,
93
93
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
94
94
  documentation: 'https://developers.circle.com/docs',
95
+ tags: ['STABLECOIN'],
95
96
  },
96
97
  STG: {
97
98
  name: 'Stargate',
@@ -176,6 +177,7 @@ export const tokens = {
176
177
  website: 'https://jpegd.io/',
177
178
  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.",
178
179
  documentation: 'https://docs.jpegd.io/tokenomics/usdpeth',
180
+ tags: ['SYNTHETIC'],
179
181
  },
180
182
  FRAX: {
181
183
  chainId: 1,
@@ -189,7 +191,7 @@ export const tokens = {
189
191
  bridge: 'native',
190
192
  logoURI: '',
191
193
  documentation: 'https://docs.frax.finance/',
192
- risks: ['SYNTH_STABLE'],
194
+ tags: ['STABLECOIN', 'SYNTHETIC'],
193
195
  },
194
196
  frxUSD: {
195
197
  chainId: 1,
@@ -203,7 +205,7 @@ export const tokens = {
203
205
  bridge: 'native',
204
206
  logoURI: '',
205
207
  documentation: 'https://docs.frax.finance/',
206
- risks: ['SYNTH_STABLE'],
208
+ tags: ['STABLECOIN', 'SYNTHETIC'],
207
209
  },
208
210
  sfrxUSD: {
209
211
  name: 'Staked Frax USD',
@@ -216,7 +218,7 @@ export const tokens = {
216
218
  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.',
217
219
  bridge: 'native',
218
220
  documentation: 'https://docs.frax.finance/',
219
- risks: ['SYNTH_STABLE'],
221
+ tags: ['STABLECOIN', 'SYNTHETIC'],
220
222
  },
221
223
  WBTC: {
222
224
  chainId: 1,
@@ -241,6 +243,7 @@ export const tokens = {
241
243
  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.',
242
244
  bridge: 'native',
243
245
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png',
246
+ tags: ['SYNTHETIC'],
244
247
  },
245
248
  multiBTC: {
246
249
  chainId: 1,
@@ -253,6 +256,7 @@ export const tokens = {
253
256
  description: 'Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.',
254
257
  bridge: 'multichain',
255
258
  documentation: 'https://docs.multichain.org/getting-started/introduction',
259
+ tags: ['SYNTHETIC'],
256
260
  },
257
261
  alETH: {
258
262
  name: 'Alchemix ETH',
@@ -265,6 +269,7 @@ export const tokens = {
265
269
  website: 'https://alchemix.fi/',
266
270
  documentation: 'https://alchemix-finance.gitbook.io/v2/',
267
271
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
272
+ tags: ['SYNTHETIC'],
268
273
  },
269
274
  alUSD: {
270
275
  name: 'Alchemix USD',
@@ -278,7 +283,7 @@ export const tokens = {
278
283
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
279
284
  bridge: 'native',
280
285
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
281
- risks: ['SYNTH_STABLE'],
286
+ tags: ['STABLECOIN', 'SYNTHETIC'],
282
287
  },
283
288
  MIM: {
284
289
  name: 'Magic Internet Money',
@@ -292,7 +297,7 @@ export const tokens = {
292
297
  bridge: 'native',
293
298
  logoURI: '',
294
299
  documentation: 'https://docs.abracadabra.money/',
295
- risks: ['SYNTH_STABLE'],
300
+ tags: ['STABLECOIN', 'SYNTHETIC'],
296
301
  },
297
302
  ApeUSD: {
298
303
  name: 'ApeUSD',
@@ -306,7 +311,7 @@ export const tokens = {
306
311
  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.',
307
312
  bridge: 'native',
308
313
  logoURI: '',
309
- risks: ['SYNTH_STABLE'],
314
+ tags: ['STABLECOIN', 'SYNTHETIC'],
310
315
  },
311
316
  auraBAL: {
312
317
  name: 'Aura Staked BAL BPT',
@@ -357,7 +362,7 @@ export const tokens = {
357
362
  website: 'https://mai.finance/',
358
363
  documentation: 'https://docs.mai.finance/',
359
364
  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.',
360
- risks: ['SYNTH_STABLE'],
365
+ tags: ['STABLECOIN', 'SYNTHETIC'],
361
366
  },
362
367
  tBTC: {
363
368
  name: 'tBTC v2',
@@ -384,7 +389,7 @@ export const tokens = {
384
389
  documentation: 'https://docs.threshold.network/applications/threshold-usd',
385
390
  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%.',
386
391
  bridge: 'native',
387
- risks: ['SYNTH_STABLE'],
392
+ tags: ['STABLECOIN', 'SYNTHETIC'],
388
393
  },
389
394
  T: {
390
395
  name: 'Threshold Network Token',
@@ -444,7 +449,7 @@ export const tokens = {
444
449
  website: 'https://www.curve.finance/',
445
450
  description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
446
451
  documentation: 'https://resources.curve.finance/crvusd/scrvusd',
447
- risks: ['SYNTH_STABLE'],
452
+ tags: ['STABLECOIN', 'SYNTHETIC'],
448
453
  },
449
454
  reUSD: {
450
455
  name: 'Resupply USD',
@@ -456,7 +461,7 @@ export const tokens = {
456
461
  website: 'https://resupply.fi/',
457
462
  description: 'A decentralized stablecoin backed by Collateralized Debt Positions (CDP), leveraging the liquidity and stability of lending markets.',
458
463
  documentation: 'https://docs.resupply.fi/',
459
- risks: ['SYNTH_STABLE'],
464
+ tags: ['STABLECOIN', 'SYNTHETIC'],
460
465
  },
461
466
  CVX: {
462
467
  name: 'CVX',
@@ -548,7 +553,7 @@ export const tokens = {
548
553
  description: 'f(x) Protocol stablecoin',
549
554
  bridge: 'native',
550
555
  logoURI: '',
551
- risks: ['SYNTH_STABLE'],
556
+ tags: ['STABLECOIN', 'SYNTHETIC'],
552
557
  },
553
558
  sethUSDC: {
554
559
  name: 'Stargate USD Coin LP',
@@ -561,7 +566,7 @@ export const tokens = {
561
566
  website: 'https://stargate.finance/',
562
567
  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.',
563
568
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
564
- risks: ['SYNTH_STABLE'],
569
+ tags: ['STABLECOIN', 'SYNTHETIC'],
565
570
  },
566
571
  sethUSDT: {
567
572
  name: 'Stargate Tether USD LP',
@@ -574,7 +579,7 @@ export const tokens = {
574
579
  website: 'https://tether.to/',
575
580
  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.',
576
581
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
577
- risks: ['SYNTH_STABLE'],
582
+ tags: ['STABLECOIN', 'SYNTHETIC'],
578
583
  },
579
584
  rETH: {
580
585
  name: 'Rocket Pool ETH',
@@ -601,6 +606,7 @@ export const tokens = {
601
606
  documentation: 'https://tether.to/en/how-it-works',
602
607
  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.',
603
608
  bridge: 'native',
609
+ tags: ['STABLECOIN'],
604
610
  },
605
611
  DOLA: {
606
612
  name: 'Dola USD Stablecoin',
@@ -614,7 +620,7 @@ export const tokens = {
614
620
  documentation: 'https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola',
615
621
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
616
622
  bridge: 'native',
617
- risks: ['SYNTH_STABLE'],
623
+ tags: ['STABLECOIN', 'SYNTHETIC'],
618
624
  },
619
625
  sETH: {
620
626
  name: 'Synth sETH',
@@ -627,6 +633,7 @@ export const tokens = {
627
633
  website: 'https://synthetix.io/',
628
634
  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.',
629
635
  bridge: 'native',
636
+ tags: ['SYNTHETIC'],
630
637
  },
631
638
  cbETH: {
632
639
  name: 'Coinbase Wrapped Staked ETH',
@@ -653,7 +660,7 @@ export const tokens = {
653
660
  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.',
654
661
  bridge: 'bittorent',
655
662
  documentation: 'https://usdd.io/docs/',
656
- risks: ['SYNTH_STABLE'],
663
+ tags: ['STABLECOIN', 'SYNTHETIC'],
657
664
  },
658
665
  aUSDT: {
659
666
  name: 'Aave Tether USD',
@@ -702,6 +709,7 @@ export const tokens = {
702
709
  website: 'https://app.balancer.fi/#/',
703
710
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
704
711
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
712
+ tags: ['STABLECOIN'],
705
713
  },
706
714
  aUSDC: {
707
715
  name: 'Aave USDC',
@@ -738,6 +746,7 @@ export const tokens = {
738
746
  website: 'https://app.balancer.fi/#/',
739
747
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
740
748
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
749
+ tags: ['STABLECOIN'],
741
750
  },
742
751
  DAI: {
743
752
  name: 'DAI Stablecoin',
@@ -751,7 +760,7 @@ export const tokens = {
751
760
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
752
761
  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',
753
762
  bridge: 'native',
754
- risks: ['SYNTH_STABLE'],
763
+ tags: ['STABLECOIN', 'SYNTHETIC'],
755
764
  },
756
765
  aDAI: {
757
766
  name: 'Aave DAI',
@@ -764,6 +773,7 @@ export const tokens = {
764
773
  website: 'https://makerdao.com/en/',
765
774
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
766
775
  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.',
776
+ tags: ['SYNTHETIC'],
767
777
  },
768
778
  waDAI: {
769
779
  name: 'Wrapped Aave Tether DAI',
@@ -776,6 +786,7 @@ export const tokens = {
776
786
  website: 'https://makerdao.com/en/',
777
787
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
778
788
  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.',
789
+ tags: ['SYNTHETIC'],
779
790
  },
780
791
  bbaDAI: {
781
792
  name: 'Balancer Aave DAI Linear Pool',
@@ -788,7 +799,7 @@ export const tokens = {
788
799
  website: 'https://app.balancer.fi/#/',
789
800
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
790
801
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
791
- risks: ['SYNTH_STABLE'],
802
+ tags: ['STABLECOIN', 'SYNTHETIC'],
792
803
  },
793
804
  aETH: {
794
805
  name: 'Aave ETH',
@@ -841,7 +852,7 @@ export const tokens = {
841
852
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
842
853
  bridge: 'native',
843
854
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
844
- risks: ['SYNTH_STABLE'],
855
+ tags: ['STABLECOIN', 'SYNTHETIC'],
845
856
  },
846
857
  frxETH: {
847
858
  name: 'Frax Ether',
@@ -1054,6 +1065,7 @@ export const tokens = {
1054
1065
  description: 'The first regulated stablecoin fully backed by the US Dollar.',
1055
1066
  bridge: 'native',
1056
1067
  logoURI: '',
1068
+ tags: ['STABLECOIN'],
1057
1069
  },
1058
1070
  CLEV: {
1059
1071
  name: 'CLever Token',
@@ -1106,7 +1118,7 @@ export const tokens = {
1106
1118
  bridge: 'native',
1107
1119
  logoURI: '',
1108
1120
  documentation: 'https://reserve.org/protocol/',
1109
- risks: ['SYNTH_STABLE'],
1121
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1110
1122
  },
1111
1123
  msETH: {
1112
1124
  name: 'Metronome Synth ETH',
@@ -1119,7 +1131,7 @@ export const tokens = {
1119
1131
  website: 'https://app.metronome.io/',
1120
1132
  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.',
1121
1133
  documentation: 'https://docs.metronome.io/metronome-2.0/master',
1122
- risks: ['NO_TIMELOCK'],
1134
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1123
1135
  },
1124
1136
  BLUR: {
1125
1137
  name: 'Blur',
@@ -1143,7 +1155,7 @@ export const tokens = {
1143
1155
  website: 'https://app.metronome.io/',
1144
1156
  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.',
1145
1157
  documentation: 'https://docs.metronome.io/metronome-2.0/master',
1146
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1158
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1147
1159
  },
1148
1160
  UZD: {
1149
1161
  name: 'UZD Zunami Stable',
@@ -1170,7 +1182,7 @@ export const tokens = {
1170
1182
  '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.',
1171
1183
  bridge: 'native',
1172
1184
  documentation: 'https://docs.archimedesfi.com/',
1173
- risks: ['SYNTH_STABLE'],
1185
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1174
1186
  },
1175
1187
  bbeUSDT: {
1176
1188
  name: 'Balancer Euler USDT Linear Pool',
@@ -1207,6 +1219,7 @@ export const tokens = {
1207
1219
  website: 'https://app.balancer.fi/#/',
1208
1220
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1209
1221
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Euler Interest Bearing DAI.',
1222
+ tags: ['SYNTHETIC'],
1210
1223
  },
1211
1224
  bbeUSD: {
1212
1225
  name: 'Balancer Euler Stable Composable Pool',
@@ -1219,6 +1232,7 @@ export const tokens = {
1219
1232
  website: 'https://app.balancer.fi/#/',
1220
1233
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1221
1234
  description: 'Balancer composable pool that consist of bbeUSDT, bbeUSDC, and bbeDAI. bbTokens are Euler boosted linear pools.',
1235
+ tags: ['SYNTHETIC'],
1222
1236
  },
1223
1237
  VERSE: {
1224
1238
  name: 'Verse',
@@ -1321,7 +1335,7 @@ export const tokens = {
1321
1335
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
1322
1336
  bridge: 'native',
1323
1337
  documentation: 'https://docs.curve.finance/crvUSD/overview/',
1324
- risks: ['SYNTH_STABLE'],
1338
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1325
1339
  },
1326
1340
  hyUSD: {
1327
1341
  name: 'High Yield USD',
@@ -1333,7 +1347,7 @@ export const tokens = {
1333
1347
  logoURI: '',
1334
1348
  website: 'https://register.app/#/overview?token=0xaCdf0DBA4B9839b96221a8487e9ca660a48212be',
1335
1349
  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.',
1336
- risks: ['SYNTH_STABLE'],
1350
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1337
1351
  },
1338
1352
  ETHx: {
1339
1353
  name: 'ETHx',
@@ -1371,6 +1385,7 @@ export const tokens = {
1371
1385
  website: 'https://app.reserve.org/ethereum/token/0x005f893ecd7bf9667195642f7649da8163e23658/overview',
1372
1386
  bridge: 'native',
1373
1387
  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.",
1388
+ tags: ['SYNTHETIC'],
1374
1389
  },
1375
1390
  'USDC+': {
1376
1391
  name: 'USDC Plus',
@@ -1409,7 +1424,7 @@ export const tokens = {
1409
1424
  documentation: 'https://docs.raft.fi/',
1410
1425
  bridge: 'native',
1411
1426
  description: 'Raft is a governance-minimized, decentralized protocol that allows people to generate R (a USD stablecoin) by depositing capital-efficient collateral.',
1412
- risks: ['SYNTH_STABLE'],
1427
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1413
1428
  },
1414
1429
  GHO: {
1415
1430
  name: 'GHO Token',
@@ -1423,7 +1438,7 @@ export const tokens = {
1423
1438
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
1424
1439
  bridge: 'native',
1425
1440
  description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
1426
- risks: ['SYNTH_STABLE'],
1441
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1427
1442
  },
1428
1443
  mkUSD: {
1429
1444
  name: 'Prisma mkUSD',
@@ -1437,7 +1452,7 @@ export const tokens = {
1437
1452
  documentation: 'https://docs.prismafinance.com/',
1438
1453
  bridge: 'native',
1439
1454
  description: 'Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.',
1440
- risks: ['SYNTH_STABLE'],
1455
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1441
1456
  },
1442
1457
  ULTRA: {
1443
1458
  name: 'ULTRA',
@@ -1451,7 +1466,7 @@ export const tokens = {
1451
1466
  documentation: 'https://docs.prismafinance.com/',
1452
1467
  bridge: 'native',
1453
1468
  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).',
1454
- risks: ['SYNTH_STABLE'],
1469
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1455
1470
  },
1456
1471
  PYUSD: {
1457
1472
  name: 'PayPal USD',
@@ -1464,6 +1479,7 @@ export const tokens = {
1464
1479
  website: 'https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd',
1465
1480
  bridge: 'native',
1466
1481
  description: 'PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.',
1482
+ tags: ['STABLECOIN'],
1467
1483
  },
1468
1484
  PYUSDUSDC: {
1469
1485
  name: 'PayPool',
@@ -1529,7 +1545,7 @@ export const tokens = {
1529
1545
  bridge: 'native',
1530
1546
  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%.',
1531
1547
  documentation: 'https://docs.liquity.org/',
1532
- risks: ['SYNTH_STABLE'],
1548
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1533
1549
  },
1534
1550
  USDM: {
1535
1551
  name: 'Mountain Protocol USD',
@@ -1543,7 +1559,7 @@ export const tokens = {
1543
1559
  documentation: 'https://docs.mountainprotocol.com/',
1544
1560
  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.',
1545
1561
  bridge: 'native',
1546
- risks: ['NO_TIMELOCK'],
1562
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1547
1563
  },
1548
1564
  sDAI: {
1549
1565
  name: 'Savings DAI',
@@ -1557,7 +1573,7 @@ export const tokens = {
1557
1573
  documentation: 'https://docs.sparkprotocol.io/hub/',
1558
1574
  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.',
1559
1575
  bridge: 'native',
1560
- risks: ['SYNTH_STABLE'],
1576
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1561
1577
  },
1562
1578
  bbsDAI: {
1563
1579
  name: 'Balancer Aave sDAI Linear Pool',
@@ -1571,7 +1587,7 @@ export const tokens = {
1571
1587
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1572
1588
  description: 'Balancer linear pool that consist of DAI and sDAI.',
1573
1589
  bridge: 'native',
1574
- risks: ['SYNTH_STABLE'],
1590
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1575
1591
  },
1576
1592
  acUSDC: {
1577
1593
  name: 'Across USD Coin LP',
@@ -1614,6 +1630,7 @@ export const tokens = {
1614
1630
  chainId: 1,
1615
1631
  logoURI: '',
1616
1632
  documentation: 'https://docs.across.to/how-to-use-across/providing-liquidity',
1633
+ tags: ['SYNTHETIC'],
1617
1634
  },
1618
1635
  acUSDT: {
1619
1636
  name: 'Across USDT LP',
@@ -1669,7 +1686,7 @@ export const tokens = {
1669
1686
  documentation: 'https://docs.balancer.fi/concepts/pools/composable-stable.html',
1670
1687
  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.',
1671
1688
  bridge: 'native',
1672
- risks: ['SYNTH_STABLE'],
1689
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1673
1690
  },
1674
1691
  ALCX: {
1675
1692
  name: 'Alchemix',
@@ -1709,7 +1726,7 @@ export const tokens = {
1709
1726
  documentation: 'https://docs.gyro.finance/gyroscope-protocol/stablecoin',
1710
1727
  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.',
1711
1728
  bridge: 'native',
1712
- risks: ['SYNTH_STABLE'],
1729
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1713
1730
  },
1714
1731
  SILO: {
1715
1732
  name: 'Silo Governance Token',
@@ -1736,6 +1753,7 @@ export const tokens = {
1736
1753
  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.',
1737
1754
  documentation: 'https://vector-reserve.gitbook.io/vector-reserve/introduction/what-is-vector-reserve',
1738
1755
  bridge: 'native',
1756
+ tags: ['SYNTHETIC'],
1739
1757
  },
1740
1758
  ankrETH: {
1741
1759
  name: 'Ankr Staked ETH',
@@ -1762,7 +1780,7 @@ export const tokens = {
1762
1780
  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.',
1763
1781
  documentation: 'https://docs.renzoprotocol.com/docs/',
1764
1782
  bridge: 'native',
1765
- risks: ['NO_TIMELOCK'],
1783
+ tags: ['NO_TIMELOCK'],
1766
1784
  },
1767
1785
  weETH: {
1768
1786
  name: 'Wrapped eETH',
@@ -1776,7 +1794,7 @@ export const tokens = {
1776
1794
  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.',
1777
1795
  documentation: 'https://etherfi.gitbook.io/etherfi',
1778
1796
  bridge: 'native',
1779
- risks: ['NO_TIMELOCK'],
1797
+ tags: ['NO_TIMELOCK'],
1780
1798
  },
1781
1799
  weETHk: {
1782
1800
  name: 'King Karak LRT',
@@ -1815,7 +1833,7 @@ export const tokens = {
1815
1833
  website: 'https://app.bedrock.technology/unieth',
1816
1834
  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.',
1817
1835
  bridge: 'native',
1818
- risks: ['NO_TIMELOCK'],
1836
+ tags: ['NO_TIMELOCK'],
1819
1837
  },
1820
1838
  QIv2: {
1821
1839
  name: 'QiDao',
@@ -1868,7 +1886,7 @@ export const tokens = {
1868
1886
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1869
1887
  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.',
1870
1888
  bridge: 'native',
1871
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1889
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1872
1890
  },
1873
1891
  sUSDe: {
1874
1892
  name: 'Staked USDe',
@@ -1882,7 +1900,7 @@ export const tokens = {
1882
1900
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1883
1901
  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.',
1884
1902
  bridge: 'native',
1885
- risks: ['SYNTH_STABLE'],
1903
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1886
1904
  },
1887
1905
  USD3: {
1888
1906
  name: 'Web 3 Dollar',
@@ -1896,7 +1914,7 @@ export const tokens = {
1896
1914
  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.',
1897
1915
  documentation: 'https://reserve.org/protocol/',
1898
1916
  bridge: 'native',
1899
- risks: ['SYNTH_STABLE'],
1917
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1900
1918
  },
1901
1919
  rgUSD: {
1902
1920
  name: 'Revenue Generating USD',
@@ -1910,7 +1928,7 @@ export const tokens = {
1910
1928
  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.',
1911
1929
  documentation: 'https://reserve.org/protocol/',
1912
1930
  bridge: 'native',
1913
- risks: ['SYNTH_STABLE'],
1931
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1914
1932
  },
1915
1933
  rsETH: {
1916
1934
  chainId: 1,
@@ -1924,7 +1942,7 @@ export const tokens = {
1924
1942
  documentation: 'https://kelp.gitbook.io/kelp',
1925
1943
  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.',
1926
1944
  bridge: 'native',
1927
- risks: ['NO_TIMELOCK'],
1945
+ tags: ['NO_TIMELOCK'],
1928
1946
  },
1929
1947
  rswETH: {
1930
1948
  chainId: 1,
@@ -1938,7 +1956,7 @@ export const tokens = {
1938
1956
  documentation: 'https://docs.swellnetwork.io/swell/rsweth-liquid-restaking',
1939
1957
  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.',
1940
1958
  bridge: 'native',
1941
- risks: ['NO_TIMELOCK'],
1959
+ tags: ['NO_TIMELOCK'],
1942
1960
  },
1943
1961
  agETH: {
1944
1962
  chainId: 1,
@@ -1952,7 +1970,7 @@ export const tokens = {
1952
1970
  documentation: 'https://kelp.gitbook.io/kelp/kelp-gain',
1953
1971
  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.',
1954
1972
  bridge: 'native',
1955
- risks: ['NO_TIMELOCK'],
1973
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1956
1974
  },
1957
1975
  ZRO: {
1958
1976
  name: 'LayerZero',
@@ -1979,7 +1997,7 @@ export const tokens = {
1979
1997
  documentation: 'https://shezmu.gitbook.io/shezmu/oasis/oasis-usd-cdp-documentation',
1980
1998
  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.',
1981
1999
  bridge: 'native',
1982
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2000
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1983
2001
  },
1984
2002
  ShezETH: {
1985
2003
  name: 'ShezmuETH',
@@ -1993,7 +2011,7 @@ export const tokens = {
1993
2011
  documentation: 'https://shezmu.gitbook.io/shezmu/oasis/oasis-eth-pegged-cdp-documentation',
1994
2012
  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.',
1995
2013
  bridge: 'native',
1996
- risks: ['NO_TIMELOCK'],
2014
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1997
2015
  },
1998
2016
  UNI: {
1999
2017
  name: 'Uniswap',
@@ -2043,6 +2061,7 @@ export const tokens = {
2043
2061
  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.',
2044
2062
  bridge: 'native',
2045
2063
  documentation: 'https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt',
2064
+ tags: ['SYNTHETIC'],
2046
2065
  },
2047
2066
  EBTC: {
2048
2067
  name: 'EBTC',
@@ -2055,6 +2074,7 @@ export const tokens = {
2055
2074
  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.",
2056
2075
  bridge: 'native',
2057
2076
  documentation: 'https://docs.ebtc.finance/ebtc',
2077
+ tags: ['SYNTHETIC'],
2058
2078
  },
2059
2079
  USD0: {
2060
2080
  name: 'Usual USD',
@@ -2067,7 +2087,7 @@ export const tokens = {
2067
2087
  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.',
2068
2088
  bridge: 'native',
2069
2089
  documentation: 'https://docs.usual.money/usual-products/usd0-stablecoin',
2070
- risks: ['SYNTH_STABLE'],
2090
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2071
2091
  },
2072
2092
  'USD0++': {
2073
2093
  name: 'USD0 Liquid Bond',
@@ -2092,7 +2112,7 @@ export const tokens = {
2092
2112
  description: 'ETH0 is an Ethereum-pegged synthetic asset issued by the Usual Protocol, fully collateralized by Lido’s wrapped staked ETH.',
2093
2113
  bridge: 'native',
2094
2114
  documentation: 'https://docs.usual.money/usual-products/eth0-synthetic',
2095
- risks: ['NO_TIMELOCK'],
2115
+ tags: ['NO_TIMELOCK'],
2096
2116
  },
2097
2117
  pxETH: {
2098
2118
  name: 'Pirex Ether',
@@ -2119,6 +2139,7 @@ export const tokens = {
2119
2139
  documentation: 'https://hinkal-team.gitbook.io/hinkal',
2120
2140
  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.',
2121
2141
  bridge: 'native',
2142
+ tags: ['SYNTHETIC'],
2122
2143
  },
2123
2144
  SKY: {
2124
2145
  name: 'SKY Governance Token',
@@ -2145,7 +2166,7 @@ export const tokens = {
2145
2166
  documentation: 'https://docs.sky.money/',
2146
2167
  description: "USDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.",
2147
2168
  bridge: 'native',
2148
- risks: ['SYNTH_STABLE'],
2169
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2149
2170
  },
2150
2171
  sUSDS: {
2151
2172
  name: 'Savings USDS',
@@ -2159,7 +2180,7 @@ export const tokens = {
2159
2180
  documentation: 'https://docs.sky.money/',
2160
2181
  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.',
2161
2182
  bridge: 'native',
2162
- risks: ['SYNTH_STABLE'],
2183
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2163
2184
  },
2164
2185
  stUSDS: {
2165
2186
  name: 'Staked USDS',
@@ -2173,7 +2194,7 @@ export const tokens = {
2173
2194
  documentation: 'https://docs.sky.money/',
2174
2195
  description: 'stUSDS is a risk capital token that offers higher risk/higher reward to fund and support liquidity for SKY stakers.',
2175
2196
  bridge: 'native',
2176
- risks: ['SYNTH_STABLE'],
2197
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2177
2198
  },
2178
2199
  syrupUSDC: {
2179
2200
  name: 'Syrup USDC',
@@ -2187,7 +2208,7 @@ export const tokens = {
2187
2208
  documentation: 'https://syrup.gitbook.io/syrup',
2188
2209
  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.',
2189
2210
  bridge: 'native',
2190
- risks: ['SYNTH_STABLE'],
2211
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2191
2212
  },
2192
2213
  uniBTC: {
2193
2214
  name: 'Universal BTC',
@@ -2201,7 +2222,7 @@ export const tokens = {
2201
2222
  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.',
2202
2223
  bridge: 'native',
2203
2224
  documentation: 'https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction',
2204
- risks: ['NO_TIMELOCK'],
2225
+ tags: ['NO_TIMELOCK'],
2205
2226
  },
2206
2227
  'SolvBTC.BBN': {
2207
2228
  name: 'SolvBTC Babylon',
@@ -2215,7 +2236,7 @@ export const tokens = {
2215
2236
  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.',
2216
2237
  bridge: 'native',
2217
2238
  documentation: 'https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn',
2218
- risks: ['NO_TIMELOCK'],
2239
+ tags: ['NO_TIMELOCK'],
2219
2240
  },
2220
2241
  LBTC: {
2221
2242
  name: 'Lombard Staked Bitcoin',
@@ -2229,7 +2250,7 @@ export const tokens = {
2229
2250
  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.",
2230
2251
  bridge: 'native',
2231
2252
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc',
2232
- risks: ['LARGE_HOLDERS'],
2253
+ tags: ['LARGE_HOLDERS'],
2233
2254
  },
2234
2255
  pumpBTC: {
2235
2256
  name: 'pumpBTC',
@@ -2243,7 +2264,7 @@ export const tokens = {
2243
2264
  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.',
2244
2265
  bridge: 'native',
2245
2266
  documentation: 'https://pumpbtc.gitbook.io/pumpbtc',
2246
- risks: ['NO_TIMELOCK'],
2267
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2247
2268
  },
2248
2269
  EIGEN: {
2249
2270
  name: 'Eigen',
@@ -2270,7 +2291,7 @@ export const tokens = {
2270
2291
  documentation: 'https://docs.inverse.finance/inverse-finance/inverse-finance/product-guide/dola-feds',
2271
2292
  description: 'Staked Dola from Inverse Finance.',
2272
2293
  bridge: 'native',
2273
- risks: ['SYNTH_STABLE'],
2294
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2274
2295
  },
2275
2296
  USR: {
2276
2297
  name: 'Resolv USD',
@@ -2283,7 +2304,7 @@ export const tokens = {
2283
2304
  documentation: 'https://docs.resolv.xyz/',
2284
2305
  description: 'Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar',
2285
2306
  bridge: 'native',
2286
- risks: ['SYNTH_STABLE'],
2307
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2287
2308
  },
2288
2309
  wstUSR: {
2289
2310
  name: 'Wrapped stUSR',
@@ -2296,7 +2317,7 @@ export const tokens = {
2296
2317
  documentation: 'https://docs.resolv.xyz/',
2297
2318
  description: 'wstUSR is a non-rebasing version of staked USR, value of which accrues over time from staking rewards.',
2298
2319
  bridge: 'native',
2299
- risks: ['SYNTH_STABLE'],
2320
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2300
2321
  },
2301
2322
  Bold: {
2302
2323
  name: 'Bold Stablecoin',
@@ -2309,7 +2330,7 @@ export const tokens = {
2309
2330
  documentation: 'https://docs.liquity.org/',
2310
2331
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.',
2311
2332
  bridge: 'native',
2312
- risks: ['SYNTH_STABLE'],
2333
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2313
2334
  },
2314
2335
  BOLD: {
2315
2336
  name: 'BOLD Stablecoin',
@@ -2322,7 +2343,7 @@ export const tokens = {
2322
2343
  documentation: 'https://docs.liquity.org/',
2323
2344
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.',
2324
2345
  bridge: 'native',
2325
- risks: ['SYNTH_STABLE'],
2346
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2326
2347
  },
2327
2348
  AIOZ: {
2328
2349
  name: 'AIOZ Network',
@@ -2335,7 +2356,7 @@ export const tokens = {
2335
2356
  documentation: 'https://docs.aioz.network/',
2336
2357
  description: 'AIOZ Network is a comprehensive infrastructure solution for web3 storage, decentralized AI computation, live streaming and video on demand (VOD), powered by people.',
2337
2358
  bridge: 'native',
2338
- risks: ['NO_TIMELOCK'],
2359
+ tags: ['NO_TIMELOCK'],
2339
2360
  },
2340
2361
  TOKE: {
2341
2362
  name: 'Tokemak',
@@ -2401,7 +2422,7 @@ export const tokens = {
2401
2422
  documentation: 'https://docs.coinshift.xyz/',
2402
2423
  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.',
2403
2424
  bridge: 'native',
2404
- risks: ['SYNTH_STABLE'],
2425
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2405
2426
  },
2406
2427
  csUSDL: {
2407
2428
  name: 'Coinshift USDL',
@@ -2415,7 +2436,7 @@ export const tokens = {
2415
2436
  documentation: 'https://docs.coinshift.xyz/',
2416
2437
  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.',
2417
2438
  bridge: 'native',
2418
- risks: ['SYNTH_STABLE'],
2439
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2419
2440
  },
2420
2441
  wUSDL: {
2421
2442
  name: 'Wrapped USDL ',
@@ -2429,6 +2450,7 @@ export const tokens = {
2429
2450
  documentation: 'https://docs.liftdollar.com/',
2430
2451
  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)',
2431
2452
  bridge: 'native',
2453
+ tags: ['SYNTHETIC'],
2432
2454
  },
2433
2455
  USDL: {
2434
2456
  name: 'USDL ',
@@ -2442,6 +2464,7 @@ export const tokens = {
2442
2464
  documentation: 'https://docs.liftdollar.com/',
2443
2465
  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)',
2444
2466
  bridge: 'native',
2467
+ tags: ['SYNTHETIC'],
2445
2468
  },
2446
2469
  USDf: {
2447
2470
  name: 'USDf',
@@ -2454,7 +2477,7 @@ export const tokens = {
2454
2477
  documentation: 'https://docs.falcon.finance/',
2455
2478
  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.',
2456
2479
  bridge: 'native',
2457
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2480
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2458
2481
  },
2459
2482
  RLUSD: {
2460
2483
  name: 'RLUSD',
@@ -2466,6 +2489,7 @@ export const tokens = {
2466
2489
  website: 'https://ripple.com/solutions/stablecoin/',
2467
2490
  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.',
2468
2491
  bridge: 'native',
2492
+ tags: ['STABLECOIN'],
2469
2493
  },
2470
2494
  lvlUSD: {
2471
2495
  name: 'Level USD',
@@ -2478,7 +2502,7 @@ export const tokens = {
2478
2502
  documentation: 'https://level-money.gitbook.io/docs',
2479
2503
  description: 'Level is a stablecoin protocol that issues lvlUSD, a stablecoin that allows users to earn low-risk yield from blue-chip lending protocol.',
2480
2504
  bridge: 'native',
2481
- risks: ['SYNTH_STABLE'],
2505
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2482
2506
  },
2483
2507
  slvlUSD: {
2484
2508
  name: 'Staked lvlUSD',
@@ -2491,7 +2515,7 @@ export const tokens = {
2491
2515
  documentation: 'https://level-money.gitbook.io/docs',
2492
2516
  description: 'slvlUSD is the yield accruing version of lvlUSD',
2493
2517
  bridge: 'native',
2494
- risks: ['SYNTH_STABLE'],
2518
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2495
2519
  },
2496
2520
  mEDGE: {
2497
2521
  name: 'Midas mEDGE',
@@ -2504,7 +2528,7 @@ export const tokens = {
2504
2528
  documentation: 'https://docs.midas.app/tokens/medge',
2505
2529
  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.',
2506
2530
  bridge: 'native',
2507
- risks: ['SYNTH_STABLE'],
2531
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2508
2532
  },
2509
2533
  mMEV: {
2510
2534
  name: 'Midas mMEV',
@@ -2517,7 +2541,7 @@ export const tokens = {
2517
2541
  documentation: 'https://docs.midas.app/tokens/mmev',
2518
2542
  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.',
2519
2543
  bridge: 'native',
2520
- risks: ['SYNTH_STABLE'],
2544
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2521
2545
  },
2522
2546
  waEthUSDT: {
2523
2547
  name: 'Wrapped Aave Ethereum USDT',
@@ -2530,6 +2554,7 @@ export const tokens = {
2530
2554
  website: 'https://aave.com/',
2531
2555
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2532
2556
  description: 'Wrapped Aave interest bearing Ethereum USDT.',
2557
+ tags: ['STABLECOIN'],
2533
2558
  },
2534
2559
  waEthUSDC: {
2535
2560
  name: 'Wrapped Aave Ethereum USDC',
@@ -2542,6 +2567,7 @@ export const tokens = {
2542
2567
  website: 'https://aave.com/',
2543
2568
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2544
2569
  description: 'Wrapped Aave interest bearing Ethereum USDC.',
2570
+ tags: ['STABLECOIN'],
2545
2571
  },
2546
2572
  waEthLidoGHO: {
2547
2573
  name: 'Wrapped Aave Ethereum Lido GHO',
@@ -2554,7 +2580,7 @@ export const tokens = {
2554
2580
  website: 'https://aave.com/',
2555
2581
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2556
2582
  description: 'Wrapped Aave interest bearing Ethereum Lido GHO.',
2557
- risks: ['SYNTH_STABLE'],
2583
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2558
2584
  },
2559
2585
  waEthUSDe: {
2560
2586
  name: 'Wrapped Aave Ethereum USDe',
@@ -2567,7 +2593,7 @@ export const tokens = {
2567
2593
  website: 'https://aave.com/',
2568
2594
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2569
2595
  description: 'Wrapped Aave interest bearing Ethereum USDe.',
2570
- risks: ['SYNTH_STABLE'],
2596
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2571
2597
  },
2572
2598
  waEthLidoWETH: {
2573
2599
  name: 'Wrapped Aave Ethereum Lido WETH',
@@ -2615,6 +2641,7 @@ export const tokens = {
2615
2641
  website: 'https://fluid.io/',
2616
2642
  documentation: 'https://fluid.guides.instadapp.io/',
2617
2643
  description: 'Fluid Staked Wrapped Staked Ether.',
2644
+ tags: ['SYNTHETIC'],
2618
2645
  },
2619
2646
  fWETH: {
2620
2647
  name: 'Fluid WETH',
@@ -2627,6 +2654,7 @@ export const tokens = {
2627
2654
  website: 'https://fluid.io/',
2628
2655
  documentation: 'https://fluid.guides.instadapp.io/',
2629
2656
  description: 'Fluid Staked WETH.',
2657
+ tags: ['SYNTHETIC'],
2630
2658
  },
2631
2659
  cbBTC: {
2632
2660
  name: 'Coinbase Wrapped WBTC',
@@ -2651,7 +2679,7 @@ export const tokens = {
2651
2679
  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',
2652
2680
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
2653
2681
  bridge: 'native',
2654
- risks: ['SYNTH_STABLE'],
2682
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2655
2683
  },
2656
2684
  USDaf: {
2657
2685
  name: 'USDaf Stablecoin',
@@ -2664,7 +2692,7 @@ export const tokens = {
2664
2692
  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.',
2665
2693
  documentation: 'https://docs.asymmetry.finance/',
2666
2694
  bridge: 'native',
2667
- risks: ['SYNTH_STABLE'],
2695
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2668
2696
  },
2669
2697
  stcUSD: {
2670
2698
  name: 'Staked cap USD',
@@ -2677,7 +2705,7 @@ export const tokens = {
2677
2705
  description: 'stcUSD is the yield-bearing stablecoin of Cap that enables users to earn rewards via a decentralized lending framework.',
2678
2706
  documentation: 'https://docs.cap.app/',
2679
2707
  bridge: 'native',
2680
- risks: ['SYNTH_STABLE'],
2708
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2681
2709
  },
2682
2710
  cUSD: {
2683
2711
  name: 'cap USD',
@@ -2690,7 +2718,7 @@ export const tokens = {
2690
2718
  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.',
2691
2719
  documentation: 'https://docs.cap.app/',
2692
2720
  bridge: 'native',
2693
- risks: ['SYNTH_STABLE'],
2721
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2694
2722
  },
2695
2723
  ysyBOLD: {
2696
2724
  name: 'Staked yBOLD',
@@ -2703,7 +2731,7 @@ export const tokens = {
2703
2731
  documentation: 'https://docs.yearn.fi/getting-started/products/yvaults/yBold',
2704
2732
  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.",
2705
2733
  bridge: 'native',
2706
- risks: ['SYNTH_STABLE'],
2734
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2707
2735
  },
2708
2736
  YB: {
2709
2737
  name: 'Yield Basis',