@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -26,7 +26,7 @@ const lisUSD = {
26
26
  documentation: 'https://docs.bsc.lista.org/',
27
27
  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.',
28
28
  bridge: 'native',
29
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
29
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
30
30
  };
31
31
  exports.tokens = {
32
32
  WNATIVE: BNB,
@@ -45,6 +45,7 @@ exports.tokens = {
45
45
  bridge: 'native',
46
46
  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.',
47
47
  documentation: 'https://docs.stabl.fi/protocol-overview/introducing-stabl.fi',
48
+ tags: ['SYNTHETIC'],
48
49
  },
49
50
  OOEV2: {
50
51
  name: 'Open Ocean Finance',
@@ -70,6 +71,7 @@ exports.tokens = {
70
71
  website: 'https://app.multichain.org/',
71
72
  description: 'Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.',
72
73
  documentation: 'https://docs.multichain.org/getting-started/introduction',
74
+ tags: ['SYNTHETIC'],
73
75
  },
74
76
  multiWUSDR: {
75
77
  name: 'Real USD',
@@ -83,6 +85,7 @@ exports.tokens = {
83
85
  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.',
84
86
  bridge: 'multichain',
85
87
  logoURI: '',
88
+ tags: ['SYNTHETIC'],
86
89
  },
87
90
  wUSDR: {
88
91
  name: 'Real USD',
@@ -96,6 +99,7 @@ exports.tokens = {
96
99
  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.',
97
100
  bridge: 'layer-zero',
98
101
  logoURI: '',
102
+ tags: ['SYNTHETIC'],
99
103
  },
100
104
  PRIMAL: {
101
105
  name: 'Primal',
@@ -144,7 +148,7 @@ exports.tokens = {
144
148
  documentation: 'https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola',
145
149
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
146
150
  bridge: 'multichain',
147
- risks: ['SYNTH_STABLE'],
151
+ tags: ['STABLECOIN', 'SYNTHETIC'],
148
152
  },
149
153
  MULTI: {
150
154
  name: 'Multichain',
@@ -169,6 +173,7 @@ exports.tokens = {
169
173
  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.',
170
174
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
171
175
  documentation: 'https://docs.deus.finance/',
176
+ tags: ['SYNTHETIC'],
172
177
  },
173
178
  ETSAlpha: {
174
179
  name: 'ETS Alpha',
@@ -181,7 +186,7 @@ exports.tokens = {
181
186
  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. ',
182
187
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
183
188
  documentation: 'https://docs.overnight.fi/',
184
- risks: ['SYNTH_STABLE'],
189
+ tags: ['STABLECOIN', 'SYNTHETIC'],
185
190
  },
186
191
  THE: {
187
192
  name: 'THENA',
@@ -206,7 +211,7 @@ exports.tokens = {
206
211
  website: 'https://www.tarot.to/',
207
212
  bridge: 'layer-zero',
208
213
  description: 'Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.',
209
- risks: ['NO_TIMELOCK'],
214
+ tags: ['NO_TIMELOCK'],
210
215
  },
211
216
  QUO: {
212
217
  name: 'Quoll Token',
@@ -218,7 +223,7 @@ exports.tokens = {
218
223
  website: 'https://quoll.finance/',
219
224
  bridge: 'native',
220
225
  description: 'Quoll Finance is an advanced yield booster and on-chain incubator designed to maximize earnings across multiple DeFi protocols.',
221
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
226
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
222
227
  },
223
228
  qTHE: {
224
229
  name: 'Quoll THENA',
@@ -230,7 +235,7 @@ exports.tokens = {
230
235
  website: 'https://quoll.finance/',
231
236
  bridge: 'native',
232
237
  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.',
233
- risks: ['NO_TIMELOCK'],
238
+ tags: ['NO_TIMELOCK'],
234
239
  },
235
240
  liveTHE: {
236
241
  name: 'liveTHE',
@@ -242,7 +247,7 @@ exports.tokens = {
242
247
  website: 'https://www.liquiddriver.finance/',
243
248
  bridge: 'native',
244
249
  description: "liveTHE is LiquidDriver's liquid locker, built for THENA's governance token.",
245
- risks: ['NO_TIMELOCK'],
250
+ tags: ['NO_TIMELOCK'],
246
251
  },
247
252
  mPENDLE: {
248
253
  name: 'mPENDLE',
@@ -269,7 +274,7 @@ exports.tokens = {
269
274
  description: 'mCAKE refers to "Magpie CAKE", a liquid version of veCAKE that allows users to earn rewards for their active participation on Cakepie.',
270
275
  documentation: 'https://docs.cakepiexyz.io/cakepie-overview',
271
276
  bridge: 'native',
272
- risks: ['NO_TIMELOCK'],
277
+ tags: ['NO_TIMELOCK'],
273
278
  },
274
279
  mBTC: {
275
280
  name: 'Magpie-Peg BTC',
@@ -283,7 +288,7 @@ exports.tokens = {
283
288
  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.',
284
289
  documentation: 'https://docs.babypiexyz.io/',
285
290
  bridge: 'chainlink-ccip',
286
- risks: ['NO_TIMELOCK'],
291
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
287
292
  },
288
293
  PENDLE: {
289
294
  name: 'Pendle',
@@ -343,7 +348,7 @@ exports.tokens = {
343
348
  website: 'https://jarvis.network/',
344
349
  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.',
345
350
  logoURI: 'https://i.imgur.com/EknGhAl.png',
346
- risks: ['SYNTH_STABLE'],
351
+ tags: ['STABLECOIN', 'SYNTHETIC'],
347
352
  },
348
353
  TRIVIA: {
349
354
  name: 'TRIVIA',
@@ -391,7 +396,7 @@ exports.tokens = {
391
396
  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.",
392
397
  documentation: 'https://docs.mai.finance/',
393
398
  bridge: 'native',
394
- risks: ['SYNTH_STABLE'],
399
+ tags: ['STABLECOIN', 'SYNTHETIC'],
395
400
  },
396
401
  QI: {
397
402
  name: 'QiDao',
@@ -499,7 +504,7 @@ exports.tokens = {
499
504
  description: 'jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.',
500
505
  bridge: 'multichain',
501
506
  logoURI: 'https://jarvis.network/images/jBRL.svg',
502
- risks: ['SYNTH_STABLE'],
507
+ tags: ['STABLECOIN', 'SYNTHETIC'],
503
508
  },
504
509
  BRZ: {
505
510
  name: 'BRZ Token',
@@ -511,7 +516,7 @@ exports.tokens = {
511
516
  website: 'https://brztoken.io/',
512
517
  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.',
513
518
  logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
514
- risks: ['SYNTH_STABLE'],
519
+ tags: ['STABLECOIN', 'SYNTHETIC'],
515
520
  },
516
521
  BRZw: {
517
522
  name: 'BRZ (Wormhole) Token',
@@ -523,7 +528,7 @@ exports.tokens = {
523
528
  website: 'https://brztoken.io/',
524
529
  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.',
525
530
  logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
526
- risks: ['SYNTH_STABLE'],
531
+ tags: ['STABLECOIN', 'SYNTHETIC'],
527
532
  },
528
533
  SOL: {
529
534
  name: 'Solana',
@@ -568,6 +573,7 @@ exports.tokens = {
568
573
  website: 'https://bnb.ripae.finance/',
569
574
  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.',
570
575
  logoURI: 'https://bnb.ripae.finance/static/media/ripae_pftm.72dccc11.svg',
576
+ tags: ['SYNTHETIC'],
571
577
  },
572
578
  beCAKE: {
573
579
  name: 'Beefy Staked CAKE',
@@ -590,6 +596,7 @@ exports.tokens = {
590
596
  logoURI: '',
591
597
  website: 'https://busm.money/',
592
598
  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!',
599
+ tags: ['SYNTHETIC'],
593
600
  },
594
601
  BOMB: {
595
602
  name: 'Bomb.Money',
@@ -601,6 +608,7 @@ exports.tokens = {
601
608
  logoURI: '',
602
609
  website: 'https://app.bomb.money/',
603
610
  description: 'BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG',
611
+ tags: ['SYNTHETIC'],
604
612
  },
605
613
  BSHARE: {
606
614
  name: 'BSHARE',
@@ -691,7 +699,7 @@ exports.tokens = {
691
699
  oracleId: 'stargate-bsc-busd',
692
700
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png',
693
701
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
694
- risks: ['SYNTH_STABLE'],
702
+ tags: ['STABLECOIN', 'SYNTHETIC'],
695
703
  },
696
704
  sbUSDT: {
697
705
  name: 'Stargate Tether USD LP',
@@ -704,6 +712,7 @@ exports.tokens = {
704
712
  website: 'https://tether.to/',
705
713
  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.',
706
714
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
715
+ tags: ['STABLECOIN'],
707
716
  },
708
717
  STG: {
709
718
  name: 'Stargate',
@@ -727,6 +736,7 @@ exports.tokens = {
727
736
  logoURI: 'https://emp.money/static/media/emp-final2.bb119013',
728
737
  website: 'https://emp.money/',
729
738
  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.',
739
+ tags: ['SYNTHETIC'],
730
740
  },
731
741
  ESHARE: {
732
742
  name: 'EMP.Money Shares',
@@ -852,6 +862,7 @@ exports.tokens = {
852
862
  logoURI: 'https://www.dibs.money/static/media/dibs.01460d5a.png',
853
863
  website: 'https://www.dibs.money/',
854
864
  description: 'DIBS is a stablecoin pegged to the price of BNB.',
865
+ tags: ['SYNTHETIC'],
855
866
  },
856
867
  AOT: {
857
868
  name: 'A.O.T.',
@@ -885,6 +896,7 @@ exports.tokens = {
885
896
  logoURI: 'https://www.chargedefi.fi/static/media/static.180ec003.png',
886
897
  website: 'https://www.chargedefi.fi/',
887
898
  description: 'Algorithmic Stablecoin ecosystem with rebase mechanics.',
899
+ tags: ['SYNTHETIC'],
888
900
  },
889
901
  CHARGE: {
890
902
  name: 'CHARGE',
@@ -896,6 +908,7 @@ exports.tokens = {
896
908
  logoURI: 'https://www.chargedefi.fi/static/media/charge.53089c19.png',
897
909
  website: 'https://www.chargedefi.fi/',
898
910
  description: 'Algorithmic Stablecoin ecosystem with rebase mechanics.',
911
+ tags: ['SYNTHETIC'],
899
912
  },
900
913
  BISON: {
901
914
  name: 'Bison',
@@ -942,7 +955,7 @@ exports.tokens = {
942
955
  description: 'Frax is the world’s first fractional-algorithmic stablecoin.',
943
956
  bridge: 'frax',
944
957
  documentation: 'https://docs.frax.finance/',
945
- risks: ['SYNTH_STABLE'],
958
+ tags: ['STABLECOIN', 'SYNTHETIC'],
946
959
  },
947
960
  FXS: {
948
961
  name: 'Frax Share',
@@ -1164,7 +1177,7 @@ exports.tokens = {
1164
1177
  logoURI: 'https://assets.coingecko.com/coins/images/14828/small/New_USDO_32px_.png',
1165
1178
  website: 'https://omnifarms.ocp.finance/',
1166
1179
  description: 'USDO is a decentralised stablecoin backed by a verifiable collateral pool of on-chain assets.',
1167
- risks: ['SYNTH_STABLE'],
1180
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1168
1181
  },
1169
1182
  FET: {
1170
1183
  name: 'Fetch',
@@ -1199,6 +1212,7 @@ exports.tokens = {
1199
1212
  logoURI: 'https://www.rampdefi.com/icons/ramp_v4.svg',
1200
1213
  description: 'Ramp Defi USD pegged token',
1201
1214
  website: 'https://www.rampdefi.com/',
1215
+ tags: ['SYNTHETIC'],
1202
1216
  },
1203
1217
  BP: {
1204
1218
  name: 'Bunny Park',
@@ -1243,7 +1257,7 @@ exports.tokens = {
1243
1257
  website: 'https://wault.finance/',
1244
1258
  description: "WUSD is Wault Finance's commerce-backed stablecoin! The world's first commerce-backed stablecoin!",
1245
1259
  logoURI: 'https://app.wault.finance/bsc/assets/images/stablecoin/wusd.svg',
1246
- risks: ['SYNTH_STABLE'],
1260
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1247
1261
  },
1248
1262
  CYT: {
1249
1263
  name: 'Coinary Token',
@@ -1530,6 +1544,7 @@ exports.tokens = {
1530
1544
  website: 'https://hackenfoundation.com/',
1531
1545
  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.',
1532
1546
  logoURI: 'https://tokens.pancakeswap.finance/images/0xaA9E582e5751d703F85912903bacADdFed26484C.png',
1547
+ tags: ['SYNTHETIC'],
1533
1548
  },
1534
1549
  O3: {
1535
1550
  name: 'O3',
@@ -1651,6 +1666,7 @@ exports.tokens = {
1651
1666
  website: 'https://soups.finance/',
1652
1667
  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.',
1653
1668
  logoURI: 'https://bscscan.com/token/images/soupfinance_32.png',
1669
+ tags: ['SYNTHETIC'],
1654
1670
  },
1655
1671
  '1INCH': {
1656
1672
  name: '1INCH',
@@ -1794,6 +1810,7 @@ exports.tokens = {
1794
1810
  website: 'https://www.trueusd.com/',
1795
1811
  description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
1796
1812
  logoURI: 'https://tokens.pancakeswap.finance/images/0x14016e85a25aeb13065688cafb43044c2ef86784.png',
1813
+ tags: ['STABLECOIN'],
1797
1814
  },
1798
1815
  VRT: {
1799
1816
  name: 'VRT',
@@ -2058,7 +2075,7 @@ exports.tokens = {
2058
2075
  website: 'https://iron.finance/',
2059
2076
  description: 'IRON is the stablecoin token of the iron.finance protocol.',
2060
2077
  logoURI: 'https://bscscan.com/token/images/ironfinance_32.png?=v1',
2061
- risks: ['SYNTH_STABLE'],
2078
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2062
2079
  },
2063
2080
  KEYFI: {
2064
2081
  name: 'KeyFi Token',
@@ -2269,6 +2286,7 @@ exports.tokens = {
2269
2286
  website: 'https://mirror.finance/',
2270
2287
  description: 'Mirrored COIN (mCOIN) is a synthetic asset tracking the price of a Coinbase stock.',
2271
2288
  logoURI: 'https://tokens.pancakeswap.finance/images/0x49022089e78a8d46ec87a3af86a1db6c189afa6f.png',
2289
+ tags: ['SYNTHETIC'],
2272
2290
  },
2273
2291
  MDX: {
2274
2292
  name: 'MDEX Token',
@@ -2315,7 +2333,7 @@ exports.tokens = {
2315
2333
  bridge: 'binance-peg',
2316
2334
  logoURI: 'https://tokens.pancakeswap.finance/images/0xe9e7cea3dedca5984780bafc599bd69add087d56.png',
2317
2335
  documentation: 'https://help.paxos.com/hc/en-us/articles/4402670144148-BUSD',
2318
- risks: ['SYNTH_STABLE'],
2336
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2319
2337
  },
2320
2338
  ETH: {
2321
2339
  name: 'Ethereum Token',
@@ -2366,6 +2384,7 @@ exports.tokens = {
2366
2384
  bridge: 'binance-peg',
2367
2385
  logoURI: 'https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png',
2368
2386
  documentation: 'https://tether.to/en/how-it-works',
2387
+ tags: ['STABLECOIN'],
2369
2388
  },
2370
2389
  XRP: {
2371
2390
  name: 'XRP Token',
@@ -2459,7 +2478,7 @@ exports.tokens = {
2459
2478
  bridge: 'binance-peg',
2460
2479
  logoURI: 'https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png',
2461
2480
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
2462
- risks: ['SYNTH_STABLE'],
2481
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2463
2482
  },
2464
2483
  YFII: {
2465
2484
  name: 'YFII.finance Token',
@@ -2731,6 +2750,7 @@ exports.tokens = {
2731
2750
  website: 'https://www.kava.io/',
2732
2751
  description: 'USDX is the crypto-backed native stablecoin of the Kava DeFi hub.',
2733
2752
  logoURI: 'https://tokens.pancakeswap.finance/images/0x1203355742e76875154c0d13eb81dcd7711dc7d9.png',
2753
+ tags: ['SYNTHETIC'],
2734
2754
  },
2735
2755
  INJ: {
2736
2756
  name: 'Injective Protocol',
@@ -2766,6 +2786,7 @@ exports.tokens = {
2766
2786
  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.',
2767
2787
  bridge: 'binance-peg',
2768
2788
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
2789
+ tags: ['STABLECOIN'],
2769
2790
  },
2770
2791
  CTK: {
2771
2792
  name: 'CertiK Token',
@@ -2830,7 +2851,7 @@ exports.tokens = {
2830
2851
  website: 'https://qian.finance/',
2831
2852
  description: 'QUSD is the stablecoin developed by the QIAN protocol.',
2832
2853
  logoURI: 'https://tokens.pancakeswap.finance/images/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E.png',
2833
- risks: ['SYNTH_STABLE'],
2854
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2834
2855
  },
2835
2856
  VAI: {
2836
2857
  name: 'VAI Stablecoin',
@@ -2842,7 +2863,7 @@ exports.tokens = {
2842
2863
  website: 'https://venus.io/',
2843
2864
  description: 'Vai is a decentralized stablecoin built on the Venus Protocol that runs on the Binance Smart Chain.',
2844
2865
  logoURI: 'https://tokens.pancakeswap.finance/images/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7.png',
2845
- risks: ['SYNTH_STABLE'],
2866
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2846
2867
  },
2847
2868
  JUV: {
2848
2869
  name: 'Juventus',
@@ -3019,7 +3040,7 @@ exports.tokens = {
3019
3040
  website: 'https://mirror.finance/',
3020
3041
  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.',
3021
3042
  logoURI: 'https://tokens.pancakeswap.finance/images/0x23396cF899Ca06c4472205fC903bDB4de249D6fC.png',
3022
- risks: ['SYNTH_STABLE'],
3043
+ tags: ['STABLECOIN', 'SYNTHETIC'],
3023
3044
  },
3024
3045
  EGLD: {
3025
3046
  name: 'Elrond',
@@ -3075,6 +3096,7 @@ exports.tokens = {
3075
3096
  website: 'https://www.liquity.org/',
3076
3097
  description: 'LUSD is the USD-pegged stablecoin used to pay out loans on the Liquity protocol.',
3077
3098
  logoURI: 'https://tokens.pancakeswap.finance/images/0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e.png',
3099
+ tags: ['SYNTHETIC'],
3078
3100
  },
3079
3101
  SFP: {
3080
3102
  name: 'SafePal Token',
@@ -3108,6 +3130,7 @@ exports.tokens = {
3108
3130
  website: 'https://renproject.io/',
3109
3131
  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.',
3110
3132
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
3133
+ tags: ['SYNTHETIC'],
3111
3134
  },
3112
3135
  renDOGE: {
3113
3136
  name: 'renDOGE',
@@ -3119,6 +3142,7 @@ exports.tokens = {
3119
3142
  website: 'https://renproject.io/',
3120
3143
  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.',
3121
3144
  logoURI: 'https://tokens.pancakeswap.finance/images/0xc3fed6eb39178a541d274e6fc748d48f0ca01cc3.png',
3145
+ tags: ['SYNTHETIC'],
3122
3146
  },
3123
3147
  anyMTLX: {
3124
3148
  name: 'anyMTLX',
@@ -3196,6 +3220,7 @@ exports.tokens = {
3196
3220
  website: 'https://renproject.io/',
3197
3221
  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.',
3198
3222
  logoURI: 'https://tokens.pancakeswap.finance/images/0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7.png',
3223
+ tags: ['SYNTHETIC'],
3199
3224
  },
3200
3225
  IOTX: {
3201
3226
  name: 'IoTeX',
@@ -3384,6 +3409,7 @@ exports.tokens = {
3384
3409
  website: 'https://p.network/',
3385
3410
  description: 'pBTC is a 1:1 pegged ERC777 Bitcoin representation on Ethereum.',
3386
3411
  logoURI: 'https://tokens.pancakeswap.finance/images/0xed28a457a5a76596ac48d87c0f577020f6ea1c4c.png',
3412
+ tags: ['SYNTHETIC'],
3387
3413
  },
3388
3414
  MIR: {
3389
3415
  name: 'Mirror Finance',
@@ -3626,6 +3652,7 @@ exports.tokens = {
3626
3652
  website: 'https://diamondhand.fi/',
3627
3653
  description: 'dBTC is a synthetic token pegged to BTC developed by Diamonhand.fi.',
3628
3654
  logoURI: 'https://app.iron.finance/static/media/DBTC.2bb24d53.png',
3655
+ tags: ['SYNTHETIC'],
3629
3656
  },
3630
3657
  dBNB: {
3631
3658
  name: 'Diamond-Peg BNB',
@@ -3637,6 +3664,7 @@ exports.tokens = {
3637
3664
  website: 'https://diamondhand.fi/',
3638
3665
  description: 'dBNB is a synthetic token pegged to BNB developed by Diamonhand.fi.',
3639
3666
  logoURI: 'https://app.iron.finance/static/media/DBNB.57de3f13.png',
3667
+ tags: ['SYNTHETIC'],
3640
3668
  },
3641
3669
  dETH: {
3642
3670
  name: 'Diamond-Peg ETH',
@@ -3648,6 +3676,7 @@ exports.tokens = {
3648
3676
  website: 'https://diamondhand.fi/',
3649
3677
  description: 'dETH is a synthetic token pegged to ETH developed by Diamonhand.fi.',
3650
3678
  logoURI: 'https://app.iron.finance/static/media/DETH.4802e6eb.png',
3679
+ tags: ['SYNTHETIC'],
3651
3680
  },
3652
3681
  dADA: {
3653
3682
  name: 'Diamond-Peg ADA',
@@ -3659,6 +3688,7 @@ exports.tokens = {
3659
3688
  website: 'https://diamondhand.fi/',
3660
3689
  description: 'dADA is a synthetic token pegged to ADA developed by Diamonhand.fi.',
3661
3690
  logoURI: 'https://app.iron.finance/static/media/DADA.d9b1a86c.png',
3691
+ tags: ['SYNTHETIC'],
3662
3692
  },
3663
3693
  dDOT: {
3664
3694
  name: 'Diamond-Peg DOT',
@@ -3670,6 +3700,7 @@ exports.tokens = {
3670
3700
  website: 'https://diamondhand.fi/',
3671
3701
  description: 'dDOT is a synthetic token pegged to DOT developed by Diamonhand.fi.',
3672
3702
  logoURI: '',
3703
+ tags: ['SYNTHETIC'],
3673
3704
  },
3674
3705
  KROWN: {
3675
3706
  name: 'Krown',
@@ -4057,7 +4088,7 @@ exports.tokens = {
4057
4088
  logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/TOR.svg',
4058
4089
  website: 'https://tor.hector.network/',
4059
4090
  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.',
4060
- risks: ['SYNTH_STABLE'],
4091
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4061
4092
  },
4062
4093
  CSIX: {
4063
4094
  name: 'Carbon',
@@ -4082,6 +4113,7 @@ exports.tokens = {
4082
4113
  bridge: 'native',
4083
4114
  logoURI: '',
4084
4115
  documentation: 'https://docs.overnight.fi/',
4116
+ tags: ['CURATED'],
4085
4117
  },
4086
4118
  'USDT+': {
4087
4119
  name: 'USDT+ Stablecoin',
@@ -4095,6 +4127,7 @@ exports.tokens = {
4095
4127
  bridge: 'native',
4096
4128
  logoURI: '',
4097
4129
  documentation: 'https://docs.overnight.fi/',
4130
+ tags: ['CURATED'],
4098
4131
  },
4099
4132
  USDD: {
4100
4133
  name: 'Decentralized USD',
@@ -4107,7 +4140,7 @@ exports.tokens = {
4107
4140
  website: 'https://usdd.io/',
4108
4141
  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.',
4109
4142
  documentation: 'https://usdd.io/docs/',
4110
- risks: ['SYNTH_STABLE'],
4143
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4111
4144
  },
4112
4145
  frxETH: {
4113
4146
  name: 'Frax Ether',
@@ -4180,6 +4213,7 @@ exports.tokens = {
4180
4213
  description: 'Venus wrapped USDT. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.',
4181
4214
  logoURI: '',
4182
4215
  staked: true,
4216
+ tags: ['STABLECOIN'],
4183
4217
  },
4184
4218
  RDNT: {
4185
4219
  name: 'RDNT',
@@ -4204,6 +4238,7 @@ exports.tokens = {
4204
4238
  logoURI: '',
4205
4239
  documentation: 'https://docs.stafi.io/',
4206
4240
  bridge: 'native',
4241
+ tags: ['SYNTHETIC'],
4207
4242
  },
4208
4243
  voldBIFI: {
4209
4244
  name: 'Venus BIFI',
@@ -4239,7 +4274,7 @@ exports.tokens = {
4239
4274
  description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
4240
4275
  documentation: 'https://docs.usdv.money/docs',
4241
4276
  bridge: 'layer-zero',
4242
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
4277
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
4243
4278
  },
4244
4279
  weETH: {
4245
4280
  name: 'Wrapped eETH',
@@ -4253,7 +4288,7 @@ exports.tokens = {
4253
4288
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
4254
4289
  documentation: 'https://etherfi.gitbook.io/etherfi',
4255
4290
  bridge: 'stargate',
4256
- risks: ['NO_TIMELOCK'],
4291
+ tags: ['NO_TIMELOCK'],
4257
4292
  },
4258
4293
  ZRO: {
4259
4294
  name: 'LayerZero',
@@ -4280,7 +4315,7 @@ exports.tokens = {
4280
4315
  documentation: 'https://docs.bsc.lista.org/',
4281
4316
  description: 'slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.',
4282
4317
  bridge: 'native',
4283
- risks: ['NO_TIMELOCK'],
4318
+ tags: ['NO_TIMELOCK'],
4284
4319
  },
4285
4320
  lisUSD,
4286
4321
  pxETH: {
@@ -4295,7 +4330,7 @@ exports.tokens = {
4295
4330
  documentation: 'https://dinero.xyz/docs',
4296
4331
  description: 'pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.',
4297
4332
  bridge: 'layer-zero',
4298
- risks: ['NO_TIMELOCK'],
4333
+ tags: ['NO_TIMELOCK'],
4299
4334
  },
4300
4335
  axlUSDC: {
4301
4336
  name: 'Axelar Wrapped USDC',
@@ -4309,6 +4344,7 @@ exports.tokens = {
4309
4344
  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.',
4310
4345
  bridge: 'axelar',
4311
4346
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
4347
+ tags: ['STABLECOIN'],
4312
4348
  },
4313
4349
  PEPE: {
4314
4350
  name: 'Pepe',
@@ -4322,7 +4358,7 @@ exports.tokens = {
4322
4358
  documentation: 'https://www.pepe.vip/',
4323
4359
  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.',
4324
4360
  bridge: 'layer-zero',
4325
- risks: ['NO_TIMELOCK'],
4361
+ tags: ['NO_TIMELOCK'],
4326
4362
  },
4327
4363
  'SolvBTC.BBN': {
4328
4364
  name: 'SolvBTC Babylon',
@@ -4336,7 +4372,7 @@ exports.tokens = {
4336
4372
  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.',
4337
4373
  bridge: 'native',
4338
4374
  documentation: 'https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn',
4339
- risks: ['NO_TIMELOCK'],
4375
+ tags: ['NO_TIMELOCK'],
4340
4376
  },
4341
4377
  wstETH: {
4342
4378
  name: 'Lido Wrapped Staked ETH',
@@ -4363,7 +4399,7 @@ exports.tokens = {
4363
4399
  description: 'MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ',
4364
4400
  documentation: 'https://docs.myshell.ai/',
4365
4401
  bridge: 'layer-zero',
4366
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
4402
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
4367
4403
  },
4368
4404
  TST: {
4369
4405
  name: 'Test',
@@ -4512,7 +4548,7 @@ exports.tokens = {
4512
4548
  description: 'Plasma is a high-performance layer 1 blockchain purpose-built for stablecoins.',
4513
4549
  documentation: 'https://docs.plasma.to/',
4514
4550
  bridge: 'layer-zero',
4515
- risks: ['NO_TIMELOCK'],
4551
+ tags: ['NO_TIMELOCK'],
4516
4552
  },
4517
4553
  PUP: {
4518
4554
  name: 'PUP',
@@ -4574,7 +4610,7 @@ exports.tokens = {
4574
4610
  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.',
4575
4611
  documentation: 'https://four-meme.gitbook.io/four.meme/protocol-integration',
4576
4612
  bridge: 'native',
4577
- risks: ['NO_TIMELOCK'],
4613
+ tags: ['NO_TIMELOCK'],
4578
4614
  },
4579
4615
  BNBHolder: {
4580
4616
  name: 'BNBHolder',
@@ -4599,7 +4635,7 @@ exports.tokens = {
4599
4635
  website: 'https://chainopera.ai/',
4600
4636
  description: 'ChainOpera AI empowers collaborative intelligence through a network of AI agents co-created and co-operated by the community.',
4601
4637
  bridge: 'native',
4602
- risks: ['LARGE_HOLDERS'],
4638
+ tags: ['LARGE_HOLDERS'],
4603
4639
  documentation: 'https://paper.chainopera.ai/',
4604
4640
  },
4605
4641
  FINGERHEART: {
@@ -4625,7 +4661,7 @@ exports.tokens = {
4625
4661
  website: 'https://www.xpin.network/',
4626
4662
  description: 'XPIN Network is a revolutionary Decentralized Wireless Network Platform designed to redefine global connectivity. The $XPIN token powers the network.',
4627
4663
  bridge: 'native',
4628
- risks: ['LARGE_HOLDERS'],
4664
+ tags: ['LARGE_HOLDERS'],
4629
4665
  documentation: 'https://docs.xpin.network/tokenomics',
4630
4666
  },
4631
4667
  LAB: {
@@ -4639,7 +4675,7 @@ exports.tokens = {
4639
4675
  website: 'https://lab.pro/',
4640
4676
  description: 'Multi-chain trading infrastructure – overlay, app & Telegram. Trade and analyze with sub-second execution, low fees, and transparent rewards.',
4641
4677
  bridge: 'native',
4642
- risks: ['LARGE_HOLDERS'],
4678
+ tags: ['LARGE_HOLDERS'],
4643
4679
  documentation: 'https://docs.lab.pro/',
4644
4680
  },
4645
4681
  };