@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -66,6 +66,7 @@ export declare const bsc: {
66
66
  readonly bridge: "native";
67
67
  readonly description: "Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.";
68
68
  readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
69
+ readonly tags: readonly ["SYNTHETIC"];
69
70
  };
70
71
  readonly OOEV2: {
71
72
  readonly name: "Open Ocean Finance";
@@ -91,6 +92,7 @@ export declare const bsc: {
91
92
  readonly website: "https://app.multichain.org/";
92
93
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
93
94
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
95
+ readonly tags: readonly ["SYNTHETIC"];
94
96
  };
95
97
  readonly multiWUSDR: {
96
98
  readonly name: "Real USD";
@@ -104,6 +106,7 @@ export declare const bsc: {
104
106
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.";
105
107
  readonly bridge: "multichain";
106
108
  readonly logoURI: "";
109
+ readonly tags: readonly ["SYNTHETIC"];
107
110
  };
108
111
  readonly wUSDR: {
109
112
  readonly name: "Real USD";
@@ -117,6 +120,7 @@ export declare const bsc: {
117
120
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.";
118
121
  readonly bridge: "layer-zero";
119
122
  readonly logoURI: "";
123
+ readonly tags: readonly ["SYNTHETIC"];
120
124
  };
121
125
  readonly PRIMAL: {
122
126
  readonly name: "Primal";
@@ -165,7 +169,7 @@ export declare const bsc: {
165
169
  readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
166
170
  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.";
167
171
  readonly bridge: "multichain";
168
- readonly risks: readonly ["SYNTH_STABLE"];
172
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
169
173
  };
170
174
  readonly MULTI: {
171
175
  readonly name: "Multichain";
@@ -190,6 +194,7 @@ export declare const bsc: {
190
194
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
191
195
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
192
196
  readonly documentation: "https://docs.deus.finance/";
197
+ readonly tags: readonly ["SYNTHETIC"];
193
198
  };
194
199
  readonly ETSAlpha: {
195
200
  readonly name: "ETS Alpha";
@@ -202,7 +207,7 @@ export declare const bsc: {
202
207
  readonly description: "The exchange-traded strategies(ETS) of overnight.fi are ERC-20 structured products that lets users leverage a collateralized debt position (e.g. DAI lent on Aave) to borrow a volatile asset (e.g. WETH), pair it with a stablecoin, and provide stable-to-crypto liquidity, (e.g. WETH/DAI) in an AMM, like Uni V3. This allows earning high APY and hedging against crypto volatility. ";
203
208
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
204
209
  readonly documentation: "https://docs.overnight.fi/";
205
- readonly risks: readonly ["SYNTH_STABLE"];
210
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
206
211
  };
207
212
  readonly THE: {
208
213
  readonly name: "THENA";
@@ -227,7 +232,7 @@ export declare const bsc: {
227
232
  readonly website: "https://www.tarot.to/";
228
233
  readonly bridge: "layer-zero";
229
234
  readonly description: "Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.";
230
- readonly risks: readonly ["NO_TIMELOCK"];
235
+ readonly tags: readonly ["NO_TIMELOCK"];
231
236
  };
232
237
  readonly QUO: {
233
238
  readonly name: "Quoll Token";
@@ -239,7 +244,7 @@ export declare const bsc: {
239
244
  readonly website: "https://quoll.finance/";
240
245
  readonly bridge: "native";
241
246
  readonly description: "Quoll Finance is an advanced yield booster and on-chain incubator designed to maximize earnings across multiple DeFi protocols.";
242
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
247
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
243
248
  };
244
249
  readonly qTHE: {
245
250
  readonly name: "Quoll THENA";
@@ -251,7 +256,7 @@ export declare const bsc: {
251
256
  readonly website: "https://quoll.finance/";
252
257
  readonly bridge: "native";
253
258
  readonly description: "$qTHENA is the tokenized version of veTHE. When users convert THE on Quoll, they receive $qTHENA, while the equivalent THE is locked for the maximum duration on Thena to acquire maximal veTHE. $qTHENA enables users to participate in the ecosystem of Quoll Finance with the flexibility of liquidity.";
254
- readonly risks: readonly ["NO_TIMELOCK"];
259
+ readonly tags: readonly ["NO_TIMELOCK"];
255
260
  };
256
261
  readonly liveTHE: {
257
262
  readonly name: "liveTHE";
@@ -263,7 +268,7 @@ export declare const bsc: {
263
268
  readonly website: "https://www.liquiddriver.finance/";
264
269
  readonly bridge: "native";
265
270
  readonly description: "liveTHE is LiquidDriver's liquid locker, built for THENA's governance token.";
266
- readonly risks: readonly ["NO_TIMELOCK"];
271
+ readonly tags: readonly ["NO_TIMELOCK"];
267
272
  };
268
273
  readonly mPENDLE: {
269
274
  readonly name: "mPENDLE";
@@ -290,7 +295,7 @@ export declare const bsc: {
290
295
  readonly description: "mCAKE refers to \"Magpie CAKE\", a liquid version of veCAKE that allows users to earn rewards for their active participation on Cakepie.";
291
296
  readonly documentation: "https://docs.cakepiexyz.io/cakepie-overview";
292
297
  readonly bridge: "native";
293
- readonly risks: readonly ["NO_TIMELOCK"];
298
+ readonly tags: readonly ["NO_TIMELOCK"];
294
299
  };
295
300
  readonly mBTC: {
296
301
  readonly name: "Magpie-Peg BTC";
@@ -304,7 +309,7 @@ export declare const bsc: {
304
309
  readonly description: "Babypie is a liquid staking platform that allows BTC to be staked on Babylon and utilized across DeFi. Bitcoin holders can deposit their native BTC on Babypie to mint mBTC, which is a ERC-20 token pegged to BTC on a 1:1 basis and does not accrue any underlying yield.";
305
310
  readonly documentation: "https://docs.babypiexyz.io/";
306
311
  readonly bridge: "chainlink-ccip";
307
- readonly risks: readonly ["NO_TIMELOCK"];
312
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
308
313
  };
309
314
  readonly PENDLE: {
310
315
  readonly name: "Pendle";
@@ -365,7 +370,7 @@ export declare const bsc: {
365
370
  readonly documentation: "https://docs.bsc.lista.org/";
366
371
  readonly description: "lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.";
367
372
  readonly bridge: "native";
368
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
373
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
369
374
  };
370
375
  readonly jCHF: {
371
376
  readonly name: "Jarvis Synthetic Swiss Franc";
@@ -377,7 +382,7 @@ export declare const bsc: {
377
382
  readonly website: "https://jarvis.network/";
378
383
  readonly description: "jCHF is a multi-collateralized synthetic stable-coin from Jarvis tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
379
384
  readonly logoURI: "https://i.imgur.com/EknGhAl.png";
380
- readonly risks: readonly ["SYNTH_STABLE"];
385
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
381
386
  };
382
387
  readonly TRIVIA: {
383
388
  readonly name: "TRIVIA";
@@ -425,7 +430,7 @@ export declare const bsc: {
425
430
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
426
431
  readonly documentation: "https://docs.mai.finance/";
427
432
  readonly bridge: "native";
428
- readonly risks: readonly ["SYNTH_STABLE"];
433
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
429
434
  };
430
435
  readonly QI: {
431
436
  readonly name: "QiDao";
@@ -533,7 +538,7 @@ export declare const bsc: {
533
538
  readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
534
539
  readonly bridge: "multichain";
535
540
  readonly logoURI: "https://jarvis.network/images/jBRL.svg";
536
- readonly risks: readonly ["SYNTH_STABLE"];
541
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
537
542
  };
538
543
  readonly BRZ: {
539
544
  readonly name: "BRZ Token";
@@ -545,7 +550,7 @@ export declare const bsc: {
545
550
  readonly website: "https://brztoken.io/";
546
551
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
547
552
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
548
- readonly risks: readonly ["SYNTH_STABLE"];
553
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
549
554
  };
550
555
  readonly BRZw: {
551
556
  readonly name: "BRZ (Wormhole) Token";
@@ -557,7 +562,7 @@ export declare const bsc: {
557
562
  readonly website: "https://brztoken.io/";
558
563
  readonly description: "BRZw is the Wormhole bridged verison of BRZ. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
559
564
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
560
- readonly risks: readonly ["SYNTH_STABLE"];
565
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
561
566
  };
562
567
  readonly SOL: {
563
568
  readonly name: "Solana";
@@ -602,6 +607,7 @@ export declare const bsc: {
602
607
  readonly website: "https://bnb.ripae.finance/";
603
608
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
604
609
  readonly logoURI: "https://bnb.ripae.finance/static/media/ripae_pftm.72dccc11.svg";
610
+ readonly tags: readonly ["SYNTHETIC"];
605
611
  };
606
612
  readonly beCAKE: {
607
613
  readonly name: "Beefy Staked CAKE";
@@ -624,6 +630,7 @@ export declare const bsc: {
624
630
  readonly logoURI: "";
625
631
  readonly website: "https://busm.money/";
626
632
  readonly description: "BUSM.Money is explosive! Provide your yield-bearing xBOMB as collateral. Once completed, you will be ableto borrow BOMB US Money (BUSM). From here the sky is the limit! Purchase any token you wish, from more BOMB to another stablecoin!";
633
+ readonly tags: readonly ["SYNTHETIC"];
627
634
  };
628
635
  readonly BOMB: {
629
636
  readonly name: "Bomb.Money";
@@ -635,6 +642,7 @@ export declare const bsc: {
635
642
  readonly logoURI: "";
636
643
  readonly website: "https://app.bomb.money/";
637
644
  readonly description: "BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG";
645
+ readonly tags: readonly ["SYNTHETIC"];
638
646
  };
639
647
  readonly BSHARE: {
640
648
  readonly name: "BSHARE";
@@ -725,7 +733,7 @@ export declare const bsc: {
725
733
  readonly oracleId: "stargate-bsc-busd";
726
734
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png";
727
735
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
728
- readonly risks: readonly ["SYNTH_STABLE"];
736
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
729
737
  };
730
738
  readonly sbUSDT: {
731
739
  readonly name: "Stargate Tether USD LP";
@@ -738,6 +746,7 @@ export declare const bsc: {
738
746
  readonly website: "https://tether.to/";
739
747
  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.";
740
748
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
749
+ readonly tags: readonly ["STABLECOIN"];
741
750
  };
742
751
  readonly STG: {
743
752
  readonly name: "Stargate";
@@ -761,6 +770,7 @@ export declare const bsc: {
761
770
  readonly logoURI: "https://emp.money/static/media/emp-final2.bb119013";
762
771
  readonly website: "https://emp.money/";
763
772
  readonly description: "EMP Money offers the first decentralised algorithmic stable coin on Binance Smartchain, pegged to the price of Ethereum via seigniorage at a rate of 4000 EMP: 1 ETH.";
773
+ readonly tags: readonly ["SYNTHETIC"];
764
774
  };
765
775
  readonly ESHARE: {
766
776
  readonly name: "EMP.Money Shares";
@@ -886,6 +896,7 @@ export declare const bsc: {
886
896
  readonly logoURI: "https://www.dibs.money/static/media/dibs.01460d5a.png";
887
897
  readonly website: "https://www.dibs.money/";
888
898
  readonly description: "DIBS is a stablecoin pegged to the price of BNB.";
899
+ readonly tags: readonly ["SYNTHETIC"];
889
900
  };
890
901
  readonly AOT: {
891
902
  readonly name: "A.O.T.";
@@ -919,6 +930,7 @@ export declare const bsc: {
919
930
  readonly logoURI: "https://www.chargedefi.fi/static/media/static.180ec003.png";
920
931
  readonly website: "https://www.chargedefi.fi/";
921
932
  readonly description: "Algorithmic Stablecoin ecosystem with rebase mechanics.";
933
+ readonly tags: readonly ["SYNTHETIC"];
922
934
  };
923
935
  readonly CHARGE: {
924
936
  readonly name: "CHARGE";
@@ -930,6 +942,7 @@ export declare const bsc: {
930
942
  readonly logoURI: "https://www.chargedefi.fi/static/media/charge.53089c19.png";
931
943
  readonly website: "https://www.chargedefi.fi/";
932
944
  readonly description: "Algorithmic Stablecoin ecosystem with rebase mechanics.";
945
+ readonly tags: readonly ["SYNTHETIC"];
933
946
  };
934
947
  readonly BISON: {
935
948
  readonly name: "Bison";
@@ -976,7 +989,7 @@ export declare const bsc: {
976
989
  readonly description: "Frax is the world’s first fractional-algorithmic stablecoin.";
977
990
  readonly bridge: "frax";
978
991
  readonly documentation: "https://docs.frax.finance/";
979
- readonly risks: readonly ["SYNTH_STABLE"];
992
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
980
993
  };
981
994
  readonly FXS: {
982
995
  readonly name: "Frax Share";
@@ -1198,7 +1211,7 @@ export declare const bsc: {
1198
1211
  readonly logoURI: "https://assets.coingecko.com/coins/images/14828/small/New_USDO_32px_.png";
1199
1212
  readonly website: "https://omnifarms.ocp.finance/";
1200
1213
  readonly description: "USDO is a decentralised stablecoin backed by a verifiable collateral pool of on-chain assets.";
1201
- readonly risks: readonly ["SYNTH_STABLE"];
1214
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1202
1215
  };
1203
1216
  readonly FET: {
1204
1217
  readonly name: "Fetch";
@@ -1233,6 +1246,7 @@ export declare const bsc: {
1233
1246
  readonly logoURI: "https://www.rampdefi.com/icons/ramp_v4.svg";
1234
1247
  readonly description: "Ramp Defi USD pegged token";
1235
1248
  readonly website: "https://www.rampdefi.com/";
1249
+ readonly tags: readonly ["SYNTHETIC"];
1236
1250
  };
1237
1251
  readonly BP: {
1238
1252
  readonly name: "Bunny Park";
@@ -1277,7 +1291,7 @@ export declare const bsc: {
1277
1291
  readonly website: "https://wault.finance/";
1278
1292
  readonly description: "WUSD is Wault Finance's commerce-backed stablecoin! The world's first commerce-backed stablecoin!";
1279
1293
  readonly logoURI: "https://app.wault.finance/bsc/assets/images/stablecoin/wusd.svg";
1280
- readonly risks: readonly ["SYNTH_STABLE"];
1294
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1281
1295
  };
1282
1296
  readonly CYT: {
1283
1297
  readonly name: "Coinary Token";
@@ -1564,6 +1578,7 @@ export declare const bsc: {
1564
1578
  readonly website: "https://hackenfoundation.com/";
1565
1579
  readonly description: "Hacken Token (HAI) is a cybersecurity coin underlying the rapidly growing Hacken Foundation. Hacken Foundation is a fully fledged organization that unites cybersecurity products and companies developing secure Web 3.0 infrastructure.";
1566
1580
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xaA9E582e5751d703F85912903bacADdFed26484C.png";
1581
+ readonly tags: readonly ["SYNTHETIC"];
1567
1582
  };
1568
1583
  readonly O3: {
1569
1584
  readonly name: "O3";
@@ -1685,6 +1700,7 @@ export declare const bsc: {
1685
1700
  readonly website: "https://soups.finance/";
1686
1701
  readonly description: "SOUP tokens are designed to be used as a medium of exchange. The built-in stability mechanism in the protocol aims to maintain SOUP peg to 1 Binance (BNB) token in the long run.";
1687
1702
  readonly logoURI: "https://bscscan.com/token/images/soupfinance_32.png";
1703
+ readonly tags: readonly ["SYNTHETIC"];
1688
1704
  };
1689
1705
  readonly '1INCH': {
1690
1706
  readonly name: "1INCH";
@@ -1828,6 +1844,7 @@ export declare const bsc: {
1828
1844
  readonly website: "https://www.trueusd.com/";
1829
1845
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
1830
1846
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x14016e85a25aeb13065688cafb43044c2ef86784.png";
1847
+ readonly tags: readonly ["STABLECOIN"];
1831
1848
  };
1832
1849
  readonly VRT: {
1833
1850
  readonly name: "VRT";
@@ -2092,7 +2109,7 @@ export declare const bsc: {
2092
2109
  readonly website: "https://iron.finance/";
2093
2110
  readonly description: "IRON is the stablecoin token of the iron.finance protocol.";
2094
2111
  readonly logoURI: "https://bscscan.com/token/images/ironfinance_32.png?=v1";
2095
- readonly risks: readonly ["SYNTH_STABLE"];
2112
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2096
2113
  };
2097
2114
  readonly KEYFI: {
2098
2115
  readonly name: "KeyFi Token";
@@ -2303,6 +2320,7 @@ export declare const bsc: {
2303
2320
  readonly website: "https://mirror.finance/";
2304
2321
  readonly description: "Mirrored COIN (mCOIN) is a synthetic asset tracking the price of a Coinbase stock.";
2305
2322
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x49022089e78a8d46ec87a3af86a1db6c189afa6f.png";
2323
+ readonly tags: readonly ["SYNTHETIC"];
2306
2324
  };
2307
2325
  readonly MDX: {
2308
2326
  readonly name: "MDEX Token";
@@ -2349,7 +2367,7 @@ export declare const bsc: {
2349
2367
  readonly bridge: "binance-peg";
2350
2368
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xe9e7cea3dedca5984780bafc599bd69add087d56.png";
2351
2369
  readonly documentation: "https://help.paxos.com/hc/en-us/articles/4402670144148-BUSD";
2352
- readonly risks: readonly ["SYNTH_STABLE"];
2370
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2353
2371
  };
2354
2372
  readonly ETH: {
2355
2373
  readonly name: "Ethereum Token";
@@ -2400,6 +2418,7 @@ export declare const bsc: {
2400
2418
  readonly bridge: "binance-peg";
2401
2419
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png";
2402
2420
  readonly documentation: "https://tether.to/en/how-it-works";
2421
+ readonly tags: readonly ["STABLECOIN"];
2403
2422
  };
2404
2423
  readonly XRP: {
2405
2424
  readonly name: "XRP Token";
@@ -2493,7 +2512,7 @@ export declare const bsc: {
2493
2512
  readonly bridge: "binance-peg";
2494
2513
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png";
2495
2514
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
2496
- readonly risks: readonly ["SYNTH_STABLE"];
2515
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2497
2516
  };
2498
2517
  readonly YFII: {
2499
2518
  readonly name: "YFII.finance Token";
@@ -2765,6 +2784,7 @@ export declare const bsc: {
2765
2784
  readonly website: "https://www.kava.io/";
2766
2785
  readonly description: "USDX is the crypto-backed native stablecoin of the Kava DeFi hub.";
2767
2786
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1203355742e76875154c0d13eb81dcd7711dc7d9.png";
2787
+ readonly tags: readonly ["SYNTHETIC"];
2768
2788
  };
2769
2789
  readonly INJ: {
2770
2790
  readonly name: "Injective Protocol";
@@ -2800,6 +2820,7 @@ export declare const bsc: {
2800
2820
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
2801
2821
  readonly bridge: "binance-peg";
2802
2822
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
2823
+ readonly tags: readonly ["STABLECOIN"];
2803
2824
  };
2804
2825
  readonly CTK: {
2805
2826
  readonly name: "CertiK Token";
@@ -2864,7 +2885,7 @@ export declare const bsc: {
2864
2885
  readonly website: "https://qian.finance/";
2865
2886
  readonly description: "QUSD is the stablecoin developed by the QIAN protocol.";
2866
2887
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E.png";
2867
- readonly risks: readonly ["SYNTH_STABLE"];
2888
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2868
2889
  };
2869
2890
  readonly VAI: {
2870
2891
  readonly name: "VAI Stablecoin";
@@ -2876,7 +2897,7 @@ export declare const bsc: {
2876
2897
  readonly website: "https://venus.io/";
2877
2898
  readonly description: "Vai is a decentralized stablecoin built on the Venus Protocol that runs on the Binance Smart Chain.";
2878
2899
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7.png";
2879
- readonly risks: readonly ["SYNTH_STABLE"];
2900
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2880
2901
  };
2881
2902
  readonly JUV: {
2882
2903
  readonly name: "Juventus";
@@ -3053,7 +3074,7 @@ export declare const bsc: {
3053
3074
  readonly website: "https://mirror.finance/";
3054
3075
  readonly description: "TerraUSD (UST) is the decentralized and algorithmic stablecoin of the Terra blockchain. It is a scalable, yield-bearing coin that is value-pegged to the US Dollar.";
3055
3076
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x23396cF899Ca06c4472205fC903bDB4de249D6fC.png";
3056
- readonly risks: readonly ["SYNTH_STABLE"];
3077
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3057
3078
  };
3058
3079
  readonly EGLD: {
3059
3080
  readonly name: "Elrond";
@@ -3109,6 +3130,7 @@ export declare const bsc: {
3109
3130
  readonly website: "https://www.liquity.org/";
3110
3131
  readonly description: "LUSD is the USD-pegged stablecoin used to pay out loans on the Liquity protocol.";
3111
3132
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e.png";
3133
+ readonly tags: readonly ["SYNTHETIC"];
3112
3134
  };
3113
3135
  readonly SFP: {
3114
3136
  readonly name: "SafePal Token";
@@ -3142,6 +3164,7 @@ export declare const bsc: {
3142
3164
  readonly website: "https://renproject.io/";
3143
3165
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
3144
3166
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
3167
+ readonly tags: readonly ["SYNTHETIC"];
3145
3168
  };
3146
3169
  readonly renDOGE: {
3147
3170
  readonly name: "renDOGE";
@@ -3153,6 +3176,7 @@ export declare const bsc: {
3153
3176
  readonly website: "https://renproject.io/";
3154
3177
  readonly description: "RenDOGE is an ERC-20 token built on the Ethereum network, pegged to Dogecoin. This means that each RenDoge can be always redeemed for one Dogecoin, and hence tends to maintain its value at close to the Dogecoin market rate.";
3155
3178
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xc3fed6eb39178a541d274e6fc748d48f0ca01cc3.png";
3179
+ readonly tags: readonly ["SYNTHETIC"];
3156
3180
  };
3157
3181
  readonly anyMTLX: {
3158
3182
  readonly name: "anyMTLX";
@@ -3230,6 +3254,7 @@ export declare const bsc: {
3230
3254
  readonly website: "https://renproject.io/";
3231
3255
  readonly description: "RenZEC is an ERC-20 token built on the Ethereum network, pegged to ZCash. This means that each RenZEC can be always redeemed for one ZCash, and hence tends to maintain its value at close to the ZCash market rate.";
3232
3256
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7.png";
3257
+ readonly tags: readonly ["SYNTHETIC"];
3233
3258
  };
3234
3259
  readonly IOTX: {
3235
3260
  readonly name: "IoTeX";
@@ -3418,6 +3443,7 @@ export declare const bsc: {
3418
3443
  readonly website: "https://p.network/";
3419
3444
  readonly description: "pBTC is a 1:1 pegged ERC777 Bitcoin representation on Ethereum.";
3420
3445
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xed28a457a5a76596ac48d87c0f577020f6ea1c4c.png";
3446
+ readonly tags: readonly ["SYNTHETIC"];
3421
3447
  };
3422
3448
  readonly MIR: {
3423
3449
  readonly name: "Mirror Finance";
@@ -3660,6 +3686,7 @@ export declare const bsc: {
3660
3686
  readonly website: "https://diamondhand.fi/";
3661
3687
  readonly description: "dBTC is a synthetic token pegged to BTC developed by Diamonhand.fi.";
3662
3688
  readonly logoURI: "https://app.iron.finance/static/media/DBTC.2bb24d53.png";
3689
+ readonly tags: readonly ["SYNTHETIC"];
3663
3690
  };
3664
3691
  readonly dBNB: {
3665
3692
  readonly name: "Diamond-Peg BNB";
@@ -3671,6 +3698,7 @@ export declare const bsc: {
3671
3698
  readonly website: "https://diamondhand.fi/";
3672
3699
  readonly description: "dBNB is a synthetic token pegged to BNB developed by Diamonhand.fi.";
3673
3700
  readonly logoURI: "https://app.iron.finance/static/media/DBNB.57de3f13.png";
3701
+ readonly tags: readonly ["SYNTHETIC"];
3674
3702
  };
3675
3703
  readonly dETH: {
3676
3704
  readonly name: "Diamond-Peg ETH";
@@ -3682,6 +3710,7 @@ export declare const bsc: {
3682
3710
  readonly website: "https://diamondhand.fi/";
3683
3711
  readonly description: "dETH is a synthetic token pegged to ETH developed by Diamonhand.fi.";
3684
3712
  readonly logoURI: "https://app.iron.finance/static/media/DETH.4802e6eb.png";
3713
+ readonly tags: readonly ["SYNTHETIC"];
3685
3714
  };
3686
3715
  readonly dADA: {
3687
3716
  readonly name: "Diamond-Peg ADA";
@@ -3693,6 +3722,7 @@ export declare const bsc: {
3693
3722
  readonly website: "https://diamondhand.fi/";
3694
3723
  readonly description: "dADA is a synthetic token pegged to ADA developed by Diamonhand.fi.";
3695
3724
  readonly logoURI: "https://app.iron.finance/static/media/DADA.d9b1a86c.png";
3725
+ readonly tags: readonly ["SYNTHETIC"];
3696
3726
  };
3697
3727
  readonly dDOT: {
3698
3728
  readonly name: "Diamond-Peg DOT";
@@ -3704,6 +3734,7 @@ export declare const bsc: {
3704
3734
  readonly website: "https://diamondhand.fi/";
3705
3735
  readonly description: "dDOT is a synthetic token pegged to DOT developed by Diamonhand.fi.";
3706
3736
  readonly logoURI: "";
3737
+ readonly tags: readonly ["SYNTHETIC"];
3707
3738
  };
3708
3739
  readonly KROWN: {
3709
3740
  readonly name: "Krown";
@@ -4091,7 +4122,7 @@ export declare const bsc: {
4091
4122
  readonly logoURI: "https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/TOR.svg";
4092
4123
  readonly website: "https://tor.hector.network/";
4093
4124
  readonly description: "TOR is a fully collateralized stablecoin which acts as a foundational pillar within the Hector Network Ecosystem. Its unique smart contracts made it the first of its kind, creating positive price action for the HEC token each time a TOR coin is minted and empowering Hector Network to become deflationary.";
4094
- readonly risks: readonly ["SYNTH_STABLE"];
4125
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4095
4126
  };
4096
4127
  readonly CSIX: {
4097
4128
  readonly name: "Carbon";
@@ -4116,6 +4147,7 @@ export declare const bsc: {
4116
4147
  readonly bridge: "native";
4117
4148
  readonly logoURI: "";
4118
4149
  readonly documentation: "https://docs.overnight.fi/";
4150
+ readonly tags: readonly ["CURATED"];
4119
4151
  };
4120
4152
  readonly 'USDT+': {
4121
4153
  readonly name: "USDT+ Stablecoin";
@@ -4129,6 +4161,7 @@ export declare const bsc: {
4129
4161
  readonly bridge: "native";
4130
4162
  readonly logoURI: "";
4131
4163
  readonly documentation: "https://docs.overnight.fi/";
4164
+ readonly tags: readonly ["CURATED"];
4132
4165
  };
4133
4166
  readonly USDD: {
4134
4167
  readonly name: "Decentralized USD";
@@ -4141,7 +4174,7 @@ export declare const bsc: {
4141
4174
  readonly website: "https://usdd.io/";
4142
4175
  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.";
4143
4176
  readonly documentation: "https://usdd.io/docs/";
4144
- readonly risks: readonly ["SYNTH_STABLE"];
4177
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4145
4178
  };
4146
4179
  readonly frxETH: {
4147
4180
  readonly name: "Frax Ether";
@@ -4214,6 +4247,7 @@ export declare const bsc: {
4214
4247
  readonly description: "Venus wrapped USDT. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.";
4215
4248
  readonly logoURI: "";
4216
4249
  readonly staked: true;
4250
+ readonly tags: readonly ["STABLECOIN"];
4217
4251
  };
4218
4252
  readonly RDNT: {
4219
4253
  readonly name: "RDNT";
@@ -4238,6 +4272,7 @@ export declare const bsc: {
4238
4272
  readonly logoURI: "";
4239
4273
  readonly documentation: "https://docs.stafi.io/";
4240
4274
  readonly bridge: "native";
4275
+ readonly tags: readonly ["SYNTHETIC"];
4241
4276
  };
4242
4277
  readonly voldBIFI: {
4243
4278
  readonly name: "Venus BIFI";
@@ -4273,7 +4308,7 @@ export declare const bsc: {
4273
4308
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
4274
4309
  readonly documentation: "https://docs.usdv.money/docs";
4275
4310
  readonly bridge: "layer-zero";
4276
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4311
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4277
4312
  };
4278
4313
  readonly weETH: {
4279
4314
  readonly name: "Wrapped eETH";
@@ -4287,7 +4322,7 @@ export declare const bsc: {
4287
4322
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
4288
4323
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4289
4324
  readonly bridge: "stargate";
4290
- readonly risks: readonly ["NO_TIMELOCK"];
4325
+ readonly tags: readonly ["NO_TIMELOCK"];
4291
4326
  };
4292
4327
  readonly ZRO: {
4293
4328
  readonly name: "LayerZero";
@@ -4314,7 +4349,7 @@ export declare const bsc: {
4314
4349
  readonly documentation: "https://docs.bsc.lista.org/";
4315
4350
  readonly description: "slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.";
4316
4351
  readonly bridge: "native";
4317
- readonly risks: readonly ["NO_TIMELOCK"];
4352
+ readonly tags: readonly ["NO_TIMELOCK"];
4318
4353
  };
4319
4354
  readonly lisUSD: {
4320
4355
  readonly name: "Lista USD";
@@ -4328,7 +4363,7 @@ export declare const bsc: {
4328
4363
  readonly documentation: "https://docs.bsc.lista.org/";
4329
4364
  readonly description: "lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.";
4330
4365
  readonly bridge: "native";
4331
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4366
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4332
4367
  };
4333
4368
  readonly pxETH: {
4334
4369
  readonly name: "Pirex Ether OFT";
@@ -4342,7 +4377,7 @@ export declare const bsc: {
4342
4377
  readonly documentation: "https://dinero.xyz/docs";
4343
4378
  readonly description: "pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.";
4344
4379
  readonly bridge: "layer-zero";
4345
- readonly risks: readonly ["NO_TIMELOCK"];
4380
+ readonly tags: readonly ["NO_TIMELOCK"];
4346
4381
  };
4347
4382
  readonly axlUSDC: {
4348
4383
  readonly name: "Axelar Wrapped USDC";
@@ -4356,6 +4391,7 @@ export declare const bsc: {
4356
4391
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
4357
4392
  readonly bridge: "axelar";
4358
4393
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
4394
+ readonly tags: readonly ["STABLECOIN"];
4359
4395
  };
4360
4396
  readonly PEPE: {
4361
4397
  readonly name: "Pepe";
@@ -4369,7 +4405,7 @@ export declare const bsc: {
4369
4405
  readonly documentation: "https://www.pepe.vip/";
4370
4406
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
4371
4407
  readonly bridge: "layer-zero";
4372
- readonly risks: readonly ["NO_TIMELOCK"];
4408
+ readonly tags: readonly ["NO_TIMELOCK"];
4373
4409
  };
4374
4410
  readonly 'SolvBTC.BBN': {
4375
4411
  readonly name: "SolvBTC Babylon";
@@ -4383,7 +4419,7 @@ export declare const bsc: {
4383
4419
  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.";
4384
4420
  readonly bridge: "native";
4385
4421
  readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
4386
- readonly risks: readonly ["NO_TIMELOCK"];
4422
+ readonly tags: readonly ["NO_TIMELOCK"];
4387
4423
  };
4388
4424
  readonly wstETH: {
4389
4425
  readonly name: "Lido Wrapped Staked ETH";
@@ -4410,7 +4446,7 @@ export declare const bsc: {
4410
4446
  readonly description: "MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ";
4411
4447
  readonly documentation: "https://docs.myshell.ai/";
4412
4448
  readonly bridge: "layer-zero";
4413
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4449
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4414
4450
  };
4415
4451
  readonly TST: {
4416
4452
  readonly name: "Test";
@@ -4559,7 +4595,7 @@ export declare const bsc: {
4559
4595
  readonly description: "Plasma is a high-performance layer 1 blockchain purpose-built for stablecoins.";
4560
4596
  readonly documentation: "https://docs.plasma.to/";
4561
4597
  readonly bridge: "layer-zero";
4562
- readonly risks: readonly ["NO_TIMELOCK"];
4598
+ readonly tags: readonly ["NO_TIMELOCK"];
4563
4599
  };
4564
4600
  readonly PUP: {
4565
4601
  readonly name: "PUP";
@@ -4621,7 +4657,7 @@ export declare const bsc: {
4621
4657
  readonly description: "Four.meme is a streamlined, low-cost pathway to introduce even more meme tokens into the world. Create anything. Any meme you want to put out into the blockchain ecosystem. We’re here to be your canvas and your logistical minion. We’ll help you get the most traction possible with users on BSC. All we’re asking is you create the best viral memes that can potentially make you famous.";
4622
4658
  readonly documentation: "https://four-meme.gitbook.io/four.meme/protocol-integration";
4623
4659
  readonly bridge: "native";
4624
- readonly risks: readonly ["NO_TIMELOCK"];
4660
+ readonly tags: readonly ["NO_TIMELOCK"];
4625
4661
  };
4626
4662
  readonly BNBHolder: {
4627
4663
  readonly name: "BNBHolder";
@@ -4646,7 +4682,7 @@ export declare const bsc: {
4646
4682
  readonly website: "https://chainopera.ai/";
4647
4683
  readonly description: "ChainOpera AI empowers collaborative intelligence through a network of AI agents co-created and co-operated by the community.";
4648
4684
  readonly bridge: "native";
4649
- readonly risks: readonly ["LARGE_HOLDERS"];
4685
+ readonly tags: readonly ["LARGE_HOLDERS"];
4650
4686
  readonly documentation: "https://paper.chainopera.ai/";
4651
4687
  };
4652
4688
  readonly FINGERHEART: {
@@ -4672,7 +4708,7 @@ export declare const bsc: {
4672
4708
  readonly website: "https://www.xpin.network/";
4673
4709
  readonly description: "XPIN Network is a revolutionary Decentralized Wireless Network Platform designed to redefine global connectivity. The $XPIN token powers the network.";
4674
4710
  readonly bridge: "native";
4675
- readonly risks: readonly ["LARGE_HOLDERS"];
4711
+ readonly tags: readonly ["LARGE_HOLDERS"];
4676
4712
  readonly documentation: "https://docs.xpin.network/tokenomics";
4677
4713
  };
4678
4714
  readonly LAB: {
@@ -4686,7 +4722,7 @@ export declare const bsc: {
4686
4722
  readonly website: "https://lab.pro/";
4687
4723
  readonly description: "Multi-chain trading infrastructure – overlay, app & Telegram. Trade and analyze with sub-second execution, low fees, and transparent rewards.";
4688
4724
  readonly bridge: "native";
4689
- readonly risks: readonly ["LARGE_HOLDERS"];
4725
+ readonly tags: readonly ["LARGE_HOLDERS"];
4690
4726
  readonly documentation: "https://docs.lab.pro/";
4691
4727
  };
4692
4728
  };
@@ -4755,6 +4791,7 @@ export declare const bsc: {
4755
4791
  readonly bridge: "native";
4756
4792
  readonly description: "Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.";
4757
4793
  readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
4794
+ readonly tags: readonly ["SYNTHETIC"];
4758
4795
  };
4759
4796
  readonly OOEV2: {
4760
4797
  readonly name: "Open Ocean Finance";
@@ -4780,6 +4817,7 @@ export declare const bsc: {
4780
4817
  readonly website: "https://app.multichain.org/";
4781
4818
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
4782
4819
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
4820
+ readonly tags: readonly ["SYNTHETIC"];
4783
4821
  };
4784
4822
  readonly multiWUSDR: {
4785
4823
  readonly name: "Real USD";
@@ -4793,6 +4831,7 @@ export declare const bsc: {
4793
4831
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.";
4794
4832
  readonly bridge: "multichain";
4795
4833
  readonly logoURI: "";
4834
+ readonly tags: readonly ["SYNTHETIC"];
4796
4835
  };
4797
4836
  readonly wUSDR: {
4798
4837
  readonly name: "Real USD";
@@ -4806,6 +4845,7 @@ export declare const bsc: {
4806
4845
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.";
4807
4846
  readonly bridge: "layer-zero";
4808
4847
  readonly logoURI: "";
4848
+ readonly tags: readonly ["SYNTHETIC"];
4809
4849
  };
4810
4850
  readonly PRIMAL: {
4811
4851
  readonly name: "Primal";
@@ -4854,7 +4894,7 @@ export declare const bsc: {
4854
4894
  readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
4855
4895
  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.";
4856
4896
  readonly bridge: "multichain";
4857
- readonly risks: readonly ["SYNTH_STABLE"];
4897
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4858
4898
  };
4859
4899
  readonly MULTI: {
4860
4900
  readonly name: "Multichain";
@@ -4879,6 +4919,7 @@ export declare const bsc: {
4879
4919
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
4880
4920
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
4881
4921
  readonly documentation: "https://docs.deus.finance/";
4922
+ readonly tags: readonly ["SYNTHETIC"];
4882
4923
  };
4883
4924
  readonly ETSAlpha: {
4884
4925
  readonly name: "ETS Alpha";
@@ -4891,7 +4932,7 @@ export declare const bsc: {
4891
4932
  readonly description: "The exchange-traded strategies(ETS) of overnight.fi are ERC-20 structured products that lets users leverage a collateralized debt position (e.g. DAI lent on Aave) to borrow a volatile asset (e.g. WETH), pair it with a stablecoin, and provide stable-to-crypto liquidity, (e.g. WETH/DAI) in an AMM, like Uni V3. This allows earning high APY and hedging against crypto volatility. ";
4892
4933
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
4893
4934
  readonly documentation: "https://docs.overnight.fi/";
4894
- readonly risks: readonly ["SYNTH_STABLE"];
4935
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4895
4936
  };
4896
4937
  readonly THE: {
4897
4938
  readonly name: "THENA";
@@ -4916,7 +4957,7 @@ export declare const bsc: {
4916
4957
  readonly website: "https://www.tarot.to/";
4917
4958
  readonly bridge: "layer-zero";
4918
4959
  readonly description: "Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.";
4919
- readonly risks: readonly ["NO_TIMELOCK"];
4960
+ readonly tags: readonly ["NO_TIMELOCK"];
4920
4961
  };
4921
4962
  readonly QUO: {
4922
4963
  readonly name: "Quoll Token";
@@ -4928,7 +4969,7 @@ export declare const bsc: {
4928
4969
  readonly website: "https://quoll.finance/";
4929
4970
  readonly bridge: "native";
4930
4971
  readonly description: "Quoll Finance is an advanced yield booster and on-chain incubator designed to maximize earnings across multiple DeFi protocols.";
4931
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4972
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4932
4973
  };
4933
4974
  readonly qTHE: {
4934
4975
  readonly name: "Quoll THENA";
@@ -4940,7 +4981,7 @@ export declare const bsc: {
4940
4981
  readonly website: "https://quoll.finance/";
4941
4982
  readonly bridge: "native";
4942
4983
  readonly description: "$qTHENA is the tokenized version of veTHE. When users convert THE on Quoll, they receive $qTHENA, while the equivalent THE is locked for the maximum duration on Thena to acquire maximal veTHE. $qTHENA enables users to participate in the ecosystem of Quoll Finance with the flexibility of liquidity.";
4943
- readonly risks: readonly ["NO_TIMELOCK"];
4984
+ readonly tags: readonly ["NO_TIMELOCK"];
4944
4985
  };
4945
4986
  readonly liveTHE: {
4946
4987
  readonly name: "liveTHE";
@@ -4952,7 +4993,7 @@ export declare const bsc: {
4952
4993
  readonly website: "https://www.liquiddriver.finance/";
4953
4994
  readonly bridge: "native";
4954
4995
  readonly description: "liveTHE is LiquidDriver's liquid locker, built for THENA's governance token.";
4955
- readonly risks: readonly ["NO_TIMELOCK"];
4996
+ readonly tags: readonly ["NO_TIMELOCK"];
4956
4997
  };
4957
4998
  readonly mPENDLE: {
4958
4999
  readonly name: "mPENDLE";
@@ -4979,7 +5020,7 @@ export declare const bsc: {
4979
5020
  readonly description: "mCAKE refers to \"Magpie CAKE\", a liquid version of veCAKE that allows users to earn rewards for their active participation on Cakepie.";
4980
5021
  readonly documentation: "https://docs.cakepiexyz.io/cakepie-overview";
4981
5022
  readonly bridge: "native";
4982
- readonly risks: readonly ["NO_TIMELOCK"];
5023
+ readonly tags: readonly ["NO_TIMELOCK"];
4983
5024
  };
4984
5025
  readonly mBTC: {
4985
5026
  readonly name: "Magpie-Peg BTC";
@@ -4993,7 +5034,7 @@ export declare const bsc: {
4993
5034
  readonly description: "Babypie is a liquid staking platform that allows BTC to be staked on Babylon and utilized across DeFi. Bitcoin holders can deposit their native BTC on Babypie to mint mBTC, which is a ERC-20 token pegged to BTC on a 1:1 basis and does not accrue any underlying yield.";
4994
5035
  readonly documentation: "https://docs.babypiexyz.io/";
4995
5036
  readonly bridge: "chainlink-ccip";
4996
- readonly risks: readonly ["NO_TIMELOCK"];
5037
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4997
5038
  };
4998
5039
  readonly PENDLE: {
4999
5040
  readonly name: "Pendle";
@@ -5054,7 +5095,7 @@ export declare const bsc: {
5054
5095
  readonly documentation: "https://docs.bsc.lista.org/";
5055
5096
  readonly description: "lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.";
5056
5097
  readonly bridge: "native";
5057
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5098
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5058
5099
  };
5059
5100
  readonly jCHF: {
5060
5101
  readonly name: "Jarvis Synthetic Swiss Franc";
@@ -5066,7 +5107,7 @@ export declare const bsc: {
5066
5107
  readonly website: "https://jarvis.network/";
5067
5108
  readonly description: "jCHF is a multi-collateralized synthetic stable-coin from Jarvis tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
5068
5109
  readonly logoURI: "https://i.imgur.com/EknGhAl.png";
5069
- readonly risks: readonly ["SYNTH_STABLE"];
5110
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5070
5111
  };
5071
5112
  readonly TRIVIA: {
5072
5113
  readonly name: "TRIVIA";
@@ -5114,7 +5155,7 @@ export declare const bsc: {
5114
5155
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
5115
5156
  readonly documentation: "https://docs.mai.finance/";
5116
5157
  readonly bridge: "native";
5117
- readonly risks: readonly ["SYNTH_STABLE"];
5158
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5118
5159
  };
5119
5160
  readonly QI: {
5120
5161
  readonly name: "QiDao";
@@ -5222,7 +5263,7 @@ export declare const bsc: {
5222
5263
  readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
5223
5264
  readonly bridge: "multichain";
5224
5265
  readonly logoURI: "https://jarvis.network/images/jBRL.svg";
5225
- readonly risks: readonly ["SYNTH_STABLE"];
5266
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5226
5267
  };
5227
5268
  readonly BRZ: {
5228
5269
  readonly name: "BRZ Token";
@@ -5234,7 +5275,7 @@ export declare const bsc: {
5234
5275
  readonly website: "https://brztoken.io/";
5235
5276
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
5236
5277
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
5237
- readonly risks: readonly ["SYNTH_STABLE"];
5278
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5238
5279
  };
5239
5280
  readonly BRZw: {
5240
5281
  readonly name: "BRZ (Wormhole) Token";
@@ -5246,7 +5287,7 @@ export declare const bsc: {
5246
5287
  readonly website: "https://brztoken.io/";
5247
5288
  readonly description: "BRZw is the Wormhole bridged verison of BRZ. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
5248
5289
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
5249
- readonly risks: readonly ["SYNTH_STABLE"];
5290
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5250
5291
  };
5251
5292
  readonly SOL: {
5252
5293
  readonly name: "Solana";
@@ -5291,6 +5332,7 @@ export declare const bsc: {
5291
5332
  readonly website: "https://bnb.ripae.finance/";
5292
5333
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
5293
5334
  readonly logoURI: "https://bnb.ripae.finance/static/media/ripae_pftm.72dccc11.svg";
5335
+ readonly tags: readonly ["SYNTHETIC"];
5294
5336
  };
5295
5337
  readonly beCAKE: {
5296
5338
  readonly name: "Beefy Staked CAKE";
@@ -5313,6 +5355,7 @@ export declare const bsc: {
5313
5355
  readonly logoURI: "";
5314
5356
  readonly website: "https://busm.money/";
5315
5357
  readonly description: "BUSM.Money is explosive! Provide your yield-bearing xBOMB as collateral. Once completed, you will be ableto borrow BOMB US Money (BUSM). From here the sky is the limit! Purchase any token you wish, from more BOMB to another stablecoin!";
5358
+ readonly tags: readonly ["SYNTHETIC"];
5316
5359
  };
5317
5360
  readonly BOMB: {
5318
5361
  readonly name: "Bomb.Money";
@@ -5324,6 +5367,7 @@ export declare const bsc: {
5324
5367
  readonly logoURI: "";
5325
5368
  readonly website: "https://app.bomb.money/";
5326
5369
  readonly description: "BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG";
5370
+ readonly tags: readonly ["SYNTHETIC"];
5327
5371
  };
5328
5372
  readonly BSHARE: {
5329
5373
  readonly name: "BSHARE";
@@ -5414,7 +5458,7 @@ export declare const bsc: {
5414
5458
  readonly oracleId: "stargate-bsc-busd";
5415
5459
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png";
5416
5460
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
5417
- readonly risks: readonly ["SYNTH_STABLE"];
5461
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5418
5462
  };
5419
5463
  readonly sbUSDT: {
5420
5464
  readonly name: "Stargate Tether USD LP";
@@ -5427,6 +5471,7 @@ export declare const bsc: {
5427
5471
  readonly website: "https://tether.to/";
5428
5472
  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.";
5429
5473
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
5474
+ readonly tags: readonly ["STABLECOIN"];
5430
5475
  };
5431
5476
  readonly STG: {
5432
5477
  readonly name: "Stargate";
@@ -5450,6 +5495,7 @@ export declare const bsc: {
5450
5495
  readonly logoURI: "https://emp.money/static/media/emp-final2.bb119013";
5451
5496
  readonly website: "https://emp.money/";
5452
5497
  readonly description: "EMP Money offers the first decentralised algorithmic stable coin on Binance Smartchain, pegged to the price of Ethereum via seigniorage at a rate of 4000 EMP: 1 ETH.";
5498
+ readonly tags: readonly ["SYNTHETIC"];
5453
5499
  };
5454
5500
  readonly ESHARE: {
5455
5501
  readonly name: "EMP.Money Shares";
@@ -5575,6 +5621,7 @@ export declare const bsc: {
5575
5621
  readonly logoURI: "https://www.dibs.money/static/media/dibs.01460d5a.png";
5576
5622
  readonly website: "https://www.dibs.money/";
5577
5623
  readonly description: "DIBS is a stablecoin pegged to the price of BNB.";
5624
+ readonly tags: readonly ["SYNTHETIC"];
5578
5625
  };
5579
5626
  readonly AOT: {
5580
5627
  readonly name: "A.O.T.";
@@ -5608,6 +5655,7 @@ export declare const bsc: {
5608
5655
  readonly logoURI: "https://www.chargedefi.fi/static/media/static.180ec003.png";
5609
5656
  readonly website: "https://www.chargedefi.fi/";
5610
5657
  readonly description: "Algorithmic Stablecoin ecosystem with rebase mechanics.";
5658
+ readonly tags: readonly ["SYNTHETIC"];
5611
5659
  };
5612
5660
  readonly CHARGE: {
5613
5661
  readonly name: "CHARGE";
@@ -5619,6 +5667,7 @@ export declare const bsc: {
5619
5667
  readonly logoURI: "https://www.chargedefi.fi/static/media/charge.53089c19.png";
5620
5668
  readonly website: "https://www.chargedefi.fi/";
5621
5669
  readonly description: "Algorithmic Stablecoin ecosystem with rebase mechanics.";
5670
+ readonly tags: readonly ["SYNTHETIC"];
5622
5671
  };
5623
5672
  readonly BISON: {
5624
5673
  readonly name: "Bison";
@@ -5665,7 +5714,7 @@ export declare const bsc: {
5665
5714
  readonly description: "Frax is the world’s first fractional-algorithmic stablecoin.";
5666
5715
  readonly bridge: "frax";
5667
5716
  readonly documentation: "https://docs.frax.finance/";
5668
- readonly risks: readonly ["SYNTH_STABLE"];
5717
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5669
5718
  };
5670
5719
  readonly FXS: {
5671
5720
  readonly name: "Frax Share";
@@ -5887,7 +5936,7 @@ export declare const bsc: {
5887
5936
  readonly logoURI: "https://assets.coingecko.com/coins/images/14828/small/New_USDO_32px_.png";
5888
5937
  readonly website: "https://omnifarms.ocp.finance/";
5889
5938
  readonly description: "USDO is a decentralised stablecoin backed by a verifiable collateral pool of on-chain assets.";
5890
- readonly risks: readonly ["SYNTH_STABLE"];
5939
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5891
5940
  };
5892
5941
  readonly FET: {
5893
5942
  readonly name: "Fetch";
@@ -5922,6 +5971,7 @@ export declare const bsc: {
5922
5971
  readonly logoURI: "https://www.rampdefi.com/icons/ramp_v4.svg";
5923
5972
  readonly description: "Ramp Defi USD pegged token";
5924
5973
  readonly website: "https://www.rampdefi.com/";
5974
+ readonly tags: readonly ["SYNTHETIC"];
5925
5975
  };
5926
5976
  readonly BP: {
5927
5977
  readonly name: "Bunny Park";
@@ -5966,7 +6016,7 @@ export declare const bsc: {
5966
6016
  readonly website: "https://wault.finance/";
5967
6017
  readonly description: "WUSD is Wault Finance's commerce-backed stablecoin! The world's first commerce-backed stablecoin!";
5968
6018
  readonly logoURI: "https://app.wault.finance/bsc/assets/images/stablecoin/wusd.svg";
5969
- readonly risks: readonly ["SYNTH_STABLE"];
6019
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5970
6020
  };
5971
6021
  readonly CYT: {
5972
6022
  readonly name: "Coinary Token";
@@ -6253,6 +6303,7 @@ export declare const bsc: {
6253
6303
  readonly website: "https://hackenfoundation.com/";
6254
6304
  readonly description: "Hacken Token (HAI) is a cybersecurity coin underlying the rapidly growing Hacken Foundation. Hacken Foundation is a fully fledged organization that unites cybersecurity products and companies developing secure Web 3.0 infrastructure.";
6255
6305
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xaA9E582e5751d703F85912903bacADdFed26484C.png";
6306
+ readonly tags: readonly ["SYNTHETIC"];
6256
6307
  };
6257
6308
  readonly O3: {
6258
6309
  readonly name: "O3";
@@ -6374,6 +6425,7 @@ export declare const bsc: {
6374
6425
  readonly website: "https://soups.finance/";
6375
6426
  readonly description: "SOUP tokens are designed to be used as a medium of exchange. The built-in stability mechanism in the protocol aims to maintain SOUP peg to 1 Binance (BNB) token in the long run.";
6376
6427
  readonly logoURI: "https://bscscan.com/token/images/soupfinance_32.png";
6428
+ readonly tags: readonly ["SYNTHETIC"];
6377
6429
  };
6378
6430
  readonly '1INCH': {
6379
6431
  readonly name: "1INCH";
@@ -6517,6 +6569,7 @@ export declare const bsc: {
6517
6569
  readonly website: "https://www.trueusd.com/";
6518
6570
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
6519
6571
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x14016e85a25aeb13065688cafb43044c2ef86784.png";
6572
+ readonly tags: readonly ["STABLECOIN"];
6520
6573
  };
6521
6574
  readonly VRT: {
6522
6575
  readonly name: "VRT";
@@ -6781,7 +6834,7 @@ export declare const bsc: {
6781
6834
  readonly website: "https://iron.finance/";
6782
6835
  readonly description: "IRON is the stablecoin token of the iron.finance protocol.";
6783
6836
  readonly logoURI: "https://bscscan.com/token/images/ironfinance_32.png?=v1";
6784
- readonly risks: readonly ["SYNTH_STABLE"];
6837
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
6785
6838
  };
6786
6839
  readonly KEYFI: {
6787
6840
  readonly name: "KeyFi Token";
@@ -6992,6 +7045,7 @@ export declare const bsc: {
6992
7045
  readonly website: "https://mirror.finance/";
6993
7046
  readonly description: "Mirrored COIN (mCOIN) is a synthetic asset tracking the price of a Coinbase stock.";
6994
7047
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x49022089e78a8d46ec87a3af86a1db6c189afa6f.png";
7048
+ readonly tags: readonly ["SYNTHETIC"];
6995
7049
  };
6996
7050
  readonly MDX: {
6997
7051
  readonly name: "MDEX Token";
@@ -7038,7 +7092,7 @@ export declare const bsc: {
7038
7092
  readonly bridge: "binance-peg";
7039
7093
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xe9e7cea3dedca5984780bafc599bd69add087d56.png";
7040
7094
  readonly documentation: "https://help.paxos.com/hc/en-us/articles/4402670144148-BUSD";
7041
- readonly risks: readonly ["SYNTH_STABLE"];
7095
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
7042
7096
  };
7043
7097
  readonly ETH: {
7044
7098
  readonly name: "Ethereum Token";
@@ -7089,6 +7143,7 @@ export declare const bsc: {
7089
7143
  readonly bridge: "binance-peg";
7090
7144
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png";
7091
7145
  readonly documentation: "https://tether.to/en/how-it-works";
7146
+ readonly tags: readonly ["STABLECOIN"];
7092
7147
  };
7093
7148
  readonly XRP: {
7094
7149
  readonly name: "XRP Token";
@@ -7182,7 +7237,7 @@ export declare const bsc: {
7182
7237
  readonly bridge: "binance-peg";
7183
7238
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png";
7184
7239
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
7185
- readonly risks: readonly ["SYNTH_STABLE"];
7240
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
7186
7241
  };
7187
7242
  readonly YFII: {
7188
7243
  readonly name: "YFII.finance Token";
@@ -7454,6 +7509,7 @@ export declare const bsc: {
7454
7509
  readonly website: "https://www.kava.io/";
7455
7510
  readonly description: "USDX is the crypto-backed native stablecoin of the Kava DeFi hub.";
7456
7511
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1203355742e76875154c0d13eb81dcd7711dc7d9.png";
7512
+ readonly tags: readonly ["SYNTHETIC"];
7457
7513
  };
7458
7514
  readonly INJ: {
7459
7515
  readonly name: "Injective Protocol";
@@ -7489,6 +7545,7 @@ export declare const bsc: {
7489
7545
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
7490
7546
  readonly bridge: "binance-peg";
7491
7547
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
7548
+ readonly tags: readonly ["STABLECOIN"];
7492
7549
  };
7493
7550
  readonly CTK: {
7494
7551
  readonly name: "CertiK Token";
@@ -7553,7 +7610,7 @@ export declare const bsc: {
7553
7610
  readonly website: "https://qian.finance/";
7554
7611
  readonly description: "QUSD is the stablecoin developed by the QIAN protocol.";
7555
7612
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E.png";
7556
- readonly risks: readonly ["SYNTH_STABLE"];
7613
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
7557
7614
  };
7558
7615
  readonly VAI: {
7559
7616
  readonly name: "VAI Stablecoin";
@@ -7565,7 +7622,7 @@ export declare const bsc: {
7565
7622
  readonly website: "https://venus.io/";
7566
7623
  readonly description: "Vai is a decentralized stablecoin built on the Venus Protocol that runs on the Binance Smart Chain.";
7567
7624
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7.png";
7568
- readonly risks: readonly ["SYNTH_STABLE"];
7625
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
7569
7626
  };
7570
7627
  readonly JUV: {
7571
7628
  readonly name: "Juventus";
@@ -7742,7 +7799,7 @@ export declare const bsc: {
7742
7799
  readonly website: "https://mirror.finance/";
7743
7800
  readonly description: "TerraUSD (UST) is the decentralized and algorithmic stablecoin of the Terra blockchain. It is a scalable, yield-bearing coin that is value-pegged to the US Dollar.";
7744
7801
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x23396cF899Ca06c4472205fC903bDB4de249D6fC.png";
7745
- readonly risks: readonly ["SYNTH_STABLE"];
7802
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
7746
7803
  };
7747
7804
  readonly EGLD: {
7748
7805
  readonly name: "Elrond";
@@ -7798,6 +7855,7 @@ export declare const bsc: {
7798
7855
  readonly website: "https://www.liquity.org/";
7799
7856
  readonly description: "LUSD is the USD-pegged stablecoin used to pay out loans on the Liquity protocol.";
7800
7857
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e.png";
7858
+ readonly tags: readonly ["SYNTHETIC"];
7801
7859
  };
7802
7860
  readonly SFP: {
7803
7861
  readonly name: "SafePal Token";
@@ -7831,6 +7889,7 @@ export declare const bsc: {
7831
7889
  readonly website: "https://renproject.io/";
7832
7890
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
7833
7891
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
7892
+ readonly tags: readonly ["SYNTHETIC"];
7834
7893
  };
7835
7894
  readonly renDOGE: {
7836
7895
  readonly name: "renDOGE";
@@ -7842,6 +7901,7 @@ export declare const bsc: {
7842
7901
  readonly website: "https://renproject.io/";
7843
7902
  readonly description: "RenDOGE is an ERC-20 token built on the Ethereum network, pegged to Dogecoin. This means that each RenDoge can be always redeemed for one Dogecoin, and hence tends to maintain its value at close to the Dogecoin market rate.";
7844
7903
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xc3fed6eb39178a541d274e6fc748d48f0ca01cc3.png";
7904
+ readonly tags: readonly ["SYNTHETIC"];
7845
7905
  };
7846
7906
  readonly anyMTLX: {
7847
7907
  readonly name: "anyMTLX";
@@ -7919,6 +7979,7 @@ export declare const bsc: {
7919
7979
  readonly website: "https://renproject.io/";
7920
7980
  readonly description: "RenZEC is an ERC-20 token built on the Ethereum network, pegged to ZCash. This means that each RenZEC can be always redeemed for one ZCash, and hence tends to maintain its value at close to the ZCash market rate.";
7921
7981
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7.png";
7982
+ readonly tags: readonly ["SYNTHETIC"];
7922
7983
  };
7923
7984
  readonly IOTX: {
7924
7985
  readonly name: "IoTeX";
@@ -8107,6 +8168,7 @@ export declare const bsc: {
8107
8168
  readonly website: "https://p.network/";
8108
8169
  readonly description: "pBTC is a 1:1 pegged ERC777 Bitcoin representation on Ethereum.";
8109
8170
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xed28a457a5a76596ac48d87c0f577020f6ea1c4c.png";
8171
+ readonly tags: readonly ["SYNTHETIC"];
8110
8172
  };
8111
8173
  readonly MIR: {
8112
8174
  readonly name: "Mirror Finance";
@@ -8349,6 +8411,7 @@ export declare const bsc: {
8349
8411
  readonly website: "https://diamondhand.fi/";
8350
8412
  readonly description: "dBTC is a synthetic token pegged to BTC developed by Diamonhand.fi.";
8351
8413
  readonly logoURI: "https://app.iron.finance/static/media/DBTC.2bb24d53.png";
8414
+ readonly tags: readonly ["SYNTHETIC"];
8352
8415
  };
8353
8416
  readonly dBNB: {
8354
8417
  readonly name: "Diamond-Peg BNB";
@@ -8360,6 +8423,7 @@ export declare const bsc: {
8360
8423
  readonly website: "https://diamondhand.fi/";
8361
8424
  readonly description: "dBNB is a synthetic token pegged to BNB developed by Diamonhand.fi.";
8362
8425
  readonly logoURI: "https://app.iron.finance/static/media/DBNB.57de3f13.png";
8426
+ readonly tags: readonly ["SYNTHETIC"];
8363
8427
  };
8364
8428
  readonly dETH: {
8365
8429
  readonly name: "Diamond-Peg ETH";
@@ -8371,6 +8435,7 @@ export declare const bsc: {
8371
8435
  readonly website: "https://diamondhand.fi/";
8372
8436
  readonly description: "dETH is a synthetic token pegged to ETH developed by Diamonhand.fi.";
8373
8437
  readonly logoURI: "https://app.iron.finance/static/media/DETH.4802e6eb.png";
8438
+ readonly tags: readonly ["SYNTHETIC"];
8374
8439
  };
8375
8440
  readonly dADA: {
8376
8441
  readonly name: "Diamond-Peg ADA";
@@ -8382,6 +8447,7 @@ export declare const bsc: {
8382
8447
  readonly website: "https://diamondhand.fi/";
8383
8448
  readonly description: "dADA is a synthetic token pegged to ADA developed by Diamonhand.fi.";
8384
8449
  readonly logoURI: "https://app.iron.finance/static/media/DADA.d9b1a86c.png";
8450
+ readonly tags: readonly ["SYNTHETIC"];
8385
8451
  };
8386
8452
  readonly dDOT: {
8387
8453
  readonly name: "Diamond-Peg DOT";
@@ -8393,6 +8459,7 @@ export declare const bsc: {
8393
8459
  readonly website: "https://diamondhand.fi/";
8394
8460
  readonly description: "dDOT is a synthetic token pegged to DOT developed by Diamonhand.fi.";
8395
8461
  readonly logoURI: "";
8462
+ readonly tags: readonly ["SYNTHETIC"];
8396
8463
  };
8397
8464
  readonly KROWN: {
8398
8465
  readonly name: "Krown";
@@ -8780,7 +8847,7 @@ export declare const bsc: {
8780
8847
  readonly logoURI: "https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/TOR.svg";
8781
8848
  readonly website: "https://tor.hector.network/";
8782
8849
  readonly description: "TOR is a fully collateralized stablecoin which acts as a foundational pillar within the Hector Network Ecosystem. Its unique smart contracts made it the first of its kind, creating positive price action for the HEC token each time a TOR coin is minted and empowering Hector Network to become deflationary.";
8783
- readonly risks: readonly ["SYNTH_STABLE"];
8850
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
8784
8851
  };
8785
8852
  readonly CSIX: {
8786
8853
  readonly name: "Carbon";
@@ -8805,6 +8872,7 @@ export declare const bsc: {
8805
8872
  readonly bridge: "native";
8806
8873
  readonly logoURI: "";
8807
8874
  readonly documentation: "https://docs.overnight.fi/";
8875
+ readonly tags: readonly ["CURATED"];
8808
8876
  };
8809
8877
  readonly 'USDT+': {
8810
8878
  readonly name: "USDT+ Stablecoin";
@@ -8818,6 +8886,7 @@ export declare const bsc: {
8818
8886
  readonly bridge: "native";
8819
8887
  readonly logoURI: "";
8820
8888
  readonly documentation: "https://docs.overnight.fi/";
8889
+ readonly tags: readonly ["CURATED"];
8821
8890
  };
8822
8891
  readonly USDD: {
8823
8892
  readonly name: "Decentralized USD";
@@ -8830,7 +8899,7 @@ export declare const bsc: {
8830
8899
  readonly website: "https://usdd.io/";
8831
8900
  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.";
8832
8901
  readonly documentation: "https://usdd.io/docs/";
8833
- readonly risks: readonly ["SYNTH_STABLE"];
8902
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
8834
8903
  };
8835
8904
  readonly frxETH: {
8836
8905
  readonly name: "Frax Ether";
@@ -8903,6 +8972,7 @@ export declare const bsc: {
8903
8972
  readonly description: "Venus wrapped USDT. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.";
8904
8973
  readonly logoURI: "";
8905
8974
  readonly staked: true;
8975
+ readonly tags: readonly ["STABLECOIN"];
8906
8976
  };
8907
8977
  readonly RDNT: {
8908
8978
  readonly name: "RDNT";
@@ -8927,6 +8997,7 @@ export declare const bsc: {
8927
8997
  readonly logoURI: "";
8928
8998
  readonly documentation: "https://docs.stafi.io/";
8929
8999
  readonly bridge: "native";
9000
+ readonly tags: readonly ["SYNTHETIC"];
8930
9001
  };
8931
9002
  readonly voldBIFI: {
8932
9003
  readonly name: "Venus BIFI";
@@ -8962,7 +9033,7 @@ export declare const bsc: {
8962
9033
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
8963
9034
  readonly documentation: "https://docs.usdv.money/docs";
8964
9035
  readonly bridge: "layer-zero";
8965
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
9036
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
8966
9037
  };
8967
9038
  readonly weETH: {
8968
9039
  readonly name: "Wrapped eETH";
@@ -8976,7 +9047,7 @@ export declare const bsc: {
8976
9047
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
8977
9048
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
8978
9049
  readonly bridge: "stargate";
8979
- readonly risks: readonly ["NO_TIMELOCK"];
9050
+ readonly tags: readonly ["NO_TIMELOCK"];
8980
9051
  };
8981
9052
  readonly ZRO: {
8982
9053
  readonly name: "LayerZero";
@@ -9003,7 +9074,7 @@ export declare const bsc: {
9003
9074
  readonly documentation: "https://docs.bsc.lista.org/";
9004
9075
  readonly description: "slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.";
9005
9076
  readonly bridge: "native";
9006
- readonly risks: readonly ["NO_TIMELOCK"];
9077
+ readonly tags: readonly ["NO_TIMELOCK"];
9007
9078
  };
9008
9079
  readonly lisUSD: {
9009
9080
  readonly name: "Lista USD";
@@ -9017,7 +9088,7 @@ export declare const bsc: {
9017
9088
  readonly documentation: "https://docs.bsc.lista.org/";
9018
9089
  readonly description: "lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.";
9019
9090
  readonly bridge: "native";
9020
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
9091
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
9021
9092
  };
9022
9093
  readonly pxETH: {
9023
9094
  readonly name: "Pirex Ether OFT";
@@ -9031,7 +9102,7 @@ export declare const bsc: {
9031
9102
  readonly documentation: "https://dinero.xyz/docs";
9032
9103
  readonly description: "pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.";
9033
9104
  readonly bridge: "layer-zero";
9034
- readonly risks: readonly ["NO_TIMELOCK"];
9105
+ readonly tags: readonly ["NO_TIMELOCK"];
9035
9106
  };
9036
9107
  readonly axlUSDC: {
9037
9108
  readonly name: "Axelar Wrapped USDC";
@@ -9045,6 +9116,7 @@ export declare const bsc: {
9045
9116
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
9046
9117
  readonly bridge: "axelar";
9047
9118
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
9119
+ readonly tags: readonly ["STABLECOIN"];
9048
9120
  };
9049
9121
  readonly PEPE: {
9050
9122
  readonly name: "Pepe";
@@ -9058,7 +9130,7 @@ export declare const bsc: {
9058
9130
  readonly documentation: "https://www.pepe.vip/";
9059
9131
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
9060
9132
  readonly bridge: "layer-zero";
9061
- readonly risks: readonly ["NO_TIMELOCK"];
9133
+ readonly tags: readonly ["NO_TIMELOCK"];
9062
9134
  };
9063
9135
  readonly 'SolvBTC.BBN': {
9064
9136
  readonly name: "SolvBTC Babylon";
@@ -9072,7 +9144,7 @@ export declare const bsc: {
9072
9144
  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.";
9073
9145
  readonly bridge: "native";
9074
9146
  readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
9075
- readonly risks: readonly ["NO_TIMELOCK"];
9147
+ readonly tags: readonly ["NO_TIMELOCK"];
9076
9148
  };
9077
9149
  readonly wstETH: {
9078
9150
  readonly name: "Lido Wrapped Staked ETH";
@@ -9099,7 +9171,7 @@ export declare const bsc: {
9099
9171
  readonly description: "MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ";
9100
9172
  readonly documentation: "https://docs.myshell.ai/";
9101
9173
  readonly bridge: "layer-zero";
9102
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
9174
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
9103
9175
  };
9104
9176
  readonly TST: {
9105
9177
  readonly name: "Test";
@@ -9248,7 +9320,7 @@ export declare const bsc: {
9248
9320
  readonly description: "Plasma is a high-performance layer 1 blockchain purpose-built for stablecoins.";
9249
9321
  readonly documentation: "https://docs.plasma.to/";
9250
9322
  readonly bridge: "layer-zero";
9251
- readonly risks: readonly ["NO_TIMELOCK"];
9323
+ readonly tags: readonly ["NO_TIMELOCK"];
9252
9324
  };
9253
9325
  readonly PUP: {
9254
9326
  readonly name: "PUP";
@@ -9310,7 +9382,7 @@ export declare const bsc: {
9310
9382
  readonly description: "Four.meme is a streamlined, low-cost pathway to introduce even more meme tokens into the world. Create anything. Any meme you want to put out into the blockchain ecosystem. We’re here to be your canvas and your logistical minion. We’ll help you get the most traction possible with users on BSC. All we’re asking is you create the best viral memes that can potentially make you famous.";
9311
9383
  readonly documentation: "https://four-meme.gitbook.io/four.meme/protocol-integration";
9312
9384
  readonly bridge: "native";
9313
- readonly risks: readonly ["NO_TIMELOCK"];
9385
+ readonly tags: readonly ["NO_TIMELOCK"];
9314
9386
  };
9315
9387
  readonly BNBHolder: {
9316
9388
  readonly name: "BNBHolder";
@@ -9335,7 +9407,7 @@ export declare const bsc: {
9335
9407
  readonly website: "https://chainopera.ai/";
9336
9408
  readonly description: "ChainOpera AI empowers collaborative intelligence through a network of AI agents co-created and co-operated by the community.";
9337
9409
  readonly bridge: "native";
9338
- readonly risks: readonly ["LARGE_HOLDERS"];
9410
+ readonly tags: readonly ["LARGE_HOLDERS"];
9339
9411
  readonly documentation: "https://paper.chainopera.ai/";
9340
9412
  };
9341
9413
  readonly FINGERHEART: {
@@ -9361,7 +9433,7 @@ export declare const bsc: {
9361
9433
  readonly website: "https://www.xpin.network/";
9362
9434
  readonly description: "XPIN Network is a revolutionary Decentralized Wireless Network Platform designed to redefine global connectivity. The $XPIN token powers the network.";
9363
9435
  readonly bridge: "native";
9364
- readonly risks: readonly ["LARGE_HOLDERS"];
9436
+ readonly tags: readonly ["LARGE_HOLDERS"];
9365
9437
  readonly documentation: "https://docs.xpin.network/tokenomics";
9366
9438
  };
9367
9439
  readonly LAB: {
@@ -9375,7 +9447,7 @@ export declare const bsc: {
9375
9447
  readonly website: "https://lab.pro/";
9376
9448
  readonly description: "Multi-chain trading infrastructure – overlay, app & Telegram. Trade and analyze with sub-second execution, low fees, and transparent rewards.";
9377
9449
  readonly bridge: "native";
9378
- readonly risks: readonly ["LARGE_HOLDERS"];
9450
+ readonly tags: readonly ["LARGE_HOLDERS"];
9379
9451
  readonly documentation: "https://docs.lab.pro/";
9380
9452
  };
9381
9453
  }>;