@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
@@ -10,7 +10,7 @@ export declare const ethereum: {
10
10
  readonly decimals: 18;
11
11
  readonly chainId: 1;
12
12
  readonly website: "https://weth.io/";
13
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
13
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly bridge: "native";
15
15
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
16
16
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -23,7 +23,7 @@ export declare const ethereum: {
23
23
  readonly decimals: 18;
24
24
  readonly chainId: 1;
25
25
  readonly website: "https://weth.io/";
26
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
26
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
27
27
  readonly bridge: "native";
28
28
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
29
29
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -36,7 +36,7 @@ export declare const ethereum: {
36
36
  readonly decimals: 18;
37
37
  readonly chainId: 1;
38
38
  readonly website: "https://weth.io/";
39
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
39
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
40
40
  readonly bridge: "native";
41
41
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
42
42
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -49,7 +49,7 @@ export declare const ethereum: {
49
49
  readonly decimals: 18;
50
50
  readonly chainId: 1;
51
51
  readonly website: "https://weth.io/";
52
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
52
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
53
53
  readonly bridge: "native";
54
54
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
55
55
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -130,6 +130,7 @@ export declare const ethereum: {
130
130
  readonly chainId: 1;
131
131
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
132
132
  readonly documentation: "https://developers.circle.com/docs";
133
+ readonly tags: readonly ["STABLECOIN"];
133
134
  };
134
135
  readonly STG: {
135
136
  readonly name: "Stargate";
@@ -214,6 +215,7 @@ export declare const ethereum: {
214
215
  readonly website: "https://jpegd.io/";
215
216
  readonly description: "pETH is an Ethereum derivative supported by the JPEG'd protocol. It is minted when a user borrows against their NFT and burned when they decide to repay their loan. Unlike the 2% interest rate for borrowing PUSd, minting $pETH against an NFT has a 5% interest rate.";
216
217
  readonly documentation: "https://docs.jpegd.io/tokenomics/usdpeth";
218
+ readonly tags: readonly ["SYNTHETIC"];
217
219
  };
218
220
  readonly FRAX: {
219
221
  readonly chainId: 1;
@@ -227,7 +229,7 @@ export declare const ethereum: {
227
229
  readonly bridge: "native";
228
230
  readonly logoURI: "";
229
231
  readonly documentation: "https://docs.frax.finance/";
230
- readonly risks: readonly ["SYNTH_STABLE"];
232
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
231
233
  };
232
234
  readonly frxUSD: {
233
235
  readonly chainId: 1;
@@ -241,7 +243,7 @@ export declare const ethereum: {
241
243
  readonly bridge: "native";
242
244
  readonly logoURI: "";
243
245
  readonly documentation: "https://docs.frax.finance/";
244
- readonly risks: readonly ["SYNTH_STABLE"];
246
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
245
247
  };
246
248
  readonly sfrxUSD: {
247
249
  readonly name: "Staked Frax USD";
@@ -254,7 +256,7 @@ export declare const ethereum: {
254
256
  readonly description: "Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.";
255
257
  readonly bridge: "native";
256
258
  readonly documentation: "https://docs.frax.finance/";
257
- readonly risks: readonly ["SYNTH_STABLE"];
259
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
258
260
  };
259
261
  readonly WBTC: {
260
262
  readonly chainId: 1;
@@ -279,6 +281,7 @@ export declare const ethereum: {
279
281
  readonly description: "sBTC is a synthetic Bitcoin token enabled by the Synthetix protocol. It tracks the price of Bitcoin through price feeds supplied by Chainlink’s decentralized network of oracles.";
280
282
  readonly bridge: "native";
281
283
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
284
+ readonly tags: readonly ["SYNTHETIC"];
282
285
  };
283
286
  readonly multiBTC: {
284
287
  readonly chainId: 1;
@@ -291,6 +294,7 @@ export declare const ethereum: {
291
294
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
292
295
  readonly bridge: "multichain";
293
296
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
297
+ readonly tags: readonly ["SYNTHETIC"];
294
298
  };
295
299
  readonly alETH: {
296
300
  readonly name: "Alchemix ETH";
@@ -303,6 +307,7 @@ export declare const ethereum: {
303
307
  readonly website: "https://alchemix.fi/";
304
308
  readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
305
309
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
310
+ readonly tags: readonly ["SYNTHETIC"];
306
311
  };
307
312
  readonly alUSD: {
308
313
  readonly name: "Alchemix USD";
@@ -316,7 +321,7 @@ export declare const ethereum: {
316
321
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
317
322
  readonly bridge: "native";
318
323
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
319
- readonly risks: readonly ["SYNTH_STABLE"];
324
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
320
325
  };
321
326
  readonly MIM: {
322
327
  readonly name: "Magic Internet Money";
@@ -330,7 +335,7 @@ export declare const ethereum: {
330
335
  readonly bridge: "native";
331
336
  readonly logoURI: "";
332
337
  readonly documentation: "https://docs.abracadabra.money/";
333
- readonly risks: readonly ["SYNTH_STABLE"];
338
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
334
339
  };
335
340
  readonly ApeUSD: {
336
341
  readonly name: "ApeUSD";
@@ -344,7 +349,7 @@ export declare const ethereum: {
344
349
  readonly description: "Ape Finance is building DeFi tools for metaverse dwellers, proud PFP owners, and digital collectible enthusiasts in all of us. We appreciate culture, art, and games. Ape Finance begins with the creation of the ApeUSD.";
345
350
  readonly bridge: "native";
346
351
  readonly logoURI: "";
347
- readonly risks: readonly ["SYNTH_STABLE"];
352
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
348
353
  };
349
354
  readonly auraBAL: {
350
355
  readonly name: "Aura Staked BAL BPT";
@@ -395,7 +400,7 @@ export declare const ethereum: {
395
400
  readonly website: "https://mai.finance/";
396
401
  readonly documentation: "https://docs.mai.finance/";
397
402
  readonly description: "MAI is a stable coin collateralized by your MATIC holdings. Its powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
398
- readonly risks: readonly ["SYNTH_STABLE"];
403
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
399
404
  };
400
405
  readonly tBTC: {
401
406
  readonly name: "tBTC v2";
@@ -422,7 +427,7 @@ export declare const ethereum: {
422
427
  readonly documentation: "https://docs.threshold.network/applications/threshold-usd";
423
428
  readonly description: "Threshold USD (thUSD) is a stablecoin soft-pegged against USD and backed by ETH and tBTC as collateral, with a minimum collateral ratio of 110%.";
424
429
  readonly bridge: "native";
425
- readonly risks: readonly ["SYNTH_STABLE"];
430
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
426
431
  };
427
432
  readonly T: {
428
433
  readonly name: "Threshold Network Token";
@@ -482,7 +487,7 @@ export declare const ethereum: {
482
487
  readonly website: "https://www.curve.finance/";
483
488
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
484
489
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
485
- readonly risks: readonly ["SYNTH_STABLE"];
490
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
486
491
  };
487
492
  readonly reUSD: {
488
493
  readonly name: "Resupply USD";
@@ -494,7 +499,7 @@ export declare const ethereum: {
494
499
  readonly website: "https://resupply.fi/";
495
500
  readonly description: "A decentralized stablecoin backed by Collateralized Debt Positions (CDP), leveraging the liquidity and stability of lending markets.";
496
501
  readonly documentation: "https://docs.resupply.fi/";
497
- readonly risks: readonly ["SYNTH_STABLE"];
502
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
498
503
  };
499
504
  readonly CVX: {
500
505
  readonly name: "CVX";
@@ -586,7 +591,7 @@ export declare const ethereum: {
586
591
  readonly description: "f(x) Protocol stablecoin";
587
592
  readonly bridge: "native";
588
593
  readonly logoURI: "";
589
- readonly risks: readonly ["SYNTH_STABLE"];
594
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
590
595
  };
591
596
  readonly sethUSDC: {
592
597
  readonly name: "Stargate USD Coin LP";
@@ -599,7 +604,7 @@ export declare const ethereum: {
599
604
  readonly website: "https://stargate.finance/";
600
605
  readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDC is deposited in a LP pool to enable high liquidity for bridging.";
601
606
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
602
- readonly risks: readonly ["SYNTH_STABLE"];
607
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
603
608
  };
604
609
  readonly sethUSDT: {
605
610
  readonly name: "Stargate Tether USD LP";
@@ -612,7 +617,7 @@ export declare const ethereum: {
612
617
  readonly website: "https://tether.to/";
613
618
  readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDT is deposited in a LP pool to enable high liquidity for bridging.";
614
619
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
615
- readonly risks: readonly ["SYNTH_STABLE"];
620
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
616
621
  };
617
622
  readonly rETH: {
618
623
  readonly name: "Rocket Pool ETH";
@@ -639,6 +644,7 @@ export declare const ethereum: {
639
644
  readonly documentation: "https://tether.to/en/how-it-works";
640
645
  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.";
641
646
  readonly bridge: "native";
647
+ readonly tags: readonly ["STABLECOIN"];
642
648
  };
643
649
  readonly DOLA: {
644
650
  readonly name: "Dola USD Stablecoin";
@@ -652,7 +658,7 @@ export declare const ethereum: {
652
658
  readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
653
659
  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.";
654
660
  readonly bridge: "native";
655
- readonly risks: readonly ["SYNTH_STABLE"];
661
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
656
662
  };
657
663
  readonly sETH: {
658
664
  readonly name: "Synth sETH";
@@ -665,6 +671,7 @@ export declare const ethereum: {
665
671
  readonly website: "https://synthetix.io/";
666
672
  readonly description: "Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model. Trades between Synths generate a small fee that is distributed to SNX collateral providers.";
667
673
  readonly bridge: "native";
674
+ readonly tags: readonly ["SYNTHETIC"];
668
675
  };
669
676
  readonly cbETH: {
670
677
  readonly name: "Coinbase Wrapped Staked ETH";
@@ -691,7 +698,7 @@ export declare const ethereum: {
691
698
  readonly description: "The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.";
692
699
  readonly bridge: "bittorent";
693
700
  readonly documentation: "https://usdd.io/docs/";
694
- readonly risks: readonly ["SYNTH_STABLE"];
701
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
695
702
  };
696
703
  readonly aUSDT: {
697
704
  readonly name: "Aave Tether USD";
@@ -740,6 +747,7 @@ export declare const ethereum: {
740
747
  readonly website: "https://app.balancer.fi/#/";
741
748
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
742
749
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
750
+ readonly tags: readonly ["STABLECOIN"];
743
751
  };
744
752
  readonly aUSDC: {
745
753
  readonly name: "Aave USDC";
@@ -776,6 +784,7 @@ export declare const ethereum: {
776
784
  readonly website: "https://app.balancer.fi/#/";
777
785
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
778
786
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
787
+ readonly tags: readonly ["STABLECOIN"];
779
788
  };
780
789
  readonly DAI: {
781
790
  readonly name: "DAI Stablecoin";
@@ -789,7 +798,7 @@ export declare const ethereum: {
789
798
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
790
799
  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";
791
800
  readonly bridge: "native";
792
- readonly risks: readonly ["SYNTH_STABLE"];
801
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
793
802
  };
794
803
  readonly aDAI: {
795
804
  readonly name: "Aave DAI";
@@ -802,6 +811,7 @@ export declare const ethereum: {
802
811
  readonly website: "https://makerdao.com/en/";
803
812
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
804
813
  readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
814
+ readonly tags: readonly ["SYNTHETIC"];
805
815
  };
806
816
  readonly waDAI: {
807
817
  readonly name: "Wrapped Aave Tether DAI";
@@ -814,6 +824,7 @@ export declare const ethereum: {
814
824
  readonly website: "https://makerdao.com/en/";
815
825
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
816
826
  readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
827
+ readonly tags: readonly ["SYNTHETIC"];
817
828
  };
818
829
  readonly bbaDAI: {
819
830
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -826,7 +837,7 @@ export declare const ethereum: {
826
837
  readonly website: "https://app.balancer.fi/#/";
827
838
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
828
839
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
829
- readonly risks: readonly ["SYNTH_STABLE"];
840
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
830
841
  };
831
842
  readonly aETH: {
832
843
  readonly name: "Aave ETH";
@@ -879,7 +890,7 @@ export declare const ethereum: {
879
890
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
880
891
  readonly bridge: "native";
881
892
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
882
- readonly risks: readonly ["SYNTH_STABLE"];
893
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
883
894
  };
884
895
  readonly frxETH: {
885
896
  readonly name: "Frax Ether";
@@ -1092,6 +1103,7 @@ export declare const ethereum: {
1092
1103
  readonly description: "The first regulated stablecoin fully backed by the US Dollar.";
1093
1104
  readonly bridge: "native";
1094
1105
  readonly logoURI: "";
1106
+ readonly tags: readonly ["STABLECOIN"];
1095
1107
  };
1096
1108
  readonly CLEV: {
1097
1109
  readonly name: "CLever Token";
@@ -1144,7 +1156,7 @@ export declare const ethereum: {
1144
1156
  readonly bridge: "native";
1145
1157
  readonly logoURI: "";
1146
1158
  readonly documentation: "https://reserve.org/protocol/";
1147
- readonly risks: readonly ["SYNTH_STABLE"];
1159
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1148
1160
  };
1149
1161
  readonly msETH: {
1150
1162
  readonly name: "Metronome Synth ETH";
@@ -1157,7 +1169,7 @@ export declare const ethereum: {
1157
1169
  readonly website: "https://app.metronome.io/";
1158
1170
  readonly description: "msETH represents Metronome Synth ETH. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
1159
1171
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
1160
- readonly risks: readonly ["NO_TIMELOCK"];
1172
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1161
1173
  };
1162
1174
  readonly BLUR: {
1163
1175
  readonly name: "Blur";
@@ -1181,7 +1193,7 @@ export declare const ethereum: {
1181
1193
  readonly website: "https://app.metronome.io/";
1182
1194
  readonly description: "msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
1183
1195
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
1184
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1196
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1185
1197
  };
1186
1198
  readonly UZD: {
1187
1199
  readonly name: "UZD Zunami Stable";
@@ -1207,7 +1219,7 @@ export declare const ethereum: {
1207
1219
  readonly description: string;
1208
1220
  readonly bridge: "native";
1209
1221
  readonly documentation: "https://docs.archimedesfi.com/";
1210
- readonly risks: readonly ["SYNTH_STABLE"];
1222
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1211
1223
  };
1212
1224
  readonly bbeUSDT: {
1213
1225
  readonly name: "Balancer Euler USDT Linear Pool";
@@ -1244,6 +1256,7 @@ export declare const ethereum: {
1244
1256
  readonly website: "https://app.balancer.fi/#/";
1245
1257
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1246
1258
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Euler Interest Bearing DAI.";
1259
+ readonly tags: readonly ["SYNTHETIC"];
1247
1260
  };
1248
1261
  readonly bbeUSD: {
1249
1262
  readonly name: "Balancer Euler Stable Composable Pool";
@@ -1256,6 +1269,7 @@ export declare const ethereum: {
1256
1269
  readonly website: "https://app.balancer.fi/#/";
1257
1270
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1258
1271
  readonly description: "Balancer composable pool that consist of bbeUSDT, bbeUSDC, and bbeDAI. bbTokens are Euler boosted linear pools.";
1272
+ readonly tags: readonly ["SYNTHETIC"];
1259
1273
  };
1260
1274
  readonly VERSE: {
1261
1275
  readonly name: "Verse";
@@ -1358,7 +1372,7 @@ export declare const ethereum: {
1358
1372
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
1359
1373
  readonly bridge: "native";
1360
1374
  readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
1361
- readonly risks: readonly ["SYNTH_STABLE"];
1375
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1362
1376
  };
1363
1377
  readonly hyUSD: {
1364
1378
  readonly name: "High Yield USD";
@@ -1370,7 +1384,7 @@ export declare const ethereum: {
1370
1384
  readonly logoURI: "";
1371
1385
  readonly website: "https://register.app/#/overview?token=0xaCdf0DBA4B9839b96221a8487e9ca660a48212be";
1372
1386
  readonly description: "High yield USD (hyUSD), is a decentralized flatcoin initially pegged to $1 USD that provides convenient access to DeFi yields, enabling holders to grow and preserve their wealth. hyUSD is 1:1 asset backed by a basket of other yield bearing tokens including eUSD as well as tokenized lending with exposure to US Treasuries. Given the unique design and current market conditions it is estimated to yield 8% or better to anyone holding hyUSD in any wallet, outpacing the rate of inflation in over 100 countries around the world and providing safe refuge for purchasing power everywhere.";
1373
- readonly risks: readonly ["SYNTH_STABLE"];
1387
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1374
1388
  };
1375
1389
  readonly ETHx: {
1376
1390
  readonly name: "ETHx";
@@ -1408,6 +1422,7 @@ export declare const ethereum: {
1408
1422
  readonly website: "https://app.reserve.org/ethereum/token/0x005f893ecd7bf9667195642f7649da8163e23658/overview";
1409
1423
  readonly bridge: "native";
1410
1424
  readonly description: "Degen ETH is a high-yield diversified ETH strategy index designed to sustainably outperform LST market yields. Degen ETH uses a two-token model: dgnETH, which is pegged to ETH and backed 1:1 by DeFi yield strategies, and sdgnETH, obtained by depositing dgnETH in a staking vault, which accrues all yield from dgnETH's underlying assets.";
1425
+ readonly tags: readonly ["SYNTHETIC"];
1411
1426
  };
1412
1427
  readonly 'USDC+': {
1413
1428
  readonly name: "USDC Plus";
@@ -1446,7 +1461,7 @@ export declare const ethereum: {
1446
1461
  readonly documentation: "https://docs.raft.fi/";
1447
1462
  readonly bridge: "native";
1448
1463
  readonly description: "Raft is a governance-minimized, decentralized protocol that allows people to generate R (a USD stablecoin) by depositing capital-efficient collateral.";
1449
- readonly risks: readonly ["SYNTH_STABLE"];
1464
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1450
1465
  };
1451
1466
  readonly GHO: {
1452
1467
  readonly name: "GHO Token";
@@ -1460,7 +1475,7 @@ export declare const ethereum: {
1460
1475
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
1461
1476
  readonly bridge: "native";
1462
1477
  readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
1463
- readonly risks: readonly ["SYNTH_STABLE"];
1478
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1464
1479
  };
1465
1480
  readonly mkUSD: {
1466
1481
  readonly name: "Prisma mkUSD";
@@ -1474,7 +1489,7 @@ export declare const ethereum: {
1474
1489
  readonly documentation: "https://docs.prismafinance.com/";
1475
1490
  readonly bridge: "native";
1476
1491
  readonly description: "Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.";
1477
- readonly risks: readonly ["SYNTH_STABLE"];
1492
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1478
1493
  };
1479
1494
  readonly ULTRA: {
1480
1495
  readonly name: "ULTRA";
@@ -1488,7 +1503,7 @@ export declare const ethereum: {
1488
1503
  readonly documentation: "https://docs.prismafinance.com/";
1489
1504
  readonly bridge: "native";
1490
1505
  readonly description: "ULTRA is a new stablecoin issued by PrismaLRT, a new borrowing protocol developed by Prisma focused on unlocking liquidity for Liquid Restaking Tokens (LRTs).";
1491
- readonly risks: readonly ["SYNTH_STABLE"];
1506
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1492
1507
  };
1493
1508
  readonly PYUSD: {
1494
1509
  readonly name: "PayPal USD";
@@ -1501,6 +1516,7 @@ export declare const ethereum: {
1501
1516
  readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
1502
1517
  readonly bridge: "native";
1503
1518
  readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
1519
+ readonly tags: readonly ["STABLECOIN"];
1504
1520
  };
1505
1521
  readonly PYUSDUSDC: {
1506
1522
  readonly name: "PayPool";
@@ -1566,7 +1582,7 @@ export declare const ethereum: {
1566
1582
  readonly bridge: "native";
1567
1583
  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%.";
1568
1584
  readonly documentation: "https://docs.liquity.org/";
1569
- readonly risks: readonly ["SYNTH_STABLE"];
1585
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1570
1586
  };
1571
1587
  readonly USDM: {
1572
1588
  readonly name: "Mountain Protocol USD";
@@ -1580,7 +1596,7 @@ export declare const ethereum: {
1580
1596
  readonly documentation: "https://docs.mountainprotocol.com/";
1581
1597
  readonly description: "The USDM token is a rebasing ERC20 token, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by \"USDM Reserves\", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company's operating accounts, on behalf of, and for the benefit of, Users.";
1582
1598
  readonly bridge: "native";
1583
- readonly risks: readonly ["NO_TIMELOCK"];
1599
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1584
1600
  };
1585
1601
  readonly sDAI: {
1586
1602
  readonly name: "Savings DAI";
@@ -1594,7 +1610,7 @@ export declare const ethereum: {
1594
1610
  readonly documentation: "https://docs.sparkprotocol.io/hub/";
1595
1611
  readonly description: "sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.";
1596
1612
  readonly bridge: "native";
1597
- readonly risks: readonly ["SYNTH_STABLE"];
1613
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1598
1614
  };
1599
1615
  readonly bbsDAI: {
1600
1616
  readonly name: "Balancer Aave sDAI Linear Pool";
@@ -1608,7 +1624,7 @@ export declare const ethereum: {
1608
1624
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1609
1625
  readonly description: "Balancer linear pool that consist of DAI and sDAI.";
1610
1626
  readonly bridge: "native";
1611
- readonly risks: readonly ["SYNTH_STABLE"];
1627
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1612
1628
  };
1613
1629
  readonly acUSDC: {
1614
1630
  readonly name: "Across USD Coin LP";
@@ -1651,6 +1667,7 @@ export declare const ethereum: {
1651
1667
  readonly chainId: 1;
1652
1668
  readonly logoURI: "";
1653
1669
  readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
1670
+ readonly tags: readonly ["SYNTHETIC"];
1654
1671
  };
1655
1672
  readonly acUSDT: {
1656
1673
  readonly name: "Across USDT LP";
@@ -1706,7 +1723,7 @@ export declare const ethereum: {
1706
1723
  readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
1707
1724
  readonly description: "Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.";
1708
1725
  readonly bridge: "native";
1709
- readonly risks: readonly ["SYNTH_STABLE"];
1726
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1710
1727
  };
1711
1728
  readonly ALCX: {
1712
1729
  readonly name: "Alchemix";
@@ -1746,7 +1763,7 @@ export declare const ethereum: {
1746
1763
  readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
1747
1764
  readonly description: "A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.";
1748
1765
  readonly bridge: "native";
1749
- readonly risks: readonly ["SYNTH_STABLE"];
1766
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1750
1767
  };
1751
1768
  readonly SILO: {
1752
1769
  readonly name: "Silo Governance Token";
@@ -1773,6 +1790,7 @@ export declare const ethereum: {
1773
1790
  readonly description: "vETH is a tokenized asset or index of ETH denominated Liquidity Positions (LP) against Liquid Staked Tokens (LST) and Liquid Restaked Tokens (LRT), that encapsulates both ETH and additional yield-generating opportunities.";
1774
1791
  readonly documentation: "https://vector-reserve.gitbook.io/vector-reserve/introduction/what-is-vector-reserve";
1775
1792
  readonly bridge: "native";
1793
+ readonly tags: readonly ["SYNTHETIC"];
1776
1794
  };
1777
1795
  readonly ankrETH: {
1778
1796
  readonly name: "Ankr Staked ETH";
@@ -1799,7 +1817,7 @@ export declare const ethereum: {
1799
1817
  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.";
1800
1818
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
1801
1819
  readonly bridge: "native";
1802
- readonly risks: readonly ["NO_TIMELOCK"];
1820
+ readonly tags: readonly ["NO_TIMELOCK"];
1803
1821
  };
1804
1822
  readonly weETH: {
1805
1823
  readonly name: "Wrapped eETH";
@@ -1813,7 +1831,7 @@ export declare const ethereum: {
1813
1831
  readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
1814
1832
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1815
1833
  readonly bridge: "native";
1816
- readonly risks: readonly ["NO_TIMELOCK"];
1834
+ readonly tags: readonly ["NO_TIMELOCK"];
1817
1835
  };
1818
1836
  readonly weETHk: {
1819
1837
  readonly name: "King Karak LRT";
@@ -1852,7 +1870,7 @@ export declare const ethereum: {
1852
1870
  readonly website: "https://app.bedrock.technology/unieth";
1853
1871
  readonly description: "uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.";
1854
1872
  readonly bridge: "native";
1855
- readonly risks: readonly ["NO_TIMELOCK"];
1873
+ readonly tags: readonly ["NO_TIMELOCK"];
1856
1874
  };
1857
1875
  readonly QIv2: {
1858
1876
  readonly name: "QiDao";
@@ -1905,7 +1923,7 @@ export declare const ethereum: {
1905
1923
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1906
1924
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
1907
1925
  readonly bridge: "native";
1908
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1926
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1909
1927
  };
1910
1928
  readonly sUSDe: {
1911
1929
  readonly name: "Staked USDe";
@@ -1919,7 +1937,7 @@ export declare const ethereum: {
1919
1937
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1920
1938
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
1921
1939
  readonly bridge: "native";
1922
- readonly risks: readonly ["SYNTH_STABLE"];
1940
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1923
1941
  };
1924
1942
  readonly USD3: {
1925
1943
  readonly name: "Web 3 Dollar";
@@ -1933,7 +1951,7 @@ export declare const ethereum: {
1933
1951
  readonly description: "USD3 is 1:1 asset backed by a basket of yield-bearing tokens. Given the unique design and current market conditions, it is estimated to yield up to 10% APY from the most reputable protocols using the most established assets. USD3 is overcollateralized with auditable proof of reserves available on-chain 24/7.";
1934
1952
  readonly documentation: "https://reserve.org/protocol/";
1935
1953
  readonly bridge: "native";
1936
- readonly risks: readonly ["SYNTH_STABLE"];
1954
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1937
1955
  };
1938
1956
  readonly rgUSD: {
1939
1957
  readonly name: "Revenue Generating USD";
@@ -1947,7 +1965,7 @@ export declare const ethereum: {
1947
1965
  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.";
1948
1966
  readonly documentation: "https://reserve.org/protocol/";
1949
1967
  readonly bridge: "native";
1950
- readonly risks: readonly ["SYNTH_STABLE"];
1968
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1951
1969
  };
1952
1970
  readonly rsETH: {
1953
1971
  readonly chainId: 1;
@@ -1961,7 +1979,7 @@ export declare const ethereum: {
1961
1979
  readonly documentation: "https://kelp.gitbook.io/kelp";
1962
1980
  readonly description: "rsETH is a Liquid Restaked Token (LRT) issued by Kelp DAO designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
1963
1981
  readonly bridge: "native";
1964
- readonly risks: readonly ["NO_TIMELOCK"];
1982
+ readonly tags: readonly ["NO_TIMELOCK"];
1965
1983
  };
1966
1984
  readonly rswETH: {
1967
1985
  readonly chainId: 1;
@@ -1975,7 +1993,7 @@ export declare const ethereum: {
1975
1993
  readonly documentation: "https://docs.swellnetwork.io/swell/rsweth-liquid-restaking";
1976
1994
  readonly description: "rswETH is a Liquid Restaked Token (LRT) issued by Swell network designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
1977
1995
  readonly bridge: "native";
1978
- readonly risks: readonly ["NO_TIMELOCK"];
1996
+ readonly tags: readonly ["NO_TIMELOCK"];
1979
1997
  };
1980
1998
  readonly agETH: {
1981
1999
  readonly chainId: 1;
@@ -1989,7 +2007,7 @@ export declare const ethereum: {
1989
2007
  readonly documentation: "https://kelp.gitbook.io/kelp/kelp-gain";
1990
2008
  readonly description: "The Kelp Airdrop Gain vault is designed to maximize airdrops through a dual strategy: Earning Layer 2 (L2) airdrops and accessing mainnet DeFi opportunities. The vault takes rsETH and other ETH assets as deposit and deploys these tokens to various yield and points farm (Linea, Scroll, Karak, Eigenlayer, etc). agETH is used as the receipt token for this vault.";
1991
2009
  readonly bridge: "native";
1992
- readonly risks: readonly ["NO_TIMELOCK"];
2010
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1993
2011
  };
1994
2012
  readonly ZRO: {
1995
2013
  readonly name: "LayerZero";
@@ -2016,7 +2034,7 @@ export declare const ethereum: {
2016
2034
  readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-usd-cdp-documentation";
2017
2035
  readonly description: "ShezUSD is a decentralized stablecoin issued within the Shezmu Oasis platform. Users can mint ShezUSD by locking various approved collateral types into a Collateralized Debt Position (CDP). ShezUSD aims to provide a stable and secure medium of exchange and leverage opportunity within the DeFi ecosystem.";
2018
2036
  readonly bridge: "native";
2019
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2037
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2020
2038
  };
2021
2039
  readonly ShezETH: {
2022
2040
  readonly name: "ShezmuETH";
@@ -2030,7 +2048,7 @@ export declare const ethereum: {
2030
2048
  readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-eth-pegged-cdp-documentation";
2031
2049
  readonly description: "ShezETH is a decentralized, ETH-pegged derivative issued within the Shezmu Oasis platform. It allows users to leverage their Ethereum-based assets by minting ShezETH against them. ShezETH is designed to facilitate liquidity and leverage without the traditional risks of liquidation found in other lending platforms.";
2032
2050
  readonly bridge: "native";
2033
- readonly risks: readonly ["NO_TIMELOCK"];
2051
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2034
2052
  };
2035
2053
  readonly UNI: {
2036
2054
  readonly name: "Uniswap";
@@ -2080,6 +2098,7 @@ export declare const ethereum: {
2080
2098
  readonly description: "eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.";
2081
2099
  readonly bridge: "native";
2082
2100
  readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
2101
+ readonly tags: readonly ["SYNTHETIC"];
2083
2102
  };
2084
2103
  readonly EBTC: {
2085
2104
  readonly name: "EBTC";
@@ -2092,6 +2111,7 @@ export declare const ethereum: {
2092
2111
  readonly description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.";
2093
2112
  readonly bridge: "native";
2094
2113
  readonly documentation: "https://docs.ebtc.finance/ebtc";
2114
+ readonly tags: readonly ["SYNTHETIC"];
2095
2115
  };
2096
2116
  readonly USD0: {
2097
2117
  readonly name: "Usual USD";
@@ -2104,7 +2124,7 @@ export declare const ethereum: {
2104
2124
  readonly description: "Usual USD is a protocol that transforms real-world assets into a secure and versatile stablecoin, USD0, and shares its value with users through the $USUAL token. It is a decentralized Fiat Stablecoin issuer that redistributes ownership and governance through the $USUAL token. The protocol tokenizes real-world assets, such as real estate, commodities, and financial instruments, to enhance liquidity and accessibility in the blockchain ecosystem.";
2105
2125
  readonly bridge: "native";
2106
2126
  readonly documentation: "https://docs.usual.money/usual-products/usd0-stablecoin";
2107
- readonly risks: readonly ["SYNTH_STABLE"];
2127
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2108
2128
  };
2109
2129
  readonly 'USD0++': {
2110
2130
  readonly name: "USD0 Liquid Bond";
@@ -2129,7 +2149,7 @@ export declare const ethereum: {
2129
2149
  readonly description: "ETH0 is an Ethereum-pegged synthetic asset issued by the Usual Protocol, fully collateralized by Lido’s wrapped staked ETH.";
2130
2150
  readonly bridge: "native";
2131
2151
  readonly documentation: "https://docs.usual.money/usual-products/eth0-synthetic";
2132
- readonly risks: readonly ["NO_TIMELOCK"];
2152
+ readonly tags: readonly ["NO_TIMELOCK"];
2133
2153
  };
2134
2154
  readonly pxETH: {
2135
2155
  readonly name: "Pirex Ether";
@@ -2156,6 +2176,7 @@ export declare const ethereum: {
2156
2176
  readonly documentation: "https://hinkal-team.gitbook.io/hinkal";
2157
2177
  readonly description: "Hinkal enables the staking of ETH into the Shielded Pool smart contract, receiving hETH in return. This LPT (Liquid Privacy Token) is a tokenized representation of the staked collateral and can be used across various DeFi applications. Holders of hETH are automatically rewarded with yield (generated by transaction fees) and protocol incentives.";
2158
2178
  readonly bridge: "native";
2179
+ readonly tags: readonly ["SYNTHETIC"];
2159
2180
  };
2160
2181
  readonly SKY: {
2161
2182
  readonly name: "SKY Governance Token";
@@ -2182,7 +2203,7 @@ export declare const ethereum: {
2182
2203
  readonly documentation: "https://docs.sky.money/";
2183
2204
  readonly description: "USDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.";
2184
2205
  readonly bridge: "native";
2185
- readonly risks: readonly ["SYNTH_STABLE"];
2206
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2186
2207
  };
2187
2208
  readonly sUSDS: {
2188
2209
  readonly name: "Savings USDS";
@@ -2196,7 +2217,7 @@ export declare const ethereum: {
2196
2217
  readonly documentation: "https://docs.sky.money/";
2197
2218
  readonly description: "Savings USDS (sUSDS) is the upgraded version of sDAI, which offers higher yield than sDAI. sUSDS is a tokenized representation of USDS deposited in the Sky Savings Rate (SSR) offered by Sky. The sUSDS token enables users to receive returns on their SSR deposits while still being able to transfer, stake, lend and use it in any way they want.";
2198
2219
  readonly bridge: "native";
2199
- readonly risks: readonly ["SYNTH_STABLE"];
2220
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2200
2221
  };
2201
2222
  readonly stUSDS: {
2202
2223
  readonly name: "Staked USDS";
@@ -2210,7 +2231,7 @@ export declare const ethereum: {
2210
2231
  readonly documentation: "https://docs.sky.money/";
2211
2232
  readonly description: "stUSDS is a risk capital token that offers higher risk/higher reward to fund and support liquidity for SKY stakers.";
2212
2233
  readonly bridge: "native";
2213
- readonly risks: readonly ["SYNTH_STABLE"];
2234
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2214
2235
  };
2215
2236
  readonly syrupUSDC: {
2216
2237
  readonly name: "Syrup USDC";
@@ -2224,7 +2245,7 @@ export declare const ethereum: {
2224
2245
  readonly documentation: "https://syrup.gitbook.io/syrup";
2225
2246
  readonly description: "Syrup makes consistent high yield available to everyone in DeFi. The yield is generated by Maple’s digital asset lending platform that provides fixed-rate, overcollateralised loans to institutional borrowers. These short duration loans enable Syrup to provide consistent high yield as well as short term liquidity for Syrup users.";
2226
2247
  readonly bridge: "native";
2227
- readonly risks: readonly ["SYNTH_STABLE"];
2248
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2228
2249
  };
2229
2250
  readonly uniBTC: {
2230
2251
  readonly name: "Universal BTC";
@@ -2238,7 +2259,7 @@ export declare const ethereum: {
2238
2259
  readonly description: "A brand new restaking protocol that accept wrapped BTC tokens partnership with the BTC staking protocol Babylon chain, the first supported wrapped BTC is wBTC token on Ethereum blockchain, so all the wBTC token holders will enjoy both yield on staking BTC tokens plus the security of Ethereum network.";
2239
2260
  readonly bridge: "native";
2240
2261
  readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
2241
- readonly risks: readonly ["NO_TIMELOCK"];
2262
+ readonly tags: readonly ["NO_TIMELOCK"];
2242
2263
  };
2243
2264
  readonly 'SolvBTC.BBN': {
2244
2265
  readonly name: "SolvBTC Babylon";
@@ -2252,7 +2273,7 @@ export declare const ethereum: {
2252
2273
  readonly description: "SolvBTC.BBN is a liquid staking token (LST) for Bitcoin, representing the staked Bitcoin in Babylon. SolvBTC.BBN allows Bitcoin holders to earn staking yields, in exchange for sharing $1.3 trillion economic security of Bitcoin with PoS chains, while enabling them the flexibility to participate in DeFi.";
2253
2274
  readonly bridge: "native";
2254
2275
  readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
2255
- readonly risks: readonly ["NO_TIMELOCK"];
2276
+ readonly tags: readonly ["NO_TIMELOCK"];
2256
2277
  };
2257
2278
  readonly LBTC: {
2258
2279
  readonly name: "Lombard Staked Bitcoin";
@@ -2266,7 +2287,7 @@ export declare const ethereum: {
2266
2287
  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.";
2267
2288
  readonly bridge: "native";
2268
2289
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
2269
- readonly risks: readonly ["LARGE_HOLDERS"];
2290
+ readonly tags: readonly ["LARGE_HOLDERS"];
2270
2291
  };
2271
2292
  readonly pumpBTC: {
2272
2293
  readonly name: "pumpBTC";
@@ -2280,7 +2301,7 @@ export declare const ethereum: {
2280
2301
  readonly description: "$PumpBTC is a liquid staking token that represents BTC staked on the Babylon platform through PumpBTC. By utilizing PumpBTC, you can retain liquidity for your BTC holdings while also earning yields directly from Babylon. Users will receive PumpBTC at a conversion rate of 1:1 with WBTC/BTCB.";
2281
2302
  readonly bridge: "native";
2282
2303
  readonly documentation: "https://pumpbtc.gitbook.io/pumpbtc";
2283
- readonly risks: readonly ["NO_TIMELOCK"];
2304
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2284
2305
  };
2285
2306
  readonly EIGEN: {
2286
2307
  readonly name: "Eigen";
@@ -2307,7 +2328,7 @@ export declare const ethereum: {
2307
2328
  readonly documentation: "https://docs.inverse.finance/inverse-finance/inverse-finance/product-guide/dola-feds";
2308
2329
  readonly description: "Staked Dola from Inverse Finance.";
2309
2330
  readonly bridge: "native";
2310
- readonly risks: readonly ["SYNTH_STABLE"];
2331
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2311
2332
  };
2312
2333
  readonly USR: {
2313
2334
  readonly name: "Resolv USD";
@@ -2320,7 +2341,7 @@ export declare const ethereum: {
2320
2341
  readonly documentation: "https://docs.resolv.xyz/";
2321
2342
  readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
2322
2343
  readonly bridge: "native";
2323
- readonly risks: readonly ["SYNTH_STABLE"];
2344
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2324
2345
  };
2325
2346
  readonly wstUSR: {
2326
2347
  readonly name: "Wrapped stUSR";
@@ -2333,7 +2354,7 @@ export declare const ethereum: {
2333
2354
  readonly documentation: "https://docs.resolv.xyz/";
2334
2355
  readonly description: "wstUSR is a non-rebasing version of staked USR, value of which accrues over time from staking rewards.";
2335
2356
  readonly bridge: "native";
2336
- readonly risks: readonly ["SYNTH_STABLE"];
2357
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2337
2358
  };
2338
2359
  readonly Bold: {
2339
2360
  readonly name: "Bold Stablecoin";
@@ -2346,7 +2367,7 @@ export declare const ethereum: {
2346
2367
  readonly documentation: "https://docs.liquity.org/";
2347
2368
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.";
2348
2369
  readonly bridge: "native";
2349
- readonly risks: readonly ["SYNTH_STABLE"];
2370
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2350
2371
  };
2351
2372
  readonly BOLD: {
2352
2373
  readonly name: "BOLD Stablecoin";
@@ -2359,7 +2380,7 @@ export declare const ethereum: {
2359
2380
  readonly documentation: "https://docs.liquity.org/";
2360
2381
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.";
2361
2382
  readonly bridge: "native";
2362
- readonly risks: readonly ["SYNTH_STABLE"];
2383
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2363
2384
  };
2364
2385
  readonly AIOZ: {
2365
2386
  readonly name: "AIOZ Network";
@@ -2372,7 +2393,7 @@ export declare const ethereum: {
2372
2393
  readonly documentation: "https://docs.aioz.network/";
2373
2394
  readonly description: "AIOZ Network is a comprehensive infrastructure solution for web3 storage, decentralized AI computation, live streaming and video on demand (VOD), powered by people.";
2374
2395
  readonly bridge: "native";
2375
- readonly risks: readonly ["NO_TIMELOCK"];
2396
+ readonly tags: readonly ["NO_TIMELOCK"];
2376
2397
  };
2377
2398
  readonly TOKE: {
2378
2399
  readonly name: "Tokemak";
@@ -2438,7 +2459,7 @@ export declare const ethereum: {
2438
2459
  readonly documentation: "https://docs.coinshift.xyz/";
2439
2460
  readonly description: "Coinshift csUSDC is an over-collateralized and capital-efficient stablecoin issued as a receipt token for supplying Circle’s USDC to the Coinshift USDC Vault.";
2440
2461
  readonly bridge: "native";
2441
- readonly risks: readonly ["SYNTH_STABLE"];
2462
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2442
2463
  };
2443
2464
  readonly csUSDL: {
2444
2465
  readonly name: "Coinshift USDL";
@@ -2452,7 +2473,7 @@ export declare const ethereum: {
2452
2473
  readonly documentation: "https://docs.coinshift.xyz/";
2453
2474
  readonly description: "Coinshift collaborates with institutional partners Paxos International, Steakhouse Financial, and Morpho Protocol to launch csUSDL - the yield-bearing stablecoin designed for institutional-grade treasury management. Backed by USDL, a fully regulated and high-yield stablecoin issued by Paxos, csUSDL delivers earnings from over-collateralized loans while integrating seamlessly into the Coinshift Business Platform. This empowers businesses and DAOs to diversify their treasury investments with ease.";
2454
2475
  readonly bridge: "native";
2455
- readonly risks: readonly ["SYNTH_STABLE"];
2476
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2456
2477
  };
2457
2478
  readonly wUSDL: {
2458
2479
  readonly name: "Wrapped USDL ";
@@ -2466,6 +2487,7 @@ export declare const ethereum: {
2466
2487
  readonly documentation: "https://docs.liftdollar.com/";
2467
2488
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
2468
2489
  readonly bridge: "native";
2490
+ readonly tags: readonly ["SYNTHETIC"];
2469
2491
  };
2470
2492
  readonly USDL: {
2471
2493
  readonly name: "USDL ";
@@ -2479,6 +2501,7 @@ export declare const ethereum: {
2479
2501
  readonly documentation: "https://docs.liftdollar.com/";
2480
2502
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
2481
2503
  readonly bridge: "native";
2504
+ readonly tags: readonly ["SYNTHETIC"];
2482
2505
  };
2483
2506
  readonly USDf: {
2484
2507
  readonly name: "USDf";
@@ -2491,7 +2514,7 @@ export declare const ethereum: {
2491
2514
  readonly documentation: "https://docs.falcon.finance/";
2492
2515
  readonly description: "Falcon is the next-generation platform transforming synthetic dollars into sustainable yield opportunities. Falcon aims to empower users and institutions to unlock the true yield potential of their digital assets.";
2493
2516
  readonly bridge: "native";
2494
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2517
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2495
2518
  };
2496
2519
  readonly RLUSD: {
2497
2520
  readonly name: "RLUSD";
@@ -2503,6 +2526,7 @@ export declare const ethereum: {
2503
2526
  readonly website: "https://ripple.com/solutions/stablecoin/";
2504
2527
  readonly description: "Ripple USD (RLUSD) is designed to maintain a constant value of one US dollar. Natively issued on XRP Ledger and Ethereum blockchains, Ripple USD is fully backed by a segregated reserve of cash and cash equivalents and redeemable 1:1 for US dollars.";
2505
2528
  readonly bridge: "native";
2529
+ readonly tags: readonly ["STABLECOIN"];
2506
2530
  };
2507
2531
  readonly lvlUSD: {
2508
2532
  readonly name: "Level USD";
@@ -2515,7 +2539,7 @@ export declare const ethereum: {
2515
2539
  readonly documentation: "https://level-money.gitbook.io/docs";
2516
2540
  readonly description: "Level is a stablecoin protocol that issues lvlUSD, a stablecoin that allows users to earn low-risk yield from blue-chip lending protocol.";
2517
2541
  readonly bridge: "native";
2518
- readonly risks: readonly ["SYNTH_STABLE"];
2542
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2519
2543
  };
2520
2544
  readonly slvlUSD: {
2521
2545
  readonly name: "Staked lvlUSD";
@@ -2528,7 +2552,7 @@ export declare const ethereum: {
2528
2552
  readonly documentation: "https://level-money.gitbook.io/docs";
2529
2553
  readonly description: "slvlUSD is the yield accruing version of lvlUSD";
2530
2554
  readonly bridge: "native";
2531
- readonly risks: readonly ["SYNTH_STABLE"];
2555
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2532
2556
  };
2533
2557
  readonly mEDGE: {
2534
2558
  readonly name: "Midas mEDGE";
@@ -2541,7 +2565,7 @@ export declare const ethereum: {
2541
2565
  readonly documentation: "https://docs.midas.app/tokens/medge";
2542
2566
  readonly description: "mEDGE is a crypto-denominated stablecoin yield strategy designed to track delta-neutral DeFi yields while maintaining a balanced market exposure. It dynamically shifts between DeFi lending, liquidity provisioning, and basis trading to optimize risk-adjusted returns. Risk-managed by Edge Capital, a leading market-neutral hedge fund and liquidity provider, mEDGE provides institutional-grade exposure to diversified DeFi yield opportunities. Its fully transparent structure and liquid collateral ensure flexibility, allowing users to earn sustainable, risk-managed yield without being locked into a single strategy.";
2543
2567
  readonly bridge: "native";
2544
- readonly risks: readonly ["SYNTH_STABLE"];
2568
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2545
2569
  };
2546
2570
  readonly mMEV: {
2547
2571
  readonly name: "Midas mMEV";
@@ -2554,7 +2578,7 @@ export declare const ethereum: {
2554
2578
  readonly documentation: "https://docs.midas.app/tokens/mmev";
2555
2579
  readonly description: "mMEV is designed to track delta-neutral DeFi crypto yields, aiming to maintain a balanced exposure to the market while generating returns. MEV Capital serves as the risk advisor of mMEV.";
2556
2580
  readonly bridge: "native";
2557
- readonly risks: readonly ["SYNTH_STABLE"];
2581
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2558
2582
  };
2559
2583
  readonly waEthUSDT: {
2560
2584
  readonly name: "Wrapped Aave Ethereum USDT";
@@ -2567,6 +2591,7 @@ export declare const ethereum: {
2567
2591
  readonly website: "https://aave.com/";
2568
2592
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2569
2593
  readonly description: "Wrapped Aave interest bearing Ethereum USDT.";
2594
+ readonly tags: readonly ["STABLECOIN"];
2570
2595
  };
2571
2596
  readonly waEthUSDC: {
2572
2597
  readonly name: "Wrapped Aave Ethereum USDC";
@@ -2579,6 +2604,7 @@ export declare const ethereum: {
2579
2604
  readonly website: "https://aave.com/";
2580
2605
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2581
2606
  readonly description: "Wrapped Aave interest bearing Ethereum USDC.";
2607
+ readonly tags: readonly ["STABLECOIN"];
2582
2608
  };
2583
2609
  readonly waEthLidoGHO: {
2584
2610
  readonly name: "Wrapped Aave Ethereum Lido GHO";
@@ -2591,7 +2617,7 @@ export declare const ethereum: {
2591
2617
  readonly website: "https://aave.com/";
2592
2618
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2593
2619
  readonly description: "Wrapped Aave interest bearing Ethereum Lido GHO.";
2594
- readonly risks: readonly ["SYNTH_STABLE"];
2620
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2595
2621
  };
2596
2622
  readonly waEthUSDe: {
2597
2623
  readonly name: "Wrapped Aave Ethereum USDe";
@@ -2604,7 +2630,7 @@ export declare const ethereum: {
2604
2630
  readonly website: "https://aave.com/";
2605
2631
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2606
2632
  readonly description: "Wrapped Aave interest bearing Ethereum USDe.";
2607
- readonly risks: readonly ["SYNTH_STABLE"];
2633
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2608
2634
  };
2609
2635
  readonly waEthLidoWETH: {
2610
2636
  readonly name: "Wrapped Aave Ethereum Lido WETH";
@@ -2652,6 +2678,7 @@ export declare const ethereum: {
2652
2678
  readonly website: "https://fluid.io/";
2653
2679
  readonly documentation: "https://fluid.guides.instadapp.io/";
2654
2680
  readonly description: "Fluid Staked Wrapped Staked Ether.";
2681
+ readonly tags: readonly ["SYNTHETIC"];
2655
2682
  };
2656
2683
  readonly fWETH: {
2657
2684
  readonly name: "Fluid WETH";
@@ -2664,6 +2691,7 @@ export declare const ethereum: {
2664
2691
  readonly website: "https://fluid.io/";
2665
2692
  readonly documentation: "https://fluid.guides.instadapp.io/";
2666
2693
  readonly description: "Fluid Staked WETH.";
2694
+ readonly tags: readonly ["SYNTHETIC"];
2667
2695
  };
2668
2696
  readonly cbBTC: {
2669
2697
  readonly name: "Coinbase Wrapped WBTC";
@@ -2688,7 +2716,7 @@ export declare const ethereum: {
2688
2716
  readonly description: "sUSD is a synthetic USD token enabled by the Synthetix protocol. It tracks the price of the US Dollar through price feeds supplied by Chainlink’s decentralized network of oracles";
2689
2717
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
2690
2718
  readonly bridge: "native";
2691
- readonly risks: readonly ["SYNTH_STABLE"];
2719
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2692
2720
  };
2693
2721
  readonly USDaf: {
2694
2722
  readonly name: "USDaf Stablecoin";
@@ -2701,7 +2729,7 @@ export declare const ethereum: {
2701
2729
  readonly description: "Asymmetry USDaf is a decentralized, immutable, and permissionless synthetic stablecoin built on the Liquity v2 protocol by Asymmetry Finance. It is a yield-bearing stablecoin that allows users to borrow with user-set fixed interest rates against Bitcoin and various yield-bearing stablecoins. The yield earned on USDaf is in addition to the native yields of the underlying assets, enabling passive income generation through DeFi staking and savings mechanisms.";
2702
2730
  readonly documentation: "https://docs.asymmetry.finance/";
2703
2731
  readonly bridge: "native";
2704
- readonly risks: readonly ["SYNTH_STABLE"];
2732
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2705
2733
  };
2706
2734
  readonly stcUSD: {
2707
2735
  readonly name: "Staked cap USD";
@@ -2714,7 +2742,7 @@ export declare const ethereum: {
2714
2742
  readonly description: "stcUSD is the yield-bearing stablecoin of Cap that enables users to earn rewards via a decentralized lending framework.";
2715
2743
  readonly documentation: "https://docs.cap.app/";
2716
2744
  readonly bridge: "native";
2717
- readonly risks: readonly ["SYNTH_STABLE"];
2745
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2718
2746
  };
2719
2747
  readonly cUSD: {
2720
2748
  readonly name: "cap USD";
@@ -2727,7 +2755,7 @@ export declare const ethereum: {
2727
2755
  readonly description: "Cap is a three-sided marketplace designed to run autonomously via economic incentives. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to stcUSD holders.";
2728
2756
  readonly documentation: "https://docs.cap.app/";
2729
2757
  readonly bridge: "native";
2730
- readonly risks: readonly ["SYNTH_STABLE"];
2758
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2731
2759
  };
2732
2760
  readonly ysyBOLD: {
2733
2761
  readonly name: "Staked yBOLD";
@@ -2740,7 +2768,7 @@ export declare const ethereum: {
2740
2768
  readonly documentation: "https://docs.yearn.fi/getting-started/products/yvaults/yBold";
2741
2769
  readonly description: "yBOLD is Yearn's BOLD tokenized Stability pool product. The yield comes from the different Liquity V2 Stability Pools which is made up of liquidation fees and 75% of the system's interest rate earnings.";
2742
2770
  readonly bridge: "native";
2743
- readonly risks: readonly ["SYNTH_STABLE"];
2771
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2744
2772
  };
2745
2773
  readonly YB: {
2746
2774
  readonly name: "Yield Basis";
@@ -2775,7 +2803,7 @@ export declare const ethereum: {
2775
2803
  readonly decimals: 18;
2776
2804
  readonly chainId: 1;
2777
2805
  readonly website: "https://weth.io/";
2778
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
2806
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2779
2807
  readonly bridge: "native";
2780
2808
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
2781
2809
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -2788,7 +2816,7 @@ export declare const ethereum: {
2788
2816
  readonly decimals: 18;
2789
2817
  readonly chainId: 1;
2790
2818
  readonly website: "https://weth.io/";
2791
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
2819
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2792
2820
  readonly bridge: "native";
2793
2821
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
2794
2822
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -2801,7 +2829,7 @@ export declare const ethereum: {
2801
2829
  readonly decimals: 18;
2802
2830
  readonly chainId: 1;
2803
2831
  readonly website: "https://weth.io/";
2804
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
2832
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2805
2833
  readonly bridge: "native";
2806
2834
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
2807
2835
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -2814,7 +2842,7 @@ export declare const ethereum: {
2814
2842
  readonly decimals: 18;
2815
2843
  readonly chainId: 1;
2816
2844
  readonly website: "https://weth.io/";
2817
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
2845
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2818
2846
  readonly bridge: "native";
2819
2847
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
2820
2848
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -2895,6 +2923,7 @@ export declare const ethereum: {
2895
2923
  readonly chainId: 1;
2896
2924
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2897
2925
  readonly documentation: "https://developers.circle.com/docs";
2926
+ readonly tags: readonly ["STABLECOIN"];
2898
2927
  };
2899
2928
  readonly STG: {
2900
2929
  readonly name: "Stargate";
@@ -2979,6 +3008,7 @@ export declare const ethereum: {
2979
3008
  readonly website: "https://jpegd.io/";
2980
3009
  readonly description: "pETH is an Ethereum derivative supported by the JPEG'd protocol. It is minted when a user borrows against their NFT and burned when they decide to repay their loan. Unlike the 2% interest rate for borrowing PUSd, minting $pETH against an NFT has a 5% interest rate.";
2981
3010
  readonly documentation: "https://docs.jpegd.io/tokenomics/usdpeth";
3011
+ readonly tags: readonly ["SYNTHETIC"];
2982
3012
  };
2983
3013
  readonly FRAX: {
2984
3014
  readonly chainId: 1;
@@ -2992,7 +3022,7 @@ export declare const ethereum: {
2992
3022
  readonly bridge: "native";
2993
3023
  readonly logoURI: "";
2994
3024
  readonly documentation: "https://docs.frax.finance/";
2995
- readonly risks: readonly ["SYNTH_STABLE"];
3025
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2996
3026
  };
2997
3027
  readonly frxUSD: {
2998
3028
  readonly chainId: 1;
@@ -3006,7 +3036,7 @@ export declare const ethereum: {
3006
3036
  readonly bridge: "native";
3007
3037
  readonly logoURI: "";
3008
3038
  readonly documentation: "https://docs.frax.finance/";
3009
- readonly risks: readonly ["SYNTH_STABLE"];
3039
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3010
3040
  };
3011
3041
  readonly sfrxUSD: {
3012
3042
  readonly name: "Staked Frax USD";
@@ -3019,7 +3049,7 @@ export declare const ethereum: {
3019
3049
  readonly description: "Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.";
3020
3050
  readonly bridge: "native";
3021
3051
  readonly documentation: "https://docs.frax.finance/";
3022
- readonly risks: readonly ["SYNTH_STABLE"];
3052
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3023
3053
  };
3024
3054
  readonly WBTC: {
3025
3055
  readonly chainId: 1;
@@ -3044,6 +3074,7 @@ export declare const ethereum: {
3044
3074
  readonly description: "sBTC is a synthetic Bitcoin token enabled by the Synthetix protocol. It tracks the price of Bitcoin through price feeds supplied by Chainlink’s decentralized network of oracles.";
3045
3075
  readonly bridge: "native";
3046
3076
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
3077
+ readonly tags: readonly ["SYNTHETIC"];
3047
3078
  };
3048
3079
  readonly multiBTC: {
3049
3080
  readonly chainId: 1;
@@ -3056,6 +3087,7 @@ export declare const ethereum: {
3056
3087
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
3057
3088
  readonly bridge: "multichain";
3058
3089
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
3090
+ readonly tags: readonly ["SYNTHETIC"];
3059
3091
  };
3060
3092
  readonly alETH: {
3061
3093
  readonly name: "Alchemix ETH";
@@ -3068,6 +3100,7 @@ export declare const ethereum: {
3068
3100
  readonly website: "https://alchemix.fi/";
3069
3101
  readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
3070
3102
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
3103
+ readonly tags: readonly ["SYNTHETIC"];
3071
3104
  };
3072
3105
  readonly alUSD: {
3073
3106
  readonly name: "Alchemix USD";
@@ -3081,7 +3114,7 @@ export declare const ethereum: {
3081
3114
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
3082
3115
  readonly bridge: "native";
3083
3116
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
3084
- readonly risks: readonly ["SYNTH_STABLE"];
3117
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3085
3118
  };
3086
3119
  readonly MIM: {
3087
3120
  readonly name: "Magic Internet Money";
@@ -3095,7 +3128,7 @@ export declare const ethereum: {
3095
3128
  readonly bridge: "native";
3096
3129
  readonly logoURI: "";
3097
3130
  readonly documentation: "https://docs.abracadabra.money/";
3098
- readonly risks: readonly ["SYNTH_STABLE"];
3131
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3099
3132
  };
3100
3133
  readonly ApeUSD: {
3101
3134
  readonly name: "ApeUSD";
@@ -3109,7 +3142,7 @@ export declare const ethereum: {
3109
3142
  readonly description: "Ape Finance is building DeFi tools for metaverse dwellers, proud PFP owners, and digital collectible enthusiasts in all of us. We appreciate culture, art, and games. Ape Finance begins with the creation of the ApeUSD.";
3110
3143
  readonly bridge: "native";
3111
3144
  readonly logoURI: "";
3112
- readonly risks: readonly ["SYNTH_STABLE"];
3145
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3113
3146
  };
3114
3147
  readonly auraBAL: {
3115
3148
  readonly name: "Aura Staked BAL BPT";
@@ -3160,7 +3193,7 @@ export declare const ethereum: {
3160
3193
  readonly website: "https://mai.finance/";
3161
3194
  readonly documentation: "https://docs.mai.finance/";
3162
3195
  readonly description: "MAI is a stable coin collateralized by your MATIC holdings. Its powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
3163
- readonly risks: readonly ["SYNTH_STABLE"];
3196
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3164
3197
  };
3165
3198
  readonly tBTC: {
3166
3199
  readonly name: "tBTC v2";
@@ -3187,7 +3220,7 @@ export declare const ethereum: {
3187
3220
  readonly documentation: "https://docs.threshold.network/applications/threshold-usd";
3188
3221
  readonly description: "Threshold USD (thUSD) is a stablecoin soft-pegged against USD and backed by ETH and tBTC as collateral, with a minimum collateral ratio of 110%.";
3189
3222
  readonly bridge: "native";
3190
- readonly risks: readonly ["SYNTH_STABLE"];
3223
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3191
3224
  };
3192
3225
  readonly T: {
3193
3226
  readonly name: "Threshold Network Token";
@@ -3247,7 +3280,7 @@ export declare const ethereum: {
3247
3280
  readonly website: "https://www.curve.finance/";
3248
3281
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
3249
3282
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
3250
- readonly risks: readonly ["SYNTH_STABLE"];
3283
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3251
3284
  };
3252
3285
  readonly reUSD: {
3253
3286
  readonly name: "Resupply USD";
@@ -3259,7 +3292,7 @@ export declare const ethereum: {
3259
3292
  readonly website: "https://resupply.fi/";
3260
3293
  readonly description: "A decentralized stablecoin backed by Collateralized Debt Positions (CDP), leveraging the liquidity and stability of lending markets.";
3261
3294
  readonly documentation: "https://docs.resupply.fi/";
3262
- readonly risks: readonly ["SYNTH_STABLE"];
3295
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3263
3296
  };
3264
3297
  readonly CVX: {
3265
3298
  readonly name: "CVX";
@@ -3351,7 +3384,7 @@ export declare const ethereum: {
3351
3384
  readonly description: "f(x) Protocol stablecoin";
3352
3385
  readonly bridge: "native";
3353
3386
  readonly logoURI: "";
3354
- readonly risks: readonly ["SYNTH_STABLE"];
3387
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3355
3388
  };
3356
3389
  readonly sethUSDC: {
3357
3390
  readonly name: "Stargate USD Coin LP";
@@ -3364,7 +3397,7 @@ export declare const ethereum: {
3364
3397
  readonly website: "https://stargate.finance/";
3365
3398
  readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDC is deposited in a LP pool to enable high liquidity for bridging.";
3366
3399
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
3367
- readonly risks: readonly ["SYNTH_STABLE"];
3400
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3368
3401
  };
3369
3402
  readonly sethUSDT: {
3370
3403
  readonly name: "Stargate Tether USD LP";
@@ -3377,7 +3410,7 @@ export declare const ethereum: {
3377
3410
  readonly website: "https://tether.to/";
3378
3411
  readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. USDT is deposited in a LP pool to enable high liquidity for bridging.";
3379
3412
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
3380
- readonly risks: readonly ["SYNTH_STABLE"];
3413
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3381
3414
  };
3382
3415
  readonly rETH: {
3383
3416
  readonly name: "Rocket Pool ETH";
@@ -3404,6 +3437,7 @@ export declare const ethereum: {
3404
3437
  readonly documentation: "https://tether.to/en/how-it-works";
3405
3438
  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.";
3406
3439
  readonly bridge: "native";
3440
+ readonly tags: readonly ["STABLECOIN"];
3407
3441
  };
3408
3442
  readonly DOLA: {
3409
3443
  readonly name: "Dola USD Stablecoin";
@@ -3417,7 +3451,7 @@ export declare const ethereum: {
3417
3451
  readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
3418
3452
  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.";
3419
3453
  readonly bridge: "native";
3420
- readonly risks: readonly ["SYNTH_STABLE"];
3454
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3421
3455
  };
3422
3456
  readonly sETH: {
3423
3457
  readonly name: "Synth sETH";
@@ -3430,6 +3464,7 @@ export declare const ethereum: {
3430
3464
  readonly website: "https://synthetix.io/";
3431
3465
  readonly description: "Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model. Trades between Synths generate a small fee that is distributed to SNX collateral providers.";
3432
3466
  readonly bridge: "native";
3467
+ readonly tags: readonly ["SYNTHETIC"];
3433
3468
  };
3434
3469
  readonly cbETH: {
3435
3470
  readonly name: "Coinbase Wrapped Staked ETH";
@@ -3456,7 +3491,7 @@ export declare const ethereum: {
3456
3491
  readonly description: "The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.";
3457
3492
  readonly bridge: "bittorent";
3458
3493
  readonly documentation: "https://usdd.io/docs/";
3459
- readonly risks: readonly ["SYNTH_STABLE"];
3494
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3460
3495
  };
3461
3496
  readonly aUSDT: {
3462
3497
  readonly name: "Aave Tether USD";
@@ -3505,6 +3540,7 @@ export declare const ethereum: {
3505
3540
  readonly website: "https://app.balancer.fi/#/";
3506
3541
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3507
3542
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
3543
+ readonly tags: readonly ["STABLECOIN"];
3508
3544
  };
3509
3545
  readonly aUSDC: {
3510
3546
  readonly name: "Aave USDC";
@@ -3541,6 +3577,7 @@ export declare const ethereum: {
3541
3577
  readonly website: "https://app.balancer.fi/#/";
3542
3578
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3543
3579
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
3580
+ readonly tags: readonly ["STABLECOIN"];
3544
3581
  };
3545
3582
  readonly DAI: {
3546
3583
  readonly name: "DAI Stablecoin";
@@ -3554,7 +3591,7 @@ export declare const ethereum: {
3554
3591
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
3555
3592
  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";
3556
3593
  readonly bridge: "native";
3557
- readonly risks: readonly ["SYNTH_STABLE"];
3594
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3558
3595
  };
3559
3596
  readonly aDAI: {
3560
3597
  readonly name: "Aave DAI";
@@ -3567,6 +3604,7 @@ export declare const ethereum: {
3567
3604
  readonly website: "https://makerdao.com/en/";
3568
3605
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3569
3606
  readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
3607
+ readonly tags: readonly ["SYNTHETIC"];
3570
3608
  };
3571
3609
  readonly waDAI: {
3572
3610
  readonly name: "Wrapped Aave Tether DAI";
@@ -3579,6 +3617,7 @@ export declare const ethereum: {
3579
3617
  readonly website: "https://makerdao.com/en/";
3580
3618
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3581
3619
  readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
3620
+ readonly tags: readonly ["SYNTHETIC"];
3582
3621
  };
3583
3622
  readonly bbaDAI: {
3584
3623
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -3591,7 +3630,7 @@ export declare const ethereum: {
3591
3630
  readonly website: "https://app.balancer.fi/#/";
3592
3631
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3593
3632
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
3594
- readonly risks: readonly ["SYNTH_STABLE"];
3633
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3595
3634
  };
3596
3635
  readonly aETH: {
3597
3636
  readonly name: "Aave ETH";
@@ -3644,7 +3683,7 @@ export declare const ethereum: {
3644
3683
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3645
3684
  readonly bridge: "native";
3646
3685
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
3647
- readonly risks: readonly ["SYNTH_STABLE"];
3686
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3648
3687
  };
3649
3688
  readonly frxETH: {
3650
3689
  readonly name: "Frax Ether";
@@ -3857,6 +3896,7 @@ export declare const ethereum: {
3857
3896
  readonly description: "The first regulated stablecoin fully backed by the US Dollar.";
3858
3897
  readonly bridge: "native";
3859
3898
  readonly logoURI: "";
3899
+ readonly tags: readonly ["STABLECOIN"];
3860
3900
  };
3861
3901
  readonly CLEV: {
3862
3902
  readonly name: "CLever Token";
@@ -3909,7 +3949,7 @@ export declare const ethereum: {
3909
3949
  readonly bridge: "native";
3910
3950
  readonly logoURI: "";
3911
3951
  readonly documentation: "https://reserve.org/protocol/";
3912
- readonly risks: readonly ["SYNTH_STABLE"];
3952
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3913
3953
  };
3914
3954
  readonly msETH: {
3915
3955
  readonly name: "Metronome Synth ETH";
@@ -3922,7 +3962,7 @@ export declare const ethereum: {
3922
3962
  readonly website: "https://app.metronome.io/";
3923
3963
  readonly description: "msETH represents Metronome Synth ETH. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
3924
3964
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
3925
- readonly risks: readonly ["NO_TIMELOCK"];
3965
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
3926
3966
  };
3927
3967
  readonly BLUR: {
3928
3968
  readonly name: "Blur";
@@ -3946,7 +3986,7 @@ export declare const ethereum: {
3946
3986
  readonly website: "https://app.metronome.io/";
3947
3987
  readonly description: "msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
3948
3988
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
3949
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
3989
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
3950
3990
  };
3951
3991
  readonly UZD: {
3952
3992
  readonly name: "UZD Zunami Stable";
@@ -3972,7 +4012,7 @@ export declare const ethereum: {
3972
4012
  readonly description: string;
3973
4013
  readonly bridge: "native";
3974
4014
  readonly documentation: "https://docs.archimedesfi.com/";
3975
- readonly risks: readonly ["SYNTH_STABLE"];
4015
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3976
4016
  };
3977
4017
  readonly bbeUSDT: {
3978
4018
  readonly name: "Balancer Euler USDT Linear Pool";
@@ -4009,6 +4049,7 @@ export declare const ethereum: {
4009
4049
  readonly website: "https://app.balancer.fi/#/";
4010
4050
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4011
4051
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Euler Interest Bearing DAI.";
4052
+ readonly tags: readonly ["SYNTHETIC"];
4012
4053
  };
4013
4054
  readonly bbeUSD: {
4014
4055
  readonly name: "Balancer Euler Stable Composable Pool";
@@ -4021,6 +4062,7 @@ export declare const ethereum: {
4021
4062
  readonly website: "https://app.balancer.fi/#/";
4022
4063
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4023
4064
  readonly description: "Balancer composable pool that consist of bbeUSDT, bbeUSDC, and bbeDAI. bbTokens are Euler boosted linear pools.";
4065
+ readonly tags: readonly ["SYNTHETIC"];
4024
4066
  };
4025
4067
  readonly VERSE: {
4026
4068
  readonly name: "Verse";
@@ -4123,7 +4165,7 @@ export declare const ethereum: {
4123
4165
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
4124
4166
  readonly bridge: "native";
4125
4167
  readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
4126
- readonly risks: readonly ["SYNTH_STABLE"];
4168
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4127
4169
  };
4128
4170
  readonly hyUSD: {
4129
4171
  readonly name: "High Yield USD";
@@ -4135,7 +4177,7 @@ export declare const ethereum: {
4135
4177
  readonly logoURI: "";
4136
4178
  readonly website: "https://register.app/#/overview?token=0xaCdf0DBA4B9839b96221a8487e9ca660a48212be";
4137
4179
  readonly description: "High yield USD (hyUSD), is a decentralized flatcoin initially pegged to $1 USD that provides convenient access to DeFi yields, enabling holders to grow and preserve their wealth. hyUSD is 1:1 asset backed by a basket of other yield bearing tokens including eUSD as well as tokenized lending with exposure to US Treasuries. Given the unique design and current market conditions it is estimated to yield 8% or better to anyone holding hyUSD in any wallet, outpacing the rate of inflation in over 100 countries around the world and providing safe refuge for purchasing power everywhere.";
4138
- readonly risks: readonly ["SYNTH_STABLE"];
4180
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4139
4181
  };
4140
4182
  readonly ETHx: {
4141
4183
  readonly name: "ETHx";
@@ -4173,6 +4215,7 @@ export declare const ethereum: {
4173
4215
  readonly website: "https://app.reserve.org/ethereum/token/0x005f893ecd7bf9667195642f7649da8163e23658/overview";
4174
4216
  readonly bridge: "native";
4175
4217
  readonly description: "Degen ETH is a high-yield diversified ETH strategy index designed to sustainably outperform LST market yields. Degen ETH uses a two-token model: dgnETH, which is pegged to ETH and backed 1:1 by DeFi yield strategies, and sdgnETH, obtained by depositing dgnETH in a staking vault, which accrues all yield from dgnETH's underlying assets.";
4218
+ readonly tags: readonly ["SYNTHETIC"];
4176
4219
  };
4177
4220
  readonly 'USDC+': {
4178
4221
  readonly name: "USDC Plus";
@@ -4211,7 +4254,7 @@ export declare const ethereum: {
4211
4254
  readonly documentation: "https://docs.raft.fi/";
4212
4255
  readonly bridge: "native";
4213
4256
  readonly description: "Raft is a governance-minimized, decentralized protocol that allows people to generate R (a USD stablecoin) by depositing capital-efficient collateral.";
4214
- readonly risks: readonly ["SYNTH_STABLE"];
4257
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4215
4258
  };
4216
4259
  readonly GHO: {
4217
4260
  readonly name: "GHO Token";
@@ -4225,7 +4268,7 @@ export declare const ethereum: {
4225
4268
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
4226
4269
  readonly bridge: "native";
4227
4270
  readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
4228
- readonly risks: readonly ["SYNTH_STABLE"];
4271
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4229
4272
  };
4230
4273
  readonly mkUSD: {
4231
4274
  readonly name: "Prisma mkUSD";
@@ -4239,7 +4282,7 @@ export declare const ethereum: {
4239
4282
  readonly documentation: "https://docs.prismafinance.com/";
4240
4283
  readonly bridge: "native";
4241
4284
  readonly description: "Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.";
4242
- readonly risks: readonly ["SYNTH_STABLE"];
4285
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4243
4286
  };
4244
4287
  readonly ULTRA: {
4245
4288
  readonly name: "ULTRA";
@@ -4253,7 +4296,7 @@ export declare const ethereum: {
4253
4296
  readonly documentation: "https://docs.prismafinance.com/";
4254
4297
  readonly bridge: "native";
4255
4298
  readonly description: "ULTRA is a new stablecoin issued by PrismaLRT, a new borrowing protocol developed by Prisma focused on unlocking liquidity for Liquid Restaking Tokens (LRTs).";
4256
- readonly risks: readonly ["SYNTH_STABLE"];
4299
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4257
4300
  };
4258
4301
  readonly PYUSD: {
4259
4302
  readonly name: "PayPal USD";
@@ -4266,6 +4309,7 @@ export declare const ethereum: {
4266
4309
  readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
4267
4310
  readonly bridge: "native";
4268
4311
  readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
4312
+ readonly tags: readonly ["STABLECOIN"];
4269
4313
  };
4270
4314
  readonly PYUSDUSDC: {
4271
4315
  readonly name: "PayPool";
@@ -4331,7 +4375,7 @@ export declare const ethereum: {
4331
4375
  readonly bridge: "native";
4332
4376
  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%.";
4333
4377
  readonly documentation: "https://docs.liquity.org/";
4334
- readonly risks: readonly ["SYNTH_STABLE"];
4378
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4335
4379
  };
4336
4380
  readonly USDM: {
4337
4381
  readonly name: "Mountain Protocol USD";
@@ -4345,7 +4389,7 @@ export declare const ethereum: {
4345
4389
  readonly documentation: "https://docs.mountainprotocol.com/";
4346
4390
  readonly description: "The USDM token is a rebasing ERC20 token, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by \"USDM Reserves\", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company's operating accounts, on behalf of, and for the benefit of, Users.";
4347
4391
  readonly bridge: "native";
4348
- readonly risks: readonly ["NO_TIMELOCK"];
4392
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
4349
4393
  };
4350
4394
  readonly sDAI: {
4351
4395
  readonly name: "Savings DAI";
@@ -4359,7 +4403,7 @@ export declare const ethereum: {
4359
4403
  readonly documentation: "https://docs.sparkprotocol.io/hub/";
4360
4404
  readonly description: "sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.";
4361
4405
  readonly bridge: "native";
4362
- readonly risks: readonly ["SYNTH_STABLE"];
4406
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4363
4407
  };
4364
4408
  readonly bbsDAI: {
4365
4409
  readonly name: "Balancer Aave sDAI Linear Pool";
@@ -4373,7 +4417,7 @@ export declare const ethereum: {
4373
4417
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
4374
4418
  readonly description: "Balancer linear pool that consist of DAI and sDAI.";
4375
4419
  readonly bridge: "native";
4376
- readonly risks: readonly ["SYNTH_STABLE"];
4420
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4377
4421
  };
4378
4422
  readonly acUSDC: {
4379
4423
  readonly name: "Across USD Coin LP";
@@ -4416,6 +4460,7 @@ export declare const ethereum: {
4416
4460
  readonly chainId: 1;
4417
4461
  readonly logoURI: "";
4418
4462
  readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
4463
+ readonly tags: readonly ["SYNTHETIC"];
4419
4464
  };
4420
4465
  readonly acUSDT: {
4421
4466
  readonly name: "Across USDT LP";
@@ -4471,7 +4516,7 @@ export declare const ethereum: {
4471
4516
  readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
4472
4517
  readonly description: "Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.";
4473
4518
  readonly bridge: "native";
4474
- readonly risks: readonly ["SYNTH_STABLE"];
4519
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4475
4520
  };
4476
4521
  readonly ALCX: {
4477
4522
  readonly name: "Alchemix";
@@ -4511,7 +4556,7 @@ export declare const ethereum: {
4511
4556
  readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
4512
4557
  readonly description: "A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.";
4513
4558
  readonly bridge: "native";
4514
- readonly risks: readonly ["SYNTH_STABLE"];
4559
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4515
4560
  };
4516
4561
  readonly SILO: {
4517
4562
  readonly name: "Silo Governance Token";
@@ -4538,6 +4583,7 @@ export declare const ethereum: {
4538
4583
  readonly description: "vETH is a tokenized asset or index of ETH denominated Liquidity Positions (LP) against Liquid Staked Tokens (LST) and Liquid Restaked Tokens (LRT), that encapsulates both ETH and additional yield-generating opportunities.";
4539
4584
  readonly documentation: "https://vector-reserve.gitbook.io/vector-reserve/introduction/what-is-vector-reserve";
4540
4585
  readonly bridge: "native";
4586
+ readonly tags: readonly ["SYNTHETIC"];
4541
4587
  };
4542
4588
  readonly ankrETH: {
4543
4589
  readonly name: "Ankr Staked ETH";
@@ -4564,7 +4610,7 @@ export declare const ethereum: {
4564
4610
  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.";
4565
4611
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
4566
4612
  readonly bridge: "native";
4567
- readonly risks: readonly ["NO_TIMELOCK"];
4613
+ readonly tags: readonly ["NO_TIMELOCK"];
4568
4614
  };
4569
4615
  readonly weETH: {
4570
4616
  readonly name: "Wrapped eETH";
@@ -4578,7 +4624,7 @@ export declare const ethereum: {
4578
4624
  readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
4579
4625
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4580
4626
  readonly bridge: "native";
4581
- readonly risks: readonly ["NO_TIMELOCK"];
4627
+ readonly tags: readonly ["NO_TIMELOCK"];
4582
4628
  };
4583
4629
  readonly weETHk: {
4584
4630
  readonly name: "King Karak LRT";
@@ -4617,7 +4663,7 @@ export declare const ethereum: {
4617
4663
  readonly website: "https://app.bedrock.technology/unieth";
4618
4664
  readonly description: "uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.";
4619
4665
  readonly bridge: "native";
4620
- readonly risks: readonly ["NO_TIMELOCK"];
4666
+ readonly tags: readonly ["NO_TIMELOCK"];
4621
4667
  };
4622
4668
  readonly QIv2: {
4623
4669
  readonly name: "QiDao";
@@ -4670,7 +4716,7 @@ export declare const ethereum: {
4670
4716
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
4671
4717
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
4672
4718
  readonly bridge: "native";
4673
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4719
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4674
4720
  };
4675
4721
  readonly sUSDe: {
4676
4722
  readonly name: "Staked USDe";
@@ -4684,7 +4730,7 @@ export declare const ethereum: {
4684
4730
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
4685
4731
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
4686
4732
  readonly bridge: "native";
4687
- readonly risks: readonly ["SYNTH_STABLE"];
4733
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4688
4734
  };
4689
4735
  readonly USD3: {
4690
4736
  readonly name: "Web 3 Dollar";
@@ -4698,7 +4744,7 @@ export declare const ethereum: {
4698
4744
  readonly description: "USD3 is 1:1 asset backed by a basket of yield-bearing tokens. Given the unique design and current market conditions, it is estimated to yield up to 10% APY from the most reputable protocols using the most established assets. USD3 is overcollateralized with auditable proof of reserves available on-chain 24/7.";
4699
4745
  readonly documentation: "https://reserve.org/protocol/";
4700
4746
  readonly bridge: "native";
4701
- readonly risks: readonly ["SYNTH_STABLE"];
4747
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4702
4748
  };
4703
4749
  readonly rgUSD: {
4704
4750
  readonly name: "Revenue Generating USD";
@@ -4712,7 +4758,7 @@ export declare const ethereum: {
4712
4758
  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.";
4713
4759
  readonly documentation: "https://reserve.org/protocol/";
4714
4760
  readonly bridge: "native";
4715
- readonly risks: readonly ["SYNTH_STABLE"];
4761
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4716
4762
  };
4717
4763
  readonly rsETH: {
4718
4764
  readonly chainId: 1;
@@ -4726,7 +4772,7 @@ export declare const ethereum: {
4726
4772
  readonly documentation: "https://kelp.gitbook.io/kelp";
4727
4773
  readonly description: "rsETH is a Liquid Restaked Token (LRT) issued by Kelp DAO designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
4728
4774
  readonly bridge: "native";
4729
- readonly risks: readonly ["NO_TIMELOCK"];
4775
+ readonly tags: readonly ["NO_TIMELOCK"];
4730
4776
  };
4731
4777
  readonly rswETH: {
4732
4778
  readonly chainId: 1;
@@ -4740,7 +4786,7 @@ export declare const ethereum: {
4740
4786
  readonly documentation: "https://docs.swellnetwork.io/swell/rsweth-liquid-restaking";
4741
4787
  readonly description: "rswETH is a Liquid Restaked Token (LRT) issued by Swell network designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
4742
4788
  readonly bridge: "native";
4743
- readonly risks: readonly ["NO_TIMELOCK"];
4789
+ readonly tags: readonly ["NO_TIMELOCK"];
4744
4790
  };
4745
4791
  readonly agETH: {
4746
4792
  readonly chainId: 1;
@@ -4754,7 +4800,7 @@ export declare const ethereum: {
4754
4800
  readonly documentation: "https://kelp.gitbook.io/kelp/kelp-gain";
4755
4801
  readonly description: "The Kelp Airdrop Gain vault is designed to maximize airdrops through a dual strategy: Earning Layer 2 (L2) airdrops and accessing mainnet DeFi opportunities. The vault takes rsETH and other ETH assets as deposit and deploys these tokens to various yield and points farm (Linea, Scroll, Karak, Eigenlayer, etc). agETH is used as the receipt token for this vault.";
4756
4802
  readonly bridge: "native";
4757
- readonly risks: readonly ["NO_TIMELOCK"];
4803
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4758
4804
  };
4759
4805
  readonly ZRO: {
4760
4806
  readonly name: "LayerZero";
@@ -4781,7 +4827,7 @@ export declare const ethereum: {
4781
4827
  readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-usd-cdp-documentation";
4782
4828
  readonly description: "ShezUSD is a decentralized stablecoin issued within the Shezmu Oasis platform. Users can mint ShezUSD by locking various approved collateral types into a Collateralized Debt Position (CDP). ShezUSD aims to provide a stable and secure medium of exchange and leverage opportunity within the DeFi ecosystem.";
4783
4829
  readonly bridge: "native";
4784
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4830
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4785
4831
  };
4786
4832
  readonly ShezETH: {
4787
4833
  readonly name: "ShezmuETH";
@@ -4795,7 +4841,7 @@ export declare const ethereum: {
4795
4841
  readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-eth-pegged-cdp-documentation";
4796
4842
  readonly description: "ShezETH is a decentralized, ETH-pegged derivative issued within the Shezmu Oasis platform. It allows users to leverage their Ethereum-based assets by minting ShezETH against them. ShezETH is designed to facilitate liquidity and leverage without the traditional risks of liquidation found in other lending platforms.";
4797
4843
  readonly bridge: "native";
4798
- readonly risks: readonly ["NO_TIMELOCK"];
4844
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4799
4845
  };
4800
4846
  readonly UNI: {
4801
4847
  readonly name: "Uniswap";
@@ -4845,6 +4891,7 @@ export declare const ethereum: {
4845
4891
  readonly description: "eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.";
4846
4892
  readonly bridge: "native";
4847
4893
  readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
4894
+ readonly tags: readonly ["SYNTHETIC"];
4848
4895
  };
4849
4896
  readonly EBTC: {
4850
4897
  readonly name: "EBTC";
@@ -4857,6 +4904,7 @@ export declare const ethereum: {
4857
4904
  readonly description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.";
4858
4905
  readonly bridge: "native";
4859
4906
  readonly documentation: "https://docs.ebtc.finance/ebtc";
4907
+ readonly tags: readonly ["SYNTHETIC"];
4860
4908
  };
4861
4909
  readonly USD0: {
4862
4910
  readonly name: "Usual USD";
@@ -4869,7 +4917,7 @@ export declare const ethereum: {
4869
4917
  readonly description: "Usual USD is a protocol that transforms real-world assets into a secure and versatile stablecoin, USD0, and shares its value with users through the $USUAL token. It is a decentralized Fiat Stablecoin issuer that redistributes ownership and governance through the $USUAL token. The protocol tokenizes real-world assets, such as real estate, commodities, and financial instruments, to enhance liquidity and accessibility in the blockchain ecosystem.";
4870
4918
  readonly bridge: "native";
4871
4919
  readonly documentation: "https://docs.usual.money/usual-products/usd0-stablecoin";
4872
- readonly risks: readonly ["SYNTH_STABLE"];
4920
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4873
4921
  };
4874
4922
  readonly 'USD0++': {
4875
4923
  readonly name: "USD0 Liquid Bond";
@@ -4894,7 +4942,7 @@ export declare const ethereum: {
4894
4942
  readonly description: "ETH0 is an Ethereum-pegged synthetic asset issued by the Usual Protocol, fully collateralized by Lido’s wrapped staked ETH.";
4895
4943
  readonly bridge: "native";
4896
4944
  readonly documentation: "https://docs.usual.money/usual-products/eth0-synthetic";
4897
- readonly risks: readonly ["NO_TIMELOCK"];
4945
+ readonly tags: readonly ["NO_TIMELOCK"];
4898
4946
  };
4899
4947
  readonly pxETH: {
4900
4948
  readonly name: "Pirex Ether";
@@ -4921,6 +4969,7 @@ export declare const ethereum: {
4921
4969
  readonly documentation: "https://hinkal-team.gitbook.io/hinkal";
4922
4970
  readonly description: "Hinkal enables the staking of ETH into the Shielded Pool smart contract, receiving hETH in return. This LPT (Liquid Privacy Token) is a tokenized representation of the staked collateral and can be used across various DeFi applications. Holders of hETH are automatically rewarded with yield (generated by transaction fees) and protocol incentives.";
4923
4971
  readonly bridge: "native";
4972
+ readonly tags: readonly ["SYNTHETIC"];
4924
4973
  };
4925
4974
  readonly SKY: {
4926
4975
  readonly name: "SKY Governance Token";
@@ -4947,7 +4996,7 @@ export declare const ethereum: {
4947
4996
  readonly documentation: "https://docs.sky.money/";
4948
4997
  readonly description: "USDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.";
4949
4998
  readonly bridge: "native";
4950
- readonly risks: readonly ["SYNTH_STABLE"];
4999
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4951
5000
  };
4952
5001
  readonly sUSDS: {
4953
5002
  readonly name: "Savings USDS";
@@ -4961,7 +5010,7 @@ export declare const ethereum: {
4961
5010
  readonly documentation: "https://docs.sky.money/";
4962
5011
  readonly description: "Savings USDS (sUSDS) is the upgraded version of sDAI, which offers higher yield than sDAI. sUSDS is a tokenized representation of USDS deposited in the Sky Savings Rate (SSR) offered by Sky. The sUSDS token enables users to receive returns on their SSR deposits while still being able to transfer, stake, lend and use it in any way they want.";
4963
5012
  readonly bridge: "native";
4964
- readonly risks: readonly ["SYNTH_STABLE"];
5013
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4965
5014
  };
4966
5015
  readonly stUSDS: {
4967
5016
  readonly name: "Staked USDS";
@@ -4975,7 +5024,7 @@ export declare const ethereum: {
4975
5024
  readonly documentation: "https://docs.sky.money/";
4976
5025
  readonly description: "stUSDS is a risk capital token that offers higher risk/higher reward to fund and support liquidity for SKY stakers.";
4977
5026
  readonly bridge: "native";
4978
- readonly risks: readonly ["SYNTH_STABLE"];
5027
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4979
5028
  };
4980
5029
  readonly syrupUSDC: {
4981
5030
  readonly name: "Syrup USDC";
@@ -4989,7 +5038,7 @@ export declare const ethereum: {
4989
5038
  readonly documentation: "https://syrup.gitbook.io/syrup";
4990
5039
  readonly description: "Syrup makes consistent high yield available to everyone in DeFi. The yield is generated by Maple’s digital asset lending platform that provides fixed-rate, overcollateralised loans to institutional borrowers. These short duration loans enable Syrup to provide consistent high yield as well as short term liquidity for Syrup users.";
4991
5040
  readonly bridge: "native";
4992
- readonly risks: readonly ["SYNTH_STABLE"];
5041
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4993
5042
  };
4994
5043
  readonly uniBTC: {
4995
5044
  readonly name: "Universal BTC";
@@ -5003,7 +5052,7 @@ export declare const ethereum: {
5003
5052
  readonly description: "A brand new restaking protocol that accept wrapped BTC tokens partnership with the BTC staking protocol Babylon chain, the first supported wrapped BTC is wBTC token on Ethereum blockchain, so all the wBTC token holders will enjoy both yield on staking BTC tokens plus the security of Ethereum network.";
5004
5053
  readonly bridge: "native";
5005
5054
  readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
5006
- readonly risks: readonly ["NO_TIMELOCK"];
5055
+ readonly tags: readonly ["NO_TIMELOCK"];
5007
5056
  };
5008
5057
  readonly 'SolvBTC.BBN': {
5009
5058
  readonly name: "SolvBTC Babylon";
@@ -5017,7 +5066,7 @@ export declare const ethereum: {
5017
5066
  readonly description: "SolvBTC.BBN is a liquid staking token (LST) for Bitcoin, representing the staked Bitcoin in Babylon. SolvBTC.BBN allows Bitcoin holders to earn staking yields, in exchange for sharing $1.3 trillion economic security of Bitcoin with PoS chains, while enabling them the flexibility to participate in DeFi.";
5018
5067
  readonly bridge: "native";
5019
5068
  readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
5020
- readonly risks: readonly ["NO_TIMELOCK"];
5069
+ readonly tags: readonly ["NO_TIMELOCK"];
5021
5070
  };
5022
5071
  readonly LBTC: {
5023
5072
  readonly name: "Lombard Staked Bitcoin";
@@ -5031,7 +5080,7 @@ export declare const ethereum: {
5031
5080
  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.";
5032
5081
  readonly bridge: "native";
5033
5082
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
5034
- readonly risks: readonly ["LARGE_HOLDERS"];
5083
+ readonly tags: readonly ["LARGE_HOLDERS"];
5035
5084
  };
5036
5085
  readonly pumpBTC: {
5037
5086
  readonly name: "pumpBTC";
@@ -5045,7 +5094,7 @@ export declare const ethereum: {
5045
5094
  readonly description: "$PumpBTC is a liquid staking token that represents BTC staked on the Babylon platform through PumpBTC. By utilizing PumpBTC, you can retain liquidity for your BTC holdings while also earning yields directly from Babylon. Users will receive PumpBTC at a conversion rate of 1:1 with WBTC/BTCB.";
5046
5095
  readonly bridge: "native";
5047
5096
  readonly documentation: "https://pumpbtc.gitbook.io/pumpbtc";
5048
- readonly risks: readonly ["NO_TIMELOCK"];
5097
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
5049
5098
  };
5050
5099
  readonly EIGEN: {
5051
5100
  readonly name: "Eigen";
@@ -5072,7 +5121,7 @@ export declare const ethereum: {
5072
5121
  readonly documentation: "https://docs.inverse.finance/inverse-finance/inverse-finance/product-guide/dola-feds";
5073
5122
  readonly description: "Staked Dola from Inverse Finance.";
5074
5123
  readonly bridge: "native";
5075
- readonly risks: readonly ["SYNTH_STABLE"];
5124
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5076
5125
  };
5077
5126
  readonly USR: {
5078
5127
  readonly name: "Resolv USD";
@@ -5085,7 +5134,7 @@ export declare const ethereum: {
5085
5134
  readonly documentation: "https://docs.resolv.xyz/";
5086
5135
  readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
5087
5136
  readonly bridge: "native";
5088
- readonly risks: readonly ["SYNTH_STABLE"];
5137
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5089
5138
  };
5090
5139
  readonly wstUSR: {
5091
5140
  readonly name: "Wrapped stUSR";
@@ -5098,7 +5147,7 @@ export declare const ethereum: {
5098
5147
  readonly documentation: "https://docs.resolv.xyz/";
5099
5148
  readonly description: "wstUSR is a non-rebasing version of staked USR, value of which accrues over time from staking rewards.";
5100
5149
  readonly bridge: "native";
5101
- readonly risks: readonly ["SYNTH_STABLE"];
5150
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5102
5151
  };
5103
5152
  readonly Bold: {
5104
5153
  readonly name: "Bold Stablecoin";
@@ -5111,7 +5160,7 @@ export declare const ethereum: {
5111
5160
  readonly documentation: "https://docs.liquity.org/";
5112
5161
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.";
5113
5162
  readonly bridge: "native";
5114
- readonly risks: readonly ["SYNTH_STABLE"];
5163
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5115
5164
  };
5116
5165
  readonly BOLD: {
5117
5166
  readonly name: "BOLD Stablecoin";
@@ -5124,7 +5173,7 @@ export declare const ethereum: {
5124
5173
  readonly documentation: "https://docs.liquity.org/";
5125
5174
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It’s fully decentralized, overcollateralized and backed only by WETH, wstETH and rETH.";
5126
5175
  readonly bridge: "native";
5127
- readonly risks: readonly ["SYNTH_STABLE"];
5176
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5128
5177
  };
5129
5178
  readonly AIOZ: {
5130
5179
  readonly name: "AIOZ Network";
@@ -5137,7 +5186,7 @@ export declare const ethereum: {
5137
5186
  readonly documentation: "https://docs.aioz.network/";
5138
5187
  readonly description: "AIOZ Network is a comprehensive infrastructure solution for web3 storage, decentralized AI computation, live streaming and video on demand (VOD), powered by people.";
5139
5188
  readonly bridge: "native";
5140
- readonly risks: readonly ["NO_TIMELOCK"];
5189
+ readonly tags: readonly ["NO_TIMELOCK"];
5141
5190
  };
5142
5191
  readonly TOKE: {
5143
5192
  readonly name: "Tokemak";
@@ -5203,7 +5252,7 @@ export declare const ethereum: {
5203
5252
  readonly documentation: "https://docs.coinshift.xyz/";
5204
5253
  readonly description: "Coinshift csUSDC is an over-collateralized and capital-efficient stablecoin issued as a receipt token for supplying Circle’s USDC to the Coinshift USDC Vault.";
5205
5254
  readonly bridge: "native";
5206
- readonly risks: readonly ["SYNTH_STABLE"];
5255
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5207
5256
  };
5208
5257
  readonly csUSDL: {
5209
5258
  readonly name: "Coinshift USDL";
@@ -5217,7 +5266,7 @@ export declare const ethereum: {
5217
5266
  readonly documentation: "https://docs.coinshift.xyz/";
5218
5267
  readonly description: "Coinshift collaborates with institutional partners Paxos International, Steakhouse Financial, and Morpho Protocol to launch csUSDL - the yield-bearing stablecoin designed for institutional-grade treasury management. Backed by USDL, a fully regulated and high-yield stablecoin issued by Paxos, csUSDL delivers earnings from over-collateralized loans while integrating seamlessly into the Coinshift Business Platform. This empowers businesses and DAOs to diversify their treasury investments with ease.";
5219
5268
  readonly bridge: "native";
5220
- readonly risks: readonly ["SYNTH_STABLE"];
5269
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5221
5270
  };
5222
5271
  readonly wUSDL: {
5223
5272
  readonly name: "Wrapped USDL ";
@@ -5231,6 +5280,7 @@ export declare const ethereum: {
5231
5280
  readonly documentation: "https://docs.liftdollar.com/";
5232
5281
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
5233
5282
  readonly bridge: "native";
5283
+ readonly tags: readonly ["SYNTHETIC"];
5234
5284
  };
5235
5285
  readonly USDL: {
5236
5286
  readonly name: "USDL ";
@@ -5244,6 +5294,7 @@ export declare const ethereum: {
5244
5294
  readonly documentation: "https://docs.liftdollar.com/";
5245
5295
  readonly description: "USDL is a US dollar-backed stablecoin that distributes yield to its holders every day. USDL reserves are held in short-term, highly liquid assets. USDL can always be redeemed at a rate of 1 USDL = 1 US dollar. The token is issued by Paxos Issuance MENA Ltd. (Paxos International), which is regulated by the Financial Services Regulatory Authority (FSRA) of the Abu Dhabi Global Market (ADGM)";
5246
5296
  readonly bridge: "native";
5297
+ readonly tags: readonly ["SYNTHETIC"];
5247
5298
  };
5248
5299
  readonly USDf: {
5249
5300
  readonly name: "USDf";
@@ -5256,7 +5307,7 @@ export declare const ethereum: {
5256
5307
  readonly documentation: "https://docs.falcon.finance/";
5257
5308
  readonly description: "Falcon is the next-generation platform transforming synthetic dollars into sustainable yield opportunities. Falcon aims to empower users and institutions to unlock the true yield potential of their digital assets.";
5258
5309
  readonly bridge: "native";
5259
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5310
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5260
5311
  };
5261
5312
  readonly RLUSD: {
5262
5313
  readonly name: "RLUSD";
@@ -5268,6 +5319,7 @@ export declare const ethereum: {
5268
5319
  readonly website: "https://ripple.com/solutions/stablecoin/";
5269
5320
  readonly description: "Ripple USD (RLUSD) is designed to maintain a constant value of one US dollar. Natively issued on XRP Ledger and Ethereum blockchains, Ripple USD is fully backed by a segregated reserve of cash and cash equivalents and redeemable 1:1 for US dollars.";
5270
5321
  readonly bridge: "native";
5322
+ readonly tags: readonly ["STABLECOIN"];
5271
5323
  };
5272
5324
  readonly lvlUSD: {
5273
5325
  readonly name: "Level USD";
@@ -5280,7 +5332,7 @@ export declare const ethereum: {
5280
5332
  readonly documentation: "https://level-money.gitbook.io/docs";
5281
5333
  readonly description: "Level is a stablecoin protocol that issues lvlUSD, a stablecoin that allows users to earn low-risk yield from blue-chip lending protocol.";
5282
5334
  readonly bridge: "native";
5283
- readonly risks: readonly ["SYNTH_STABLE"];
5335
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5284
5336
  };
5285
5337
  readonly slvlUSD: {
5286
5338
  readonly name: "Staked lvlUSD";
@@ -5293,7 +5345,7 @@ export declare const ethereum: {
5293
5345
  readonly documentation: "https://level-money.gitbook.io/docs";
5294
5346
  readonly description: "slvlUSD is the yield accruing version of lvlUSD";
5295
5347
  readonly bridge: "native";
5296
- readonly risks: readonly ["SYNTH_STABLE"];
5348
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5297
5349
  };
5298
5350
  readonly mEDGE: {
5299
5351
  readonly name: "Midas mEDGE";
@@ -5306,7 +5358,7 @@ export declare const ethereum: {
5306
5358
  readonly documentation: "https://docs.midas.app/tokens/medge";
5307
5359
  readonly description: "mEDGE is a crypto-denominated stablecoin yield strategy designed to track delta-neutral DeFi yields while maintaining a balanced market exposure. It dynamically shifts between DeFi lending, liquidity provisioning, and basis trading to optimize risk-adjusted returns. Risk-managed by Edge Capital, a leading market-neutral hedge fund and liquidity provider, mEDGE provides institutional-grade exposure to diversified DeFi yield opportunities. Its fully transparent structure and liquid collateral ensure flexibility, allowing users to earn sustainable, risk-managed yield without being locked into a single strategy.";
5308
5360
  readonly bridge: "native";
5309
- readonly risks: readonly ["SYNTH_STABLE"];
5361
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5310
5362
  };
5311
5363
  readonly mMEV: {
5312
5364
  readonly name: "Midas mMEV";
@@ -5319,7 +5371,7 @@ export declare const ethereum: {
5319
5371
  readonly documentation: "https://docs.midas.app/tokens/mmev";
5320
5372
  readonly description: "mMEV is designed to track delta-neutral DeFi crypto yields, aiming to maintain a balanced exposure to the market while generating returns. MEV Capital serves as the risk advisor of mMEV.";
5321
5373
  readonly bridge: "native";
5322
- readonly risks: readonly ["SYNTH_STABLE"];
5374
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5323
5375
  };
5324
5376
  readonly waEthUSDT: {
5325
5377
  readonly name: "Wrapped Aave Ethereum USDT";
@@ -5332,6 +5384,7 @@ export declare const ethereum: {
5332
5384
  readonly website: "https://aave.com/";
5333
5385
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
5334
5386
  readonly description: "Wrapped Aave interest bearing Ethereum USDT.";
5387
+ readonly tags: readonly ["STABLECOIN"];
5335
5388
  };
5336
5389
  readonly waEthUSDC: {
5337
5390
  readonly name: "Wrapped Aave Ethereum USDC";
@@ -5344,6 +5397,7 @@ export declare const ethereum: {
5344
5397
  readonly website: "https://aave.com/";
5345
5398
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
5346
5399
  readonly description: "Wrapped Aave interest bearing Ethereum USDC.";
5400
+ readonly tags: readonly ["STABLECOIN"];
5347
5401
  };
5348
5402
  readonly waEthLidoGHO: {
5349
5403
  readonly name: "Wrapped Aave Ethereum Lido GHO";
@@ -5356,7 +5410,7 @@ export declare const ethereum: {
5356
5410
  readonly website: "https://aave.com/";
5357
5411
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
5358
5412
  readonly description: "Wrapped Aave interest bearing Ethereum Lido GHO.";
5359
- readonly risks: readonly ["SYNTH_STABLE"];
5413
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5360
5414
  };
5361
5415
  readonly waEthUSDe: {
5362
5416
  readonly name: "Wrapped Aave Ethereum USDe";
@@ -5369,7 +5423,7 @@ export declare const ethereum: {
5369
5423
  readonly website: "https://aave.com/";
5370
5424
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
5371
5425
  readonly description: "Wrapped Aave interest bearing Ethereum USDe.";
5372
- readonly risks: readonly ["SYNTH_STABLE"];
5426
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5373
5427
  };
5374
5428
  readonly waEthLidoWETH: {
5375
5429
  readonly name: "Wrapped Aave Ethereum Lido WETH";
@@ -5417,6 +5471,7 @@ export declare const ethereum: {
5417
5471
  readonly website: "https://fluid.io/";
5418
5472
  readonly documentation: "https://fluid.guides.instadapp.io/";
5419
5473
  readonly description: "Fluid Staked Wrapped Staked Ether.";
5474
+ readonly tags: readonly ["SYNTHETIC"];
5420
5475
  };
5421
5476
  readonly fWETH: {
5422
5477
  readonly name: "Fluid WETH";
@@ -5429,6 +5484,7 @@ export declare const ethereum: {
5429
5484
  readonly website: "https://fluid.io/";
5430
5485
  readonly documentation: "https://fluid.guides.instadapp.io/";
5431
5486
  readonly description: "Fluid Staked WETH.";
5487
+ readonly tags: readonly ["SYNTHETIC"];
5432
5488
  };
5433
5489
  readonly cbBTC: {
5434
5490
  readonly name: "Coinbase Wrapped WBTC";
@@ -5453,7 +5509,7 @@ export declare const ethereum: {
5453
5509
  readonly description: "sUSD is a synthetic USD token enabled by the Synthetix protocol. It tracks the price of the US Dollar through price feeds supplied by Chainlink’s decentralized network of oracles";
5454
5510
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
5455
5511
  readonly bridge: "native";
5456
- readonly risks: readonly ["SYNTH_STABLE"];
5512
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5457
5513
  };
5458
5514
  readonly USDaf: {
5459
5515
  readonly name: "USDaf Stablecoin";
@@ -5466,7 +5522,7 @@ export declare const ethereum: {
5466
5522
  readonly description: "Asymmetry USDaf is a decentralized, immutable, and permissionless synthetic stablecoin built on the Liquity v2 protocol by Asymmetry Finance. It is a yield-bearing stablecoin that allows users to borrow with user-set fixed interest rates against Bitcoin and various yield-bearing stablecoins. The yield earned on USDaf is in addition to the native yields of the underlying assets, enabling passive income generation through DeFi staking and savings mechanisms.";
5467
5523
  readonly documentation: "https://docs.asymmetry.finance/";
5468
5524
  readonly bridge: "native";
5469
- readonly risks: readonly ["SYNTH_STABLE"];
5525
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5470
5526
  };
5471
5527
  readonly stcUSD: {
5472
5528
  readonly name: "Staked cap USD";
@@ -5479,7 +5535,7 @@ export declare const ethereum: {
5479
5535
  readonly description: "stcUSD is the yield-bearing stablecoin of Cap that enables users to earn rewards via a decentralized lending framework.";
5480
5536
  readonly documentation: "https://docs.cap.app/";
5481
5537
  readonly bridge: "native";
5482
- readonly risks: readonly ["SYNTH_STABLE"];
5538
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5483
5539
  };
5484
5540
  readonly cUSD: {
5485
5541
  readonly name: "cap USD";
@@ -5492,7 +5548,7 @@ export declare const ethereum: {
5492
5548
  readonly description: "Cap is a three-sided marketplace designed to run autonomously via economic incentives. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to stcUSD holders.";
5493
5549
  readonly documentation: "https://docs.cap.app/";
5494
5550
  readonly bridge: "native";
5495
- readonly risks: readonly ["SYNTH_STABLE"];
5551
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5496
5552
  };
5497
5553
  readonly ysyBOLD: {
5498
5554
  readonly name: "Staked yBOLD";
@@ -5505,7 +5561,7 @@ export declare const ethereum: {
5505
5561
  readonly documentation: "https://docs.yearn.fi/getting-started/products/yvaults/yBold";
5506
5562
  readonly description: "yBOLD is Yearn's BOLD tokenized Stability pool product. The yield comes from the different Liquity V2 Stability Pools which is made up of liquidation fees and 75% of the system's interest rate earnings.";
5507
5563
  readonly bridge: "native";
5508
- readonly risks: readonly ["SYNTH_STABLE"];
5564
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5509
5565
  };
5510
5566
  readonly YB: {
5511
5567
  readonly name: "Yield Basis";