@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
@@ -105,7 +105,7 @@ export declare const base: {
105
105
  readonly 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.";
106
106
  readonly bridge: "layer-zero";
107
107
  readonly documentation: "https://docs.angle.money/";
108
- readonly risks: readonly ["SYNTH_STABLE"];
108
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
109
109
  };
110
110
  readonly USDA: {
111
111
  readonly name: "USDA";
@@ -119,7 +119,7 @@ export declare const base: {
119
119
  readonly 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.";
120
120
  readonly bridge: "layer-zero";
121
121
  readonly documentation: "https://docs.angle.money/";
122
- readonly risks: readonly ["SYNTH_STABLE"];
122
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
123
123
  };
124
124
  readonly THALES: {
125
125
  readonly name: "Thales DAO Token";
@@ -224,6 +224,7 @@ export declare const base: {
224
224
  readonly 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.";
225
225
  readonly documentation: "https://docs.overnight.fi/";
226
226
  readonly bridge: "native";
227
+ readonly tags: readonly ["CURATED"];
227
228
  };
228
229
  readonly 'DAI+': {
229
230
  readonly name: "DAI+";
@@ -237,6 +238,7 @@ export declare const base: {
237
238
  readonly 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.";
238
239
  readonly documentation: "https://docs.overnight.fi/";
239
240
  readonly bridge: "native";
241
+ readonly tags: readonly ["CURATED"];
240
242
  };
241
243
  readonly OVN: {
242
244
  readonly name: "OVN";
@@ -263,7 +265,7 @@ export declare const base: {
263
265
  readonly 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.";
264
266
  readonly documentation: "https://docs.abracadabra.money/";
265
267
  readonly bridge: "layer-zero";
266
- readonly risks: readonly ["SYNTH_STABLE"];
268
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
267
269
  };
268
270
  readonly cbETH: {
269
271
  readonly name: "Coinbase Wrapped Staked ETH";
@@ -290,6 +292,7 @@ export declare const base: {
290
292
  readonly bridge: "axelar";
291
293
  readonly 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.";
292
294
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
295
+ readonly tags: readonly ["STABLECOIN"];
293
296
  };
294
297
  readonly axlUSDT: {
295
298
  readonly name: "USDT";
@@ -303,6 +306,7 @@ export declare const base: {
303
306
  readonly 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.";
304
307
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
305
308
  readonly bridge: "axelar";
309
+ readonly tags: readonly ["STABLECOIN"];
306
310
  };
307
311
  readonly OGRE: {
308
312
  readonly name: "SHREKT";
@@ -329,6 +333,7 @@ export declare const base: {
329
333
  readonly logoURI: "";
330
334
  readonly documentation: "https://www.circle.com/blog/usdc-now-available-natively-on-base";
331
335
  readonly bridge: "base-canonical";
336
+ readonly tags: readonly ["STABLECOIN"];
332
337
  };
333
338
  readonly USDC: {
334
339
  readonly name: "USD Circle";
@@ -342,6 +347,7 @@ export declare const base: {
342
347
  readonly logoURI: "";
343
348
  readonly documentation: "https://developers.circle.com/docs";
344
349
  readonly bridge: "native";
350
+ readonly tags: readonly ["STABLECOIN"];
345
351
  };
346
352
  readonly DAI: {
347
353
  readonly name: "DAI Stablecoin";
@@ -355,7 +361,7 @@ export declare const base: {
355
361
  readonly bridge: "base-canonical";
356
362
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
357
363
  readonly 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";
358
- readonly risks: readonly ["SYNTH_STABLE"];
364
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
359
365
  };
360
366
  readonly AERO: {
361
367
  readonly name: "Aerodrome";
@@ -382,7 +388,7 @@ export declare const base: {
382
388
  readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
383
389
  readonly bridge: "base-canonical";
384
390
  readonly documentation: "https://docs.inverse.finance/";
385
- readonly risks: readonly ["SYNTH_STABLE"];
391
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
386
392
  };
387
393
  readonly MAI: {
388
394
  readonly name: "Mai Stablecoin";
@@ -396,7 +402,7 @@ export declare const base: {
396
402
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
397
403
  readonly documentation: "https://docs.mai.finance/";
398
404
  readonly bridge: "native";
399
- readonly risks: readonly ["SYNTH_STABLE"];
405
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
400
406
  };
401
407
  readonly wUSDR: {
402
408
  readonly name: "Real USD";
@@ -410,6 +416,7 @@ export declare const base: {
410
416
  readonly 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.";
411
417
  readonly logoURI: "";
412
418
  readonly bridge: "layer-zero";
419
+ readonly tags: readonly ["SYNTHETIC"];
413
420
  };
414
421
  readonly tBTC: {
415
422
  readonly name: "tBTC v2";
@@ -435,6 +442,7 @@ export declare const base: {
435
442
  readonly description: "Based offers intent-based P2P derivatives with deep liquidity sourced from centralized exchanges.";
436
443
  readonly logoURI: "";
437
444
  readonly bridge: "native";
445
+ readonly tags: readonly ["SYNTHETIC"];
438
446
  };
439
447
  readonly crvUSD: {
440
448
  readonly name: "Curve USD Stablecoin";
@@ -448,7 +456,7 @@ export declare const base: {
448
456
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
449
457
  readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
450
458
  readonly bridge: "base-canonical";
451
- readonly risks: readonly ["SYNTH_STABLE"];
459
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
452
460
  };
453
461
  readonly bsUSD: {
454
462
  readonly name: "Balancer Stable Pool";
@@ -462,7 +470,7 @@ export declare const base: {
462
470
  readonly bridge: "native";
463
471
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
464
472
  readonly description: "Balancer composable pool that consist of USDbC and DAI. bbTokens are boosted linear pools.";
465
- readonly risks: readonly ["SYNTH_STABLE"];
473
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
466
474
  };
467
475
  readonly BVM: {
468
476
  readonly name: "Base Velocimeter";
@@ -540,7 +548,7 @@ export declare const base: {
540
548
  readonly 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.";
541
549
  readonly documentation: "";
542
550
  readonly bridge: "native";
543
- readonly risks: readonly ["SYNTH_STABLE"];
551
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
544
552
  };
545
553
  readonly eUSD: {
546
554
  readonly name: "Electronic Dollar";
@@ -554,7 +562,7 @@ export declare const base: {
554
562
  readonly 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.";
555
563
  readonly documentation: "https://reserve.org/protocol/";
556
564
  readonly bridge: "base-canonical";
557
- readonly risks: readonly ["SYNTH_STABLE"];
565
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
558
566
  };
559
567
  readonly wstETH: {
560
568
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -685,7 +693,7 @@ export declare const base: {
685
693
  readonly description: "Degen is an unofficial token that were distributed to the community on the decentralized social network, Farcaster.";
686
694
  readonly documentation: "https://www.degen.tips/faq";
687
695
  readonly bridge: "native";
688
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
696
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
689
697
  };
690
698
  readonly doginme: {
691
699
  readonly name: "doginme";
@@ -724,7 +732,7 @@ export declare const base: {
724
732
  readonly 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.";
725
733
  readonly documentation: "https://reserve.org/protocol/";
726
734
  readonly bridge: "base-canonical";
727
- readonly risks: readonly ["SYNTH_STABLE"];
735
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
728
736
  };
729
737
  readonly TN100x: {
730
738
  readonly name: "The Next 100x Memecoin on Base";
@@ -737,7 +745,7 @@ export declare const base: {
737
745
  readonly website: "https://ham.fun/";
738
746
  readonly 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.";
739
747
  readonly bridge: "native";
740
- readonly risks: readonly ["NO_TIMELOCK"];
748
+ readonly tags: readonly ["NO_TIMELOCK"];
741
749
  };
742
750
  readonly CHAD: {
743
751
  readonly name: "Based Chad";
@@ -787,7 +795,7 @@ export declare const base: {
787
795
  readonly 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.";
788
796
  readonly documentation: "https://ethxy.com/";
789
797
  readonly bridge: "base-canonical";
790
- readonly risks: readonly ["NO_TIMELOCK"];
798
+ readonly tags: readonly ["NO_TIMELOCK"];
791
799
  };
792
800
  readonly sFRAX: {
793
801
  readonly name: "Staked FRAX";
@@ -801,7 +809,7 @@ export declare const base: {
801
809
  readonly 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.";
802
810
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
803
811
  readonly bridge: "layer-zero";
804
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
812
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
805
813
  };
806
814
  readonly sfrxETH: {
807
815
  readonly name: "Staked Frax Ether";
@@ -815,7 +823,7 @@ export declare const base: {
815
823
  readonly 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.";
816
824
  readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
817
825
  readonly bridge: "layer-zero";
818
- readonly risks: readonly ["NO_TIMELOCK"];
826
+ readonly tags: readonly ["NO_TIMELOCK"];
819
827
  };
820
828
  readonly FXS: {
821
829
  readonly name: "Frax Share";
@@ -829,7 +837,7 @@ export declare const base: {
829
837
  readonly 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. ";
830
838
  readonly documentation: "https://docs.frax.finance/";
831
839
  readonly bridge: "layer-zero";
832
- readonly risks: readonly ["NO_TIMELOCK"];
840
+ readonly tags: readonly ["NO_TIMELOCK"];
833
841
  };
834
842
  readonly ezETH: {
835
843
  readonly name: "Renzo Restaked ETH";
@@ -843,7 +851,7 @@ export declare const base: {
843
851
  readonly 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.";
844
852
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
845
853
  readonly bridge: "connext";
846
- readonly risks: readonly ["NO_TIMELOCK"];
854
+ readonly tags: readonly ["NO_TIMELOCK"];
847
855
  };
848
856
  readonly bWELL: {
849
857
  readonly name: "WELL";
@@ -1009,7 +1017,7 @@ export declare const base: {
1009
1017
  readonly 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%.";
1010
1018
  readonly bridge: "base-canonical";
1011
1019
  readonly documentation: "https://docs.liquity.org/";
1012
- readonly risks: readonly ["SYNTH_STABLE"];
1020
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1013
1021
  };
1014
1022
  readonly GENOME: {
1015
1023
  readonly name: "GENOME";
@@ -1035,7 +1043,7 @@ export declare const base: {
1035
1043
  readonly 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.";
1036
1044
  readonly documentation: "https://kelp.gitbook.io/kelp";
1037
1045
  readonly bridge: "stargate";
1038
- readonly risks: readonly ["NO_TIMELOCK"];
1046
+ readonly tags: readonly ["NO_TIMELOCK"];
1039
1047
  };
1040
1048
  readonly weETH: {
1041
1049
  readonly name: "Wrapped eETH";
@@ -1049,7 +1057,7 @@ export declare const base: {
1049
1057
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1050
1058
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1051
1059
  readonly bridge: "stargate";
1052
- readonly risks: readonly ["NO_TIMELOCK"];
1060
+ readonly tags: readonly ["NO_TIMELOCK"];
1053
1061
  };
1054
1062
  readonly KLIMA: {
1055
1063
  readonly name: "Klima DAO";
@@ -1063,7 +1071,7 @@ export declare const base: {
1063
1071
  readonly documentation: "https://docs.klimadao.finance/";
1064
1072
  readonly 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.";
1065
1073
  readonly bridge: "axelar";
1066
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1074
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1067
1075
  };
1068
1076
  readonly USDz: {
1069
1077
  readonly name: "Anzen USDz";
@@ -1077,7 +1085,7 @@ export declare const base: {
1077
1085
  readonly website: "https://anzen.finance/";
1078
1086
  readonly documentation: "https://docs.anzen.finance/";
1079
1087
  readonly bridge: "layer-zero";
1080
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1088
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1081
1089
  };
1082
1090
  readonly GHST: {
1083
1091
  readonly name: "Aavegotchi GHST Token";
@@ -1117,6 +1125,7 @@ export declare const base: {
1117
1125
  readonly documentation: "https://tether.to/en/how-it-works";
1118
1126
  readonly 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.";
1119
1127
  readonly bridge: "base-canonical";
1128
+ readonly tags: readonly ["STABLECOIN"];
1120
1129
  };
1121
1130
  readonly UNI: {
1122
1131
  readonly name: "Uniswap";
@@ -1169,7 +1178,7 @@ export declare const base: {
1169
1178
  readonly bridge: "chainlink-ccip";
1170
1179
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
1171
1180
  readonly documentation: "https://learn.jarvis.network/";
1172
- readonly risks: readonly ["SYNTH_STABLE"];
1181
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1173
1182
  };
1174
1183
  readonly sUSDz: {
1175
1184
  readonly name: "Staked USDz";
@@ -1183,7 +1192,7 @@ export declare const base: {
1183
1192
  readonly website: "https://anzen.finance/";
1184
1193
  readonly documentation: "https://docs.anzen.finance/";
1185
1194
  readonly bridge: "layer-zero";
1186
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1195
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1187
1196
  };
1188
1197
  readonly msUSD: {
1189
1198
  readonly name: "Metronome Synth USD";
@@ -1197,7 +1206,7 @@ export declare const base: {
1197
1206
  readonly website: "https://metronome.io/";
1198
1207
  readonly documentation: "https://docs.metronome.io/";
1199
1208
  readonly bridge: "layer-zero";
1200
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1209
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1201
1210
  };
1202
1211
  readonly msETH: {
1203
1212
  readonly name: "Metronome Synth ETH";
@@ -1211,7 +1220,7 @@ export declare const base: {
1211
1220
  readonly website: "https://metronome.io/";
1212
1221
  readonly documentation: "https://docs.metronome.io/";
1213
1222
  readonly bridge: "layer-zero";
1214
- readonly risks: readonly ["NO_TIMELOCK"];
1223
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1215
1224
  };
1216
1225
  readonly CHOMP: {
1217
1226
  readonly name: "ChompCoin";
@@ -1260,6 +1269,7 @@ export declare const base: {
1260
1269
  readonly 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.";
1261
1270
  readonly website: "https://www.circle.com/en/eurc";
1262
1271
  readonly bridge: "native";
1272
+ readonly tags: readonly ["STABLECOIN"];
1263
1273
  };
1264
1274
  readonly PEPE: {
1265
1275
  readonly name: "BasedPepe";
@@ -1350,7 +1360,7 @@ export declare const base: {
1350
1360
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1351
1361
  readonly bridge: "wormhole";
1352
1362
  readonly 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.";
1353
- readonly risks: readonly ["NO_TIMELOCK"];
1363
+ readonly tags: readonly ["NO_TIMELOCK"];
1354
1364
  };
1355
1365
  readonly WIF: {
1356
1366
  readonly name: "dogwifhat";
@@ -1453,7 +1463,7 @@ export declare const base: {
1453
1463
  readonly 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.";
1454
1464
  readonly documentation: "https://docs.originprotocol.com/";
1455
1465
  readonly bridge: "base-canonical";
1456
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1466
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1457
1467
  };
1458
1468
  readonly BMX: {
1459
1469
  readonly name: "BMX";
@@ -1480,7 +1490,7 @@ export declare const base: {
1480
1490
  readonly website: "https://www.virtuals.io/";
1481
1491
  readonly documentation: "https://whitepaper.virtuals.io/";
1482
1492
  readonly bridge: "base-canonical";
1483
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1493
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1484
1494
  };
1485
1495
  readonly snARS: {
1486
1496
  readonly name: "Yield Bearing Num ARS";
@@ -1494,7 +1504,7 @@ export declare const base: {
1494
1504
  readonly website: "https://num.finance/";
1495
1505
  readonly documentation: "https://new.num.finance/";
1496
1506
  readonly bridge: "native";
1497
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1507
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1498
1508
  };
1499
1509
  readonly besnARS: {
1500
1510
  readonly name: "Beefy Escrow snARS";
@@ -1508,7 +1518,7 @@ export declare const base: {
1508
1518
  readonly website: "https://num.finance/";
1509
1519
  readonly documentation: "https://new.num.finance/";
1510
1520
  readonly bridge: "native";
1511
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1521
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1512
1522
  };
1513
1523
  readonly LUNA: {
1514
1524
  readonly name: "Luna by Virtuals";
@@ -1535,7 +1545,7 @@ export declare const base: {
1535
1545
  readonly website: "https://www.spectrallabs.xyz/";
1536
1546
  readonly documentation: "https://docs.spectrallabs.xyz/";
1537
1547
  readonly bridge: "synapse";
1538
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1548
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1539
1549
  };
1540
1550
  readonly TALENT: {
1541
1551
  readonly name: "Talent Protocol Token";
@@ -1549,7 +1559,7 @@ export declare const base: {
1549
1559
  readonly website: "https://talentprotocol.com/";
1550
1560
  readonly documentation: "https://docs.talentprotocol.com/";
1551
1561
  readonly bridge: "native";
1552
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1562
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1553
1563
  };
1554
1564
  readonly HIGHER: {
1555
1565
  readonly name: "Higher";
@@ -1575,7 +1585,7 @@ export declare const base: {
1575
1585
  readonly website: "https://www.basedbrett.com/";
1576
1586
  readonly documentation: "https://www.basedbrett.com/#tokenomics";
1577
1587
  readonly bridge: "native";
1578
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1588
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1579
1589
  };
1580
1590
  readonly ION: {
1581
1591
  readonly name: "Ionic";
@@ -1589,7 +1599,7 @@ export declare const base: {
1589
1599
  readonly website: "https://app.ionic.money/";
1590
1600
  readonly documentation: "https://doc.ionic.money/";
1591
1601
  readonly bridge: "native";
1592
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1602
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1593
1603
  };
1594
1604
  readonly OX: {
1595
1605
  readonly name: "OX Coin";
@@ -1603,7 +1613,7 @@ export declare const base: {
1603
1613
  readonly website: "https://ox.fun/";
1604
1614
  readonly documentation: "https://support.ox.fun/";
1605
1615
  readonly bridge: "layer-zero";
1606
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1616
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1607
1617
  };
1608
1618
  readonly MORE: {
1609
1619
  readonly name: "MORE";
@@ -1616,7 +1626,7 @@ export declare const base: {
1616
1626
  readonly 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.";
1617
1627
  readonly bridge: "native";
1618
1628
  readonly chainId: 8453;
1619
- readonly risks: readonly ["NO_TIMELOCK"];
1629
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1620
1630
  };
1621
1631
  readonly CLANKER: {
1622
1632
  readonly name: "tokenbot";
@@ -1667,7 +1677,7 @@ export declare const base: {
1667
1677
  readonly website: "https://blocklords.com/";
1668
1678
  readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
1669
1679
  readonly bridge: "base-canonical";
1670
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1680
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1671
1681
  };
1672
1682
  readonly SUSHI: {
1673
1683
  readonly name: "Sushi";
@@ -1719,7 +1729,7 @@ export declare const base: {
1719
1729
  readonly 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.";
1720
1730
  readonly bridge: "native";
1721
1731
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
1722
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
1732
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
1723
1733
  };
1724
1734
  readonly EIGEN: {
1725
1735
  readonly name: "Eigen";
@@ -1771,7 +1781,7 @@ export declare const base: {
1771
1781
  readonly 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.";
1772
1782
  readonly documentation: "https://docs.morpho.org/";
1773
1783
  readonly bridge: "base-canonical";
1774
- readonly risks: readonly ["NO_TIMELOCK"];
1784
+ readonly tags: readonly ["NO_TIMELOCK"];
1775
1785
  };
1776
1786
  readonly PUBLIUS: {
1777
1787
  readonly name: "PUBLIUS";
@@ -1849,7 +1859,7 @@ export declare const base: {
1849
1859
  readonly 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.";
1850
1860
  readonly documentation: "https://docs.gravity.xyz/";
1851
1861
  readonly bridge: "native";
1852
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1862
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1853
1863
  };
1854
1864
  readonly ANZ: {
1855
1865
  readonly name: "Anzen Token";
@@ -1863,7 +1873,7 @@ export declare const base: {
1863
1873
  readonly description: "Anzen is a decentralized platform providing access to USDz, which is a digital token backed by a diversified portfolio of private credit assets.";
1864
1874
  readonly documentation: "https://docs.anzen.finance/";
1865
1875
  readonly bridge: "native";
1866
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1876
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1867
1877
  };
1868
1878
  readonly TAROT: {
1869
1879
  readonly name: "Tarot";
@@ -1877,7 +1887,7 @@ export declare const base: {
1877
1887
  readonly description: "Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.";
1878
1888
  readonly documentation: "https://docs.tarot.to/";
1879
1889
  readonly bridge: "layer-zero";
1880
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1890
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1881
1891
  };
1882
1892
  readonly ODOS: {
1883
1893
  readonly name: "Odos Token";
@@ -1904,7 +1914,7 @@ export declare const base: {
1904
1914
  readonly description: "The Derive Protocol is a collection of smart contracts that collectively create a decentralised and self-custodial derivatives protocol.";
1905
1915
  readonly documentation: "https://docs.derive.xyz/";
1906
1916
  readonly bridge: "layer-zero";
1907
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1917
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1908
1918
  };
1909
1919
  readonly FAI: {
1910
1920
  readonly name: "FAI";
@@ -1931,7 +1941,7 @@ export declare const base: {
1931
1941
  readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
1932
1942
  readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
1933
1943
  readonly bridge: "";
1934
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1944
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1935
1945
  };
1936
1946
  readonly uSUI: {
1937
1947
  readonly name: "Sui (Universal)";
@@ -1945,7 +1955,7 @@ export declare const base: {
1945
1955
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1946
1956
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1947
1957
  readonly bridge: "native";
1948
- readonly risks: readonly ["NO_TIMELOCK"];
1958
+ readonly tags: readonly ["NO_TIMELOCK"];
1949
1959
  };
1950
1960
  readonly uSOL: {
1951
1961
  readonly name: "Solana (Universal)";
@@ -1959,7 +1969,7 @@ export declare const base: {
1959
1969
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1960
1970
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1961
1971
  readonly bridge: "native";
1962
- readonly risks: readonly ["NO_TIMELOCK"];
1972
+ readonly tags: readonly ["NO_TIMELOCK"];
1963
1973
  };
1964
1974
  readonly uXRP: {
1965
1975
  readonly name: "XRP (Universal)";
@@ -1973,7 +1983,7 @@ export declare const base: {
1973
1983
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1974
1984
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1975
1985
  readonly bridge: "native";
1976
- readonly risks: readonly ["NO_TIMELOCK"];
1986
+ readonly tags: readonly ["NO_TIMELOCK"];
1977
1987
  };
1978
1988
  readonly uADA: {
1979
1989
  readonly name: "Cardano (Universal)";
@@ -1987,7 +1997,7 @@ export declare const base: {
1987
1997
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1988
1998
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1989
1999
  readonly bridge: "native";
1990
- readonly risks: readonly ["NO_TIMELOCK"];
2000
+ readonly tags: readonly ["NO_TIMELOCK"];
1991
2001
  };
1992
2002
  readonly uLINK: {
1993
2003
  readonly name: "Chainlink (Universal)";
@@ -2001,7 +2011,7 @@ export declare const base: {
2001
2011
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2002
2012
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2003
2013
  readonly bridge: "native";
2004
- readonly risks: readonly ["NO_TIMELOCK"];
2014
+ readonly tags: readonly ["NO_TIMELOCK"];
2005
2015
  };
2006
2016
  readonly uDOGE: {
2007
2017
  readonly name: "Dogecoin (Universal)";
@@ -2015,7 +2025,7 @@ export declare const base: {
2015
2025
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2016
2026
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2017
2027
  readonly bridge: "native";
2018
- readonly risks: readonly ["NO_TIMELOCK"];
2028
+ readonly tags: readonly ["NO_TIMELOCK"];
2019
2029
  };
2020
2030
  readonly uNEAR: {
2021
2031
  readonly name: "NEAR (Universal)";
@@ -2029,7 +2039,7 @@ export declare const base: {
2029
2039
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2030
2040
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2031
2041
  readonly bridge: "native";
2032
- readonly risks: readonly ["NO_TIMELOCK"];
2042
+ readonly tags: readonly ["NO_TIMELOCK"];
2033
2043
  };
2034
2044
  readonly uAPT: {
2035
2045
  readonly name: "Aptos (Universal)";
@@ -2043,7 +2053,7 @@ export declare const base: {
2043
2053
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2044
2054
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2045
2055
  readonly bridge: "native";
2046
- readonly risks: readonly ["NO_TIMELOCK"];
2056
+ readonly tags: readonly ["NO_TIMELOCK"];
2047
2057
  };
2048
2058
  readonly uSEI: {
2049
2059
  readonly name: "Sei (Universal)";
@@ -2057,7 +2067,7 @@ export declare const base: {
2057
2067
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2058
2068
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2059
2069
  readonly bridge: "native";
2060
- readonly risks: readonly ["NO_TIMELOCK"];
2070
+ readonly tags: readonly ["NO_TIMELOCK"];
2061
2071
  };
2062
2072
  readonly REI: {
2063
2073
  readonly name: "Unit 00 - Rei";
@@ -2097,7 +2107,7 @@ export declare const base: {
2097
2107
  readonly 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.";
2098
2108
  readonly documentation: "https://venice.ai/blog";
2099
2109
  readonly bridge: "native";
2100
- readonly risks: readonly ["NO_TIMELOCK"];
2110
+ readonly tags: readonly ["NO_TIMELOCK"];
2101
2111
  };
2102
2112
  readonly Bold: {
2103
2113
  readonly name: "Bold Stablecoin";
@@ -2111,7 +2121,7 @@ export declare const base: {
2111
2121
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
2112
2122
  readonly documentation: "https://docs.liquity.org/";
2113
2123
  readonly bridge: "chainlink-ccip";
2114
- readonly risks: readonly ["SYNTH_STABLE"];
2124
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2115
2125
  };
2116
2126
  readonly USR: {
2117
2127
  readonly name: "Resolv USD";
@@ -2124,7 +2134,7 @@ export declare const base: {
2124
2134
  readonly documentation: "https://docs.resolv.xyz/";
2125
2135
  readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
2126
2136
  readonly bridge: "layer-zero";
2127
- readonly risks: readonly ["SYNTH_STABLE"];
2137
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2128
2138
  };
2129
2139
  readonly FLAY: {
2130
2140
  readonly name: "Flayer";
@@ -2150,7 +2160,7 @@ export declare const base: {
2150
2160
  readonly 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.";
2151
2161
  readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
2152
2162
  readonly bridge: "native";
2153
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2163
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2154
2164
  };
2155
2165
  readonly VEIL: {
2156
2166
  readonly name: "VEIL Token";
@@ -2202,7 +2212,7 @@ export declare const base: {
2202
2212
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2203
2213
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2204
2214
  readonly bridge: "native";
2205
- readonly risks: readonly ["NO_TIMELOCK"];
2215
+ readonly tags: readonly ["NO_TIMELOCK"];
2206
2216
  };
2207
2217
  readonly uSHIB: {
2208
2218
  readonly name: "Shiba Inu (Universal)";
@@ -2215,7 +2225,7 @@ export declare const base: {
2215
2225
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2216
2226
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2217
2227
  readonly bridge: "native";
2218
- readonly risks: readonly ["NO_TIMELOCK"];
2228
+ readonly tags: readonly ["NO_TIMELOCK"];
2219
2229
  };
2220
2230
  readonly KAITO: {
2221
2231
  readonly name: "KAITO";
@@ -2277,7 +2287,7 @@ export declare const base: {
2277
2287
  readonly 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.";
2278
2288
  readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
2279
2289
  readonly bridge: "layer-zero";
2280
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2290
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2281
2291
  };
2282
2292
  readonly KTA: {
2283
2293
  readonly name: "Keeta";
@@ -2304,7 +2314,7 @@ export declare const base: {
2304
2314
  readonly 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.";
2305
2315
  readonly documentation: "";
2306
2316
  readonly bridge: "native";
2307
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2317
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2308
2318
  };
2309
2319
  readonly CADC: {
2310
2320
  readonly name: "CAD Coin";
@@ -2318,7 +2328,7 @@ export declare const base: {
2318
2328
  readonly description: "CADC is a fully reserved CAD dollar stablecoin issued by Paytrie, redeemable 1:1 for Canadian dollars";
2319
2329
  readonly documentation: "https://faq.paytrie.com/help";
2320
2330
  readonly bridge: "native";
2321
- readonly risks: readonly ["NO_TIMELOCK"];
2331
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
2322
2332
  };
2323
2333
  readonly yTRYB: {
2324
2334
  readonly name: "Yield TRYB";
@@ -2332,7 +2342,7 @@ export declare const base: {
2332
2342
  readonly description: "TRYB is a stablecoin developed by BiLira that is pegged 1:1 to the Turkish lira and 100% backed by reserves.";
2333
2343
  readonly documentation: "https://support.bilira.co/";
2334
2344
  readonly bridge: "native";
2335
- readonly risks: readonly ["NO_TIMELOCK"];
2345
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2336
2346
  };
2337
2347
  readonly IDRX: {
2338
2348
  readonly name: "IDRX";
@@ -2346,7 +2356,7 @@ export declare const base: {
2346
2356
  readonly 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.";
2347
2357
  readonly documentation: "https://docs.idrx.co/";
2348
2358
  readonly bridge: "idrx";
2349
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2359
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2350
2360
  };
2351
2361
  readonly OVER: {
2352
2362
  readonly name: "Overtime DAO Token";
@@ -2360,7 +2370,7 @@ export declare const base: {
2360
2370
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
2361
2371
  readonly documentation: "https://docs.overtime.io/";
2362
2372
  readonly bridge: "chainlink-ccip";
2363
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2373
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2364
2374
  };
2365
2375
  readonly EDGE: {
2366
2376
  readonly name: "Edge";
@@ -2374,7 +2384,7 @@ export declare const base: {
2374
2384
  readonly 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.";
2375
2385
  readonly documentation: "https://docs.definitive.fi/";
2376
2386
  readonly bridge: "native";
2377
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2387
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2378
2388
  };
2379
2389
  readonly OUSDT: {
2380
2390
  readonly name: "OpenUSDT";
@@ -2388,7 +2398,7 @@ export declare const base: {
2388
2398
  readonly description: "OpenUSDT is a future-proof interoperable USDT stablecoin for the OP Superchain enabling shared liquidity and interchain applications.";
2389
2399
  readonly documentation: "https://docs.openusdt.xyz/";
2390
2400
  readonly bridge: "chainlink-ccip";
2391
- readonly risks: readonly ["NO_TIMELOCK"];
2401
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
2392
2402
  };
2393
2403
  readonly GHO: {
2394
2404
  readonly name: "GHO Token";
@@ -2415,7 +2425,7 @@ export declare const base: {
2415
2425
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
2416
2426
  readonly bridge: "native";
2417
2427
  readonly description: "Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2418
- readonly risks: readonly ["SYNTH_STABLE"];
2428
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2419
2429
  };
2420
2430
  readonly waBasUSDC: {
2421
2431
  readonly name: "Wrapped Aave USD Coin";
@@ -2429,6 +2439,7 @@ export declare const base: {
2429
2439
  readonly chainId: 8453;
2430
2440
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2431
2441
  readonly documentation: "https://www.circle.com/en/usdc-multichain/base";
2442
+ readonly tags: readonly ["STABLECOIN"];
2432
2443
  };
2433
2444
  readonly 'Base is for everyone': {
2434
2445
  readonly name: "Base is for everyone";
@@ -2494,6 +2505,7 @@ export declare const base: {
2494
2505
  readonly bridge: "native";
2495
2506
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2496
2507
  readonly documentation: "https://www.circle.com/en/usdc-multichain/base";
2508
+ readonly tags: readonly ["STABLECOIN"];
2497
2509
  };
2498
2510
  readonly sUSDS: {
2499
2511
  readonly name: "Savings USDS";
@@ -2506,7 +2518,7 @@ export declare const base: {
2506
2518
  readonly documentation: "https://docs.sky.money/";
2507
2519
  readonly description: "SavingsUSDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.";
2508
2520
  readonly bridge: "base-canonical";
2509
- readonly risks: readonly ["SYNTH_STABLE"];
2521
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2510
2522
  };
2511
2523
  readonly scrvUSD: {
2512
2524
  readonly name: "Savings crvUSD";
@@ -2518,7 +2530,7 @@ export declare const base: {
2518
2530
  readonly website: "https://www.curve.finance/";
2519
2531
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
2520
2532
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
2521
- readonly risks: readonly ["SYNTH_STABLE"];
2533
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2522
2534
  };
2523
2535
  readonly ZORA: {
2524
2536
  readonly name: "ZORA";
@@ -2531,7 +2543,7 @@ export declare const base: {
2531
2543
  readonly documentation: "https://docs.zora.co/";
2532
2544
  readonly description: "A social network where every post is a coin.";
2533
2545
  readonly bridge: "native";
2534
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2546
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2535
2547
  };
2536
2548
  readonly TRUE: {
2537
2549
  readonly name: "TRUE";
@@ -2557,7 +2569,7 @@ export declare const base: {
2557
2569
  readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
2558
2570
  readonly documentation: "https://noice.so/#section-how";
2559
2571
  readonly bridge: "native";
2560
- readonly risks: readonly ["LARGE_HOLDERS"];
2572
+ readonly tags: readonly ["LARGE_HOLDERS"];
2561
2573
  };
2562
2574
  readonly BOLDV2: {
2563
2575
  readonly name: "BOLD Stablecoin";
@@ -2571,7 +2583,7 @@ export declare const base: {
2571
2583
  readonly documentation: "https://docs.liquity.org/";
2572
2584
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
2573
2585
  readonly bridge: "chainlink-ccip";
2574
- readonly risks: readonly ["SYNTH_STABLE"];
2586
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2575
2587
  };
2576
2588
  readonly GIZA: {
2577
2589
  readonly name: "Giza";
@@ -2728,7 +2740,7 @@ export declare const base: {
2728
2740
  readonly description: "Trade crypto, forex, metals, commodities, indices, straight from your wallet.";
2729
2741
  readonly documentation: "https://docs.avantisfi.com/";
2730
2742
  readonly bridge: "native";
2731
- readonly risks: readonly ["NO_TIMELOCK"];
2743
+ readonly tags: readonly ["NO_TIMELOCK"];
2732
2744
  };
2733
2745
  readonly VELVET: {
2734
2746
  readonly name: "Velvet";
@@ -2755,7 +2767,7 @@ export declare const base: {
2755
2767
  readonly 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.";
2756
2768
  readonly documentation: "https://docs.soo.network/introduction/what-is-soon";
2757
2769
  readonly bridge: "layer-zero";
2758
- readonly risks: readonly ["NO_TIMELOCK"];
2770
+ readonly tags: readonly ["NO_TIMELOCK"];
2759
2771
  };
2760
2772
  readonly SAPIEN: {
2761
2773
  readonly name: "Sapien";
@@ -2769,7 +2781,7 @@ export declare const base: {
2769
2781
  readonly description: "Sapien is a decentralized network, connecting you directly to leading AI companies";
2770
2782
  readonly documentation: "https://earn.sapien.io/";
2771
2783
  readonly bridge: "native";
2772
- readonly risks: readonly ["LARGE_HOLDERS"];
2784
+ readonly tags: readonly ["LARGE_HOLDERS"];
2773
2785
  };
2774
2786
  readonly AVAIL: {
2775
2787
  readonly name: "Avail (Wormhole)";
@@ -2796,7 +2808,7 @@ export declare const base: {
2796
2808
  readonly 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.";
2797
2809
  readonly documentation: "https://docs.botto.com/";
2798
2810
  readonly bridge: "base-canonical";
2799
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2811
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2800
2812
  };
2801
2813
  readonly MCADE: {
2802
2814
  readonly name: "Metacade";
@@ -2823,7 +2835,7 @@ export declare const base: {
2823
2835
  readonly 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.";
2824
2836
  readonly documentation: "https://docs.spectra.finance/";
2825
2837
  readonly bridge: "layer-zero";
2826
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2838
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2827
2839
  };
2828
2840
  readonly SQD: {
2829
2841
  readonly name: "Subsquid";
@@ -2837,7 +2849,7 @@ export declare const base: {
2837
2849
  readonly 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.";
2838
2850
  readonly documentation: "https://docs.sqd.ai/";
2839
2851
  readonly bridge: "base-canonical";
2840
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2852
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2841
2853
  };
2842
2854
  readonly TLOS: {
2843
2855
  readonly name: "TLOS";
@@ -2851,7 +2863,7 @@ export declare const base: {
2851
2863
  readonly 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";
2852
2864
  readonly documentation: "https://docs.telos.net/";
2853
2865
  readonly bridge: "layer-zero";
2854
- readonly risks: readonly ["NO_TIMELOCK"];
2866
+ readonly tags: readonly ["NO_TIMELOCK"];
2855
2867
  };
2856
2868
  readonly AWE: {
2857
2869
  readonly name: "AWE Network";
@@ -2864,7 +2876,7 @@ export declare const base: {
2864
2876
  readonly website: "https://www.awenetwork.ai/";
2865
2877
  readonly 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.";
2866
2878
  readonly documentation: "https://docs.awenetwork.ai/";
2867
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2879
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2868
2880
  };
2869
2881
  readonly CXT: {
2870
2882
  readonly name: "Covalent X token";
@@ -2878,7 +2890,7 @@ export declare const base: {
2878
2890
  readonly 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).";
2879
2891
  readonly documentation: "https://www.covalenthq.com/docs/introduction";
2880
2892
  readonly bridge: "base-canonical";
2881
- readonly risks: readonly ["NO_TIMELOCK"];
2893
+ readonly tags: readonly ["NO_TIMELOCK"];
2882
2894
  };
2883
2895
  readonly FLOCK: {
2884
2896
  readonly name: "FLock.io";
@@ -2891,7 +2903,7 @@ export declare const base: {
2891
2903
  readonly website: "https://www.flock.io/";
2892
2904
  readonly 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.";
2893
2905
  readonly documentation: "https://docs.flock.io/";
2894
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2906
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2895
2907
  };
2896
2908
  readonly SYND: {
2897
2909
  readonly name: "Syndicate";
@@ -2905,7 +2917,7 @@ export declare const base: {
2905
2917
  readonly description: "Infrastructure for scalable, programmable, atomically composable appchains. Giving you complete control over your network, sequencer, and economy.";
2906
2918
  readonly documentation: "https://docs.syndicate.io/en/docs/syndicate-stack/get-started/introduction";
2907
2919
  readonly bridge: "base-canonical";
2908
- readonly risks: readonly ["NO_TIMELOCK"];
2920
+ readonly tags: readonly ["NO_TIMELOCK"];
2909
2921
  };
2910
2922
  readonly MOCA: {
2911
2923
  readonly name: "Moca";
@@ -2919,7 +2931,7 @@ export declare const base: {
2919
2931
  readonly description: "Co-creating the largest web3 cultural economy with $MOCA holders";
2920
2932
  readonly documentation: "https://moca.foundation/moca-coin";
2921
2933
  readonly bridge: "layer-zero";
2922
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2934
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2923
2935
  };
2924
2936
  readonly RIPE: {
2925
2937
  readonly name: "RipeToken";
@@ -2946,7 +2958,7 @@ export declare const base: {
2946
2958
  readonly description: "SIRE is the first agentic on-chain sports-betting hedge fund, built for DeFAI.";
2947
2959
  readonly documentation: "https://docs.sire.bot/";
2948
2960
  readonly bridge: "native";
2949
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2961
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2950
2962
  };
2951
2963
  readonly LCAP: {
2952
2964
  readonly name: "CF Large Cap Index";
@@ -2973,7 +2985,7 @@ export declare const base: {
2973
2985
  readonly 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.";
2974
2986
  readonly documentation: "https://venice.ai/blog/";
2975
2987
  readonly bridge: "native";
2976
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2988
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2977
2989
  };
2978
2990
  readonly VFY: {
2979
2991
  readonly name: "zkVerify";
@@ -2987,7 +2999,7 @@ export declare const base: {
2987
2999
  readonly 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.";
2988
3000
  readonly documentation: "https://docs.zkverify.io/";
2989
3001
  readonly bridge: "layer-zero";
2990
- readonly risks: readonly ["NO_TIMELOCK"];
3002
+ readonly tags: readonly ["NO_TIMELOCK"];
2991
3003
  };
2992
3004
  readonly LITKEY: {
2993
3005
  readonly name: "Lit Protocol";
@@ -3014,7 +3026,7 @@ export declare const base: {
3014
3026
  readonly description: "Predict crypto & stock prices with nonstop hourly and daily markets. Trade anytime, anywhere. ";
3015
3027
  readonly documentation: "https://limitlesslabs.notion.site/";
3016
3028
  readonly bridge: "native";
3017
- readonly risks: readonly ["LARGE_HOLDERS"];
3029
+ readonly tags: readonly ["LARGE_HOLDERS"];
3018
3030
  };
3019
3031
  readonly SEDA: {
3020
3032
  readonly name: "SEDA";
@@ -3028,7 +3040,7 @@ export declare const base: {
3028
3040
  readonly 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.";
3029
3041
  readonly documentation: "https://docs.seda.xyz/home";
3030
3042
  readonly bridge: "hyperlane";
3031
- readonly risks: readonly ["NO_TIMELOCK"];
3043
+ readonly tags: readonly ["NO_TIMELOCK"];
3032
3044
  };
3033
3045
  readonly kVCM: {
3034
3046
  readonly name: "Klima Protocol kVCM";
@@ -3042,7 +3054,7 @@ export declare const base: {
3042
3054
  readonly description: "Klima Protocol is open infrastructure for climate finance—pricing and purchasing carbon credits, selling retirements, and incentivizing deep liquidity.";
3043
3055
  readonly documentation: "https://docs.klimaprotocol.com/";
3044
3056
  readonly bridge: "native";
3045
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3057
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3046
3058
  };
3047
3059
  readonly SEND: {
3048
3060
  readonly name: "Send";
@@ -3056,7 +3068,7 @@ export declare const base: {
3056
3068
  readonly 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.";
3057
3069
  readonly documentation: "https://info.send.it/";
3058
3070
  readonly bridge: "native";
3059
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3071
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3060
3072
  };
3061
3073
  readonly SOL: {
3062
3074
  readonly name: "Solana";
@@ -3189,7 +3201,7 @@ export declare const base: {
3189
3201
  readonly 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.";
3190
3202
  readonly bridge: "layer-zero";
3191
3203
  readonly documentation: "https://docs.angle.money/";
3192
- readonly risks: readonly ["SYNTH_STABLE"];
3204
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3193
3205
  };
3194
3206
  readonly USDA: {
3195
3207
  readonly name: "USDA";
@@ -3203,7 +3215,7 @@ export declare const base: {
3203
3215
  readonly 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.";
3204
3216
  readonly bridge: "layer-zero";
3205
3217
  readonly documentation: "https://docs.angle.money/";
3206
- readonly risks: readonly ["SYNTH_STABLE"];
3218
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3207
3219
  };
3208
3220
  readonly THALES: {
3209
3221
  readonly name: "Thales DAO Token";
@@ -3308,6 +3320,7 @@ export declare const base: {
3308
3320
  readonly 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.";
3309
3321
  readonly documentation: "https://docs.overnight.fi/";
3310
3322
  readonly bridge: "native";
3323
+ readonly tags: readonly ["CURATED"];
3311
3324
  };
3312
3325
  readonly 'DAI+': {
3313
3326
  readonly name: "DAI+";
@@ -3321,6 +3334,7 @@ export declare const base: {
3321
3334
  readonly 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.";
3322
3335
  readonly documentation: "https://docs.overnight.fi/";
3323
3336
  readonly bridge: "native";
3337
+ readonly tags: readonly ["CURATED"];
3324
3338
  };
3325
3339
  readonly OVN: {
3326
3340
  readonly name: "OVN";
@@ -3347,7 +3361,7 @@ export declare const base: {
3347
3361
  readonly 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.";
3348
3362
  readonly documentation: "https://docs.abracadabra.money/";
3349
3363
  readonly bridge: "layer-zero";
3350
- readonly risks: readonly ["SYNTH_STABLE"];
3364
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3351
3365
  };
3352
3366
  readonly cbETH: {
3353
3367
  readonly name: "Coinbase Wrapped Staked ETH";
@@ -3374,6 +3388,7 @@ export declare const base: {
3374
3388
  readonly bridge: "axelar";
3375
3389
  readonly 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.";
3376
3390
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
3391
+ readonly tags: readonly ["STABLECOIN"];
3377
3392
  };
3378
3393
  readonly axlUSDT: {
3379
3394
  readonly name: "USDT";
@@ -3387,6 +3402,7 @@ export declare const base: {
3387
3402
  readonly 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.";
3388
3403
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
3389
3404
  readonly bridge: "axelar";
3405
+ readonly tags: readonly ["STABLECOIN"];
3390
3406
  };
3391
3407
  readonly OGRE: {
3392
3408
  readonly name: "SHREKT";
@@ -3413,6 +3429,7 @@ export declare const base: {
3413
3429
  readonly logoURI: "";
3414
3430
  readonly documentation: "https://www.circle.com/blog/usdc-now-available-natively-on-base";
3415
3431
  readonly bridge: "base-canonical";
3432
+ readonly tags: readonly ["STABLECOIN"];
3416
3433
  };
3417
3434
  readonly USDC: {
3418
3435
  readonly name: "USD Circle";
@@ -3426,6 +3443,7 @@ export declare const base: {
3426
3443
  readonly logoURI: "";
3427
3444
  readonly documentation: "https://developers.circle.com/docs";
3428
3445
  readonly bridge: "native";
3446
+ readonly tags: readonly ["STABLECOIN"];
3429
3447
  };
3430
3448
  readonly DAI: {
3431
3449
  readonly name: "DAI Stablecoin";
@@ -3439,7 +3457,7 @@ export declare const base: {
3439
3457
  readonly bridge: "base-canonical";
3440
3458
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
3441
3459
  readonly 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";
3442
- readonly risks: readonly ["SYNTH_STABLE"];
3460
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3443
3461
  };
3444
3462
  readonly AERO: {
3445
3463
  readonly name: "Aerodrome";
@@ -3466,7 +3484,7 @@ export declare const base: {
3466
3484
  readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
3467
3485
  readonly bridge: "base-canonical";
3468
3486
  readonly documentation: "https://docs.inverse.finance/";
3469
- readonly risks: readonly ["SYNTH_STABLE"];
3487
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3470
3488
  };
3471
3489
  readonly MAI: {
3472
3490
  readonly name: "Mai Stablecoin";
@@ -3480,7 +3498,7 @@ export declare const base: {
3480
3498
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
3481
3499
  readonly documentation: "https://docs.mai.finance/";
3482
3500
  readonly bridge: "native";
3483
- readonly risks: readonly ["SYNTH_STABLE"];
3501
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3484
3502
  };
3485
3503
  readonly wUSDR: {
3486
3504
  readonly name: "Real USD";
@@ -3494,6 +3512,7 @@ export declare const base: {
3494
3512
  readonly 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.";
3495
3513
  readonly logoURI: "";
3496
3514
  readonly bridge: "layer-zero";
3515
+ readonly tags: readonly ["SYNTHETIC"];
3497
3516
  };
3498
3517
  readonly tBTC: {
3499
3518
  readonly name: "tBTC v2";
@@ -3519,6 +3538,7 @@ export declare const base: {
3519
3538
  readonly description: "Based offers intent-based P2P derivatives with deep liquidity sourced from centralized exchanges.";
3520
3539
  readonly logoURI: "";
3521
3540
  readonly bridge: "native";
3541
+ readonly tags: readonly ["SYNTHETIC"];
3522
3542
  };
3523
3543
  readonly crvUSD: {
3524
3544
  readonly name: "Curve USD Stablecoin";
@@ -3532,7 +3552,7 @@ export declare const base: {
3532
3552
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
3533
3553
  readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
3534
3554
  readonly bridge: "base-canonical";
3535
- readonly risks: readonly ["SYNTH_STABLE"];
3555
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3536
3556
  };
3537
3557
  readonly bsUSD: {
3538
3558
  readonly name: "Balancer Stable Pool";
@@ -3546,7 +3566,7 @@ export declare const base: {
3546
3566
  readonly bridge: "native";
3547
3567
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3548
3568
  readonly description: "Balancer composable pool that consist of USDbC and DAI. bbTokens are boosted linear pools.";
3549
- readonly risks: readonly ["SYNTH_STABLE"];
3569
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3550
3570
  };
3551
3571
  readonly BVM: {
3552
3572
  readonly name: "Base Velocimeter";
@@ -3624,7 +3644,7 @@ export declare const base: {
3624
3644
  readonly 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.";
3625
3645
  readonly documentation: "";
3626
3646
  readonly bridge: "native";
3627
- readonly risks: readonly ["SYNTH_STABLE"];
3647
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3628
3648
  };
3629
3649
  readonly eUSD: {
3630
3650
  readonly name: "Electronic Dollar";
@@ -3638,7 +3658,7 @@ export declare const base: {
3638
3658
  readonly 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.";
3639
3659
  readonly documentation: "https://reserve.org/protocol/";
3640
3660
  readonly bridge: "base-canonical";
3641
- readonly risks: readonly ["SYNTH_STABLE"];
3661
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3642
3662
  };
3643
3663
  readonly wstETH: {
3644
3664
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -3769,7 +3789,7 @@ export declare const base: {
3769
3789
  readonly description: "Degen is an unofficial token that were distributed to the community on the decentralized social network, Farcaster.";
3770
3790
  readonly documentation: "https://www.degen.tips/faq";
3771
3791
  readonly bridge: "native";
3772
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3792
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3773
3793
  };
3774
3794
  readonly doginme: {
3775
3795
  readonly name: "doginme";
@@ -3808,7 +3828,7 @@ export declare const base: {
3808
3828
  readonly 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.";
3809
3829
  readonly documentation: "https://reserve.org/protocol/";
3810
3830
  readonly bridge: "base-canonical";
3811
- readonly risks: readonly ["SYNTH_STABLE"];
3831
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3812
3832
  };
3813
3833
  readonly TN100x: {
3814
3834
  readonly name: "The Next 100x Memecoin on Base";
@@ -3821,7 +3841,7 @@ export declare const base: {
3821
3841
  readonly website: "https://ham.fun/";
3822
3842
  readonly 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.";
3823
3843
  readonly bridge: "native";
3824
- readonly risks: readonly ["NO_TIMELOCK"];
3844
+ readonly tags: readonly ["NO_TIMELOCK"];
3825
3845
  };
3826
3846
  readonly CHAD: {
3827
3847
  readonly name: "Based Chad";
@@ -3871,7 +3891,7 @@ export declare const base: {
3871
3891
  readonly 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.";
3872
3892
  readonly documentation: "https://ethxy.com/";
3873
3893
  readonly bridge: "base-canonical";
3874
- readonly risks: readonly ["NO_TIMELOCK"];
3894
+ readonly tags: readonly ["NO_TIMELOCK"];
3875
3895
  };
3876
3896
  readonly sFRAX: {
3877
3897
  readonly name: "Staked FRAX";
@@ -3885,7 +3905,7 @@ export declare const base: {
3885
3905
  readonly 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.";
3886
3906
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
3887
3907
  readonly bridge: "layer-zero";
3888
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
3908
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
3889
3909
  };
3890
3910
  readonly sfrxETH: {
3891
3911
  readonly name: "Staked Frax Ether";
@@ -3899,7 +3919,7 @@ export declare const base: {
3899
3919
  readonly 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.";
3900
3920
  readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
3901
3921
  readonly bridge: "layer-zero";
3902
- readonly risks: readonly ["NO_TIMELOCK"];
3922
+ readonly tags: readonly ["NO_TIMELOCK"];
3903
3923
  };
3904
3924
  readonly FXS: {
3905
3925
  readonly name: "Frax Share";
@@ -3913,7 +3933,7 @@ export declare const base: {
3913
3933
  readonly 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. ";
3914
3934
  readonly documentation: "https://docs.frax.finance/";
3915
3935
  readonly bridge: "layer-zero";
3916
- readonly risks: readonly ["NO_TIMELOCK"];
3936
+ readonly tags: readonly ["NO_TIMELOCK"];
3917
3937
  };
3918
3938
  readonly ezETH: {
3919
3939
  readonly name: "Renzo Restaked ETH";
@@ -3927,7 +3947,7 @@ export declare const base: {
3927
3947
  readonly 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.";
3928
3948
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
3929
3949
  readonly bridge: "connext";
3930
- readonly risks: readonly ["NO_TIMELOCK"];
3950
+ readonly tags: readonly ["NO_TIMELOCK"];
3931
3951
  };
3932
3952
  readonly bWELL: {
3933
3953
  readonly name: "WELL";
@@ -4093,7 +4113,7 @@ export declare const base: {
4093
4113
  readonly 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%.";
4094
4114
  readonly bridge: "base-canonical";
4095
4115
  readonly documentation: "https://docs.liquity.org/";
4096
- readonly risks: readonly ["SYNTH_STABLE"];
4116
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4097
4117
  };
4098
4118
  readonly GENOME: {
4099
4119
  readonly name: "GENOME";
@@ -4119,7 +4139,7 @@ export declare const base: {
4119
4139
  readonly 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.";
4120
4140
  readonly documentation: "https://kelp.gitbook.io/kelp";
4121
4141
  readonly bridge: "stargate";
4122
- readonly risks: readonly ["NO_TIMELOCK"];
4142
+ readonly tags: readonly ["NO_TIMELOCK"];
4123
4143
  };
4124
4144
  readonly weETH: {
4125
4145
  readonly name: "Wrapped eETH";
@@ -4133,7 +4153,7 @@ export declare const base: {
4133
4153
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
4134
4154
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4135
4155
  readonly bridge: "stargate";
4136
- readonly risks: readonly ["NO_TIMELOCK"];
4156
+ readonly tags: readonly ["NO_TIMELOCK"];
4137
4157
  };
4138
4158
  readonly KLIMA: {
4139
4159
  readonly name: "Klima DAO";
@@ -4147,7 +4167,7 @@ export declare const base: {
4147
4167
  readonly documentation: "https://docs.klimadao.finance/";
4148
4168
  readonly 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.";
4149
4169
  readonly bridge: "axelar";
4150
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4170
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4151
4171
  };
4152
4172
  readonly USDz: {
4153
4173
  readonly name: "Anzen USDz";
@@ -4161,7 +4181,7 @@ export declare const base: {
4161
4181
  readonly website: "https://anzen.finance/";
4162
4182
  readonly documentation: "https://docs.anzen.finance/";
4163
4183
  readonly bridge: "layer-zero";
4164
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4184
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4165
4185
  };
4166
4186
  readonly GHST: {
4167
4187
  readonly name: "Aavegotchi GHST Token";
@@ -4201,6 +4221,7 @@ export declare const base: {
4201
4221
  readonly documentation: "https://tether.to/en/how-it-works";
4202
4222
  readonly 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.";
4203
4223
  readonly bridge: "base-canonical";
4224
+ readonly tags: readonly ["STABLECOIN"];
4204
4225
  };
4205
4226
  readonly UNI: {
4206
4227
  readonly name: "Uniswap";
@@ -4253,7 +4274,7 @@ export declare const base: {
4253
4274
  readonly bridge: "chainlink-ccip";
4254
4275
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
4255
4276
  readonly documentation: "https://learn.jarvis.network/";
4256
- readonly risks: readonly ["SYNTH_STABLE"];
4277
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4257
4278
  };
4258
4279
  readonly sUSDz: {
4259
4280
  readonly name: "Staked USDz";
@@ -4267,7 +4288,7 @@ export declare const base: {
4267
4288
  readonly website: "https://anzen.finance/";
4268
4289
  readonly documentation: "https://docs.anzen.finance/";
4269
4290
  readonly bridge: "layer-zero";
4270
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4291
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4271
4292
  };
4272
4293
  readonly msUSD: {
4273
4294
  readonly name: "Metronome Synth USD";
@@ -4281,7 +4302,7 @@ export declare const base: {
4281
4302
  readonly website: "https://metronome.io/";
4282
4303
  readonly documentation: "https://docs.metronome.io/";
4283
4304
  readonly bridge: "layer-zero";
4284
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4305
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4285
4306
  };
4286
4307
  readonly msETH: {
4287
4308
  readonly name: "Metronome Synth ETH";
@@ -4295,7 +4316,7 @@ export declare const base: {
4295
4316
  readonly website: "https://metronome.io/";
4296
4317
  readonly documentation: "https://docs.metronome.io/";
4297
4318
  readonly bridge: "layer-zero";
4298
- readonly risks: readonly ["NO_TIMELOCK"];
4319
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4299
4320
  };
4300
4321
  readonly CHOMP: {
4301
4322
  readonly name: "ChompCoin";
@@ -4344,6 +4365,7 @@ export declare const base: {
4344
4365
  readonly 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.";
4345
4366
  readonly website: "https://www.circle.com/en/eurc";
4346
4367
  readonly bridge: "native";
4368
+ readonly tags: readonly ["STABLECOIN"];
4347
4369
  };
4348
4370
  readonly PEPE: {
4349
4371
  readonly name: "BasedPepe";
@@ -4434,7 +4456,7 @@ export declare const base: {
4434
4456
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4435
4457
  readonly bridge: "wormhole";
4436
4458
  readonly 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.";
4437
- readonly risks: readonly ["NO_TIMELOCK"];
4459
+ readonly tags: readonly ["NO_TIMELOCK"];
4438
4460
  };
4439
4461
  readonly WIF: {
4440
4462
  readonly name: "dogwifhat";
@@ -4537,7 +4559,7 @@ export declare const base: {
4537
4559
  readonly 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.";
4538
4560
  readonly documentation: "https://docs.originprotocol.com/";
4539
4561
  readonly bridge: "base-canonical";
4540
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4562
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4541
4563
  };
4542
4564
  readonly BMX: {
4543
4565
  readonly name: "BMX";
@@ -4564,7 +4586,7 @@ export declare const base: {
4564
4586
  readonly website: "https://www.virtuals.io/";
4565
4587
  readonly documentation: "https://whitepaper.virtuals.io/";
4566
4588
  readonly bridge: "base-canonical";
4567
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4589
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4568
4590
  };
4569
4591
  readonly snARS: {
4570
4592
  readonly name: "Yield Bearing Num ARS";
@@ -4578,7 +4600,7 @@ export declare const base: {
4578
4600
  readonly website: "https://num.finance/";
4579
4601
  readonly documentation: "https://new.num.finance/";
4580
4602
  readonly bridge: "native";
4581
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4603
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4582
4604
  };
4583
4605
  readonly besnARS: {
4584
4606
  readonly name: "Beefy Escrow snARS";
@@ -4592,7 +4614,7 @@ export declare const base: {
4592
4614
  readonly website: "https://num.finance/";
4593
4615
  readonly documentation: "https://new.num.finance/";
4594
4616
  readonly bridge: "native";
4595
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4617
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4596
4618
  };
4597
4619
  readonly LUNA: {
4598
4620
  readonly name: "Luna by Virtuals";
@@ -4619,7 +4641,7 @@ export declare const base: {
4619
4641
  readonly website: "https://www.spectrallabs.xyz/";
4620
4642
  readonly documentation: "https://docs.spectrallabs.xyz/";
4621
4643
  readonly bridge: "synapse";
4622
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4644
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4623
4645
  };
4624
4646
  readonly TALENT: {
4625
4647
  readonly name: "Talent Protocol Token";
@@ -4633,7 +4655,7 @@ export declare const base: {
4633
4655
  readonly website: "https://talentprotocol.com/";
4634
4656
  readonly documentation: "https://docs.talentprotocol.com/";
4635
4657
  readonly bridge: "native";
4636
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4658
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4637
4659
  };
4638
4660
  readonly HIGHER: {
4639
4661
  readonly name: "Higher";
@@ -4659,7 +4681,7 @@ export declare const base: {
4659
4681
  readonly website: "https://www.basedbrett.com/";
4660
4682
  readonly documentation: "https://www.basedbrett.com/#tokenomics";
4661
4683
  readonly bridge: "native";
4662
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4684
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4663
4685
  };
4664
4686
  readonly ION: {
4665
4687
  readonly name: "Ionic";
@@ -4673,7 +4695,7 @@ export declare const base: {
4673
4695
  readonly website: "https://app.ionic.money/";
4674
4696
  readonly documentation: "https://doc.ionic.money/";
4675
4697
  readonly bridge: "native";
4676
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4698
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4677
4699
  };
4678
4700
  readonly OX: {
4679
4701
  readonly name: "OX Coin";
@@ -4687,7 +4709,7 @@ export declare const base: {
4687
4709
  readonly website: "https://ox.fun/";
4688
4710
  readonly documentation: "https://support.ox.fun/";
4689
4711
  readonly bridge: "layer-zero";
4690
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4712
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4691
4713
  };
4692
4714
  readonly MORE: {
4693
4715
  readonly name: "MORE";
@@ -4700,7 +4722,7 @@ export declare const base: {
4700
4722
  readonly 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.";
4701
4723
  readonly bridge: "native";
4702
4724
  readonly chainId: 8453;
4703
- readonly risks: readonly ["NO_TIMELOCK"];
4725
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4704
4726
  };
4705
4727
  readonly CLANKER: {
4706
4728
  readonly name: "tokenbot";
@@ -4751,7 +4773,7 @@ export declare const base: {
4751
4773
  readonly website: "https://blocklords.com/";
4752
4774
  readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
4753
4775
  readonly bridge: "base-canonical";
4754
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4776
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4755
4777
  };
4756
4778
  readonly SUSHI: {
4757
4779
  readonly name: "Sushi";
@@ -4803,7 +4825,7 @@ export declare const base: {
4803
4825
  readonly 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.";
4804
4826
  readonly bridge: "native";
4805
4827
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
4806
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
4828
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
4807
4829
  };
4808
4830
  readonly EIGEN: {
4809
4831
  readonly name: "Eigen";
@@ -4855,7 +4877,7 @@ export declare const base: {
4855
4877
  readonly 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.";
4856
4878
  readonly documentation: "https://docs.morpho.org/";
4857
4879
  readonly bridge: "base-canonical";
4858
- readonly risks: readonly ["NO_TIMELOCK"];
4880
+ readonly tags: readonly ["NO_TIMELOCK"];
4859
4881
  };
4860
4882
  readonly PUBLIUS: {
4861
4883
  readonly name: "PUBLIUS";
@@ -4933,7 +4955,7 @@ export declare const base: {
4933
4955
  readonly 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.";
4934
4956
  readonly documentation: "https://docs.gravity.xyz/";
4935
4957
  readonly bridge: "native";
4936
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4958
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4937
4959
  };
4938
4960
  readonly ANZ: {
4939
4961
  readonly name: "Anzen Token";
@@ -4947,7 +4969,7 @@ export declare const base: {
4947
4969
  readonly description: "Anzen is a decentralized platform providing access to USDz, which is a digital token backed by a diversified portfolio of private credit assets.";
4948
4970
  readonly documentation: "https://docs.anzen.finance/";
4949
4971
  readonly bridge: "native";
4950
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4972
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4951
4973
  };
4952
4974
  readonly TAROT: {
4953
4975
  readonly name: "Tarot";
@@ -4961,7 +4983,7 @@ export declare const base: {
4961
4983
  readonly description: "Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.";
4962
4984
  readonly documentation: "https://docs.tarot.to/";
4963
4985
  readonly bridge: "layer-zero";
4964
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4986
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4965
4987
  };
4966
4988
  readonly ODOS: {
4967
4989
  readonly name: "Odos Token";
@@ -4988,7 +5010,7 @@ export declare const base: {
4988
5010
  readonly description: "The Derive Protocol is a collection of smart contracts that collectively create a decentralised and self-custodial derivatives protocol.";
4989
5011
  readonly documentation: "https://docs.derive.xyz/";
4990
5012
  readonly bridge: "layer-zero";
4991
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5013
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4992
5014
  };
4993
5015
  readonly FAI: {
4994
5016
  readonly name: "FAI";
@@ -5015,7 +5037,7 @@ export declare const base: {
5015
5037
  readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
5016
5038
  readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
5017
5039
  readonly bridge: "";
5018
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5040
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5019
5041
  };
5020
5042
  readonly uSUI: {
5021
5043
  readonly name: "Sui (Universal)";
@@ -5029,7 +5051,7 @@ export declare const base: {
5029
5051
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5030
5052
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5031
5053
  readonly bridge: "native";
5032
- readonly risks: readonly ["NO_TIMELOCK"];
5054
+ readonly tags: readonly ["NO_TIMELOCK"];
5033
5055
  };
5034
5056
  readonly uSOL: {
5035
5057
  readonly name: "Solana (Universal)";
@@ -5043,7 +5065,7 @@ export declare const base: {
5043
5065
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5044
5066
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5045
5067
  readonly bridge: "native";
5046
- readonly risks: readonly ["NO_TIMELOCK"];
5068
+ readonly tags: readonly ["NO_TIMELOCK"];
5047
5069
  };
5048
5070
  readonly uXRP: {
5049
5071
  readonly name: "XRP (Universal)";
@@ -5057,7 +5079,7 @@ export declare const base: {
5057
5079
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5058
5080
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5059
5081
  readonly bridge: "native";
5060
- readonly risks: readonly ["NO_TIMELOCK"];
5082
+ readonly tags: readonly ["NO_TIMELOCK"];
5061
5083
  };
5062
5084
  readonly uADA: {
5063
5085
  readonly name: "Cardano (Universal)";
@@ -5071,7 +5093,7 @@ export declare const base: {
5071
5093
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5072
5094
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5073
5095
  readonly bridge: "native";
5074
- readonly risks: readonly ["NO_TIMELOCK"];
5096
+ readonly tags: readonly ["NO_TIMELOCK"];
5075
5097
  };
5076
5098
  readonly uLINK: {
5077
5099
  readonly name: "Chainlink (Universal)";
@@ -5085,7 +5107,7 @@ export declare const base: {
5085
5107
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5086
5108
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5087
5109
  readonly bridge: "native";
5088
- readonly risks: readonly ["NO_TIMELOCK"];
5110
+ readonly tags: readonly ["NO_TIMELOCK"];
5089
5111
  };
5090
5112
  readonly uDOGE: {
5091
5113
  readonly name: "Dogecoin (Universal)";
@@ -5099,7 +5121,7 @@ export declare const base: {
5099
5121
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5100
5122
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5101
5123
  readonly bridge: "native";
5102
- readonly risks: readonly ["NO_TIMELOCK"];
5124
+ readonly tags: readonly ["NO_TIMELOCK"];
5103
5125
  };
5104
5126
  readonly uNEAR: {
5105
5127
  readonly name: "NEAR (Universal)";
@@ -5113,7 +5135,7 @@ export declare const base: {
5113
5135
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5114
5136
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5115
5137
  readonly bridge: "native";
5116
- readonly risks: readonly ["NO_TIMELOCK"];
5138
+ readonly tags: readonly ["NO_TIMELOCK"];
5117
5139
  };
5118
5140
  readonly uAPT: {
5119
5141
  readonly name: "Aptos (Universal)";
@@ -5127,7 +5149,7 @@ export declare const base: {
5127
5149
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5128
5150
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5129
5151
  readonly bridge: "native";
5130
- readonly risks: readonly ["NO_TIMELOCK"];
5152
+ readonly tags: readonly ["NO_TIMELOCK"];
5131
5153
  };
5132
5154
  readonly uSEI: {
5133
5155
  readonly name: "Sei (Universal)";
@@ -5141,7 +5163,7 @@ export declare const base: {
5141
5163
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5142
5164
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5143
5165
  readonly bridge: "native";
5144
- readonly risks: readonly ["NO_TIMELOCK"];
5166
+ readonly tags: readonly ["NO_TIMELOCK"];
5145
5167
  };
5146
5168
  readonly REI: {
5147
5169
  readonly name: "Unit 00 - Rei";
@@ -5181,7 +5203,7 @@ export declare const base: {
5181
5203
  readonly 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.";
5182
5204
  readonly documentation: "https://venice.ai/blog";
5183
5205
  readonly bridge: "native";
5184
- readonly risks: readonly ["NO_TIMELOCK"];
5206
+ readonly tags: readonly ["NO_TIMELOCK"];
5185
5207
  };
5186
5208
  readonly Bold: {
5187
5209
  readonly name: "Bold Stablecoin";
@@ -5195,7 +5217,7 @@ export declare const base: {
5195
5217
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
5196
5218
  readonly documentation: "https://docs.liquity.org/";
5197
5219
  readonly bridge: "chainlink-ccip";
5198
- readonly risks: readonly ["SYNTH_STABLE"];
5220
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5199
5221
  };
5200
5222
  readonly USR: {
5201
5223
  readonly name: "Resolv USD";
@@ -5208,7 +5230,7 @@ export declare const base: {
5208
5230
  readonly documentation: "https://docs.resolv.xyz/";
5209
5231
  readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
5210
5232
  readonly bridge: "layer-zero";
5211
- readonly risks: readonly ["SYNTH_STABLE"];
5233
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5212
5234
  };
5213
5235
  readonly FLAY: {
5214
5236
  readonly name: "Flayer";
@@ -5234,7 +5256,7 @@ export declare const base: {
5234
5256
  readonly 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.";
5235
5257
  readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
5236
5258
  readonly bridge: "native";
5237
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5259
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5238
5260
  };
5239
5261
  readonly VEIL: {
5240
5262
  readonly name: "VEIL Token";
@@ -5286,7 +5308,7 @@ export declare const base: {
5286
5308
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5287
5309
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5288
5310
  readonly bridge: "native";
5289
- readonly risks: readonly ["NO_TIMELOCK"];
5311
+ readonly tags: readonly ["NO_TIMELOCK"];
5290
5312
  };
5291
5313
  readonly uSHIB: {
5292
5314
  readonly name: "Shiba Inu (Universal)";
@@ -5299,7 +5321,7 @@ export declare const base: {
5299
5321
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
5300
5322
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
5301
5323
  readonly bridge: "native";
5302
- readonly risks: readonly ["NO_TIMELOCK"];
5324
+ readonly tags: readonly ["NO_TIMELOCK"];
5303
5325
  };
5304
5326
  readonly KAITO: {
5305
5327
  readonly name: "KAITO";
@@ -5361,7 +5383,7 @@ export declare const base: {
5361
5383
  readonly 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.";
5362
5384
  readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
5363
5385
  readonly bridge: "layer-zero";
5364
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5386
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5365
5387
  };
5366
5388
  readonly KTA: {
5367
5389
  readonly name: "Keeta";
@@ -5388,7 +5410,7 @@ export declare const base: {
5388
5410
  readonly 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.";
5389
5411
  readonly documentation: "";
5390
5412
  readonly bridge: "native";
5391
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5413
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5392
5414
  };
5393
5415
  readonly CADC: {
5394
5416
  readonly name: "CAD Coin";
@@ -5402,7 +5424,7 @@ export declare const base: {
5402
5424
  readonly description: "CADC is a fully reserved CAD dollar stablecoin issued by Paytrie, redeemable 1:1 for Canadian dollars";
5403
5425
  readonly documentation: "https://faq.paytrie.com/help";
5404
5426
  readonly bridge: "native";
5405
- readonly risks: readonly ["NO_TIMELOCK"];
5427
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
5406
5428
  };
5407
5429
  readonly yTRYB: {
5408
5430
  readonly name: "Yield TRYB";
@@ -5416,7 +5438,7 @@ export declare const base: {
5416
5438
  readonly description: "TRYB is a stablecoin developed by BiLira that is pegged 1:1 to the Turkish lira and 100% backed by reserves.";
5417
5439
  readonly documentation: "https://support.bilira.co/";
5418
5440
  readonly bridge: "native";
5419
- readonly risks: readonly ["NO_TIMELOCK"];
5441
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
5420
5442
  };
5421
5443
  readonly IDRX: {
5422
5444
  readonly name: "IDRX";
@@ -5430,7 +5452,7 @@ export declare const base: {
5430
5452
  readonly 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.";
5431
5453
  readonly documentation: "https://docs.idrx.co/";
5432
5454
  readonly bridge: "idrx";
5433
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5455
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5434
5456
  };
5435
5457
  readonly OVER: {
5436
5458
  readonly name: "Overtime DAO Token";
@@ -5444,7 +5466,7 @@ export declare const base: {
5444
5466
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
5445
5467
  readonly documentation: "https://docs.overtime.io/";
5446
5468
  readonly bridge: "chainlink-ccip";
5447
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5469
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5448
5470
  };
5449
5471
  readonly EDGE: {
5450
5472
  readonly name: "Edge";
@@ -5458,7 +5480,7 @@ export declare const base: {
5458
5480
  readonly 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.";
5459
5481
  readonly documentation: "https://docs.definitive.fi/";
5460
5482
  readonly bridge: "native";
5461
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5483
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5462
5484
  };
5463
5485
  readonly OUSDT: {
5464
5486
  readonly name: "OpenUSDT";
@@ -5472,7 +5494,7 @@ export declare const base: {
5472
5494
  readonly description: "OpenUSDT is a future-proof interoperable USDT stablecoin for the OP Superchain enabling shared liquidity and interchain applications.";
5473
5495
  readonly documentation: "https://docs.openusdt.xyz/";
5474
5496
  readonly bridge: "chainlink-ccip";
5475
- readonly risks: readonly ["NO_TIMELOCK"];
5497
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
5476
5498
  };
5477
5499
  readonly GHO: {
5478
5500
  readonly name: "GHO Token";
@@ -5499,7 +5521,7 @@ export declare const base: {
5499
5521
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
5500
5522
  readonly bridge: "native";
5501
5523
  readonly description: "Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
5502
- readonly risks: readonly ["SYNTH_STABLE"];
5524
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5503
5525
  };
5504
5526
  readonly waBasUSDC: {
5505
5527
  readonly name: "Wrapped Aave USD Coin";
@@ -5513,6 +5535,7 @@ export declare const base: {
5513
5535
  readonly chainId: 8453;
5514
5536
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
5515
5537
  readonly documentation: "https://www.circle.com/en/usdc-multichain/base";
5538
+ readonly tags: readonly ["STABLECOIN"];
5516
5539
  };
5517
5540
  readonly 'Base is for everyone': {
5518
5541
  readonly name: "Base is for everyone";
@@ -5578,6 +5601,7 @@ export declare const base: {
5578
5601
  readonly bridge: "native";
5579
5602
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
5580
5603
  readonly documentation: "https://www.circle.com/en/usdc-multichain/base";
5604
+ readonly tags: readonly ["STABLECOIN"];
5581
5605
  };
5582
5606
  readonly sUSDS: {
5583
5607
  readonly name: "Savings USDS";
@@ -5590,7 +5614,7 @@ export declare const base: {
5590
5614
  readonly documentation: "https://docs.sky.money/";
5591
5615
  readonly description: "SavingsUSDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.";
5592
5616
  readonly bridge: "base-canonical";
5593
- readonly risks: readonly ["SYNTH_STABLE"];
5617
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5594
5618
  };
5595
5619
  readonly scrvUSD: {
5596
5620
  readonly name: "Savings crvUSD";
@@ -5602,7 +5626,7 @@ export declare const base: {
5602
5626
  readonly website: "https://www.curve.finance/";
5603
5627
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
5604
5628
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
5605
- readonly risks: readonly ["SYNTH_STABLE"];
5629
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5606
5630
  };
5607
5631
  readonly ZORA: {
5608
5632
  readonly name: "ZORA";
@@ -5615,7 +5639,7 @@ export declare const base: {
5615
5639
  readonly documentation: "https://docs.zora.co/";
5616
5640
  readonly description: "A social network where every post is a coin.";
5617
5641
  readonly bridge: "native";
5618
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5642
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5619
5643
  };
5620
5644
  readonly TRUE: {
5621
5645
  readonly name: "TRUE";
@@ -5641,7 +5665,7 @@ export declare const base: {
5641
5665
  readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
5642
5666
  readonly documentation: "https://noice.so/#section-how";
5643
5667
  readonly bridge: "native";
5644
- readonly risks: readonly ["LARGE_HOLDERS"];
5668
+ readonly tags: readonly ["LARGE_HOLDERS"];
5645
5669
  };
5646
5670
  readonly BOLDV2: {
5647
5671
  readonly name: "BOLD Stablecoin";
@@ -5655,7 +5679,7 @@ export declare const base: {
5655
5679
  readonly documentation: "https://docs.liquity.org/";
5656
5680
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
5657
5681
  readonly bridge: "chainlink-ccip";
5658
- readonly risks: readonly ["SYNTH_STABLE"];
5682
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5659
5683
  };
5660
5684
  readonly GIZA: {
5661
5685
  readonly name: "Giza";
@@ -5812,7 +5836,7 @@ export declare const base: {
5812
5836
  readonly description: "Trade crypto, forex, metals, commodities, indices, straight from your wallet.";
5813
5837
  readonly documentation: "https://docs.avantisfi.com/";
5814
5838
  readonly bridge: "native";
5815
- readonly risks: readonly ["NO_TIMELOCK"];
5839
+ readonly tags: readonly ["NO_TIMELOCK"];
5816
5840
  };
5817
5841
  readonly VELVET: {
5818
5842
  readonly name: "Velvet";
@@ -5839,7 +5863,7 @@ export declare const base: {
5839
5863
  readonly 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.";
5840
5864
  readonly documentation: "https://docs.soo.network/introduction/what-is-soon";
5841
5865
  readonly bridge: "layer-zero";
5842
- readonly risks: readonly ["NO_TIMELOCK"];
5866
+ readonly tags: readonly ["NO_TIMELOCK"];
5843
5867
  };
5844
5868
  readonly SAPIEN: {
5845
5869
  readonly name: "Sapien";
@@ -5853,7 +5877,7 @@ export declare const base: {
5853
5877
  readonly description: "Sapien is a decentralized network, connecting you directly to leading AI companies";
5854
5878
  readonly documentation: "https://earn.sapien.io/";
5855
5879
  readonly bridge: "native";
5856
- readonly risks: readonly ["LARGE_HOLDERS"];
5880
+ readonly tags: readonly ["LARGE_HOLDERS"];
5857
5881
  };
5858
5882
  readonly AVAIL: {
5859
5883
  readonly name: "Avail (Wormhole)";
@@ -5880,7 +5904,7 @@ export declare const base: {
5880
5904
  readonly 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.";
5881
5905
  readonly documentation: "https://docs.botto.com/";
5882
5906
  readonly bridge: "base-canonical";
5883
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5907
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5884
5908
  };
5885
5909
  readonly MCADE: {
5886
5910
  readonly name: "Metacade";
@@ -5907,7 +5931,7 @@ export declare const base: {
5907
5931
  readonly 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.";
5908
5932
  readonly documentation: "https://docs.spectra.finance/";
5909
5933
  readonly bridge: "layer-zero";
5910
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5934
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5911
5935
  };
5912
5936
  readonly SQD: {
5913
5937
  readonly name: "Subsquid";
@@ -5921,7 +5945,7 @@ export declare const base: {
5921
5945
  readonly 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.";
5922
5946
  readonly documentation: "https://docs.sqd.ai/";
5923
5947
  readonly bridge: "base-canonical";
5924
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5948
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5925
5949
  };
5926
5950
  readonly TLOS: {
5927
5951
  readonly name: "TLOS";
@@ -5935,7 +5959,7 @@ export declare const base: {
5935
5959
  readonly 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";
5936
5960
  readonly documentation: "https://docs.telos.net/";
5937
5961
  readonly bridge: "layer-zero";
5938
- readonly risks: readonly ["NO_TIMELOCK"];
5962
+ readonly tags: readonly ["NO_TIMELOCK"];
5939
5963
  };
5940
5964
  readonly AWE: {
5941
5965
  readonly name: "AWE Network";
@@ -5948,7 +5972,7 @@ export declare const base: {
5948
5972
  readonly website: "https://www.awenetwork.ai/";
5949
5973
  readonly 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.";
5950
5974
  readonly documentation: "https://docs.awenetwork.ai/";
5951
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5975
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5952
5976
  };
5953
5977
  readonly CXT: {
5954
5978
  readonly name: "Covalent X token";
@@ -5962,7 +5986,7 @@ export declare const base: {
5962
5986
  readonly 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).";
5963
5987
  readonly documentation: "https://www.covalenthq.com/docs/introduction";
5964
5988
  readonly bridge: "base-canonical";
5965
- readonly risks: readonly ["NO_TIMELOCK"];
5989
+ readonly tags: readonly ["NO_TIMELOCK"];
5966
5990
  };
5967
5991
  readonly FLOCK: {
5968
5992
  readonly name: "FLock.io";
@@ -5975,7 +5999,7 @@ export declare const base: {
5975
5999
  readonly website: "https://www.flock.io/";
5976
6000
  readonly 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.";
5977
6001
  readonly documentation: "https://docs.flock.io/";
5978
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6002
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
5979
6003
  };
5980
6004
  readonly SYND: {
5981
6005
  readonly name: "Syndicate";
@@ -5989,7 +6013,7 @@ export declare const base: {
5989
6013
  readonly description: "Infrastructure for scalable, programmable, atomically composable appchains. Giving you complete control over your network, sequencer, and economy.";
5990
6014
  readonly documentation: "https://docs.syndicate.io/en/docs/syndicate-stack/get-started/introduction";
5991
6015
  readonly bridge: "base-canonical";
5992
- readonly risks: readonly ["NO_TIMELOCK"];
6016
+ readonly tags: readonly ["NO_TIMELOCK"];
5993
6017
  };
5994
6018
  readonly MOCA: {
5995
6019
  readonly name: "Moca";
@@ -6003,7 +6027,7 @@ export declare const base: {
6003
6027
  readonly description: "Co-creating the largest web3 cultural economy with $MOCA holders";
6004
6028
  readonly documentation: "https://moca.foundation/moca-coin";
6005
6029
  readonly bridge: "layer-zero";
6006
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6030
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6007
6031
  };
6008
6032
  readonly RIPE: {
6009
6033
  readonly name: "RipeToken";
@@ -6030,7 +6054,7 @@ export declare const base: {
6030
6054
  readonly description: "SIRE is the first agentic on-chain sports-betting hedge fund, built for DeFAI.";
6031
6055
  readonly documentation: "https://docs.sire.bot/";
6032
6056
  readonly bridge: "native";
6033
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6057
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6034
6058
  };
6035
6059
  readonly LCAP: {
6036
6060
  readonly name: "CF Large Cap Index";
@@ -6057,7 +6081,7 @@ export declare const base: {
6057
6081
  readonly 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.";
6058
6082
  readonly documentation: "https://venice.ai/blog/";
6059
6083
  readonly bridge: "native";
6060
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6084
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6061
6085
  };
6062
6086
  readonly VFY: {
6063
6087
  readonly name: "zkVerify";
@@ -6071,7 +6095,7 @@ export declare const base: {
6071
6095
  readonly 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.";
6072
6096
  readonly documentation: "https://docs.zkverify.io/";
6073
6097
  readonly bridge: "layer-zero";
6074
- readonly risks: readonly ["NO_TIMELOCK"];
6098
+ readonly tags: readonly ["NO_TIMELOCK"];
6075
6099
  };
6076
6100
  readonly LITKEY: {
6077
6101
  readonly name: "Lit Protocol";
@@ -6098,7 +6122,7 @@ export declare const base: {
6098
6122
  readonly description: "Predict crypto & stock prices with nonstop hourly and daily markets. Trade anytime, anywhere. ";
6099
6123
  readonly documentation: "https://limitlesslabs.notion.site/";
6100
6124
  readonly bridge: "native";
6101
- readonly risks: readonly ["LARGE_HOLDERS"];
6125
+ readonly tags: readonly ["LARGE_HOLDERS"];
6102
6126
  };
6103
6127
  readonly SEDA: {
6104
6128
  readonly name: "SEDA";
@@ -6112,7 +6136,7 @@ export declare const base: {
6112
6136
  readonly 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.";
6113
6137
  readonly documentation: "https://docs.seda.xyz/home";
6114
6138
  readonly bridge: "hyperlane";
6115
- readonly risks: readonly ["NO_TIMELOCK"];
6139
+ readonly tags: readonly ["NO_TIMELOCK"];
6116
6140
  };
6117
6141
  readonly kVCM: {
6118
6142
  readonly name: "Klima Protocol kVCM";
@@ -6126,7 +6150,7 @@ export declare const base: {
6126
6150
  readonly description: "Klima Protocol is open infrastructure for climate finance—pricing and purchasing carbon credits, selling retirements, and incentivizing deep liquidity.";
6127
6151
  readonly documentation: "https://docs.klimaprotocol.com/";
6128
6152
  readonly bridge: "native";
6129
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
6153
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
6130
6154
  };
6131
6155
  readonly SEND: {
6132
6156
  readonly name: "Send";
@@ -6140,7 +6164,7 @@ export declare const base: {
6140
6164
  readonly 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.";
6141
6165
  readonly documentation: "https://info.send.it/";
6142
6166
  readonly bridge: "native";
6143
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
6167
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
6144
6168
  };
6145
6169
  readonly SOL: {
6146
6170
  readonly name: "Solana";