@beefyfinance/blockchain-addressbook 0.54.122 → 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 +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 +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 +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 +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
@@ -67,7 +67,7 @@ export const tokens = {
67
67
  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.',
68
68
  bridge: 'layer-zero',
69
69
  documentation: 'https://docs.angle.money/',
70
- risks: ['SYNTH_STABLE'],
70
+ tags: ['STABLECOIN', 'SYNTHETIC'],
71
71
  },
72
72
  USDA: {
73
73
  name: 'USDA',
@@ -81,7 +81,7 @@ export const tokens = {
81
81
  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.',
82
82
  bridge: 'layer-zero',
83
83
  documentation: 'https://docs.angle.money/',
84
- risks: ['SYNTH_STABLE'],
84
+ tags: ['STABLECOIN', 'SYNTHETIC'],
85
85
  },
86
86
  THALES: {
87
87
  name: 'Thales DAO Token',
@@ -186,6 +186,7 @@ export const tokens = {
186
186
  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.',
187
187
  documentation: 'https://docs.overnight.fi/',
188
188
  bridge: 'native',
189
+ tags: ['CURATED'],
189
190
  },
190
191
  'DAI+': {
191
192
  name: 'DAI+',
@@ -199,6 +200,7 @@ export const tokens = {
199
200
  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.',
200
201
  documentation: 'https://docs.overnight.fi/',
201
202
  bridge: 'native',
203
+ tags: ['CURATED'],
202
204
  },
203
205
  OVN: {
204
206
  name: 'OVN',
@@ -225,7 +227,7 @@ export const tokens = {
225
227
  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.',
226
228
  documentation: 'https://docs.abracadabra.money/',
227
229
  bridge: 'layer-zero',
228
- risks: ['SYNTH_STABLE'],
230
+ tags: ['STABLECOIN', 'SYNTHETIC'],
229
231
  },
230
232
  cbETH: {
231
233
  name: 'Coinbase Wrapped Staked ETH',
@@ -252,6 +254,7 @@ export const tokens = {
252
254
  bridge: 'axelar',
253
255
  description: 'axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
254
256
  documentation: 'https://docs.axelar.dev/learn/axlusdc',
257
+ tags: ['STABLECOIN'],
255
258
  },
256
259
  axlUSDT: {
257
260
  name: 'USDT',
@@ -265,6 +268,7 @@ export const tokens = {
265
268
  description: 'axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
266
269
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
267
270
  bridge: 'axelar',
271
+ tags: ['STABLECOIN'],
268
272
  },
269
273
  OGRE: {
270
274
  name: 'SHREKT',
@@ -291,6 +295,7 @@ export const tokens = {
291
295
  logoURI: '',
292
296
  documentation: 'https://www.circle.com/blog/usdc-now-available-natively-on-base',
293
297
  bridge: 'base-canonical',
298
+ tags: ['STABLECOIN'],
294
299
  },
295
300
  USDC: {
296
301
  name: 'USD Circle',
@@ -304,6 +309,7 @@ export const tokens = {
304
309
  logoURI: '',
305
310
  documentation: 'https://developers.circle.com/docs',
306
311
  bridge: 'native',
312
+ tags: ['STABLECOIN'],
307
313
  },
308
314
  DAI: {
309
315
  name: 'DAI Stablecoin',
@@ -317,7 +323,7 @@ export const tokens = {
317
323
  bridge: 'base-canonical',
318
324
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
319
325
  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',
320
- risks: ['SYNTH_STABLE'],
326
+ tags: ['STABLECOIN', 'SYNTHETIC'],
321
327
  },
322
328
  AERO: {
323
329
  name: 'Aerodrome',
@@ -344,7 +350,7 @@ export const tokens = {
344
350
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
345
351
  bridge: 'base-canonical',
346
352
  documentation: 'https://docs.inverse.finance/',
347
- risks: ['SYNTH_STABLE'],
353
+ tags: ['STABLECOIN', 'SYNTHETIC'],
348
354
  },
349
355
  MAI: {
350
356
  name: 'Mai Stablecoin',
@@ -358,7 +364,7 @@ export const tokens = {
358
364
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
359
365
  documentation: 'https://docs.mai.finance/',
360
366
  bridge: 'native',
361
- risks: ['SYNTH_STABLE'],
367
+ tags: ['STABLECOIN', 'SYNTHETIC'],
362
368
  },
363
369
  wUSDR: {
364
370
  name: 'Real USD',
@@ -372,6 +378,7 @@ export const tokens = {
372
378
  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.',
373
379
  logoURI: '',
374
380
  bridge: 'layer-zero',
381
+ tags: ['SYNTHETIC'],
375
382
  },
376
383
  tBTC: {
377
384
  name: 'tBTC v2',
@@ -397,6 +404,7 @@ export const tokens = {
397
404
  description: 'Based offers intent-based P2P derivatives with deep liquidity sourced from centralized exchanges.',
398
405
  logoURI: '',
399
406
  bridge: 'native',
407
+ tags: ['SYNTHETIC'],
400
408
  },
401
409
  crvUSD: {
402
410
  name: 'Curve USD Stablecoin',
@@ -410,7 +418,7 @@ export const tokens = {
410
418
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
411
419
  documentation: 'https://docs.curve.finance/crvUSD/overview/',
412
420
  bridge: 'base-canonical',
413
- risks: ['SYNTH_STABLE'],
421
+ tags: ['STABLECOIN', 'SYNTHETIC'],
414
422
  },
415
423
  bsUSD: {
416
424
  name: 'Balancer Stable Pool',
@@ -424,7 +432,7 @@ export const tokens = {
424
432
  bridge: 'native',
425
433
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
426
434
  description: 'Balancer composable pool that consist of USDbC and DAI. bbTokens are boosted linear pools.',
427
- risks: ['SYNTH_STABLE'],
435
+ tags: ['STABLECOIN', 'SYNTHETIC'],
428
436
  },
429
437
  BVM: {
430
438
  name: 'Base Velocimeter',
@@ -502,7 +510,7 @@ export const tokens = {
502
510
  description: 'A decentralized flatcoin that provides convenient access to DeFi yields, enabling holders to earn passive income on their capital. Governance should aim to take low to moderate risk to return high DeFi yields in order to mitigate against inflation.',
503
511
  documentation: '',
504
512
  bridge: 'native',
505
- risks: ['SYNTH_STABLE'],
513
+ tags: ['STABLECOIN', 'SYNTHETIC'],
506
514
  },
507
515
  eUSD: {
508
516
  name: 'Electronic Dollar',
@@ -516,7 +524,7 @@ export const tokens = {
516
524
  description: 'The Electronic Dollar (eUSD) is a decentralized 1:1 asset-backed stablecoin built with Reserve Protocol, available on the Ethereum and MobileCoin blockchains. It sets itself apart from other stablecoins due to its decentralized, community-governed, and censorship-resistant nature.',
517
525
  documentation: 'https://reserve.org/protocol/',
518
526
  bridge: 'base-canonical',
519
- risks: ['SYNTH_STABLE'],
527
+ tags: ['STABLECOIN', 'SYNTHETIC'],
520
528
  },
521
529
  wstETH: {
522
530
  name: 'Wrapped liquid staked Ether 2.0',
@@ -647,7 +655,7 @@ export const tokens = {
647
655
  description: 'Degen is an unofficial token that were distributed to the community on the decentralized social network, Farcaster.',
648
656
  documentation: 'https://www.degen.tips/faq',
649
657
  bridge: 'native',
650
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
658
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
651
659
  },
652
660
  doginme: {
653
661
  name: 'doginme',
@@ -686,7 +694,7 @@ export const tokens = {
686
694
  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.',
687
695
  documentation: 'https://reserve.org/protocol/',
688
696
  bridge: 'base-canonical',
689
- risks: ['SYNTH_STABLE'],
697
+ tags: ['STABLECOIN', 'SYNTHETIC'],
690
698
  },
691
699
  TN100x: {
692
700
  name: 'The Next 100x Memecoin on Base',
@@ -699,7 +707,7 @@ export const tokens = {
699
707
  website: 'https://ham.fun/',
700
708
  description: 'TN100x is the coin that powers the HAM ecosystem, an upcoming layer 3 blockchain. More than a memecoin, it’s a social token, and a driving force behind everything Ham.',
701
709
  bridge: 'native',
702
- risks: ['NO_TIMELOCK'],
710
+ tags: ['NO_TIMELOCK'],
703
711
  },
704
712
  CHAD: {
705
713
  name: 'Based Chad',
@@ -749,7 +757,7 @@ export const tokens = {
749
757
  description: 'EthXY is a MMORPG built on top of Telegram. SEXY is a game token used for a variety of game mechanics and weapon + armor purchases.',
750
758
  documentation: 'https://ethxy.com/',
751
759
  bridge: 'base-canonical',
752
- risks: ['NO_TIMELOCK'],
760
+ tags: ['NO_TIMELOCK'],
753
761
  },
754
762
  sFRAX: {
755
763
  name: 'Staked FRAX',
@@ -763,7 +771,7 @@ export const tokens = {
763
771
  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.',
764
772
  documentation: 'https://docs.frax.finance/frax-v3/sfrax',
765
773
  bridge: 'layer-zero',
766
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
774
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
767
775
  },
768
776
  sfrxETH: {
769
777
  name: 'Staked Frax Ether',
@@ -777,7 +785,7 @@ export const tokens = {
777
785
  description: 'sfrxETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. At any time, frxETH can be exchanged for sfrxETH by depositing it into the sfrxETH vault, which allows users to earn staking yield on their frxETH. Over time, as validators accrue staking yield, an equivalent amount of frxETH is minted and added to the vault, allowing users to redeem their sfrxETH for an greater amount of frxETH than they deposited.',
778
786
  documentation: 'https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth',
779
787
  bridge: 'layer-zero',
780
- risks: ['NO_TIMELOCK'],
788
+ tags: ['NO_TIMELOCK'],
781
789
  },
782
790
  FXS: {
783
791
  name: 'Frax Share',
@@ -791,7 +799,7 @@ export const tokens = {
791
799
  description: 'The Frax Share token (FXS) is the non-stable, utility token in the protocol. It is meant to be volatile and hold rights to governance and all utility of the system. It is important to note that we take a highly governance-minimized approach to designing trustless money in the same ethos as Bitcoin. We eschew DAO-like active management such as MakerDAO. The less parameters for a community to be able to actively manage, the less there is to disagree on. Parameters that are up for governance through FXS include adding/adjusting collateral pools, adjusting various fees (like minting or redeeming), and refreshing the rate of the collateral ratio. No other actions such as active management of collateral or addition of human-modifiable parameters are possible other than a hardfork that would require voluntarily moving to a new implementation entirely. ',
792
800
  documentation: 'https://docs.frax.finance/',
793
801
  bridge: 'layer-zero',
794
- risks: ['NO_TIMELOCK'],
802
+ tags: ['NO_TIMELOCK'],
795
803
  },
796
804
  ezETH: {
797
805
  name: 'Renzo Restaked ETH',
@@ -805,7 +813,7 @@ export const tokens = {
805
813
  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.',
806
814
  documentation: 'https://docs.renzoprotocol.com/docs/',
807
815
  bridge: 'connext',
808
- risks: ['NO_TIMELOCK'],
816
+ tags: ['NO_TIMELOCK'],
809
817
  },
810
818
  bWELL: {
811
819
  name: 'WELL',
@@ -971,7 +979,7 @@ export const tokens = {
971
979
  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%.',
972
980
  bridge: 'base-canonical',
973
981
  documentation: 'https://docs.liquity.org/',
974
- risks: ['SYNTH_STABLE'],
982
+ tags: ['STABLECOIN', 'SYNTHETIC'],
975
983
  },
976
984
  GENOME: {
977
985
  name: 'GENOME',
@@ -997,7 +1005,7 @@ export const tokens = {
997
1005
  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.',
998
1006
  documentation: 'https://kelp.gitbook.io/kelp',
999
1007
  bridge: 'stargate',
1000
- risks: ['NO_TIMELOCK'],
1008
+ tags: ['NO_TIMELOCK'],
1001
1009
  },
1002
1010
  weETH: {
1003
1011
  name: 'Wrapped eETH',
@@ -1011,7 +1019,7 @@ export const tokens = {
1011
1019
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1012
1020
  documentation: 'https://etherfi.gitbook.io/etherfi',
1013
1021
  bridge: 'stargate',
1014
- risks: ['NO_TIMELOCK'],
1022
+ tags: ['NO_TIMELOCK'],
1015
1023
  },
1016
1024
  KLIMA: {
1017
1025
  name: 'Klima DAO',
@@ -1025,7 +1033,7 @@ export const tokens = {
1025
1033
  documentation: 'https://docs.klimadao.finance/',
1026
1034
  description: 'KlimaDAO and its partners in the Klima ecosystem fosters the adoption of a new category of real world assets (RWA) on the blockchain: environmental assets like carbon credits.',
1027
1035
  bridge: 'axelar',
1028
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1036
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1029
1037
  },
1030
1038
  USDz: {
1031
1039
  name: 'Anzen USDz',
@@ -1039,7 +1047,7 @@ export const tokens = {
1039
1047
  website: 'https://anzen.finance/',
1040
1048
  documentation: 'https://docs.anzen.finance/',
1041
1049
  bridge: 'layer-zero',
1042
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1050
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1043
1051
  },
1044
1052
  GHST: {
1045
1053
  name: 'Aavegotchi GHST Token',
@@ -1079,6 +1087,7 @@ export const tokens = {
1079
1087
  documentation: 'https://tether.to/en/how-it-works',
1080
1088
  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.',
1081
1089
  bridge: 'base-canonical',
1090
+ tags: ['STABLECOIN'],
1082
1091
  },
1083
1092
  UNI: {
1084
1093
  name: 'Uniswap',
@@ -1131,7 +1140,7 @@ export const tokens = {
1131
1140
  bridge: 'chainlink-ccip',
1132
1141
  logoURI: 'https://i.imgur.com/ZvP634G.png',
1133
1142
  documentation: 'https://learn.jarvis.network/',
1134
- risks: ['SYNTH_STABLE'],
1143
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1135
1144
  },
1136
1145
  sUSDz: {
1137
1146
  name: 'Staked USDz',
@@ -1145,7 +1154,7 @@ export const tokens = {
1145
1154
  website: 'https://anzen.finance/',
1146
1155
  documentation: 'https://docs.anzen.finance/',
1147
1156
  bridge: 'layer-zero',
1148
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1157
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1149
1158
  },
1150
1159
  msUSD: {
1151
1160
  name: 'Metronome Synth USD',
@@ -1159,7 +1168,7 @@ export const tokens = {
1159
1168
  website: 'https://metronome.io/',
1160
1169
  documentation: 'https://docs.metronome.io/',
1161
1170
  bridge: 'layer-zero',
1162
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1171
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1163
1172
  },
1164
1173
  msETH: {
1165
1174
  name: 'Metronome Synth ETH',
@@ -1173,7 +1182,7 @@ export const tokens = {
1173
1182
  website: 'https://metronome.io/',
1174
1183
  documentation: 'https://docs.metronome.io/',
1175
1184
  bridge: 'layer-zero',
1176
- risks: ['NO_TIMELOCK'],
1185
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1177
1186
  },
1178
1187
  CHOMP: {
1179
1188
  name: 'ChompCoin',
@@ -1222,6 +1231,7 @@ export const tokens = {
1222
1231
  description: 'EURC is a euro-backed stablecoin that’s accessible globally on Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.',
1223
1232
  website: 'https://www.circle.com/en/eurc',
1224
1233
  bridge: 'native',
1234
+ tags: ['STABLECOIN'],
1225
1235
  },
1226
1236
  PEPE: {
1227
1237
  name: 'BasedPepe',
@@ -1312,7 +1322,7 @@ export const tokens = {
1312
1322
  documentation: 'https://etherfi.gitbook.io/etherfi',
1313
1323
  bridge: 'wormhole',
1314
1324
  description: 'ETHFI is the governance token of ether.fi, a restaking protocol on Ethereum. Token holders will have a say in the future of the protocol.',
1315
- risks: ['NO_TIMELOCK'],
1325
+ tags: ['NO_TIMELOCK'],
1316
1326
  },
1317
1327
  WIF: {
1318
1328
  name: 'dogwifhat',
@@ -1415,7 +1425,7 @@ export const tokens = {
1415
1425
  description: 'Origin Protocol is a suite of complimentary DeFi products designed to increase economic opportunity for all. These permissionless and composable smart contracts provide superior user experiences across DeFi in a groundbreaking multichain yield ecosystem. OGN is value accrual and governance token for all Origin products. When Origin scales OGN scales as it is the lifeblood of the Origin ecosystem.',
1416
1426
  documentation: 'https://docs.originprotocol.com/',
1417
1427
  bridge: 'base-canonical',
1418
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1428
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1419
1429
  },
1420
1430
  BMX: {
1421
1431
  name: 'BMX',
@@ -1442,7 +1452,7 @@ export const tokens = {
1442
1452
  website: 'https://www.virtuals.io/',
1443
1453
  documentation: 'https://whitepaper.virtuals.io/',
1444
1454
  bridge: 'base-canonical',
1445
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1455
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1446
1456
  },
1447
1457
  snARS: {
1448
1458
  name: 'Yield Bearing Num ARS',
@@ -1456,7 +1466,7 @@ export const tokens = {
1456
1466
  website: 'https://num.finance/',
1457
1467
  documentation: 'https://new.num.finance/',
1458
1468
  bridge: 'native',
1459
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1469
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1460
1470
  },
1461
1471
  besnARS: {
1462
1472
  name: 'Beefy Escrow snARS',
@@ -1470,7 +1480,7 @@ export const tokens = {
1470
1480
  website: 'https://num.finance/',
1471
1481
  documentation: 'https://new.num.finance/',
1472
1482
  bridge: 'native',
1473
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1483
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1474
1484
  },
1475
1485
  LUNA: {
1476
1486
  name: 'Luna by Virtuals',
@@ -1497,7 +1507,7 @@ export const tokens = {
1497
1507
  website: 'https://www.spectrallabs.xyz/',
1498
1508
  documentation: 'https://docs.spectrallabs.xyz/',
1499
1509
  bridge: 'synapse',
1500
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1510
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1501
1511
  },
1502
1512
  TALENT: {
1503
1513
  name: 'Talent Protocol Token',
@@ -1511,7 +1521,7 @@ export const tokens = {
1511
1521
  website: 'https://talentprotocol.com/',
1512
1522
  documentation: 'https://docs.talentprotocol.com/',
1513
1523
  bridge: 'native',
1514
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1524
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1515
1525
  },
1516
1526
  HIGHER: {
1517
1527
  name: 'Higher',
@@ -1537,7 +1547,7 @@ export const tokens = {
1537
1547
  website: 'https://www.basedbrett.com/',
1538
1548
  documentation: 'https://www.basedbrett.com/#tokenomics',
1539
1549
  bridge: 'native',
1540
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1550
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1541
1551
  },
1542
1552
  ION: {
1543
1553
  name: 'Ionic',
@@ -1551,7 +1561,7 @@ export const tokens = {
1551
1561
  website: 'https://app.ionic.money/',
1552
1562
  documentation: 'https://doc.ionic.money/',
1553
1563
  bridge: 'native',
1554
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1564
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1555
1565
  },
1556
1566
  OX: {
1557
1567
  name: 'OX Coin',
@@ -1565,7 +1575,7 @@ export const tokens = {
1565
1575
  website: 'https://ox.fun/',
1566
1576
  documentation: 'https://support.ox.fun/',
1567
1577
  bridge: 'layer-zero',
1568
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1578
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1569
1579
  },
1570
1580
  MORE: {
1571
1581
  name: 'MORE',
@@ -1578,7 +1588,7 @@ export const tokens = {
1578
1588
  description: 'Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.',
1579
1589
  bridge: 'native',
1580
1590
  chainId: 8453,
1581
- risks: ['NO_TIMELOCK'],
1591
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1582
1592
  },
1583
1593
  CLANKER: {
1584
1594
  name: 'tokenbot',
@@ -1629,7 +1639,7 @@ export const tokens = {
1629
1639
  website: 'https://blocklords.com/',
1630
1640
  documentation: 'https://wiki.blocklords.com/economy/currencies/usdlrds',
1631
1641
  bridge: 'base-canonical',
1632
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1642
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1633
1643
  },
1634
1644
  SUSHI: {
1635
1645
  name: 'Sushi',
@@ -1681,7 +1691,7 @@ export const tokens = {
1681
1691
  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.",
1682
1692
  bridge: 'native',
1683
1693
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc',
1684
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
1694
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
1685
1695
  },
1686
1696
  EIGEN: {
1687
1697
  name: 'Eigen',
@@ -1733,7 +1743,7 @@ export const tokens = {
1733
1743
  description: 'Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.',
1734
1744
  documentation: 'https://docs.morpho.org/',
1735
1745
  bridge: 'base-canonical',
1736
- risks: ['NO_TIMELOCK'],
1746
+ tags: ['NO_TIMELOCK'],
1737
1747
  },
1738
1748
  PUBLIUS: {
1739
1749
  name: 'PUBLIUS',
@@ -1811,7 +1821,7 @@ export const tokens = {
1811
1821
  description: 'Gravity is a Layer 1 omnichain smart contract platform designed to deliver a more efficient, scalable, and secure mechanism for managing complex cross-chain interactions with minimal friction.',
1812
1822
  documentation: 'https://docs.gravity.xyz/',
1813
1823
  bridge: 'native',
1814
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1824
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1815
1825
  },
1816
1826
  ANZ: {
1817
1827
  name: 'Anzen Token',
@@ -1825,7 +1835,7 @@ export const tokens = {
1825
1835
  description: 'Anzen is a decentralized platform providing access to USDz, which is a digital token backed by a diversified portfolio of private credit assets.',
1826
1836
  documentation: 'https://docs.anzen.finance/',
1827
1837
  bridge: 'native',
1828
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1838
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1829
1839
  },
1830
1840
  TAROT: {
1831
1841
  name: 'Tarot',
@@ -1839,7 +1849,7 @@ export const tokens = {
1839
1849
  description: 'Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.',
1840
1850
  documentation: 'https://docs.tarot.to/',
1841
1851
  bridge: 'layer-zero',
1842
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1852
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1843
1853
  },
1844
1854
  ODOS: {
1845
1855
  name: 'Odos Token',
@@ -1866,7 +1876,7 @@ export const tokens = {
1866
1876
  description: 'The Derive Protocol is a collection of smart contracts that collectively create a decentralised and self-custodial derivatives protocol.',
1867
1877
  documentation: 'https://docs.derive.xyz/',
1868
1878
  bridge: 'layer-zero',
1869
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1879
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1870
1880
  },
1871
1881
  FAI: {
1872
1882
  name: 'FAI',
@@ -1893,7 +1903,7 @@ export const tokens = {
1893
1903
  description: 'Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.',
1894
1904
  documentation: 'https://whitepaper.superchamps.com/champ-tokenomics',
1895
1905
  bridge: '',
1896
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1906
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1897
1907
  },
1898
1908
  uSUI: {
1899
1909
  name: 'Sui (Universal)',
@@ -1907,7 +1917,7 @@ export const tokens = {
1907
1917
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1908
1918
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1909
1919
  bridge: 'native',
1910
- risks: ['NO_TIMELOCK'],
1920
+ tags: ['NO_TIMELOCK'],
1911
1921
  },
1912
1922
  uSOL: {
1913
1923
  name: 'Solana (Universal)',
@@ -1921,7 +1931,7 @@ export const tokens = {
1921
1931
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1922
1932
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1923
1933
  bridge: 'native',
1924
- risks: ['NO_TIMELOCK'],
1934
+ tags: ['NO_TIMELOCK'],
1925
1935
  },
1926
1936
  uXRP: {
1927
1937
  name: 'XRP (Universal)',
@@ -1935,7 +1945,7 @@ export const tokens = {
1935
1945
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1936
1946
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1937
1947
  bridge: 'native',
1938
- risks: ['NO_TIMELOCK'],
1948
+ tags: ['NO_TIMELOCK'],
1939
1949
  },
1940
1950
  uADA: {
1941
1951
  name: 'Cardano (Universal)',
@@ -1949,7 +1959,7 @@ export const tokens = {
1949
1959
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1950
1960
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1951
1961
  bridge: 'native',
1952
- risks: ['NO_TIMELOCK'],
1962
+ tags: ['NO_TIMELOCK'],
1953
1963
  },
1954
1964
  uLINK: {
1955
1965
  name: 'Chainlink (Universal)',
@@ -1963,7 +1973,7 @@ export const tokens = {
1963
1973
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1964
1974
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1965
1975
  bridge: 'native',
1966
- risks: ['NO_TIMELOCK'],
1976
+ tags: ['NO_TIMELOCK'],
1967
1977
  },
1968
1978
  uDOGE: {
1969
1979
  name: 'Dogecoin (Universal)',
@@ -1977,7 +1987,7 @@ export const tokens = {
1977
1987
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1978
1988
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1979
1989
  bridge: 'native',
1980
- risks: ['NO_TIMELOCK'],
1990
+ tags: ['NO_TIMELOCK'],
1981
1991
  },
1982
1992
  uNEAR: {
1983
1993
  name: 'NEAR (Universal)',
@@ -1991,7 +2001,7 @@ export const tokens = {
1991
2001
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1992
2002
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1993
2003
  bridge: 'native',
1994
- risks: ['NO_TIMELOCK'],
2004
+ tags: ['NO_TIMELOCK'],
1995
2005
  },
1996
2006
  uAPT: {
1997
2007
  name: 'Aptos (Universal)',
@@ -2005,7 +2015,7 @@ export const tokens = {
2005
2015
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2006
2016
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2007
2017
  bridge: 'native',
2008
- risks: ['NO_TIMELOCK'],
2018
+ tags: ['NO_TIMELOCK'],
2009
2019
  },
2010
2020
  uSEI: {
2011
2021
  name: 'Sei (Universal)',
@@ -2019,7 +2029,7 @@ export const tokens = {
2019
2029
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2020
2030
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2021
2031
  bridge: 'native',
2022
- risks: ['NO_TIMELOCK'],
2032
+ tags: ['NO_TIMELOCK'],
2023
2033
  },
2024
2034
  REI: {
2025
2035
  name: 'Unit 00 - Rei',
@@ -2059,7 +2069,7 @@ export const tokens = {
2059
2069
  description: 'Unlike other leading AI platforms, Venice provides a private and uncensored AI experience, with your prompts and data only stored on your device, never on our servers.',
2060
2070
  documentation: 'https://venice.ai/blog',
2061
2071
  bridge: 'native',
2062
- risks: ['NO_TIMELOCK'],
2072
+ tags: ['NO_TIMELOCK'],
2063
2073
  },
2064
2074
  Bold: {
2065
2075
  name: 'Bold Stablecoin',
@@ -2073,7 +2083,7 @@ export const tokens = {
2073
2083
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
2074
2084
  documentation: 'https://docs.liquity.org/',
2075
2085
  bridge: 'chainlink-ccip',
2076
- risks: ['SYNTH_STABLE'],
2086
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2077
2087
  },
2078
2088
  USR: {
2079
2089
  name: 'Resolv USD',
@@ -2086,7 +2096,7 @@ export const tokens = {
2086
2096
  documentation: 'https://docs.resolv.xyz/',
2087
2097
  description: 'Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar',
2088
2098
  bridge: 'layer-zero',
2089
- risks: ['SYNTH_STABLE'],
2099
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2090
2100
  },
2091
2101
  FLAY: {
2092
2102
  name: 'Flayer',
@@ -2112,7 +2122,7 @@ export const tokens = {
2112
2122
  description: 'The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.',
2113
2123
  documentation: 'https://learn.b3.fun/claim-comprehensive-faq',
2114
2124
  bridge: 'native',
2115
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2125
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2116
2126
  },
2117
2127
  VEIL: {
2118
2128
  name: 'VEIL Token',
@@ -2164,7 +2174,7 @@ export const tokens = {
2164
2174
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2165
2175
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2166
2176
  bridge: 'native',
2167
- risks: ['NO_TIMELOCK'],
2177
+ tags: ['NO_TIMELOCK'],
2168
2178
  },
2169
2179
  uSHIB: {
2170
2180
  name: 'Shiba Inu (Universal)',
@@ -2177,7 +2187,7 @@ export const tokens = {
2177
2187
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2178
2188
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2179
2189
  bridge: 'native',
2180
- risks: ['NO_TIMELOCK'],
2190
+ tags: ['NO_TIMELOCK'],
2181
2191
  },
2182
2192
  KAITO: {
2183
2193
  name: 'KAITO',
@@ -2239,7 +2249,7 @@ export const tokens = {
2239
2249
  description: 'Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.',
2240
2250
  documentation: 'https://morpheusai.gitbook.io/morpheus/',
2241
2251
  bridge: 'layer-zero',
2242
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2252
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2243
2253
  },
2244
2254
  KTA: {
2245
2255
  name: 'Keeta',
@@ -2266,7 +2276,7 @@ export const tokens = {
2266
2276
  description: 'BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.',
2267
2277
  documentation: '',
2268
2278
  bridge: 'native',
2269
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2279
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2270
2280
  },
2271
2281
  CADC: {
2272
2282
  name: 'CAD Coin',
@@ -2280,7 +2290,7 @@ export const tokens = {
2280
2290
  description: 'CADC is a fully reserved CAD dollar stablecoin issued by Paytrie, redeemable 1:1 for Canadian dollars',
2281
2291
  documentation: 'https://faq.paytrie.com/help',
2282
2292
  bridge: 'native',
2283
- risks: ['NO_TIMELOCK'],
2293
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
2284
2294
  },
2285
2295
  yTRYB: {
2286
2296
  name: 'Yield TRYB',
@@ -2294,7 +2304,7 @@ export const tokens = {
2294
2304
  description: 'TRYB is a stablecoin developed by BiLira that is pegged 1:1 to the Turkish lira and 100% backed by reserves.',
2295
2305
  documentation: 'https://support.bilira.co/',
2296
2306
  bridge: 'native',
2297
- risks: ['NO_TIMELOCK'],
2307
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2298
2308
  },
2299
2309
  IDRX: {
2300
2310
  name: 'IDRX',
@@ -2308,7 +2318,7 @@ export const tokens = {
2308
2318
  description: 'IDRX is a stable token pegged to the value of the Indonesian Rupiah (IDR). As a cryptocurrency, IDRX offers users the benefits of blockchain technology, including security, transparency, and decentralized control.',
2309
2319
  documentation: 'https://docs.idrx.co/',
2310
2320
  bridge: 'idrx',
2311
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2321
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2312
2322
  },
2313
2323
  OVER: {
2314
2324
  name: 'Overtime DAO Token',
@@ -2322,7 +2332,7 @@ export const tokens = {
2322
2332
  description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
2323
2333
  documentation: 'https://docs.overtime.io/',
2324
2334
  bridge: 'chainlink-ccip',
2325
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2335
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2326
2336
  },
2327
2337
  EDGE: {
2328
2338
  name: 'Edge',
@@ -2336,7 +2346,7 @@ export const tokens = {
2336
2346
  description: 'Definitive is the future of onchain trade execution. It delivers a CeFi-like experience on DeFi rails via a fully non-custodial platform & API that is live across Solana, Base and other major EVM chains.',
2337
2347
  documentation: 'https://docs.definitive.fi/',
2338
2348
  bridge: 'native',
2339
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2349
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2340
2350
  },
2341
2351
  OUSDT: {
2342
2352
  name: 'OpenUSDT',
@@ -2350,7 +2360,7 @@ export const tokens = {
2350
2360
  description: 'OpenUSDT is a future-proof interoperable USDT stablecoin for the OP Superchain enabling shared liquidity and interchain applications.',
2351
2361
  documentation: 'https://docs.openusdt.xyz/',
2352
2362
  bridge: 'chainlink-ccip',
2353
- risks: ['NO_TIMELOCK'],
2363
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
2354
2364
  },
2355
2365
  GHO: {
2356
2366
  name: 'GHO Token',
@@ -2377,7 +2387,7 @@ export const tokens = {
2377
2387
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
2378
2388
  bridge: 'native',
2379
2389
  description: 'Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
2380
- risks: ['SYNTH_STABLE'],
2390
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2381
2391
  },
2382
2392
  waBasUSDC: {
2383
2393
  name: 'Wrapped Aave USD Coin',
@@ -2391,6 +2401,7 @@ export const tokens = {
2391
2401
  chainId: 8453,
2392
2402
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
2393
2403
  documentation: 'https://www.circle.com/en/usdc-multichain/base',
2404
+ tags: ['STABLECOIN'],
2394
2405
  },
2395
2406
  'Base is for everyone': {
2396
2407
  name: 'Base is for everyone',
@@ -2456,6 +2467,7 @@ export const tokens = {
2456
2467
  bridge: 'native',
2457
2468
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
2458
2469
  documentation: 'https://www.circle.com/en/usdc-multichain/base',
2470
+ tags: ['STABLECOIN'],
2459
2471
  },
2460
2472
  sUSDS: {
2461
2473
  name: 'Savings USDS',
@@ -2468,7 +2480,7 @@ export const tokens = {
2468
2480
  documentation: 'https://docs.sky.money/',
2469
2481
  description: "SavingsUSDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.",
2470
2482
  bridge: 'base-canonical',
2471
- risks: ['SYNTH_STABLE'],
2483
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2472
2484
  },
2473
2485
  scrvUSD: {
2474
2486
  name: 'Savings crvUSD',
@@ -2480,7 +2492,7 @@ export const tokens = {
2480
2492
  website: 'https://www.curve.finance/',
2481
2493
  description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
2482
2494
  documentation: 'https://resources.curve.finance/crvusd/scrvusd',
2483
- risks: ['SYNTH_STABLE'],
2495
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2484
2496
  },
2485
2497
  ZORA: {
2486
2498
  name: 'ZORA',
@@ -2493,7 +2505,7 @@ export const tokens = {
2493
2505
  documentation: 'https://docs.zora.co/',
2494
2506
  description: 'A social network where every post is a coin.',
2495
2507
  bridge: 'native',
2496
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2508
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2497
2509
  },
2498
2510
  TRUE: {
2499
2511
  name: 'TRUE',
@@ -2519,7 +2531,7 @@ export const tokens = {
2519
2531
  description: '$noice will become a global, social currency. Tip on Farcaster.',
2520
2532
  documentation: 'https://noice.so/#section-how',
2521
2533
  bridge: 'native',
2522
- risks: ['LARGE_HOLDERS'],
2534
+ tags: ['LARGE_HOLDERS'],
2523
2535
  },
2524
2536
  BOLDV2: {
2525
2537
  name: 'BOLD Stablecoin',
@@ -2533,7 +2545,7 @@ export const tokens = {
2533
2545
  documentation: 'https://docs.liquity.org/',
2534
2546
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
2535
2547
  bridge: 'chainlink-ccip',
2536
- risks: ['SYNTH_STABLE'],
2548
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2537
2549
  },
2538
2550
  GIZA: {
2539
2551
  name: 'Giza',
@@ -2690,7 +2702,7 @@ export const tokens = {
2690
2702
  description: 'Trade crypto, forex, metals, commodities, indices, straight from your wallet.',
2691
2703
  documentation: 'https://docs.avantisfi.com/',
2692
2704
  bridge: 'native',
2693
- risks: ['NO_TIMELOCK'],
2705
+ tags: ['NO_TIMELOCK'],
2694
2706
  },
2695
2707
  VELVET: {
2696
2708
  name: 'Velvet',
@@ -2717,7 +2729,7 @@ export const tokens = {
2717
2729
  description: 'SOON is a high-performance SVM Rollup designed to realize the Super Adoption Stack. With a vision to achieve mass adoption of blockchain, SOON comprises three primary products: SOON Mainnet, SOON Stack, and InterSOON. The core technological innovations of SOON include decoupled SVM, Merklization, and Horizontal Scaling.',
2718
2730
  documentation: 'https://docs.soo.network/introduction/what-is-soon',
2719
2731
  bridge: 'layer-zero',
2720
- risks: ['NO_TIMELOCK'],
2732
+ tags: ['NO_TIMELOCK'],
2721
2733
  },
2722
2734
  SAPIEN: {
2723
2735
  name: 'Sapien',
@@ -2731,7 +2743,7 @@ export const tokens = {
2731
2743
  description: 'Sapien is a decentralized network, connecting you directly to leading AI companies',
2732
2744
  documentation: 'https://earn.sapien.io/',
2733
2745
  bridge: 'native',
2734
- risks: ['LARGE_HOLDERS'],
2746
+ tags: ['LARGE_HOLDERS'],
2735
2747
  },
2736
2748
  AVAIL: {
2737
2749
  name: 'Avail (Wormhole)',
@@ -2758,7 +2770,7 @@ export const tokens = {
2758
2770
  description: 'Botto is a decentralized autonomous artist governed by its community (BottoDAO), which votes weekly on hundreds of art fragments to guide its generative algorithm. Each week, Botto mints one final artwork from the voted fragments and auctions it on SuperRare, sharing 40% of proceeds with the community as rewards.',
2759
2771
  documentation: 'https://docs.botto.com/',
2760
2772
  bridge: 'base-canonical',
2761
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2773
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2762
2774
  },
2763
2775
  MCADE: {
2764
2776
  name: 'Metacade',
@@ -2785,7 +2797,7 @@ export const tokens = {
2785
2797
  description: 'Spectra is an EVM-centric protocol for interest rate derivatives with an easy-to-use flagship app. The Spectra protocol is permissionless, meaning its services are entirely open for public use. Anyone can create new markets at will, swap yield derivatives, or become a liquidity provider.',
2786
2798
  documentation: 'https://docs.spectra.finance/',
2787
2799
  bridge: 'layer-zero',
2788
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2800
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2789
2801
  },
2790
2802
  SQD: {
2791
2803
  name: 'Subsquid',
@@ -2799,7 +2811,7 @@ export const tokens = {
2799
2811
  description: 'SQD Network is a decentralized query engine optimized for batch extraction of large volumes of data. It currently serves historical on-chain data ingested from 200+ EVM and Substrate networks, as well as Solana (in beta), Tron, Starknet and Fuel.',
2800
2812
  documentation: 'https://docs.sqd.ai/',
2801
2813
  bridge: 'base-canonical',
2802
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2814
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2803
2815
  },
2804
2816
  TLOS: {
2805
2817
  name: 'TLOS',
@@ -2813,7 +2825,7 @@ export const tokens = {
2813
2825
  description: 'Telos is a next-generation Delegated Proof of Stake (DPOS) Layer-1 blockchain network. It features unsurpassed compatibility for developers and provides an extensive suite of tools and onboarding support to develop and deploy smart contracts on the worlds fastest, most scalable, and affordable Telos EVM',
2814
2826
  documentation: 'https://docs.telos.net/',
2815
2827
  bridge: 'layer-zero',
2816
- risks: ['NO_TIMELOCK'],
2828
+ tags: ['NO_TIMELOCK'],
2817
2829
  },
2818
2830
  AWE: {
2819
2831
  name: 'AWE Network',
@@ -2826,7 +2838,7 @@ export const tokens = {
2826
2838
  website: 'https://www.awenetwork.ai/',
2827
2839
  description: 'AWE Network is opening the portal to Autonomous Worlds where AI Agents collaborate, adapt and evolve. The Autonomous Worlds Engine (AWE) is a modular framework enabling the creation of self-sustaining worlds for scalable agent-agent and human-agent collaboration.',
2828
2840
  documentation: 'https://docs.awenetwork.ai/',
2829
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2841
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2830
2842
  },
2831
2843
  CXT: {
2832
2844
  name: 'Covalent X token',
@@ -2840,7 +2852,7 @@ export const tokens = {
2840
2852
  description: 'Covalent is the leading modular data infrastructure layer that is dedicated to solving the Long-Term Data Availability and the verifiability problem in AI. A multi-sided platform designed to eventually be self-sufficient, the Covalent Network works by capturing and indexing blockchain data and storing it across multiple points on the network. Anyone can then access this data instantly through querying the GoldRush API (formerly known as the Unified API).',
2841
2853
  documentation: 'https://www.covalenthq.com/docs/introduction',
2842
2854
  bridge: 'base-canonical',
2843
- risks: ['NO_TIMELOCK'],
2855
+ tags: ['NO_TIMELOCK'],
2844
2856
  },
2845
2857
  FLOCK: {
2846
2858
  name: 'FLock.io',
@@ -2853,7 +2865,7 @@ export const tokens = {
2853
2865
  website: 'https://www.flock.io/',
2854
2866
  description: 'FLock.io seeks to decentralise training and value alignment. We ensure that AI objectives match the public’s ethics and societal aims, that decision-making falls to communities, and that usefulness is a top priority.',
2855
2867
  documentation: 'https://docs.flock.io/',
2856
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2868
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2857
2869
  },
2858
2870
  SYND: {
2859
2871
  name: 'Syndicate',
@@ -2867,7 +2879,7 @@ export const tokens = {
2867
2879
  description: 'Infrastructure for scalable, programmable, atomically composable appchains. Giving you complete control over your network, sequencer, and economy.',
2868
2880
  documentation: 'https://docs.syndicate.io/en/docs/syndicate-stack/get-started/introduction',
2869
2881
  bridge: 'base-canonical',
2870
- risks: ['NO_TIMELOCK'],
2882
+ tags: ['NO_TIMELOCK'],
2871
2883
  },
2872
2884
  MOCA: {
2873
2885
  name: 'Moca',
@@ -2881,7 +2893,7 @@ export const tokens = {
2881
2893
  description: 'Co-creating the largest web3 cultural economy with $MOCA holders',
2882
2894
  documentation: 'https://moca.foundation/moca-coin',
2883
2895
  bridge: 'layer-zero',
2884
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2896
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2885
2897
  },
2886
2898
  RIPE: {
2887
2899
  name: 'RipeToken',
@@ -2908,7 +2920,7 @@ export const tokens = {
2908
2920
  description: 'SIRE is the first agentic on-chain sports-betting hedge fund, built for DeFAI.',
2909
2921
  documentation: 'https://docs.sire.bot/',
2910
2922
  bridge: 'native',
2911
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2923
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2912
2924
  },
2913
2925
  LCAP: {
2914
2926
  name: 'CF Large Cap Index',
@@ -2935,7 +2947,7 @@ export const tokens = {
2935
2947
  description: 'DIEM token represents perpetual tokenized inference. Each Diem provides $1 per day of API credit, forever. Only VVV holders can mint these tokens, creating the first-ever tradeable direct AI compute asset.',
2936
2948
  documentation: 'https://venice.ai/blog/',
2937
2949
  bridge: 'native',
2938
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2950
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2939
2951
  },
2940
2952
  VFY: {
2941
2953
  name: 'zkVerify',
@@ -2949,7 +2961,7 @@ export const tokens = {
2949
2961
  description: 'More than a token – VFY is your ownership stake in the infrastructure propelling the next age of the Internet. As the government, the private sector, and daily life increasingly shift online, your stake becomes more beneficial.',
2950
2962
  documentation: 'https://docs.zkverify.io/',
2951
2963
  bridge: 'layer-zero',
2952
- risks: ['NO_TIMELOCK'],
2964
+ tags: ['NO_TIMELOCK'],
2953
2965
  },
2954
2966
  LITKEY: {
2955
2967
  name: 'Lit Protocol',
@@ -2976,7 +2988,7 @@ export const tokens = {
2976
2988
  description: 'Predict crypto & stock prices with nonstop hourly and daily markets. Trade anytime, anywhere. ',
2977
2989
  documentation: 'https://limitlesslabs.notion.site/',
2978
2990
  bridge: 'native',
2979
- risks: ['LARGE_HOLDERS'],
2991
+ tags: ['LARGE_HOLDERS'],
2980
2992
  },
2981
2993
  SEDA: {
2982
2994
  name: 'SEDA',
@@ -2990,7 +3002,7 @@ export const tokens = {
2990
3002
  description: 'SEDA is a layer one for programmable oracle infrastructure. SEDA is backed by leading investors across the world with over $22 million in funding from Coinbase, Reciprocal Ventures, Coinfund, Distributed Global and more.',
2991
3003
  documentation: 'https://docs.seda.xyz/home',
2992
3004
  bridge: 'hyperlane',
2993
- risks: ['NO_TIMELOCK'],
3005
+ tags: ['NO_TIMELOCK'],
2994
3006
  },
2995
3007
  kVCM: {
2996
3008
  name: 'Klima Protocol kVCM',
@@ -3004,7 +3016,7 @@ export const tokens = {
3004
3016
  description: 'Klima Protocol is open infrastructure for climate finance—pricing and purchasing carbon credits, selling retirements, and incentivizing deep liquidity.',
3005
3017
  documentation: 'https://docs.klimaprotocol.com/',
3006
3018
  bridge: 'native',
3007
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3019
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3008
3020
  },
3009
3021
  SEND: {
3010
3022
  name: 'Send',
@@ -3018,7 +3030,7 @@ export const tokens = {
3018
3030
  description: 'Send is building the future of money where payments are instant, access is seamless, and privacy is non-negotiable. The platform lets anyone, anywhere send, save, and earn with just a smartphone.',
3019
3031
  documentation: 'https://info.send.it/',
3020
3032
  bridge: 'native',
3021
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3033
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3022
3034
  },
3023
3035
  SOL: {
3024
3036
  name: 'Solana',