@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
@@ -7,7 +7,7 @@ export declare const tokens: {
7
7
  readonly decimals: 18;
8
8
  readonly chainId: 1;
9
9
  readonly website: "https://weth.io/";
10
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
10
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly bridge: "native";
12
12
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
13
13
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -20,7 +20,7 @@ export declare const tokens: {
20
20
  readonly decimals: 18;
21
21
  readonly chainId: 1;
22
22
  readonly website: "https://weth.io/";
23
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
23
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
24
24
  readonly bridge: "native";
25
25
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
26
26
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -33,7 +33,7 @@ export declare const tokens: {
33
33
  readonly decimals: 18;
34
34
  readonly chainId: 1;
35
35
  readonly website: "https://weth.io/";
36
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
36
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
37
37
  readonly bridge: "native";
38
38
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
39
39
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -46,7 +46,7 @@ export declare const tokens: {
46
46
  readonly decimals: 18;
47
47
  readonly chainId: 1;
48
48
  readonly website: "https://weth.io/";
49
- readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain. ";
49
+ readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
50
50
  readonly bridge: "native";
51
51
  readonly logoURI: "https://arbiscan.io/token/images/weth_28.png";
52
52
  readonly documentation: "https://ethereum.org/en/developers/docs/";
@@ -127,6 +127,7 @@ export declare const tokens: {
127
127
  readonly chainId: 1;
128
128
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
129
129
  readonly documentation: "https://developers.circle.com/docs";
130
+ readonly tags: readonly ["STABLECOIN"];
130
131
  };
131
132
  readonly STG: {
132
133
  readonly name: "Stargate";
@@ -211,6 +212,7 @@ export declare const tokens: {
211
212
  readonly website: "https://jpegd.io/";
212
213
  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.";
213
214
  readonly documentation: "https://docs.jpegd.io/tokenomics/usdpeth";
215
+ readonly tags: readonly ["SYNTHETIC"];
214
216
  };
215
217
  readonly FRAX: {
216
218
  readonly chainId: 1;
@@ -224,7 +226,7 @@ export declare const tokens: {
224
226
  readonly bridge: "native";
225
227
  readonly logoURI: "";
226
228
  readonly documentation: "https://docs.frax.finance/";
227
- readonly risks: readonly ["SYNTH_STABLE"];
229
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
228
230
  };
229
231
  readonly frxUSD: {
230
232
  readonly chainId: 1;
@@ -238,7 +240,7 @@ export declare const tokens: {
238
240
  readonly bridge: "native";
239
241
  readonly logoURI: "";
240
242
  readonly documentation: "https://docs.frax.finance/";
241
- readonly risks: readonly ["SYNTH_STABLE"];
243
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
242
244
  };
243
245
  readonly sfrxUSD: {
244
246
  readonly name: "Staked Frax USD";
@@ -251,7 +253,7 @@ export declare const tokens: {
251
253
  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.";
252
254
  readonly bridge: "native";
253
255
  readonly documentation: "https://docs.frax.finance/";
254
- readonly risks: readonly ["SYNTH_STABLE"];
256
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
255
257
  };
256
258
  readonly WBTC: {
257
259
  readonly chainId: 1;
@@ -276,6 +278,7 @@ export declare const tokens: {
276
278
  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.";
277
279
  readonly bridge: "native";
278
280
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
281
+ readonly tags: readonly ["SYNTHETIC"];
279
282
  };
280
283
  readonly multiBTC: {
281
284
  readonly chainId: 1;
@@ -288,6 +291,7 @@ export declare const tokens: {
288
291
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
289
292
  readonly bridge: "multichain";
290
293
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
294
+ readonly tags: readonly ["SYNTHETIC"];
291
295
  };
292
296
  readonly alETH: {
293
297
  readonly name: "Alchemix ETH";
@@ -300,6 +304,7 @@ export declare const tokens: {
300
304
  readonly website: "https://alchemix.fi/";
301
305
  readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
302
306
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
307
+ readonly tags: readonly ["SYNTHETIC"];
303
308
  };
304
309
  readonly alUSD: {
305
310
  readonly name: "Alchemix USD";
@@ -313,7 +318,7 @@ export declare const tokens: {
313
318
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
314
319
  readonly bridge: "native";
315
320
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
316
- readonly risks: readonly ["SYNTH_STABLE"];
321
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
317
322
  };
318
323
  readonly MIM: {
319
324
  readonly name: "Magic Internet Money";
@@ -327,7 +332,7 @@ export declare const tokens: {
327
332
  readonly bridge: "native";
328
333
  readonly logoURI: "";
329
334
  readonly documentation: "https://docs.abracadabra.money/";
330
- readonly risks: readonly ["SYNTH_STABLE"];
335
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
331
336
  };
332
337
  readonly ApeUSD: {
333
338
  readonly name: "ApeUSD";
@@ -341,7 +346,7 @@ export declare const tokens: {
341
346
  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.";
342
347
  readonly bridge: "native";
343
348
  readonly logoURI: "";
344
- readonly risks: readonly ["SYNTH_STABLE"];
349
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
345
350
  };
346
351
  readonly auraBAL: {
347
352
  readonly name: "Aura Staked BAL BPT";
@@ -392,7 +397,7 @@ export declare const tokens: {
392
397
  readonly website: "https://mai.finance/";
393
398
  readonly documentation: "https://docs.mai.finance/";
394
399
  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.";
395
- readonly risks: readonly ["SYNTH_STABLE"];
400
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
396
401
  };
397
402
  readonly tBTC: {
398
403
  readonly name: "tBTC v2";
@@ -419,7 +424,7 @@ export declare const tokens: {
419
424
  readonly documentation: "https://docs.threshold.network/applications/threshold-usd";
420
425
  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%.";
421
426
  readonly bridge: "native";
422
- readonly risks: readonly ["SYNTH_STABLE"];
427
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
423
428
  };
424
429
  readonly T: {
425
430
  readonly name: "Threshold Network Token";
@@ -479,7 +484,7 @@ export declare const tokens: {
479
484
  readonly website: "https://www.curve.finance/";
480
485
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
481
486
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
482
- readonly risks: readonly ["SYNTH_STABLE"];
487
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
483
488
  };
484
489
  readonly reUSD: {
485
490
  readonly name: "Resupply USD";
@@ -491,7 +496,7 @@ export declare const tokens: {
491
496
  readonly website: "https://resupply.fi/";
492
497
  readonly description: "A decentralized stablecoin backed by Collateralized Debt Positions (CDP), leveraging the liquidity and stability of lending markets.";
493
498
  readonly documentation: "https://docs.resupply.fi/";
494
- readonly risks: readonly ["SYNTH_STABLE"];
499
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
495
500
  };
496
501
  readonly CVX: {
497
502
  readonly name: "CVX";
@@ -583,7 +588,7 @@ export declare const tokens: {
583
588
  readonly description: "f(x) Protocol stablecoin";
584
589
  readonly bridge: "native";
585
590
  readonly logoURI: "";
586
- readonly risks: readonly ["SYNTH_STABLE"];
591
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
587
592
  };
588
593
  readonly sethUSDC: {
589
594
  readonly name: "Stargate USD Coin LP";
@@ -596,7 +601,7 @@ export declare const tokens: {
596
601
  readonly website: "https://stargate.finance/";
597
602
  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.";
598
603
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
599
- readonly risks: readonly ["SYNTH_STABLE"];
604
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
600
605
  };
601
606
  readonly sethUSDT: {
602
607
  readonly name: "Stargate Tether USD LP";
@@ -609,7 +614,7 @@ export declare const tokens: {
609
614
  readonly website: "https://tether.to/";
610
615
  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.";
611
616
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
612
- readonly risks: readonly ["SYNTH_STABLE"];
617
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
613
618
  };
614
619
  readonly rETH: {
615
620
  readonly name: "Rocket Pool ETH";
@@ -636,6 +641,7 @@ export declare const tokens: {
636
641
  readonly documentation: "https://tether.to/en/how-it-works";
637
642
  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.";
638
643
  readonly bridge: "native";
644
+ readonly tags: readonly ["STABLECOIN"];
639
645
  };
640
646
  readonly DOLA: {
641
647
  readonly name: "Dola USD Stablecoin";
@@ -649,7 +655,7 @@ export declare const tokens: {
649
655
  readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
650
656
  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.";
651
657
  readonly bridge: "native";
652
- readonly risks: readonly ["SYNTH_STABLE"];
658
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
653
659
  };
654
660
  readonly sETH: {
655
661
  readonly name: "Synth sETH";
@@ -662,6 +668,7 @@ export declare const tokens: {
662
668
  readonly website: "https://synthetix.io/";
663
669
  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.";
664
670
  readonly bridge: "native";
671
+ readonly tags: readonly ["SYNTHETIC"];
665
672
  };
666
673
  readonly cbETH: {
667
674
  readonly name: "Coinbase Wrapped Staked ETH";
@@ -688,7 +695,7 @@ export declare const tokens: {
688
695
  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.";
689
696
  readonly bridge: "bittorent";
690
697
  readonly documentation: "https://usdd.io/docs/";
691
- readonly risks: readonly ["SYNTH_STABLE"];
698
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
692
699
  };
693
700
  readonly aUSDT: {
694
701
  readonly name: "Aave Tether USD";
@@ -737,6 +744,7 @@ export declare const tokens: {
737
744
  readonly website: "https://app.balancer.fi/#/";
738
745
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
739
746
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
747
+ readonly tags: readonly ["STABLECOIN"];
740
748
  };
741
749
  readonly aUSDC: {
742
750
  readonly name: "Aave USDC";
@@ -773,6 +781,7 @@ export declare const tokens: {
773
781
  readonly website: "https://app.balancer.fi/#/";
774
782
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
775
783
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
784
+ readonly tags: readonly ["STABLECOIN"];
776
785
  };
777
786
  readonly DAI: {
778
787
  readonly name: "DAI Stablecoin";
@@ -786,7 +795,7 @@ export declare const tokens: {
786
795
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
787
796
  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";
788
797
  readonly bridge: "native";
789
- readonly risks: readonly ["SYNTH_STABLE"];
798
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
790
799
  };
791
800
  readonly aDAI: {
792
801
  readonly name: "Aave DAI";
@@ -799,6 +808,7 @@ export declare const tokens: {
799
808
  readonly website: "https://makerdao.com/en/";
800
809
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
801
810
  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.";
811
+ readonly tags: readonly ["SYNTHETIC"];
802
812
  };
803
813
  readonly waDAI: {
804
814
  readonly name: "Wrapped Aave Tether DAI";
@@ -811,6 +821,7 @@ export declare const tokens: {
811
821
  readonly website: "https://makerdao.com/en/";
812
822
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
813
823
  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.";
824
+ readonly tags: readonly ["SYNTHETIC"];
814
825
  };
815
826
  readonly bbaDAI: {
816
827
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -823,7 +834,7 @@ export declare const tokens: {
823
834
  readonly website: "https://app.balancer.fi/#/";
824
835
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
825
836
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
826
- readonly risks: readonly ["SYNTH_STABLE"];
837
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
827
838
  };
828
839
  readonly aETH: {
829
840
  readonly name: "Aave ETH";
@@ -876,7 +887,7 @@ export declare const tokens: {
876
887
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
877
888
  readonly bridge: "native";
878
889
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
879
- readonly risks: readonly ["SYNTH_STABLE"];
890
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
880
891
  };
881
892
  readonly frxETH: {
882
893
  readonly name: "Frax Ether";
@@ -1089,6 +1100,7 @@ export declare const tokens: {
1089
1100
  readonly description: "The first regulated stablecoin fully backed by the US Dollar.";
1090
1101
  readonly bridge: "native";
1091
1102
  readonly logoURI: "";
1103
+ readonly tags: readonly ["STABLECOIN"];
1092
1104
  };
1093
1105
  readonly CLEV: {
1094
1106
  readonly name: "CLever Token";
@@ -1141,7 +1153,7 @@ export declare const tokens: {
1141
1153
  readonly bridge: "native";
1142
1154
  readonly logoURI: "";
1143
1155
  readonly documentation: "https://reserve.org/protocol/";
1144
- readonly risks: readonly ["SYNTH_STABLE"];
1156
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1145
1157
  };
1146
1158
  readonly msETH: {
1147
1159
  readonly name: "Metronome Synth ETH";
@@ -1154,7 +1166,7 @@ export declare const tokens: {
1154
1166
  readonly website: "https://app.metronome.io/";
1155
1167
  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.";
1156
1168
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
1157
- readonly risks: readonly ["NO_TIMELOCK"];
1169
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1158
1170
  };
1159
1171
  readonly BLUR: {
1160
1172
  readonly name: "Blur";
@@ -1178,7 +1190,7 @@ export declare const tokens: {
1178
1190
  readonly website: "https://app.metronome.io/";
1179
1191
  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.";
1180
1192
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
1181
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1193
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1182
1194
  };
1183
1195
  readonly UZD: {
1184
1196
  readonly name: "UZD Zunami Stable";
@@ -1204,7 +1216,7 @@ export declare const tokens: {
1204
1216
  readonly description: string;
1205
1217
  readonly bridge: "native";
1206
1218
  readonly documentation: "https://docs.archimedesfi.com/";
1207
- readonly risks: readonly ["SYNTH_STABLE"];
1219
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1208
1220
  };
1209
1221
  readonly bbeUSDT: {
1210
1222
  readonly name: "Balancer Euler USDT Linear Pool";
@@ -1241,6 +1253,7 @@ export declare const tokens: {
1241
1253
  readonly website: "https://app.balancer.fi/#/";
1242
1254
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1243
1255
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Euler Interest Bearing DAI.";
1256
+ readonly tags: readonly ["SYNTHETIC"];
1244
1257
  };
1245
1258
  readonly bbeUSD: {
1246
1259
  readonly name: "Balancer Euler Stable Composable Pool";
@@ -1253,6 +1266,7 @@ export declare const tokens: {
1253
1266
  readonly website: "https://app.balancer.fi/#/";
1254
1267
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1255
1268
  readonly description: "Balancer composable pool that consist of bbeUSDT, bbeUSDC, and bbeDAI. bbTokens are Euler boosted linear pools.";
1269
+ readonly tags: readonly ["SYNTHETIC"];
1256
1270
  };
1257
1271
  readonly VERSE: {
1258
1272
  readonly name: "Verse";
@@ -1355,7 +1369,7 @@ export declare const tokens: {
1355
1369
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
1356
1370
  readonly bridge: "native";
1357
1371
  readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
1358
- readonly risks: readonly ["SYNTH_STABLE"];
1372
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1359
1373
  };
1360
1374
  readonly hyUSD: {
1361
1375
  readonly name: "High Yield USD";
@@ -1367,7 +1381,7 @@ export declare const tokens: {
1367
1381
  readonly logoURI: "";
1368
1382
  readonly website: "https://register.app/#/overview?token=0xaCdf0DBA4B9839b96221a8487e9ca660a48212be";
1369
1383
  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.";
1370
- readonly risks: readonly ["SYNTH_STABLE"];
1384
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1371
1385
  };
1372
1386
  readonly ETHx: {
1373
1387
  readonly name: "ETHx";
@@ -1405,6 +1419,7 @@ export declare const tokens: {
1405
1419
  readonly website: "https://app.reserve.org/ethereum/token/0x005f893ecd7bf9667195642f7649da8163e23658/overview";
1406
1420
  readonly bridge: "native";
1407
1421
  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.";
1422
+ readonly tags: readonly ["SYNTHETIC"];
1408
1423
  };
1409
1424
  readonly 'USDC+': {
1410
1425
  readonly name: "USDC Plus";
@@ -1443,7 +1458,7 @@ export declare const tokens: {
1443
1458
  readonly documentation: "https://docs.raft.fi/";
1444
1459
  readonly bridge: "native";
1445
1460
  readonly description: "Raft is a governance-minimized, decentralized protocol that allows people to generate R (a USD stablecoin) by depositing capital-efficient collateral.";
1446
- readonly risks: readonly ["SYNTH_STABLE"];
1461
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1447
1462
  };
1448
1463
  readonly GHO: {
1449
1464
  readonly name: "GHO Token";
@@ -1457,7 +1472,7 @@ export declare const tokens: {
1457
1472
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
1458
1473
  readonly bridge: "native";
1459
1474
  readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
1460
- readonly risks: readonly ["SYNTH_STABLE"];
1475
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1461
1476
  };
1462
1477
  readonly mkUSD: {
1463
1478
  readonly name: "Prisma mkUSD";
@@ -1471,7 +1486,7 @@ export declare const tokens: {
1471
1486
  readonly documentation: "https://docs.prismafinance.com/";
1472
1487
  readonly bridge: "native";
1473
1488
  readonly description: "Prisma is a decentralized borrowing protocol that allows users to mint a stablecoin, mkUSD, that is fully collateralized by liquid staking tokens.";
1474
- readonly risks: readonly ["SYNTH_STABLE"];
1489
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1475
1490
  };
1476
1491
  readonly ULTRA: {
1477
1492
  readonly name: "ULTRA";
@@ -1485,7 +1500,7 @@ export declare const tokens: {
1485
1500
  readonly documentation: "https://docs.prismafinance.com/";
1486
1501
  readonly bridge: "native";
1487
1502
  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).";
1488
- readonly risks: readonly ["SYNTH_STABLE"];
1503
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1489
1504
  };
1490
1505
  readonly PYUSD: {
1491
1506
  readonly name: "PayPal USD";
@@ -1498,6 +1513,7 @@ export declare const tokens: {
1498
1513
  readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
1499
1514
  readonly bridge: "native";
1500
1515
  readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
1516
+ readonly tags: readonly ["STABLECOIN"];
1501
1517
  };
1502
1518
  readonly PYUSDUSDC: {
1503
1519
  readonly name: "PayPool";
@@ -1563,7 +1579,7 @@ export declare const tokens: {
1563
1579
  readonly bridge: "native";
1564
1580
  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%.";
1565
1581
  readonly documentation: "https://docs.liquity.org/";
1566
- readonly risks: readonly ["SYNTH_STABLE"];
1582
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1567
1583
  };
1568
1584
  readonly USDM: {
1569
1585
  readonly name: "Mountain Protocol USD";
@@ -1577,7 +1593,7 @@ export declare const tokens: {
1577
1593
  readonly documentation: "https://docs.mountainprotocol.com/";
1578
1594
  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.";
1579
1595
  readonly bridge: "native";
1580
- readonly risks: readonly ["NO_TIMELOCK"];
1596
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1581
1597
  };
1582
1598
  readonly sDAI: {
1583
1599
  readonly name: "Savings DAI";
@@ -1591,7 +1607,7 @@ export declare const tokens: {
1591
1607
  readonly documentation: "https://docs.sparkprotocol.io/hub/";
1592
1608
  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.";
1593
1609
  readonly bridge: "native";
1594
- readonly risks: readonly ["SYNTH_STABLE"];
1610
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1595
1611
  };
1596
1612
  readonly bbsDAI: {
1597
1613
  readonly name: "Balancer Aave sDAI Linear Pool";
@@ -1605,7 +1621,7 @@ export declare const tokens: {
1605
1621
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1606
1622
  readonly description: "Balancer linear pool that consist of DAI and sDAI.";
1607
1623
  readonly bridge: "native";
1608
- readonly risks: readonly ["SYNTH_STABLE"];
1624
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1609
1625
  };
1610
1626
  readonly acUSDC: {
1611
1627
  readonly name: "Across USD Coin LP";
@@ -1648,6 +1664,7 @@ export declare const tokens: {
1648
1664
  readonly chainId: 1;
1649
1665
  readonly logoURI: "";
1650
1666
  readonly documentation: "https://docs.across.to/how-to-use-across/providing-liquidity";
1667
+ readonly tags: readonly ["SYNTHETIC"];
1651
1668
  };
1652
1669
  readonly acUSDT: {
1653
1670
  readonly name: "Across USDT LP";
@@ -1703,7 +1720,7 @@ export declare const tokens: {
1703
1720
  readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
1704
1721
  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.";
1705
1722
  readonly bridge: "native";
1706
- readonly risks: readonly ["SYNTH_STABLE"];
1723
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1707
1724
  };
1708
1725
  readonly ALCX: {
1709
1726
  readonly name: "Alchemix";
@@ -1743,7 +1760,7 @@ export declare const tokens: {
1743
1760
  readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
1744
1761
  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.";
1745
1762
  readonly bridge: "native";
1746
- readonly risks: readonly ["SYNTH_STABLE"];
1763
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1747
1764
  };
1748
1765
  readonly SILO: {
1749
1766
  readonly name: "Silo Governance Token";
@@ -1770,6 +1787,7 @@ export declare const tokens: {
1770
1787
  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.";
1771
1788
  readonly documentation: "https://vector-reserve.gitbook.io/vector-reserve/introduction/what-is-vector-reserve";
1772
1789
  readonly bridge: "native";
1790
+ readonly tags: readonly ["SYNTHETIC"];
1773
1791
  };
1774
1792
  readonly ankrETH: {
1775
1793
  readonly name: "Ankr Staked ETH";
@@ -1796,7 +1814,7 @@ export declare const tokens: {
1796
1814
  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.";
1797
1815
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
1798
1816
  readonly bridge: "native";
1799
- readonly risks: readonly ["NO_TIMELOCK"];
1817
+ readonly tags: readonly ["NO_TIMELOCK"];
1800
1818
  };
1801
1819
  readonly weETH: {
1802
1820
  readonly name: "Wrapped eETH";
@@ -1810,7 +1828,7 @@ export declare const tokens: {
1810
1828
  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.";
1811
1829
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1812
1830
  readonly bridge: "native";
1813
- readonly risks: readonly ["NO_TIMELOCK"];
1831
+ readonly tags: readonly ["NO_TIMELOCK"];
1814
1832
  };
1815
1833
  readonly weETHk: {
1816
1834
  readonly name: "King Karak LRT";
@@ -1849,7 +1867,7 @@ export declare const tokens: {
1849
1867
  readonly website: "https://app.bedrock.technology/unieth";
1850
1868
  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.";
1851
1869
  readonly bridge: "native";
1852
- readonly risks: readonly ["NO_TIMELOCK"];
1870
+ readonly tags: readonly ["NO_TIMELOCK"];
1853
1871
  };
1854
1872
  readonly QIv2: {
1855
1873
  readonly name: "QiDao";
@@ -1902,7 +1920,7 @@ export declare const tokens: {
1902
1920
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1903
1921
  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.";
1904
1922
  readonly bridge: "native";
1905
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1923
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1906
1924
  };
1907
1925
  readonly sUSDe: {
1908
1926
  readonly name: "Staked USDe";
@@ -1916,7 +1934,7 @@ export declare const tokens: {
1916
1934
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1917
1935
  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.";
1918
1936
  readonly bridge: "native";
1919
- readonly risks: readonly ["SYNTH_STABLE"];
1937
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1920
1938
  };
1921
1939
  readonly USD3: {
1922
1940
  readonly name: "Web 3 Dollar";
@@ -1930,7 +1948,7 @@ export declare const tokens: {
1930
1948
  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.";
1931
1949
  readonly documentation: "https://reserve.org/protocol/";
1932
1950
  readonly bridge: "native";
1933
- readonly risks: readonly ["SYNTH_STABLE"];
1951
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1934
1952
  };
1935
1953
  readonly rgUSD: {
1936
1954
  readonly name: "Revenue Generating USD";
@@ -1944,7 +1962,7 @@ export declare const tokens: {
1944
1962
  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.";
1945
1963
  readonly documentation: "https://reserve.org/protocol/";
1946
1964
  readonly bridge: "native";
1947
- readonly risks: readonly ["SYNTH_STABLE"];
1965
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1948
1966
  };
1949
1967
  readonly rsETH: {
1950
1968
  readonly chainId: 1;
@@ -1958,7 +1976,7 @@ export declare const tokens: {
1958
1976
  readonly documentation: "https://kelp.gitbook.io/kelp";
1959
1977
  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.";
1960
1978
  readonly bridge: "native";
1961
- readonly risks: readonly ["NO_TIMELOCK"];
1979
+ readonly tags: readonly ["NO_TIMELOCK"];
1962
1980
  };
1963
1981
  readonly rswETH: {
1964
1982
  readonly chainId: 1;
@@ -1972,7 +1990,7 @@ export declare const tokens: {
1972
1990
  readonly documentation: "https://docs.swellnetwork.io/swell/rsweth-liquid-restaking";
1973
1991
  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.";
1974
1992
  readonly bridge: "native";
1975
- readonly risks: readonly ["NO_TIMELOCK"];
1993
+ readonly tags: readonly ["NO_TIMELOCK"];
1976
1994
  };
1977
1995
  readonly agETH: {
1978
1996
  readonly chainId: 1;
@@ -1986,7 +2004,7 @@ export declare const tokens: {
1986
2004
  readonly documentation: "https://kelp.gitbook.io/kelp/kelp-gain";
1987
2005
  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.";
1988
2006
  readonly bridge: "native";
1989
- readonly risks: readonly ["NO_TIMELOCK"];
2007
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1990
2008
  };
1991
2009
  readonly ZRO: {
1992
2010
  readonly name: "LayerZero";
@@ -2013,7 +2031,7 @@ export declare const tokens: {
2013
2031
  readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-usd-cdp-documentation";
2014
2032
  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.";
2015
2033
  readonly bridge: "native";
2016
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2034
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2017
2035
  };
2018
2036
  readonly ShezETH: {
2019
2037
  readonly name: "ShezmuETH";
@@ -2027,7 +2045,7 @@ export declare const tokens: {
2027
2045
  readonly documentation: "https://shezmu.gitbook.io/shezmu/oasis/oasis-eth-pegged-cdp-documentation";
2028
2046
  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.";
2029
2047
  readonly bridge: "native";
2030
- readonly risks: readonly ["NO_TIMELOCK"];
2048
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2031
2049
  };
2032
2050
  readonly UNI: {
2033
2051
  readonly name: "Uniswap";
@@ -2077,6 +2095,7 @@ export declare const tokens: {
2077
2095
  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.";
2078
2096
  readonly bridge: "native";
2079
2097
  readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
2098
+ readonly tags: readonly ["SYNTHETIC"];
2080
2099
  };
2081
2100
  readonly EBTC: {
2082
2101
  readonly name: "EBTC";
@@ -2089,6 +2108,7 @@ export declare const tokens: {
2089
2108
  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.";
2090
2109
  readonly bridge: "native";
2091
2110
  readonly documentation: "https://docs.ebtc.finance/ebtc";
2111
+ readonly tags: readonly ["SYNTHETIC"];
2092
2112
  };
2093
2113
  readonly USD0: {
2094
2114
  readonly name: "Usual USD";
@@ -2101,7 +2121,7 @@ export declare const tokens: {
2101
2121
  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.";
2102
2122
  readonly bridge: "native";
2103
2123
  readonly documentation: "https://docs.usual.money/usual-products/usd0-stablecoin";
2104
- readonly risks: readonly ["SYNTH_STABLE"];
2124
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2105
2125
  };
2106
2126
  readonly 'USD0++': {
2107
2127
  readonly name: "USD0 Liquid Bond";
@@ -2126,7 +2146,7 @@ export declare const tokens: {
2126
2146
  readonly description: "ETH0 is an Ethereum-pegged synthetic asset issued by the Usual Protocol, fully collateralized by Lido’s wrapped staked ETH.";
2127
2147
  readonly bridge: "native";
2128
2148
  readonly documentation: "https://docs.usual.money/usual-products/eth0-synthetic";
2129
- readonly risks: readonly ["NO_TIMELOCK"];
2149
+ readonly tags: readonly ["NO_TIMELOCK"];
2130
2150
  };
2131
2151
  readonly pxETH: {
2132
2152
  readonly name: "Pirex Ether";
@@ -2153,6 +2173,7 @@ export declare const tokens: {
2153
2173
  readonly documentation: "https://hinkal-team.gitbook.io/hinkal";
2154
2174
  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.";
2155
2175
  readonly bridge: "native";
2176
+ readonly tags: readonly ["SYNTHETIC"];
2156
2177
  };
2157
2178
  readonly SKY: {
2158
2179
  readonly name: "SKY Governance Token";
@@ -2179,7 +2200,7 @@ export declare const tokens: {
2179
2200
  readonly documentation: "https://docs.sky.money/";
2180
2201
  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.";
2181
2202
  readonly bridge: "native";
2182
- readonly risks: readonly ["SYNTH_STABLE"];
2203
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2183
2204
  };
2184
2205
  readonly sUSDS: {
2185
2206
  readonly name: "Savings USDS";
@@ -2193,7 +2214,7 @@ export declare const tokens: {
2193
2214
  readonly documentation: "https://docs.sky.money/";
2194
2215
  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.";
2195
2216
  readonly bridge: "native";
2196
- readonly risks: readonly ["SYNTH_STABLE"];
2217
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2197
2218
  };
2198
2219
  readonly stUSDS: {
2199
2220
  readonly name: "Staked USDS";
@@ -2207,7 +2228,7 @@ export declare const tokens: {
2207
2228
  readonly documentation: "https://docs.sky.money/";
2208
2229
  readonly description: "stUSDS is a risk capital token that offers higher risk/higher reward to fund and support liquidity for SKY stakers.";
2209
2230
  readonly bridge: "native";
2210
- readonly risks: readonly ["SYNTH_STABLE"];
2231
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2211
2232
  };
2212
2233
  readonly syrupUSDC: {
2213
2234
  readonly name: "Syrup USDC";
@@ -2221,7 +2242,7 @@ export declare const tokens: {
2221
2242
  readonly documentation: "https://syrup.gitbook.io/syrup";
2222
2243
  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.";
2223
2244
  readonly bridge: "native";
2224
- readonly risks: readonly ["SYNTH_STABLE"];
2245
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2225
2246
  };
2226
2247
  readonly uniBTC: {
2227
2248
  readonly name: "Universal BTC";
@@ -2235,7 +2256,7 @@ export declare const tokens: {
2235
2256
  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.";
2236
2257
  readonly bridge: "native";
2237
2258
  readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
2238
- readonly risks: readonly ["NO_TIMELOCK"];
2259
+ readonly tags: readonly ["NO_TIMELOCK"];
2239
2260
  };
2240
2261
  readonly 'SolvBTC.BBN': {
2241
2262
  readonly name: "SolvBTC Babylon";
@@ -2249,7 +2270,7 @@ export declare const tokens: {
2249
2270
  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.";
2250
2271
  readonly bridge: "native";
2251
2272
  readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
2252
- readonly risks: readonly ["NO_TIMELOCK"];
2273
+ readonly tags: readonly ["NO_TIMELOCK"];
2253
2274
  };
2254
2275
  readonly LBTC: {
2255
2276
  readonly name: "Lombard Staked Bitcoin";
@@ -2263,7 +2284,7 @@ export declare const tokens: {
2263
2284
  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.";
2264
2285
  readonly bridge: "native";
2265
2286
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
2266
- readonly risks: readonly ["LARGE_HOLDERS"];
2287
+ readonly tags: readonly ["LARGE_HOLDERS"];
2267
2288
  };
2268
2289
  readonly pumpBTC: {
2269
2290
  readonly name: "pumpBTC";
@@ -2277,7 +2298,7 @@ export declare const tokens: {
2277
2298
  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.";
2278
2299
  readonly bridge: "native";
2279
2300
  readonly documentation: "https://pumpbtc.gitbook.io/pumpbtc";
2280
- readonly risks: readonly ["NO_TIMELOCK"];
2301
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2281
2302
  };
2282
2303
  readonly EIGEN: {
2283
2304
  readonly name: "Eigen";
@@ -2304,7 +2325,7 @@ export declare const tokens: {
2304
2325
  readonly documentation: "https://docs.inverse.finance/inverse-finance/inverse-finance/product-guide/dola-feds";
2305
2326
  readonly description: "Staked Dola from Inverse Finance.";
2306
2327
  readonly bridge: "native";
2307
- readonly risks: readonly ["SYNTH_STABLE"];
2328
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2308
2329
  };
2309
2330
  readonly USR: {
2310
2331
  readonly name: "Resolv USD";
@@ -2317,7 +2338,7 @@ export declare const tokens: {
2317
2338
  readonly documentation: "https://docs.resolv.xyz/";
2318
2339
  readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
2319
2340
  readonly bridge: "native";
2320
- readonly risks: readonly ["SYNTH_STABLE"];
2341
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2321
2342
  };
2322
2343
  readonly wstUSR: {
2323
2344
  readonly name: "Wrapped stUSR";
@@ -2330,7 +2351,7 @@ export declare const tokens: {
2330
2351
  readonly documentation: "https://docs.resolv.xyz/";
2331
2352
  readonly description: "wstUSR is a non-rebasing version of staked USR, value of which accrues over time from staking rewards.";
2332
2353
  readonly bridge: "native";
2333
- readonly risks: readonly ["SYNTH_STABLE"];
2354
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2334
2355
  };
2335
2356
  readonly Bold: {
2336
2357
  readonly name: "Bold Stablecoin";
@@ -2343,7 +2364,7 @@ export declare const tokens: {
2343
2364
  readonly documentation: "https://docs.liquity.org/";
2344
2365
  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.";
2345
2366
  readonly bridge: "native";
2346
- readonly risks: readonly ["SYNTH_STABLE"];
2367
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2347
2368
  };
2348
2369
  readonly BOLD: {
2349
2370
  readonly name: "BOLD Stablecoin";
@@ -2356,7 +2377,7 @@ export declare const tokens: {
2356
2377
  readonly documentation: "https://docs.liquity.org/";
2357
2378
  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.";
2358
2379
  readonly bridge: "native";
2359
- readonly risks: readonly ["SYNTH_STABLE"];
2380
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2360
2381
  };
2361
2382
  readonly AIOZ: {
2362
2383
  readonly name: "AIOZ Network";
@@ -2369,7 +2390,7 @@ export declare const tokens: {
2369
2390
  readonly documentation: "https://docs.aioz.network/";
2370
2391
  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.";
2371
2392
  readonly bridge: "native";
2372
- readonly risks: readonly ["NO_TIMELOCK"];
2393
+ readonly tags: readonly ["NO_TIMELOCK"];
2373
2394
  };
2374
2395
  readonly TOKE: {
2375
2396
  readonly name: "Tokemak";
@@ -2435,7 +2456,7 @@ export declare const tokens: {
2435
2456
  readonly documentation: "https://docs.coinshift.xyz/";
2436
2457
  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.";
2437
2458
  readonly bridge: "native";
2438
- readonly risks: readonly ["SYNTH_STABLE"];
2459
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2439
2460
  };
2440
2461
  readonly csUSDL: {
2441
2462
  readonly name: "Coinshift USDL";
@@ -2449,7 +2470,7 @@ export declare const tokens: {
2449
2470
  readonly documentation: "https://docs.coinshift.xyz/";
2450
2471
  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.";
2451
2472
  readonly bridge: "native";
2452
- readonly risks: readonly ["SYNTH_STABLE"];
2473
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2453
2474
  };
2454
2475
  readonly wUSDL: {
2455
2476
  readonly name: "Wrapped USDL ";
@@ -2463,6 +2484,7 @@ export declare const tokens: {
2463
2484
  readonly documentation: "https://docs.liftdollar.com/";
2464
2485
  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)";
2465
2486
  readonly bridge: "native";
2487
+ readonly tags: readonly ["SYNTHETIC"];
2466
2488
  };
2467
2489
  readonly USDL: {
2468
2490
  readonly name: "USDL ";
@@ -2476,6 +2498,7 @@ export declare const tokens: {
2476
2498
  readonly documentation: "https://docs.liftdollar.com/";
2477
2499
  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)";
2478
2500
  readonly bridge: "native";
2501
+ readonly tags: readonly ["SYNTHETIC"];
2479
2502
  };
2480
2503
  readonly USDf: {
2481
2504
  readonly name: "USDf";
@@ -2488,7 +2511,7 @@ export declare const tokens: {
2488
2511
  readonly documentation: "https://docs.falcon.finance/";
2489
2512
  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.";
2490
2513
  readonly bridge: "native";
2491
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2514
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2492
2515
  };
2493
2516
  readonly RLUSD: {
2494
2517
  readonly name: "RLUSD";
@@ -2500,6 +2523,7 @@ export declare const tokens: {
2500
2523
  readonly website: "https://ripple.com/solutions/stablecoin/";
2501
2524
  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.";
2502
2525
  readonly bridge: "native";
2526
+ readonly tags: readonly ["STABLECOIN"];
2503
2527
  };
2504
2528
  readonly lvlUSD: {
2505
2529
  readonly name: "Level USD";
@@ -2512,7 +2536,7 @@ export declare const tokens: {
2512
2536
  readonly documentation: "https://level-money.gitbook.io/docs";
2513
2537
  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.";
2514
2538
  readonly bridge: "native";
2515
- readonly risks: readonly ["SYNTH_STABLE"];
2539
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2516
2540
  };
2517
2541
  readonly slvlUSD: {
2518
2542
  readonly name: "Staked lvlUSD";
@@ -2525,7 +2549,7 @@ export declare const tokens: {
2525
2549
  readonly documentation: "https://level-money.gitbook.io/docs";
2526
2550
  readonly description: "slvlUSD is the yield accruing version of lvlUSD";
2527
2551
  readonly bridge: "native";
2528
- readonly risks: readonly ["SYNTH_STABLE"];
2552
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2529
2553
  };
2530
2554
  readonly mEDGE: {
2531
2555
  readonly name: "Midas mEDGE";
@@ -2538,7 +2562,7 @@ export declare const tokens: {
2538
2562
  readonly documentation: "https://docs.midas.app/tokens/medge";
2539
2563
  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.";
2540
2564
  readonly bridge: "native";
2541
- readonly risks: readonly ["SYNTH_STABLE"];
2565
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2542
2566
  };
2543
2567
  readonly mMEV: {
2544
2568
  readonly name: "Midas mMEV";
@@ -2551,7 +2575,7 @@ export declare const tokens: {
2551
2575
  readonly documentation: "https://docs.midas.app/tokens/mmev";
2552
2576
  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.";
2553
2577
  readonly bridge: "native";
2554
- readonly risks: readonly ["SYNTH_STABLE"];
2578
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2555
2579
  };
2556
2580
  readonly waEthUSDT: {
2557
2581
  readonly name: "Wrapped Aave Ethereum USDT";
@@ -2564,6 +2588,7 @@ export declare const tokens: {
2564
2588
  readonly website: "https://aave.com/";
2565
2589
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2566
2590
  readonly description: "Wrapped Aave interest bearing Ethereum USDT.";
2591
+ readonly tags: readonly ["STABLECOIN"];
2567
2592
  };
2568
2593
  readonly waEthUSDC: {
2569
2594
  readonly name: "Wrapped Aave Ethereum USDC";
@@ -2576,6 +2601,7 @@ export declare const tokens: {
2576
2601
  readonly website: "https://aave.com/";
2577
2602
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2578
2603
  readonly description: "Wrapped Aave interest bearing Ethereum USDC.";
2604
+ readonly tags: readonly ["STABLECOIN"];
2579
2605
  };
2580
2606
  readonly waEthLidoGHO: {
2581
2607
  readonly name: "Wrapped Aave Ethereum Lido GHO";
@@ -2588,7 +2614,7 @@ export declare const tokens: {
2588
2614
  readonly website: "https://aave.com/";
2589
2615
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2590
2616
  readonly description: "Wrapped Aave interest bearing Ethereum Lido GHO.";
2591
- readonly risks: readonly ["SYNTH_STABLE"];
2617
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2592
2618
  };
2593
2619
  readonly waEthUSDe: {
2594
2620
  readonly name: "Wrapped Aave Ethereum USDe";
@@ -2601,7 +2627,7 @@ export declare const tokens: {
2601
2627
  readonly website: "https://aave.com/";
2602
2628
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2603
2629
  readonly description: "Wrapped Aave interest bearing Ethereum USDe.";
2604
- readonly risks: readonly ["SYNTH_STABLE"];
2630
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2605
2631
  };
2606
2632
  readonly waEthLidoWETH: {
2607
2633
  readonly name: "Wrapped Aave Ethereum Lido WETH";
@@ -2649,6 +2675,7 @@ export declare const tokens: {
2649
2675
  readonly website: "https://fluid.io/";
2650
2676
  readonly documentation: "https://fluid.guides.instadapp.io/";
2651
2677
  readonly description: "Fluid Staked Wrapped Staked Ether.";
2678
+ readonly tags: readonly ["SYNTHETIC"];
2652
2679
  };
2653
2680
  readonly fWETH: {
2654
2681
  readonly name: "Fluid WETH";
@@ -2661,6 +2688,7 @@ export declare const tokens: {
2661
2688
  readonly website: "https://fluid.io/";
2662
2689
  readonly documentation: "https://fluid.guides.instadapp.io/";
2663
2690
  readonly description: "Fluid Staked WETH.";
2691
+ readonly tags: readonly ["SYNTHETIC"];
2664
2692
  };
2665
2693
  readonly cbBTC: {
2666
2694
  readonly name: "Coinbase Wrapped WBTC";
@@ -2685,7 +2713,7 @@ export declare const tokens: {
2685
2713
  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";
2686
2714
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
2687
2715
  readonly bridge: "native";
2688
- readonly risks: readonly ["SYNTH_STABLE"];
2716
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2689
2717
  };
2690
2718
  readonly USDaf: {
2691
2719
  readonly name: "USDaf Stablecoin";
@@ -2698,7 +2726,7 @@ export declare const tokens: {
2698
2726
  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.";
2699
2727
  readonly documentation: "https://docs.asymmetry.finance/";
2700
2728
  readonly bridge: "native";
2701
- readonly risks: readonly ["SYNTH_STABLE"];
2729
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2702
2730
  };
2703
2731
  readonly stcUSD: {
2704
2732
  readonly name: "Staked cap USD";
@@ -2711,7 +2739,7 @@ export declare const tokens: {
2711
2739
  readonly description: "stcUSD is the yield-bearing stablecoin of Cap that enables users to earn rewards via a decentralized lending framework.";
2712
2740
  readonly documentation: "https://docs.cap.app/";
2713
2741
  readonly bridge: "native";
2714
- readonly risks: readonly ["SYNTH_STABLE"];
2742
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2715
2743
  };
2716
2744
  readonly cUSD: {
2717
2745
  readonly name: "cap USD";
@@ -2724,7 +2752,7 @@ export declare const tokens: {
2724
2752
  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.";
2725
2753
  readonly documentation: "https://docs.cap.app/";
2726
2754
  readonly bridge: "native";
2727
- readonly risks: readonly ["SYNTH_STABLE"];
2755
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2728
2756
  };
2729
2757
  readonly ysyBOLD: {
2730
2758
  readonly name: "Staked yBOLD";
@@ -2737,7 +2765,7 @@ export declare const tokens: {
2737
2765
  readonly documentation: "https://docs.yearn.fi/getting-started/products/yvaults/yBold";
2738
2766
  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.";
2739
2767
  readonly bridge: "native";
2740
- readonly risks: readonly ["SYNTH_STABLE"];
2768
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2741
2769
  };
2742
2770
  readonly YB: {
2743
2771
  readonly name: "Yield Basis";