@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -70,7 +70,7 @@ exports.tokens = {
70
70
  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.',
71
71
  bridge: 'layer-zero',
72
72
  documentation: 'https://docs.angle.money/',
73
- risks: ['SYNTH_STABLE'],
73
+ tags: ['STABLECOIN', 'SYNTHETIC'],
74
74
  },
75
75
  USDA: {
76
76
  name: 'USDA',
@@ -84,7 +84,7 @@ exports.tokens = {
84
84
  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.',
85
85
  bridge: 'layer-zero',
86
86
  documentation: 'https://docs.angle.money/',
87
- risks: ['SYNTH_STABLE'],
87
+ tags: ['STABLECOIN', 'SYNTHETIC'],
88
88
  },
89
89
  THALES: {
90
90
  name: 'Thales DAO Token',
@@ -189,6 +189,7 @@ exports.tokens = {
189
189
  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.',
190
190
  documentation: 'https://docs.overnight.fi/',
191
191
  bridge: 'native',
192
+ tags: ['CURATED'],
192
193
  },
193
194
  'DAI+': {
194
195
  name: 'DAI+',
@@ -202,6 +203,7 @@ exports.tokens = {
202
203
  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.',
203
204
  documentation: 'https://docs.overnight.fi/',
204
205
  bridge: 'native',
206
+ tags: ['CURATED'],
205
207
  },
206
208
  OVN: {
207
209
  name: 'OVN',
@@ -228,7 +230,7 @@ exports.tokens = {
228
230
  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.',
229
231
  documentation: 'https://docs.abracadabra.money/',
230
232
  bridge: 'layer-zero',
231
- risks: ['SYNTH_STABLE'],
233
+ tags: ['STABLECOIN', 'SYNTHETIC'],
232
234
  },
233
235
  cbETH: {
234
236
  name: 'Coinbase Wrapped Staked ETH',
@@ -255,6 +257,7 @@ exports.tokens = {
255
257
  bridge: 'axelar',
256
258
  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.',
257
259
  documentation: 'https://docs.axelar.dev/learn/axlusdc',
260
+ tags: ['STABLECOIN'],
258
261
  },
259
262
  axlUSDT: {
260
263
  name: 'USDT',
@@ -268,6 +271,7 @@ exports.tokens = {
268
271
  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.',
269
272
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
270
273
  bridge: 'axelar',
274
+ tags: ['STABLECOIN'],
271
275
  },
272
276
  OGRE: {
273
277
  name: 'SHREKT',
@@ -294,6 +298,7 @@ exports.tokens = {
294
298
  logoURI: '',
295
299
  documentation: 'https://www.circle.com/blog/usdc-now-available-natively-on-base',
296
300
  bridge: 'base-canonical',
301
+ tags: ['STABLECOIN'],
297
302
  },
298
303
  USDC: {
299
304
  name: 'USD Circle',
@@ -307,6 +312,7 @@ exports.tokens = {
307
312
  logoURI: '',
308
313
  documentation: 'https://developers.circle.com/docs',
309
314
  bridge: 'native',
315
+ tags: ['STABLECOIN'],
310
316
  },
311
317
  DAI: {
312
318
  name: 'DAI Stablecoin',
@@ -320,7 +326,7 @@ exports.tokens = {
320
326
  bridge: 'base-canonical',
321
327
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
322
328
  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',
323
- risks: ['SYNTH_STABLE'],
329
+ tags: ['STABLECOIN', 'SYNTHETIC'],
324
330
  },
325
331
  AERO: {
326
332
  name: 'Aerodrome',
@@ -347,7 +353,7 @@ exports.tokens = {
347
353
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
348
354
  bridge: 'base-canonical',
349
355
  documentation: 'https://docs.inverse.finance/',
350
- risks: ['SYNTH_STABLE'],
356
+ tags: ['STABLECOIN', 'SYNTHETIC'],
351
357
  },
352
358
  MAI: {
353
359
  name: 'Mai Stablecoin',
@@ -361,7 +367,7 @@ exports.tokens = {
361
367
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
362
368
  documentation: 'https://docs.mai.finance/',
363
369
  bridge: 'native',
364
- risks: ['SYNTH_STABLE'],
370
+ tags: ['STABLECOIN', 'SYNTHETIC'],
365
371
  },
366
372
  wUSDR: {
367
373
  name: 'Real USD',
@@ -375,6 +381,7 @@ exports.tokens = {
375
381
  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.',
376
382
  logoURI: '',
377
383
  bridge: 'layer-zero',
384
+ tags: ['SYNTHETIC'],
378
385
  },
379
386
  tBTC: {
380
387
  name: 'tBTC v2',
@@ -400,6 +407,7 @@ exports.tokens = {
400
407
  description: 'Based offers intent-based P2P derivatives with deep liquidity sourced from centralized exchanges.',
401
408
  logoURI: '',
402
409
  bridge: 'native',
410
+ tags: ['SYNTHETIC'],
403
411
  },
404
412
  crvUSD: {
405
413
  name: 'Curve USD Stablecoin',
@@ -413,7 +421,7 @@ exports.tokens = {
413
421
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
414
422
  documentation: 'https://docs.curve.finance/crvUSD/overview/',
415
423
  bridge: 'base-canonical',
416
- risks: ['SYNTH_STABLE'],
424
+ tags: ['STABLECOIN', 'SYNTHETIC'],
417
425
  },
418
426
  bsUSD: {
419
427
  name: 'Balancer Stable Pool',
@@ -427,7 +435,7 @@ exports.tokens = {
427
435
  bridge: 'native',
428
436
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
429
437
  description: 'Balancer composable pool that consist of USDbC and DAI. bbTokens are boosted linear pools.',
430
- risks: ['SYNTH_STABLE'],
438
+ tags: ['STABLECOIN', 'SYNTHETIC'],
431
439
  },
432
440
  BVM: {
433
441
  name: 'Base Velocimeter',
@@ -505,7 +513,7 @@ exports.tokens = {
505
513
  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.',
506
514
  documentation: '',
507
515
  bridge: 'native',
508
- risks: ['SYNTH_STABLE'],
516
+ tags: ['STABLECOIN', 'SYNTHETIC'],
509
517
  },
510
518
  eUSD: {
511
519
  name: 'Electronic Dollar',
@@ -519,7 +527,7 @@ exports.tokens = {
519
527
  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.',
520
528
  documentation: 'https://reserve.org/protocol/',
521
529
  bridge: 'base-canonical',
522
- risks: ['SYNTH_STABLE'],
530
+ tags: ['STABLECOIN', 'SYNTHETIC'],
523
531
  },
524
532
  wstETH: {
525
533
  name: 'Wrapped liquid staked Ether 2.0',
@@ -650,7 +658,7 @@ exports.tokens = {
650
658
  description: 'Degen is an unofficial token that were distributed to the community on the decentralized social network, Farcaster.',
651
659
  documentation: 'https://www.degen.tips/faq',
652
660
  bridge: 'native',
653
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
661
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
654
662
  },
655
663
  doginme: {
656
664
  name: 'doginme',
@@ -689,7 +697,7 @@ exports.tokens = {
689
697
  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.',
690
698
  documentation: 'https://reserve.org/protocol/',
691
699
  bridge: 'base-canonical',
692
- risks: ['SYNTH_STABLE'],
700
+ tags: ['STABLECOIN', 'SYNTHETIC'],
693
701
  },
694
702
  TN100x: {
695
703
  name: 'The Next 100x Memecoin on Base',
@@ -702,7 +710,7 @@ exports.tokens = {
702
710
  website: 'https://ham.fun/',
703
711
  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.',
704
712
  bridge: 'native',
705
- risks: ['NO_TIMELOCK'],
713
+ tags: ['NO_TIMELOCK'],
706
714
  },
707
715
  CHAD: {
708
716
  name: 'Based Chad',
@@ -752,7 +760,7 @@ exports.tokens = {
752
760
  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.',
753
761
  documentation: 'https://ethxy.com/',
754
762
  bridge: 'base-canonical',
755
- risks: ['NO_TIMELOCK'],
763
+ tags: ['NO_TIMELOCK'],
756
764
  },
757
765
  sFRAX: {
758
766
  name: 'Staked FRAX',
@@ -766,7 +774,7 @@ exports.tokens = {
766
774
  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.',
767
775
  documentation: 'https://docs.frax.finance/frax-v3/sfrax',
768
776
  bridge: 'layer-zero',
769
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
777
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
770
778
  },
771
779
  sfrxETH: {
772
780
  name: 'Staked Frax Ether',
@@ -780,7 +788,7 @@ exports.tokens = {
780
788
  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.',
781
789
  documentation: 'https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth',
782
790
  bridge: 'layer-zero',
783
- risks: ['NO_TIMELOCK'],
791
+ tags: ['NO_TIMELOCK'],
784
792
  },
785
793
  FXS: {
786
794
  name: 'Frax Share',
@@ -794,7 +802,7 @@ exports.tokens = {
794
802
  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. ',
795
803
  documentation: 'https://docs.frax.finance/',
796
804
  bridge: 'layer-zero',
797
- risks: ['NO_TIMELOCK'],
805
+ tags: ['NO_TIMELOCK'],
798
806
  },
799
807
  ezETH: {
800
808
  name: 'Renzo Restaked ETH',
@@ -808,7 +816,7 @@ exports.tokens = {
808
816
  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.',
809
817
  documentation: 'https://docs.renzoprotocol.com/docs/',
810
818
  bridge: 'connext',
811
- risks: ['NO_TIMELOCK'],
819
+ tags: ['NO_TIMELOCK'],
812
820
  },
813
821
  bWELL: {
814
822
  name: 'WELL',
@@ -974,7 +982,7 @@ exports.tokens = {
974
982
  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%.',
975
983
  bridge: 'base-canonical',
976
984
  documentation: 'https://docs.liquity.org/',
977
- risks: ['SYNTH_STABLE'],
985
+ tags: ['STABLECOIN', 'SYNTHETIC'],
978
986
  },
979
987
  GENOME: {
980
988
  name: 'GENOME',
@@ -1000,7 +1008,7 @@ exports.tokens = {
1000
1008
  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.',
1001
1009
  documentation: 'https://kelp.gitbook.io/kelp',
1002
1010
  bridge: 'stargate',
1003
- risks: ['NO_TIMELOCK'],
1011
+ tags: ['NO_TIMELOCK'],
1004
1012
  },
1005
1013
  weETH: {
1006
1014
  name: 'Wrapped eETH',
@@ -1014,7 +1022,7 @@ exports.tokens = {
1014
1022
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1015
1023
  documentation: 'https://etherfi.gitbook.io/etherfi',
1016
1024
  bridge: 'stargate',
1017
- risks: ['NO_TIMELOCK'],
1025
+ tags: ['NO_TIMELOCK'],
1018
1026
  },
1019
1027
  KLIMA: {
1020
1028
  name: 'Klima DAO',
@@ -1028,7 +1036,7 @@ exports.tokens = {
1028
1036
  documentation: 'https://docs.klimadao.finance/',
1029
1037
  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.',
1030
1038
  bridge: 'axelar',
1031
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1039
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1032
1040
  },
1033
1041
  USDz: {
1034
1042
  name: 'Anzen USDz',
@@ -1042,7 +1050,7 @@ exports.tokens = {
1042
1050
  website: 'https://anzen.finance/',
1043
1051
  documentation: 'https://docs.anzen.finance/',
1044
1052
  bridge: 'layer-zero',
1045
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1053
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1046
1054
  },
1047
1055
  GHST: {
1048
1056
  name: 'Aavegotchi GHST Token',
@@ -1082,6 +1090,7 @@ exports.tokens = {
1082
1090
  documentation: 'https://tether.to/en/how-it-works',
1083
1091
  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.',
1084
1092
  bridge: 'base-canonical',
1093
+ tags: ['STABLECOIN'],
1085
1094
  },
1086
1095
  UNI: {
1087
1096
  name: 'Uniswap',
@@ -1134,7 +1143,7 @@ exports.tokens = {
1134
1143
  bridge: 'chainlink-ccip',
1135
1144
  logoURI: 'https://i.imgur.com/ZvP634G.png',
1136
1145
  documentation: 'https://learn.jarvis.network/',
1137
- risks: ['SYNTH_STABLE'],
1146
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1138
1147
  },
1139
1148
  sUSDz: {
1140
1149
  name: 'Staked USDz',
@@ -1148,7 +1157,7 @@ exports.tokens = {
1148
1157
  website: 'https://anzen.finance/',
1149
1158
  documentation: 'https://docs.anzen.finance/',
1150
1159
  bridge: 'layer-zero',
1151
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1160
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1152
1161
  },
1153
1162
  msUSD: {
1154
1163
  name: 'Metronome Synth USD',
@@ -1162,7 +1171,7 @@ exports.tokens = {
1162
1171
  website: 'https://metronome.io/',
1163
1172
  documentation: 'https://docs.metronome.io/',
1164
1173
  bridge: 'layer-zero',
1165
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1174
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1166
1175
  },
1167
1176
  msETH: {
1168
1177
  name: 'Metronome Synth ETH',
@@ -1176,7 +1185,7 @@ exports.tokens = {
1176
1185
  website: 'https://metronome.io/',
1177
1186
  documentation: 'https://docs.metronome.io/',
1178
1187
  bridge: 'layer-zero',
1179
- risks: ['NO_TIMELOCK'],
1188
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1180
1189
  },
1181
1190
  CHOMP: {
1182
1191
  name: 'ChompCoin',
@@ -1225,6 +1234,7 @@ exports.tokens = {
1225
1234
  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.',
1226
1235
  website: 'https://www.circle.com/en/eurc',
1227
1236
  bridge: 'native',
1237
+ tags: ['STABLECOIN'],
1228
1238
  },
1229
1239
  PEPE: {
1230
1240
  name: 'BasedPepe',
@@ -1315,7 +1325,7 @@ exports.tokens = {
1315
1325
  documentation: 'https://etherfi.gitbook.io/etherfi',
1316
1326
  bridge: 'wormhole',
1317
1327
  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.',
1318
- risks: ['NO_TIMELOCK'],
1328
+ tags: ['NO_TIMELOCK'],
1319
1329
  },
1320
1330
  WIF: {
1321
1331
  name: 'dogwifhat',
@@ -1418,7 +1428,7 @@ exports.tokens = {
1418
1428
  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.',
1419
1429
  documentation: 'https://docs.originprotocol.com/',
1420
1430
  bridge: 'base-canonical',
1421
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1431
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1422
1432
  },
1423
1433
  BMX: {
1424
1434
  name: 'BMX',
@@ -1445,7 +1455,7 @@ exports.tokens = {
1445
1455
  website: 'https://www.virtuals.io/',
1446
1456
  documentation: 'https://whitepaper.virtuals.io/',
1447
1457
  bridge: 'base-canonical',
1448
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1458
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1449
1459
  },
1450
1460
  snARS: {
1451
1461
  name: 'Yield Bearing Num ARS',
@@ -1459,7 +1469,7 @@ exports.tokens = {
1459
1469
  website: 'https://num.finance/',
1460
1470
  documentation: 'https://new.num.finance/',
1461
1471
  bridge: 'native',
1462
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1472
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1463
1473
  },
1464
1474
  besnARS: {
1465
1475
  name: 'Beefy Escrow snARS',
@@ -1473,7 +1483,7 @@ exports.tokens = {
1473
1483
  website: 'https://num.finance/',
1474
1484
  documentation: 'https://new.num.finance/',
1475
1485
  bridge: 'native',
1476
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1486
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1477
1487
  },
1478
1488
  LUNA: {
1479
1489
  name: 'Luna by Virtuals',
@@ -1500,7 +1510,7 @@ exports.tokens = {
1500
1510
  website: 'https://www.spectrallabs.xyz/',
1501
1511
  documentation: 'https://docs.spectrallabs.xyz/',
1502
1512
  bridge: 'synapse',
1503
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1513
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1504
1514
  },
1505
1515
  TALENT: {
1506
1516
  name: 'Talent Protocol Token',
@@ -1514,7 +1524,7 @@ exports.tokens = {
1514
1524
  website: 'https://talentprotocol.com/',
1515
1525
  documentation: 'https://docs.talentprotocol.com/',
1516
1526
  bridge: 'native',
1517
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1527
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1518
1528
  },
1519
1529
  HIGHER: {
1520
1530
  name: 'Higher',
@@ -1540,7 +1550,7 @@ exports.tokens = {
1540
1550
  website: 'https://www.basedbrett.com/',
1541
1551
  documentation: 'https://www.basedbrett.com/#tokenomics',
1542
1552
  bridge: 'native',
1543
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1553
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1544
1554
  },
1545
1555
  ION: {
1546
1556
  name: 'Ionic',
@@ -1554,7 +1564,7 @@ exports.tokens = {
1554
1564
  website: 'https://app.ionic.money/',
1555
1565
  documentation: 'https://doc.ionic.money/',
1556
1566
  bridge: 'native',
1557
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1567
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1558
1568
  },
1559
1569
  OX: {
1560
1570
  name: 'OX Coin',
@@ -1568,7 +1578,7 @@ exports.tokens = {
1568
1578
  website: 'https://ox.fun/',
1569
1579
  documentation: 'https://support.ox.fun/',
1570
1580
  bridge: 'layer-zero',
1571
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1581
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1572
1582
  },
1573
1583
  MORE: {
1574
1584
  name: 'MORE',
@@ -1581,7 +1591,7 @@ exports.tokens = {
1581
1591
  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.',
1582
1592
  bridge: 'native',
1583
1593
  chainId: 8453,
1584
- risks: ['NO_TIMELOCK'],
1594
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1585
1595
  },
1586
1596
  CLANKER: {
1587
1597
  name: 'tokenbot',
@@ -1632,7 +1642,7 @@ exports.tokens = {
1632
1642
  website: 'https://blocklords.com/',
1633
1643
  documentation: 'https://wiki.blocklords.com/economy/currencies/usdlrds',
1634
1644
  bridge: 'base-canonical',
1635
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1645
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1636
1646
  },
1637
1647
  SUSHI: {
1638
1648
  name: 'Sushi',
@@ -1684,7 +1694,7 @@ exports.tokens = {
1684
1694
  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.",
1685
1695
  bridge: 'native',
1686
1696
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc',
1687
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
1697
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
1688
1698
  },
1689
1699
  EIGEN: {
1690
1700
  name: 'Eigen',
@@ -1736,7 +1746,7 @@ exports.tokens = {
1736
1746
  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.',
1737
1747
  documentation: 'https://docs.morpho.org/',
1738
1748
  bridge: 'base-canonical',
1739
- risks: ['NO_TIMELOCK'],
1749
+ tags: ['NO_TIMELOCK'],
1740
1750
  },
1741
1751
  PUBLIUS: {
1742
1752
  name: 'PUBLIUS',
@@ -1814,7 +1824,7 @@ exports.tokens = {
1814
1824
  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.',
1815
1825
  documentation: 'https://docs.gravity.xyz/',
1816
1826
  bridge: 'native',
1817
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1827
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1818
1828
  },
1819
1829
  ANZ: {
1820
1830
  name: 'Anzen Token',
@@ -1828,7 +1838,7 @@ exports.tokens = {
1828
1838
  description: 'Anzen is a decentralized platform providing access to USDz, which is a digital token backed by a diversified portfolio of private credit assets.',
1829
1839
  documentation: 'https://docs.anzen.finance/',
1830
1840
  bridge: 'native',
1831
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1841
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1832
1842
  },
1833
1843
  TAROT: {
1834
1844
  name: 'Tarot',
@@ -1842,7 +1852,7 @@ exports.tokens = {
1842
1852
  description: 'Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.',
1843
1853
  documentation: 'https://docs.tarot.to/',
1844
1854
  bridge: 'layer-zero',
1845
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1855
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1846
1856
  },
1847
1857
  ODOS: {
1848
1858
  name: 'Odos Token',
@@ -1869,7 +1879,7 @@ exports.tokens = {
1869
1879
  description: 'The Derive Protocol is a collection of smart contracts that collectively create a decentralised and self-custodial derivatives protocol.',
1870
1880
  documentation: 'https://docs.derive.xyz/',
1871
1881
  bridge: 'layer-zero',
1872
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1882
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1873
1883
  },
1874
1884
  FAI: {
1875
1885
  name: 'FAI',
@@ -1896,7 +1906,7 @@ exports.tokens = {
1896
1906
  description: 'Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.',
1897
1907
  documentation: 'https://whitepaper.superchamps.com/champ-tokenomics',
1898
1908
  bridge: '',
1899
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1909
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1900
1910
  },
1901
1911
  uSUI: {
1902
1912
  name: 'Sui (Universal)',
@@ -1910,7 +1920,7 @@ exports.tokens = {
1910
1920
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1911
1921
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1912
1922
  bridge: 'native',
1913
- risks: ['NO_TIMELOCK'],
1923
+ tags: ['NO_TIMELOCK'],
1914
1924
  },
1915
1925
  uSOL: {
1916
1926
  name: 'Solana (Universal)',
@@ -1924,7 +1934,7 @@ exports.tokens = {
1924
1934
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1925
1935
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1926
1936
  bridge: 'native',
1927
- risks: ['NO_TIMELOCK'],
1937
+ tags: ['NO_TIMELOCK'],
1928
1938
  },
1929
1939
  uXRP: {
1930
1940
  name: 'XRP (Universal)',
@@ -1938,7 +1948,7 @@ exports.tokens = {
1938
1948
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1939
1949
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1940
1950
  bridge: 'native',
1941
- risks: ['NO_TIMELOCK'],
1951
+ tags: ['NO_TIMELOCK'],
1942
1952
  },
1943
1953
  uADA: {
1944
1954
  name: 'Cardano (Universal)',
@@ -1952,7 +1962,7 @@ exports.tokens = {
1952
1962
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1953
1963
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1954
1964
  bridge: 'native',
1955
- risks: ['NO_TIMELOCK'],
1965
+ tags: ['NO_TIMELOCK'],
1956
1966
  },
1957
1967
  uLINK: {
1958
1968
  name: 'Chainlink (Universal)',
@@ -1966,7 +1976,7 @@ exports.tokens = {
1966
1976
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1967
1977
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1968
1978
  bridge: 'native',
1969
- risks: ['NO_TIMELOCK'],
1979
+ tags: ['NO_TIMELOCK'],
1970
1980
  },
1971
1981
  uDOGE: {
1972
1982
  name: 'Dogecoin (Universal)',
@@ -1980,7 +1990,7 @@ exports.tokens = {
1980
1990
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1981
1991
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1982
1992
  bridge: 'native',
1983
- risks: ['NO_TIMELOCK'],
1993
+ tags: ['NO_TIMELOCK'],
1984
1994
  },
1985
1995
  uNEAR: {
1986
1996
  name: 'NEAR (Universal)',
@@ -1994,7 +2004,7 @@ exports.tokens = {
1994
2004
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1995
2005
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1996
2006
  bridge: 'native',
1997
- risks: ['NO_TIMELOCK'],
2007
+ tags: ['NO_TIMELOCK'],
1998
2008
  },
1999
2009
  uAPT: {
2000
2010
  name: 'Aptos (Universal)',
@@ -2008,7 +2018,7 @@ exports.tokens = {
2008
2018
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2009
2019
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2010
2020
  bridge: 'native',
2011
- risks: ['NO_TIMELOCK'],
2021
+ tags: ['NO_TIMELOCK'],
2012
2022
  },
2013
2023
  uSEI: {
2014
2024
  name: 'Sei (Universal)',
@@ -2022,7 +2032,7 @@ exports.tokens = {
2022
2032
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2023
2033
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2024
2034
  bridge: 'native',
2025
- risks: ['NO_TIMELOCK'],
2035
+ tags: ['NO_TIMELOCK'],
2026
2036
  },
2027
2037
  REI: {
2028
2038
  name: 'Unit 00 - Rei',
@@ -2062,7 +2072,7 @@ exports.tokens = {
2062
2072
  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.',
2063
2073
  documentation: 'https://venice.ai/blog',
2064
2074
  bridge: 'native',
2065
- risks: ['NO_TIMELOCK'],
2075
+ tags: ['NO_TIMELOCK'],
2066
2076
  },
2067
2077
  Bold: {
2068
2078
  name: 'Bold Stablecoin',
@@ -2076,7 +2086,7 @@ exports.tokens = {
2076
2086
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
2077
2087
  documentation: 'https://docs.liquity.org/',
2078
2088
  bridge: 'chainlink-ccip',
2079
- risks: ['SYNTH_STABLE'],
2089
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2080
2090
  },
2081
2091
  USR: {
2082
2092
  name: 'Resolv USD',
@@ -2089,7 +2099,7 @@ exports.tokens = {
2089
2099
  documentation: 'https://docs.resolv.xyz/',
2090
2100
  description: 'Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar',
2091
2101
  bridge: 'layer-zero',
2092
- risks: ['SYNTH_STABLE'],
2102
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2093
2103
  },
2094
2104
  FLAY: {
2095
2105
  name: 'Flayer',
@@ -2115,7 +2125,7 @@ exports.tokens = {
2115
2125
  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.',
2116
2126
  documentation: 'https://learn.b3.fun/claim-comprehensive-faq',
2117
2127
  bridge: 'native',
2118
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2128
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2119
2129
  },
2120
2130
  VEIL: {
2121
2131
  name: 'VEIL Token',
@@ -2167,7 +2177,7 @@ exports.tokens = {
2167
2177
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2168
2178
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2169
2179
  bridge: 'native',
2170
- risks: ['NO_TIMELOCK'],
2180
+ tags: ['NO_TIMELOCK'],
2171
2181
  },
2172
2182
  uSHIB: {
2173
2183
  name: 'Shiba Inu (Universal)',
@@ -2180,7 +2190,7 @@ exports.tokens = {
2180
2190
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
2181
2191
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
2182
2192
  bridge: 'native',
2183
- risks: ['NO_TIMELOCK'],
2193
+ tags: ['NO_TIMELOCK'],
2184
2194
  },
2185
2195
  KAITO: {
2186
2196
  name: 'KAITO',
@@ -2242,7 +2252,7 @@ exports.tokens = {
2242
2252
  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.',
2243
2253
  documentation: 'https://morpheusai.gitbook.io/morpheus/',
2244
2254
  bridge: 'layer-zero',
2245
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2255
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2246
2256
  },
2247
2257
  KTA: {
2248
2258
  name: 'Keeta',
@@ -2269,7 +2279,7 @@ exports.tokens = {
2269
2279
  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.',
2270
2280
  documentation: '',
2271
2281
  bridge: 'native',
2272
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2282
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2273
2283
  },
2274
2284
  CADC: {
2275
2285
  name: 'CAD Coin',
@@ -2283,7 +2293,7 @@ exports.tokens = {
2283
2293
  description: 'CADC is a fully reserved CAD dollar stablecoin issued by Paytrie, redeemable 1:1 for Canadian dollars',
2284
2294
  documentation: 'https://faq.paytrie.com/help',
2285
2295
  bridge: 'native',
2286
- risks: ['NO_TIMELOCK'],
2296
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
2287
2297
  },
2288
2298
  yTRYB: {
2289
2299
  name: 'Yield TRYB',
@@ -2297,7 +2307,7 @@ exports.tokens = {
2297
2307
  description: 'TRYB is a stablecoin developed by BiLira that is pegged 1:1 to the Turkish lira and 100% backed by reserves.',
2298
2308
  documentation: 'https://support.bilira.co/',
2299
2309
  bridge: 'native',
2300
- risks: ['NO_TIMELOCK'],
2310
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2301
2311
  },
2302
2312
  IDRX: {
2303
2313
  name: 'IDRX',
@@ -2311,7 +2321,7 @@ exports.tokens = {
2311
2321
  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.',
2312
2322
  documentation: 'https://docs.idrx.co/',
2313
2323
  bridge: 'idrx',
2314
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2324
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2315
2325
  },
2316
2326
  OVER: {
2317
2327
  name: 'Overtime DAO Token',
@@ -2325,7 +2335,7 @@ exports.tokens = {
2325
2335
  description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
2326
2336
  documentation: 'https://docs.overtime.io/',
2327
2337
  bridge: 'chainlink-ccip',
2328
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2338
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2329
2339
  },
2330
2340
  EDGE: {
2331
2341
  name: 'Edge',
@@ -2339,7 +2349,7 @@ exports.tokens = {
2339
2349
  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.',
2340
2350
  documentation: 'https://docs.definitive.fi/',
2341
2351
  bridge: 'native',
2342
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2352
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
2343
2353
  },
2344
2354
  OUSDT: {
2345
2355
  name: 'OpenUSDT',
@@ -2353,7 +2363,7 @@ exports.tokens = {
2353
2363
  description: 'OpenUSDT is a future-proof interoperable USDT stablecoin for the OP Superchain enabling shared liquidity and interchain applications.',
2354
2364
  documentation: 'https://docs.openusdt.xyz/',
2355
2365
  bridge: 'chainlink-ccip',
2356
- risks: ['NO_TIMELOCK'],
2366
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
2357
2367
  },
2358
2368
  GHO: {
2359
2369
  name: 'GHO Token',
@@ -2380,7 +2390,7 @@ exports.tokens = {
2380
2390
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
2381
2391
  bridge: 'native',
2382
2392
  description: 'Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
2383
- risks: ['SYNTH_STABLE'],
2393
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2384
2394
  },
2385
2395
  waBasUSDC: {
2386
2396
  name: 'Wrapped Aave USD Coin',
@@ -2394,6 +2404,7 @@ exports.tokens = {
2394
2404
  chainId: 8453,
2395
2405
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
2396
2406
  documentation: 'https://www.circle.com/en/usdc-multichain/base',
2407
+ tags: ['STABLECOIN'],
2397
2408
  },
2398
2409
  'Base is for everyone': {
2399
2410
  name: 'Base is for everyone',
@@ -2459,6 +2470,7 @@ exports.tokens = {
2459
2470
  bridge: 'native',
2460
2471
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
2461
2472
  documentation: 'https://www.circle.com/en/usdc-multichain/base',
2473
+ tags: ['STABLECOIN'],
2462
2474
  },
2463
2475
  sUSDS: {
2464
2476
  name: 'Savings USDS',
@@ -2471,7 +2483,7 @@ exports.tokens = {
2471
2483
  documentation: 'https://docs.sky.money/',
2472
2484
  description: "SavingsUSDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.",
2473
2485
  bridge: 'base-canonical',
2474
- risks: ['SYNTH_STABLE'],
2486
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2475
2487
  },
2476
2488
  scrvUSD: {
2477
2489
  name: 'Savings crvUSD',
@@ -2483,7 +2495,7 @@ exports.tokens = {
2483
2495
  website: 'https://www.curve.finance/',
2484
2496
  description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
2485
2497
  documentation: 'https://resources.curve.finance/crvusd/scrvusd',
2486
- risks: ['SYNTH_STABLE'],
2498
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2487
2499
  },
2488
2500
  ZORA: {
2489
2501
  name: 'ZORA',
@@ -2496,7 +2508,7 @@ exports.tokens = {
2496
2508
  documentation: 'https://docs.zora.co/',
2497
2509
  description: 'A social network where every post is a coin.',
2498
2510
  bridge: 'native',
2499
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2511
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2500
2512
  },
2501
2513
  TRUE: {
2502
2514
  name: 'TRUE',
@@ -2522,7 +2534,7 @@ exports.tokens = {
2522
2534
  description: '$noice will become a global, social currency. Tip on Farcaster.',
2523
2535
  documentation: 'https://noice.so/#section-how',
2524
2536
  bridge: 'native',
2525
- risks: ['LARGE_HOLDERS'],
2537
+ tags: ['LARGE_HOLDERS'],
2526
2538
  },
2527
2539
  BOLDV2: {
2528
2540
  name: 'BOLD Stablecoin',
@@ -2536,7 +2548,7 @@ exports.tokens = {
2536
2548
  documentation: 'https://docs.liquity.org/',
2537
2549
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
2538
2550
  bridge: 'chainlink-ccip',
2539
- risks: ['SYNTH_STABLE'],
2551
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2540
2552
  },
2541
2553
  GIZA: {
2542
2554
  name: 'Giza',
@@ -2693,7 +2705,7 @@ exports.tokens = {
2693
2705
  description: 'Trade crypto, forex, metals, commodities, indices, straight from your wallet.',
2694
2706
  documentation: 'https://docs.avantisfi.com/',
2695
2707
  bridge: 'native',
2696
- risks: ['NO_TIMELOCK'],
2708
+ tags: ['NO_TIMELOCK'],
2697
2709
  },
2698
2710
  VELVET: {
2699
2711
  name: 'Velvet',
@@ -2720,7 +2732,7 @@ exports.tokens = {
2720
2732
  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.',
2721
2733
  documentation: 'https://docs.soo.network/introduction/what-is-soon',
2722
2734
  bridge: 'layer-zero',
2723
- risks: ['NO_TIMELOCK'],
2735
+ tags: ['NO_TIMELOCK'],
2724
2736
  },
2725
2737
  SAPIEN: {
2726
2738
  name: 'Sapien',
@@ -2734,7 +2746,7 @@ exports.tokens = {
2734
2746
  description: 'Sapien is a decentralized network, connecting you directly to leading AI companies',
2735
2747
  documentation: 'https://earn.sapien.io/',
2736
2748
  bridge: 'native',
2737
- risks: ['LARGE_HOLDERS'],
2749
+ tags: ['LARGE_HOLDERS'],
2738
2750
  },
2739
2751
  AVAIL: {
2740
2752
  name: 'Avail (Wormhole)',
@@ -2761,7 +2773,7 @@ exports.tokens = {
2761
2773
  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.',
2762
2774
  documentation: 'https://docs.botto.com/',
2763
2775
  bridge: 'base-canonical',
2764
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2776
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2765
2777
  },
2766
2778
  MCADE: {
2767
2779
  name: 'Metacade',
@@ -2788,7 +2800,7 @@ exports.tokens = {
2788
2800
  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.',
2789
2801
  documentation: 'https://docs.spectra.finance/',
2790
2802
  bridge: 'layer-zero',
2791
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2803
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2792
2804
  },
2793
2805
  SQD: {
2794
2806
  name: 'Subsquid',
@@ -2802,7 +2814,7 @@ exports.tokens = {
2802
2814
  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.',
2803
2815
  documentation: 'https://docs.sqd.ai/',
2804
2816
  bridge: 'base-canonical',
2805
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2817
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2806
2818
  },
2807
2819
  TLOS: {
2808
2820
  name: 'TLOS',
@@ -2816,7 +2828,7 @@ exports.tokens = {
2816
2828
  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',
2817
2829
  documentation: 'https://docs.telos.net/',
2818
2830
  bridge: 'layer-zero',
2819
- risks: ['NO_TIMELOCK'],
2831
+ tags: ['NO_TIMELOCK'],
2820
2832
  },
2821
2833
  AWE: {
2822
2834
  name: 'AWE Network',
@@ -2829,7 +2841,7 @@ exports.tokens = {
2829
2841
  website: 'https://www.awenetwork.ai/',
2830
2842
  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.',
2831
2843
  documentation: 'https://docs.awenetwork.ai/',
2832
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2844
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2833
2845
  },
2834
2846
  CXT: {
2835
2847
  name: 'Covalent X token',
@@ -2843,7 +2855,7 @@ exports.tokens = {
2843
2855
  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).',
2844
2856
  documentation: 'https://www.covalenthq.com/docs/introduction',
2845
2857
  bridge: 'base-canonical',
2846
- risks: ['NO_TIMELOCK'],
2858
+ tags: ['NO_TIMELOCK'],
2847
2859
  },
2848
2860
  FLOCK: {
2849
2861
  name: 'FLock.io',
@@ -2856,7 +2868,7 @@ exports.tokens = {
2856
2868
  website: 'https://www.flock.io/',
2857
2869
  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.',
2858
2870
  documentation: 'https://docs.flock.io/',
2859
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2871
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2860
2872
  },
2861
2873
  SYND: {
2862
2874
  name: 'Syndicate',
@@ -2870,7 +2882,7 @@ exports.tokens = {
2870
2882
  description: 'Infrastructure for scalable, programmable, atomically composable appchains. Giving you complete control over your network, sequencer, and economy.',
2871
2883
  documentation: 'https://docs.syndicate.io/en/docs/syndicate-stack/get-started/introduction',
2872
2884
  bridge: 'base-canonical',
2873
- risks: ['NO_TIMELOCK'],
2885
+ tags: ['NO_TIMELOCK'],
2874
2886
  },
2875
2887
  MOCA: {
2876
2888
  name: 'Moca',
@@ -2884,7 +2896,7 @@ exports.tokens = {
2884
2896
  description: 'Co-creating the largest web3 cultural economy with $MOCA holders',
2885
2897
  documentation: 'https://moca.foundation/moca-coin',
2886
2898
  bridge: 'layer-zero',
2887
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2899
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2888
2900
  },
2889
2901
  RIPE: {
2890
2902
  name: 'RipeToken',
@@ -2911,7 +2923,7 @@ exports.tokens = {
2911
2923
  description: 'SIRE is the first agentic on-chain sports-betting hedge fund, built for DeFAI.',
2912
2924
  documentation: 'https://docs.sire.bot/',
2913
2925
  bridge: 'native',
2914
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2926
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2915
2927
  },
2916
2928
  LCAP: {
2917
2929
  name: 'CF Large Cap Index',
@@ -2938,7 +2950,7 @@ exports.tokens = {
2938
2950
  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.',
2939
2951
  documentation: 'https://venice.ai/blog/',
2940
2952
  bridge: 'native',
2941
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2953
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
2942
2954
  },
2943
2955
  VFY: {
2944
2956
  name: 'zkVerify',
@@ -2952,7 +2964,7 @@ exports.tokens = {
2952
2964
  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.',
2953
2965
  documentation: 'https://docs.zkverify.io/',
2954
2966
  bridge: 'layer-zero',
2955
- risks: ['NO_TIMELOCK'],
2967
+ tags: ['NO_TIMELOCK'],
2956
2968
  },
2957
2969
  LITKEY: {
2958
2970
  name: 'Lit Protocol',
@@ -2979,7 +2991,7 @@ exports.tokens = {
2979
2991
  description: 'Predict crypto & stock prices with nonstop hourly and daily markets. Trade anytime, anywhere. ',
2980
2992
  documentation: 'https://limitlesslabs.notion.site/',
2981
2993
  bridge: 'native',
2982
- risks: ['LARGE_HOLDERS'],
2994
+ tags: ['LARGE_HOLDERS'],
2983
2995
  },
2984
2996
  SEDA: {
2985
2997
  name: 'SEDA',
@@ -2993,7 +3005,7 @@ exports.tokens = {
2993
3005
  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.',
2994
3006
  documentation: 'https://docs.seda.xyz/home',
2995
3007
  bridge: 'hyperlane',
2996
- risks: ['NO_TIMELOCK'],
3008
+ tags: ['NO_TIMELOCK'],
2997
3009
  },
2998
3010
  kVCM: {
2999
3011
  name: 'Klima Protocol kVCM',
@@ -3007,7 +3019,7 @@ exports.tokens = {
3007
3019
  description: 'Klima Protocol is open infrastructure for climate finance—pricing and purchasing carbon credits, selling retirements, and incentivizing deep liquidity.',
3008
3020
  documentation: 'https://docs.klimaprotocol.com/',
3009
3021
  bridge: 'native',
3010
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3022
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3011
3023
  },
3012
3024
  SEND: {
3013
3025
  name: 'Send',
@@ -3021,7 +3033,7 @@ exports.tokens = {
3021
3033
  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.',
3022
3034
  documentation: 'https://info.send.it/',
3023
3035
  bridge: 'native',
3024
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3036
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
3025
3037
  },
3026
3038
  SOL: {
3027
3039
  name: 'Solana',