@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.124

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 +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  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 +48 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +24 -9
  75. package/build/address-book/monad/tokens/tokens.js +24 -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 +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  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 +48 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +24 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +24 -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
@@ -56,7 +56,7 @@ exports.tokens = {
56
56
  description: 'Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on Optimism is bridged via Multichain from Polygon.',
57
57
  bridge: 'multichain',
58
58
  logoURI: '',
59
- risks: ['SYNTH_STABLE'],
59
+ tags: ['STABLECOIN', 'SYNTHETIC'],
60
60
  },
61
61
  beOPX: {
62
62
  name: 'Beefy Escrowed OPX',
@@ -92,7 +92,7 @@ exports.tokens = {
92
92
  bridge: 'native',
93
93
  logoURI: 'https://i.imgur.com/ZvP634G.png',
94
94
  documentation: 'https://learn.jarvis.network/',
95
- risks: ['SYNTH_STABLE'],
95
+ tags: ['STABLECOIN', 'SYNTHETIC'],
96
96
  },
97
97
  HOP: {
98
98
  name: 'HOP Protocol',
@@ -143,6 +143,7 @@ exports.tokens = {
143
143
  documentation: 'https://www.circle.com/blog/now-available-usdc-on-op-mainnet',
144
144
  description: 'USDC.e is an Ethereum-based USDC bridged via the official Optimism Bridge.',
145
145
  bridge: 'optimism-canonical',
146
+ tags: ['STABLECOIN'],
146
147
  },
147
148
  USDC: {
148
149
  name: 'USD Coin',
@@ -155,6 +156,7 @@ exports.tokens = {
155
156
  documentation: 'https://developers.circle.com/docs',
156
157
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
157
158
  bridge: 'native',
159
+ tags: ['STABLECOIN'],
158
160
  },
159
161
  sUSD: {
160
162
  name: 'Synth sUSD',
@@ -168,7 +170,7 @@ exports.tokens = {
168
170
  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',
169
171
  bridge: 'optimism-canonical',
170
172
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
171
- risks: ['SYNTH_STABLE'],
173
+ tags: ['STABLECOIN', 'SYNTHETIC'],
172
174
  },
173
175
  WBTC: {
174
176
  chainId: 10,
@@ -194,6 +196,7 @@ exports.tokens = {
194
196
  bridge: 'optimism-canonical',
195
197
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png',
196
198
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
199
+ tags: ['SYNTHETIC'],
197
200
  },
198
201
  LYRA: {
199
202
  chainId: 10,
@@ -269,7 +272,7 @@ exports.tokens = {
269
272
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
270
273
  bridge: 'native',
271
274
  documentation: 'https://docs.mai.finance/',
272
- risks: ['SYNTH_STABLE'],
275
+ tags: ['STABLECOIN', 'SYNTHETIC'],
273
276
  },
274
277
  FRAX: {
275
278
  name: 'Frax',
@@ -283,7 +286,7 @@ exports.tokens = {
283
286
  bridge: 'frax',
284
287
  logoURI: 'https://avatars.githubusercontent.com/u/56005256?s=200&v=4',
285
288
  documentation: 'https://docs.frax.finance/',
286
- risks: ['SYNTH_STABLE'],
289
+ tags: ['STABLECOIN', 'SYNTHETIC'],
287
290
  },
288
291
  VELO: {
289
292
  chainId: 10,
@@ -310,6 +313,7 @@ exports.tokens = {
310
313
  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.',
311
314
  bridge: 'optimism-canonical',
312
315
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
316
+ tags: ['SYNTHETIC'],
313
317
  },
314
318
  DAI: {
315
319
  name: 'DAI Stablecoin',
@@ -323,7 +327,7 @@ exports.tokens = {
323
327
  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',
324
328
  bridge: 'optimism-canonical',
325
329
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
326
- risks: ['SYNTH_STABLE'],
330
+ tags: ['STABLECOIN', 'SYNTHETIC'],
327
331
  },
328
332
  LUSD: {
329
333
  name: 'LUSD Stablecoin',
@@ -337,7 +341,7 @@ exports.tokens = {
337
341
  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%.',
338
342
  bridge: 'optimism-canonical',
339
343
  documentation: 'https://docs.liquity.org/',
340
- risks: ['SYNTH_STABLE'],
344
+ tags: ['STABLECOIN', 'SYNTHETIC'],
341
345
  },
342
346
  soUSDC: {
343
347
  name: 'Stargate USD Coin LP',
@@ -350,6 +354,7 @@ exports.tokens = {
350
354
  website: 'https://stargate.finance/',
351
355
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
352
356
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
357
+ tags: ['STABLECOIN'],
353
358
  },
354
359
  soETH: {
355
360
  name: 'Stargate Ethereum LP',
@@ -373,6 +378,7 @@ exports.tokens = {
373
378
  website: 'https://renproject.io/',
374
379
  description: 'RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.',
375
380
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
381
+ tags: ['SYNTHETIC'],
376
382
  },
377
383
  FXS: {
378
384
  name: 'Frax Share',
@@ -411,7 +417,7 @@ exports.tokens = {
411
417
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
412
418
  bridge: 'optimism-canonical',
413
419
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
414
- risks: ['SYNTH_STABLE'],
420
+ tags: ['STABLECOIN', 'SYNTHETIC'],
415
421
  },
416
422
  alETH: {
417
423
  name: 'Alchemix ETH',
@@ -425,6 +431,7 @@ exports.tokens = {
425
431
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
426
432
  bridge: 'optimism-canonical',
427
433
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
434
+ tags: ['SYNTHETIC'],
428
435
  },
429
436
  DOLA: {
430
437
  name: 'Dola USD Stablecoin',
@@ -438,7 +445,7 @@ exports.tokens = {
438
445
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
439
446
  bridge: 'optimism-canonical',
440
447
  documentation: 'https://docs.inverse.finance/',
441
- risks: ['SYNTH_STABLE'],
448
+ tags: ['STABLECOIN', 'SYNTHETIC'],
442
449
  },
443
450
  HND: {
444
451
  name: 'Hundred Finance',
@@ -476,7 +483,7 @@ exports.tokens = {
476
483
  description: 'EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
477
484
  bridge: 'layer-zero',
478
485
  documentation: 'https://docs.angle.money/',
479
- risks: ['SYNTH_STABLE'],
486
+ tags: ['STABLECOIN', 'SYNTHETIC'],
480
487
  },
481
488
  USDA: {
482
489
  name: 'USDA',
@@ -490,7 +497,7 @@ exports.tokens = {
490
497
  description: 'USDA is pegged to the value of the Dollar ($) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
491
498
  bridge: 'layer-zero',
492
499
  documentation: 'https://docs.angle.money/',
493
- risks: ['SYNTH_STABLE'],
500
+ tags: ['STABLECOIN', 'SYNTHETIC'],
494
501
  },
495
502
  L2DAO: {
496
503
  name: 'Layer2DAO',
@@ -525,6 +532,7 @@ exports.tokens = {
525
532
  website: 'https://ripae.finance/',
526
533
  description: 'Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.',
527
534
  logoURI: '',
535
+ tags: ['SYNTHETIC'],
528
536
  },
529
537
  sETHo: {
530
538
  name: 'sETHo',
@@ -536,6 +544,7 @@ exports.tokens = {
536
544
  website: 'https://ripae.finance/',
537
545
  description: 'Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.',
538
546
  logoURI: '',
547
+ tags: ['SYNTHETIC'],
539
548
  },
540
549
  rETH: {
541
550
  name: 'Rocket Pool ETH',
@@ -561,6 +570,7 @@ exports.tokens = {
561
570
  description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
562
571
  logoURI: '',
563
572
  documentation: 'https://docs.overnight.fi/',
573
+ tags: ['CURATED'],
564
574
  },
565
575
  'USD+': {
566
576
  name: 'USD+ Stablecoin',
@@ -574,6 +584,7 @@ exports.tokens = {
574
584
  bridge: 'native',
575
585
  logoURI: '',
576
586
  documentation: 'https://docs.overnight.fi/',
587
+ tags: ['CURATED'],
577
588
  },
578
589
  'wUSD+': {
579
590
  name: 'Wrapped USD+ Stablecoin',
@@ -587,6 +598,7 @@ exports.tokens = {
587
598
  bridge: 'native',
588
599
  logoURI: '',
589
600
  documentation: 'https://docs.overnight.fi/',
601
+ tags: ['CURATED'],
590
602
  },
591
603
  'DAI+': {
592
604
  name: 'DAI+ Stablecoin',
@@ -600,6 +612,7 @@ exports.tokens = {
600
612
  bridge: 'native',
601
613
  logoURI: '',
602
614
  documentation: 'https://docs.overnight.fi/',
615
+ tags: ['CURATED'],
603
616
  },
604
617
  'bbDAI+': {
605
618
  name: 'Beets Composable Pool DAI+ Stablecoin',
@@ -612,6 +625,7 @@ exports.tokens = {
612
625
  description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
613
626
  logoURI: '',
614
627
  documentation: 'https://docs.overnight.fi/',
628
+ tags: ['CURATED'],
615
629
  },
616
630
  'wDAI+': {
617
631
  name: 'Wrapped DAI+ Stablecoin',
@@ -624,6 +638,7 @@ exports.tokens = {
624
638
  description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
625
639
  logoURI: '',
626
640
  documentation: 'https://docs.overnight.fi/',
641
+ tags: ['CURATED'],
627
642
  },
628
643
  TUSD: {
629
644
  name: 'TrueUSD',
@@ -635,6 +650,7 @@ exports.tokens = {
635
650
  logoURI: '',
636
651
  website: 'https://www.trueusd.com/',
637
652
  description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
653
+ tags: ['STABLECOIN'],
638
654
  },
639
655
  BOND: {
640
656
  name: 'BarnBridge Governance Token (Optimism)',
@@ -672,7 +688,7 @@ exports.tokens = {
672
688
  website: 'https://dforce.network/',
673
689
  description: 'USX is the most important DeFi primitive within dForce’s protocol matrix, starting off with an over-collateralization design, where supported assets can be used as collaterals to mint USX within the respective approved LTV ratio (similar to DAI).',
674
690
  documentation: 'https://docs.dforce.network/protocols/usx',
675
- risks: ['SYNTH_STABLE'],
691
+ tags: ['STABLECOIN', 'SYNTHETIC'],
676
692
  },
677
693
  MIM: {
678
694
  name: 'Magic Internet Money',
@@ -686,7 +702,7 @@ exports.tokens = {
686
702
  description: 'You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.',
687
703
  bridge: 'layer-zero',
688
704
  documentation: 'https://docs.abracadabra.money/',
689
- risks: ['SYNTH_STABLE'],
705
+ tags: ['STABLECOIN', 'SYNTHETIC'],
690
706
  },
691
707
  rfaWETH: {
692
708
  name: 'Reaper.Farm Aave WETH',
@@ -759,7 +775,7 @@ exports.tokens = {
759
775
  website: 'https://op.beets.fi/pools',
760
776
  description: 'Composable Pool with Reaper.Farm USDT, USDC and DAI deposited into different Reaper.Farm vaults and leveraged through Aave',
761
777
  documentation: 'https://docs.beets.fi/balancer-v2-1/pools',
762
- risks: ['SYNTH_STABLE'],
778
+ tags: ['STABLECOIN', 'SYNTHETIC'],
763
779
  },
764
780
  rfaUSDT: {
765
781
  name: 'Reaper.Farm Aave USDT',
@@ -784,6 +800,7 @@ exports.tokens = {
784
800
  website: 'https://op.beets.fi/pools',
785
801
  description: 'Composable Pool with DAI deposited into Reaper.Farm and leveraged through Aave',
786
802
  documentation: 'https://docs.beets.fi/balancer-v2-1/pools',
803
+ tags: ['SYNTHETIC'],
787
804
  },
788
805
  rfaDAI: {
789
806
  name: 'Reaper.Farm Aave DAI',
@@ -796,6 +813,7 @@ exports.tokens = {
796
813
  website: 'https://www.reaper.farm/',
797
814
  description: 'DAI deposited into Reaper.Farm and leveraged through Aave',
798
815
  documentation: 'https://docs.reaper.farm/reaper-farms/general-knowledge/types-of-strategies/ltv-looping',
816
+ tags: ['SYNTHETIC'],
799
817
  },
800
818
  bbrfaWBTC: {
801
819
  name: 'Beets Reaper.Farm Boosted Aave WBTC',
@@ -833,6 +851,7 @@ exports.tokens = {
833
851
  bridge: 'optimism-canonical',
834
852
  logoURI: 'https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png',
835
853
  documentation: 'https://tether.to/en/how-it-works',
854
+ tags: ['STABLECOIN'],
836
855
  },
837
856
  wstETH: {
838
857
  name: 'Lido Wrapped Staked ETH',
@@ -859,6 +878,7 @@ exports.tokens = {
859
878
  bridge: 'hop',
860
879
  logoURI: '',
861
880
  documentation: 'https://docs.hop.exchange/',
881
+ tags: ['SYNTHETIC'],
862
882
  },
863
883
  hUSDC: {
864
884
  name: 'USDC Hop Token',
@@ -898,6 +918,7 @@ exports.tokens = {
898
918
  bridge: 'hop',
899
919
  logoURI: '',
900
920
  documentation: 'https://docs.hop.exchange/',
921
+ tags: ['SYNTHETIC'],
901
922
  },
902
923
  hSNX: {
903
924
  name: 'SNX Hop Token',
@@ -949,6 +970,7 @@ exports.tokens = {
949
970
  website: 'https://app.unidex.exchange/trading',
950
971
  description: 'UniDex is building on top of the existing landscape by introducing a perpetual leverage trading platform that will allow any synthetic asset to be traded in a permissionless, transparent, and trader-focused platform for any person to tap into.',
951
972
  documentation: 'https://unidexexchange.gitbook.io/unidex/',
973
+ tags: ['SYNTHETIC'],
952
974
  },
953
975
  sEUR: {
954
976
  name: 'Synth sEUR',
@@ -961,7 +983,7 @@ exports.tokens = {
961
983
  website: 'https://synthetix.io/',
962
984
  description: 'Forex Synths track the price of forex currencies via price feeds supplied by Chainlinks oracle network of distributed node operators.',
963
985
  documentation: 'https://docs.synthetix.io/tokens/',
964
- risks: ['SYNTH_STABLE'],
986
+ tags: ['STABLECOIN', 'SYNTHETIC'],
965
987
  },
966
988
  frxETH: {
967
989
  name: 'Frax Ether',
@@ -1025,7 +1047,7 @@ exports.tokens = {
1025
1047
  website: 'https://www.zkbob.com/',
1026
1048
  description: 'BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.',
1027
1049
  documentation: 'https://docs.zkbob.com/bob-stablecoin/bob-highlights',
1028
- risks: ['SYNTH_STABLE'],
1050
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1029
1051
  },
1030
1052
  KNC: {
1031
1053
  name: 'Kyber Network Crystal v2',
@@ -1102,7 +1124,7 @@ exports.tokens = {
1102
1124
  description: 'The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.',
1103
1125
  bridge: 'optimism-canonical',
1104
1126
  documentation: 'https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation',
1105
- risks: ['SYNTH_STABLE'],
1127
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1106
1128
  },
1107
1129
  MTA: {
1108
1130
  name: 'Meta',
@@ -1194,6 +1216,7 @@ exports.tokens = {
1194
1216
  description: 'Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.',
1195
1217
  bridge: 'layer-zero',
1196
1218
  logoURI: '',
1219
+ tags: ['SYNTHETIC'],
1197
1220
  },
1198
1221
  OVN: {
1199
1222
  name: 'OVN',
@@ -1298,7 +1321,7 @@ exports.tokens = {
1298
1321
  website: 'https://curve.finance/crvusd',
1299
1322
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
1300
1323
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
1301
- risks: ['SYNTH_STABLE'],
1324
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1302
1325
  },
1303
1326
  scrvUSD: {
1304
1327
  name: 'Savings crvUSD',
@@ -1311,7 +1334,7 @@ exports.tokens = {
1311
1334
  description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
1312
1335
  documentation: 'https://resources.curve.finance/crvusd/scrvusd',
1313
1336
  bridge: 'optimism-canonical',
1314
- risks: ['SYNTH_STABLE'],
1337
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1315
1338
  },
1316
1339
  sFRAX: {
1317
1340
  name: 'Staked FRAX',
@@ -1325,7 +1348,7 @@ exports.tokens = {
1325
1348
  description: 'Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times. sFRAX 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 FRAX staking vault attempts, but does not guarantee in any way, to target this rate.',
1326
1349
  documentation: 'https://docs.frax.finance/frax-v3/sfrax',
1327
1350
  bridge: 'frax',
1328
- risks: ['SYNTH_STABLE'],
1351
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1329
1352
  },
1330
1353
  POOL: {
1331
1354
  name: 'PoolTogether',
@@ -1352,7 +1375,7 @@ exports.tokens = {
1352
1375
  description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
1353
1376
  documentation: 'https://docs.usdv.money/docs',
1354
1377
  bridge: 'layer-zero',
1355
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1378
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1356
1379
  },
1357
1380
  sDAI: {
1358
1381
  name: 'Savings xDAI',
@@ -1366,7 +1389,7 @@ exports.tokens = {
1366
1389
  description: 'Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.',
1367
1390
  documentation: 'https://docs.spark.fi/',
1368
1391
  bridge: 'optimism-canonical',
1369
- risks: ['SYNTH_STABLE'],
1392
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1370
1393
  },
1371
1394
  aOptUSDCn: {
1372
1395
  name: 'Aave Optimism USDCn',
@@ -1380,6 +1403,7 @@ exports.tokens = {
1380
1403
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1381
1404
  description: 'Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
1382
1405
  staked: true,
1406
+ tags: ['STABLECOIN'],
1383
1407
  },
1384
1408
  aOptUSDC: {
1385
1409
  name: 'Aave Optimism USDC',
@@ -1393,6 +1417,7 @@ exports.tokens = {
1393
1417
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1394
1418
  description: 'Aave interest bearing USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
1395
1419
  staked: true,
1420
+ tags: ['STABLECOIN'],
1396
1421
  },
1397
1422
  wrsETH: {
1398
1423
  name: 'rsETHWrapper',
@@ -1406,7 +1431,7 @@ exports.tokens = {
1406
1431
  description: 'The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.',
1407
1432
  documentation: 'https://kelp.gitbook.io/kelp',
1408
1433
  bridge: 'stargate',
1409
- risks: ['NO_TIMELOCK'],
1434
+ tags: ['NO_TIMELOCK'],
1410
1435
  },
1411
1436
  HAI: {
1412
1437
  name: 'HAI',
@@ -1420,7 +1445,7 @@ exports.tokens = {
1420
1445
  description: 'HAI is a stablecoin protocol that is backed by a variety of collaterals. It maintains its stability through the use of a PI controller which dynamically sets interest rates that affect the price of HAI. HAI is backed by the value of the various collateral assets locked by users who mint HAI, similar to how traditional currencies used to be backed by gold or other assets.',
1421
1446
  documentation: 'https://docs.letsgethai.com/',
1422
1447
  bridge: 'native',
1423
- risks: ['SYNTH_STABLE'],
1448
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1424
1449
  },
1425
1450
  KITE: {
1426
1451
  name: 'KITE',
@@ -1447,7 +1472,7 @@ exports.tokens = {
1447
1472
  documentation: 'https://kelp.gitbook.io/kelp',
1448
1473
  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.',
1449
1474
  bridge: 'stargate',
1450
- risks: ['NO_TIMELOCK'],
1475
+ tags: ['NO_TIMELOCK'],
1451
1476
  },
1452
1477
  USDM: {
1453
1478
  name: 'Mountain Protocol USD',
@@ -1461,6 +1486,7 @@ exports.tokens = {
1461
1486
  documentation: 'https://docs.mountainprotocol.com/',
1462
1487
  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.',
1463
1488
  bridge: 'native',
1489
+ tags: ['STABLECOIN'],
1464
1490
  },
1465
1491
  USDe: {
1466
1492
  name: 'USDe',
@@ -1474,7 +1500,7 @@ exports.tokens = {
1474
1500
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1475
1501
  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.',
1476
1502
  bridge: 'layer-zero',
1477
- risks: ['NO_TIMELOCK'],
1503
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1478
1504
  },
1479
1505
  weETH: {
1480
1506
  name: 'Wrapped eETH',
@@ -1488,7 +1514,7 @@ exports.tokens = {
1488
1514
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1489
1515
  documentation: 'https://etherfi.gitbook.io/etherfi',
1490
1516
  bridge: 'stargate',
1491
- risks: ['NO_TIMELOCK'],
1517
+ tags: ['NO_TIMELOCK'],
1492
1518
  },
1493
1519
  ZRO: {
1494
1520
  name: 'LayerZero',
@@ -1515,7 +1541,7 @@ exports.tokens = {
1515
1541
  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.',
1516
1542
  documentation: 'https://docs.renzoprotocol.com/docs/',
1517
1543
  bridge: 'optimism-canonical',
1518
- risks: ['NO_TIMELOCK'],
1544
+ tags: ['NO_TIMELOCK'],
1519
1545
  },
1520
1546
  TLX: {
1521
1547
  name: 'TLX DAO Token',
@@ -1529,7 +1555,7 @@ exports.tokens = {
1529
1555
  description: 'TLX is the native governance token of the TLX protocol. TLX is a permissionless, non-custodial leveraged token platform built on Optimism.',
1530
1556
  documentation: 'https://docs.tlx.fi/',
1531
1557
  bridge: 'native',
1532
- risks: ['NO_TIMELOCK'],
1558
+ tags: ['NO_TIMELOCK'],
1533
1559
  },
1534
1560
  msUSD: {
1535
1561
  name: 'Metronome Synth USD',
@@ -1543,7 +1569,7 @@ exports.tokens = {
1543
1569
  website: 'https://metronome.io/',
1544
1570
  documentation: 'https://docs.metronome.io/',
1545
1571
  bridge: 'layer-zero',
1546
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1572
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1547
1573
  },
1548
1574
  msETH: {
1549
1575
  name: 'Metronome Synth ETH',
@@ -1557,7 +1583,7 @@ exports.tokens = {
1557
1583
  website: 'https://metronome.io/',
1558
1584
  documentation: 'https://docs.metronome.io/',
1559
1585
  bridge: 'layer-zero',
1560
- risks: ['NO_TIMELOCK'],
1586
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1561
1587
  },
1562
1588
  uniBTC: {
1563
1589
  name: 'Universal BTC',
@@ -1571,7 +1597,7 @@ exports.tokens = {
1571
1597
  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.',
1572
1598
  bridge: 'native',
1573
1599
  documentation: 'https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction',
1574
- risks: ['NO_TIMELOCK'],
1600
+ tags: ['NO_TIMELOCK'],
1575
1601
  },
1576
1602
  pxETH: {
1577
1603
  name: 'Pirex Ether OFT',
@@ -1585,7 +1611,7 @@ exports.tokens = {
1585
1611
  website: 'https://dinero.xyz/',
1586
1612
  documentation: 'https://dinero.xyz/docs',
1587
1613
  bridge: 'layer-zero',
1588
- risks: ['NO_TIMELOCK'],
1614
+ tags: ['NO_TIMELOCK'],
1589
1615
  },
1590
1616
  WELL: {
1591
1617
  name: 'WELL',
@@ -1612,7 +1638,7 @@ exports.tokens = {
1612
1638
  website: 'https://metronome.io/',
1613
1639
  documentation: 'https://docs.metronome.io/',
1614
1640
  bridge: 'layer-zero',
1615
- risks: ['NO_TIMELOCK'],
1641
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1616
1642
  },
1617
1643
  wUSDM: {
1618
1644
  name: 'Mountain Protocol USD',
@@ -1626,7 +1652,7 @@ exports.tokens = {
1626
1652
  website: 'https://mountainprotocol.com/',
1627
1653
  documentation: 'https://docs.mountainprotocol.com/',
1628
1654
  bridge: 'native',
1629
- risks: ['NO_TIMELOCK'],
1655
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1630
1656
  },
1631
1657
  ALCX: {
1632
1658
  name: 'Alchemix',
@@ -1653,7 +1679,7 @@ exports.tokens = {
1653
1679
  documentation: 'https://synapse-3.gitbook.io/synapse-protocol',
1654
1680
  description: 'Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.',
1655
1681
  bridge: 'synapse',
1656
- risks: ['NO_TIMELOCK'],
1682
+ tags: ['NO_TIMELOCK'],
1657
1683
  },
1658
1684
  Bold: {
1659
1685
  name: 'Bold Stablecoin',
@@ -1667,7 +1693,7 @@ exports.tokens = {
1667
1693
  documentation: 'https://docs.liquity.org/',
1668
1694
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
1669
1695
  bridge: 'chainlink-ccip',
1670
- risks: ['SYNTH_STABLE'],
1696
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1671
1697
  },
1672
1698
  OVER: {
1673
1699
  name: 'Overtime DAO Token',
@@ -1681,7 +1707,7 @@ exports.tokens = {
1681
1707
  description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
1682
1708
  documentation: 'https://docs.overtime.io/',
1683
1709
  bridge: 'chainlink-ccip',
1684
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1710
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1685
1711
  },
1686
1712
  BOLDV2: {
1687
1713
  name: 'BOLD Stablecoin',
@@ -1695,7 +1721,7 @@ exports.tokens = {
1695
1721
  documentation: 'https://docs.liquity.org/',
1696
1722
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
1697
1723
  bridge: 'chainlink-ccip',
1698
- risks: ['SYNTH_STABLE'],
1724
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1699
1725
  },
1700
1726
  waOptWETH: {
1701
1727
  name: 'Wrapped Optimism WETH Token',
@@ -1748,6 +1774,7 @@ exports.tokens = {
1748
1774
  bridge: 'native',
1749
1775
  logoURI: '',
1750
1776
  documentation: 'https://ethereum.org/en/developers/docs/',
1777
+ tags: ['STABLECOIN'],
1751
1778
  },
1752
1779
  sfrxUSD: {
1753
1780
  chainId: 10,
@@ -1761,7 +1788,7 @@ exports.tokens = {
1761
1788
  bridge: 'layer-zero',
1762
1789
  logoURI: '',
1763
1790
  documentation: 'https://docs.frax.finance/',
1764
- risks: ['SYNTH_STABLE'],
1791
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1765
1792
  },
1766
1793
  sfrxETH: {
1767
1794
  name: 'Staked Frax Ether',