@whisk/steakhouse 0.0.7 → 0.0.9

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 (186) hide show
  1. package/dist/metadata/generated/vaults.js +384 -165
  2. package/dist/metadata/generated/vaults.js.map +1 -1
  3. package/dist/metadata/index.d.ts +2 -2
  4. package/dist/metadata/index.js +1 -3
  5. package/dist/metadata/index.js.map +1 -1
  6. package/dist/metadata/types.d.ts +8 -8
  7. package/dist/metadata/types.js +2 -2
  8. package/dist/metadata/types.js.map +1 -1
  9. package/dist/queries/getTvl.d.ts +1 -0
  10. package/dist/queries/getTvl.js +1 -0
  11. package/dist/queries/getTvl.js.map +1 -1
  12. package/package.json +5 -3
  13. package/src/metadata/README.md +186 -59
  14. package/src/metadata/generated/VAULTS.md +139 -0
  15. package/src/metadata/generated/vaults.ts +384 -165
  16. package/src/metadata/index.ts +1 -4
  17. package/src/metadata/types.ts +7 -7
  18. package/src/metadata/vault-verification.test.ts +274 -0
  19. package/src/metadata/vaults/arbitrum/eth-prime-instant.md +6 -0
  20. package/src/metadata/vaults/arbitrum/usdc-high-yield-instant-v1.md +15 -0
  21. package/src/metadata/vaults/arbitrum/usdc-high-yield-instant.md +15 -0
  22. package/src/metadata/vaults/arbitrum/usdc-prime-instant.md +6 -0
  23. package/src/metadata/vaults/arbitrum/usdt0-high-yield-instant-v1.md +15 -0
  24. package/src/metadata/vaults/arbitrum/usdt0-high-yield-instant.md +15 -0
  25. package/src/metadata/vaults/base/eth-prime.md +6 -0
  26. package/src/metadata/vaults/base/eth-turbo.md +17 -0
  27. package/src/metadata/vaults/base/eura-prime.md +6 -0
  28. package/src/metadata/vaults/base/eurc-prime-deblock.md +6 -0
  29. package/src/metadata/vaults/base/eurc-prime-instant-v1.md +15 -0
  30. package/src/metadata/vaults/base/eurc-prime-instant.md +15 -0
  31. package/src/metadata/vaults/base/usdc-high-yield-grove.md +6 -0
  32. package/src/metadata/vaults/base/usdc-high-yield-instant-v1.md +15 -0
  33. package/src/metadata/vaults/base/usdc-high-yield-instant.md +15 -0
  34. package/src/metadata/vaults/base/usdc-high-yield-v1-1.md +6 -0
  35. package/src/metadata/vaults/base/usdc-high-yield.md +6 -0
  36. package/src/metadata/vaults/base/usdc-prime-farcaster.md +6 -0
  37. package/src/metadata/vaults/base/usdc-prime-instant-v1-a.md +15 -0
  38. package/src/metadata/vaults/base/usdc-prime-instant-v1-b.md +15 -0
  39. package/src/metadata/vaults/base/usdc-prime-instant-v2-a.md +6 -0
  40. package/src/metadata/vaults/base/usdc-prime-instant-v2-b.md +6 -0
  41. package/src/metadata/vaults/base/usdc-prime-instant.md +6 -0
  42. package/src/metadata/vaults/base/usdc-prime-ramp.md +6 -0
  43. package/src/metadata/vaults/base/usdc-prime-safe.md +6 -0
  44. package/src/metadata/vaults/base/usdc-prime-tron.md +6 -0
  45. package/src/metadata/vaults/base/xsgd-prime-instant.md +15 -0
  46. package/src/metadata/vaults/base/xsgd-prime.md +6 -0
  47. package/src/metadata/vaults/katana/ausd-high-yield-instant-v1.md +15 -0
  48. package/src/metadata/vaults/katana/ausd-high-yield.md +6 -0
  49. package/src/metadata/vaults/katana/usdc-high-yield-instant-v1.md +15 -0
  50. package/src/metadata/vaults/katana/usdc-prime-instant-v1.md +15 -0
  51. package/src/metadata/vaults/mainnet/ausd-high-yield-grove.md +6 -0
  52. package/src/metadata/vaults/mainnet/ausd-high-yield-instant-v1.md +17 -0
  53. package/src/metadata/vaults/mainnet/ausd-high-yield-instant.md +15 -0
  54. package/src/metadata/vaults/mainnet/cbbtc-turbo.md +17 -0
  55. package/src/metadata/vaults/mainnet/dai-high-yield.md +6 -0
  56. package/src/metadata/vaults/mainnet/eth-high-yield-smokehouse.md +6 -0
  57. package/src/metadata/vaults/mainnet/eth-prime-instant-v1.md +17 -0
  58. package/src/metadata/vaults/mainnet/eth-prime-instant.md +15 -0
  59. package/src/metadata/vaults/mainnet/eth-turbo.md +17 -0
  60. package/src/metadata/vaults/mainnet/ethena-usdtb-prime-instant-v1.md +15 -0
  61. package/src/metadata/vaults/mainnet/eurc-prime-instant-v2.md +6 -0
  62. package/src/metadata/vaults/mainnet/eurcv-prime-instant-safe.md +6 -0
  63. package/src/metadata/vaults/mainnet/eurcv-prime-instant.md +15 -0
  64. package/src/metadata/vaults/mainnet/eurcv-prime.md +6 -0
  65. package/src/metadata/vaults/mainnet/pyusd-high-yield-instant.md +2 -2
  66. package/src/metadata/vaults/mainnet/pyusd-prime-instant.md +6 -0
  67. package/src/metadata/vaults/mainnet/pyusd-prime.md +6 -0
  68. package/src/metadata/vaults/mainnet/rusd-prime.md +6 -0
  69. package/src/metadata/vaults/mainnet/usdc-high-yield-grove.md +6 -0
  70. package/src/metadata/vaults/mainnet/usdc-high-yield-instant-v1.md +17 -0
  71. package/src/metadata/vaults/mainnet/usdc-high-yield-instant.md +15 -0
  72. package/src/metadata/vaults/mainnet/usdc-high-yield-safe.md +6 -0
  73. package/src/metadata/vaults/mainnet/usdc-high-yield-term.md +17 -0
  74. package/src/metadata/vaults/mainnet/usdc-prime-3f.md +15 -0
  75. package/src/metadata/vaults/mainnet/usdc-prime-coinshift.md +6 -0
  76. package/src/metadata/vaults/mainnet/usdc-prime-cronos.md +6 -0
  77. package/src/metadata/vaults/mainnet/usdc-prime-grove.md +6 -0
  78. package/src/metadata/vaults/mainnet/usdc-prime-infinifi.md +6 -0
  79. package/src/metadata/vaults/mainnet/usdc-prime-instant-v1.md +17 -0
  80. package/src/metadata/vaults/mainnet/usdc-prime-instant.md +15 -0
  81. package/src/metadata/vaults/mainnet/usdc-prime-reservoir-v2.md +6 -0
  82. package/src/metadata/vaults/mainnet/usdc-prime-reservoir.md +6 -0
  83. package/src/metadata/vaults/mainnet/usdc-prime-rwa.md +6 -0
  84. package/src/metadata/vaults/mainnet/usdc-prime-safe.md +6 -0
  85. package/src/metadata/vaults/mainnet/usdc-turbo.md +17 -0
  86. package/src/metadata/vaults/mainnet/usdc-vault-bridge.md +6 -0
  87. package/src/metadata/vaults/mainnet/usdq-prime.md +6 -0
  88. package/src/metadata/vaults/mainnet/usdr-prime.md +6 -0
  89. package/src/metadata/vaults/mainnet/usdt-high-yield-instant-v1.md +17 -0
  90. package/src/metadata/vaults/mainnet/usdt-high-yield-instant.md +15 -0
  91. package/src/metadata/vaults/mainnet/usdt-high-yield-safe.md +6 -0
  92. package/src/metadata/vaults/mainnet/usdt-prime-instant-v1.md +17 -0
  93. package/src/metadata/vaults/mainnet/usdt-prime-instant.md +15 -0
  94. package/src/metadata/vaults/mainnet/usdt-prime-lite.md +6 -0
  95. package/src/metadata/vaults/mainnet/usdt-prime-safe.md +6 -0
  96. package/src/metadata/vaults/mainnet/wsteth-high-yield.md +6 -0
  97. package/src/metadata/vaults/monad/ausd-high-yield-grove.md +6 -0
  98. package/src/metadata/vaults/monad/ausd-high-yield-instant-v1.md +15 -0
  99. package/src/metadata/vaults/monad/ausd-high-yield-instant.md +6 -0
  100. package/src/metadata/vaults/monad/eth-prime-instant-v1.md +15 -0
  101. package/src/metadata/vaults/monad/eth-prime-instant.md +6 -0
  102. package/src/metadata/vaults/monad/usdc-high-yield-instant-v1.md +15 -0
  103. package/src/metadata/vaults/monad/usdc-high-yield-instant.md +6 -0
  104. package/src/metadata/vaults/monad/usdt0-high-yield-instant.md +6 -0
  105. package/src/metadata/vaults/polygon/jpyc-prime-paotech.md +6 -0
  106. package/src/metadata/vaults/polygon/usdc-high-yield-instant.md +6 -0
  107. package/src/metadata/vaults/polygon/usdt0-high-yield-instant.md +6 -0
  108. package/src/metadata/vaults/unichain/eth-prime.md +7 -0
  109. package/src/metadata/vaults/unichain/wsteth-prime.md +7 -0
  110. package/src/queries/getTvl.ts +1 -0
  111. package/src/metadata/vaults/arbitrum/high-yield-turbo-usdc.md +0 -6
  112. package/src/metadata/vaults/arbitrum/high-yield-usdc-v1.md +0 -6
  113. package/src/metadata/vaults/arbitrum/high-yield-usdc-v2.md +0 -6
  114. package/src/metadata/vaults/arbitrum/high-yield-usdt-v2.md +0 -6
  115. package/src/metadata/vaults/base/deblock-eurc.md +0 -6
  116. package/src/metadata/vaults/base/eth-v1.md +0 -6
  117. package/src/metadata/vaults/base/eura.md +0 -6
  118. package/src/metadata/vaults/base/eurc-v1.md +0 -6
  119. package/src/metadata/vaults/base/high-yield-instant-usdc.md +0 -6
  120. package/src/metadata/vaults/base/high-yield-turbo-eth.md +0 -6
  121. package/src/metadata/vaults/base/high-yield-usdc-v1-1.md +0 -6
  122. package/src/metadata/vaults/base/high-yield-usdc.md +0 -6
  123. package/src/metadata/vaults/base/prime-instant-usdc.md +0 -6
  124. package/src/metadata/vaults/base/safe-x-eth-2.md +0 -6
  125. package/src/metadata/vaults/base/safe-x-eth.md +0 -6
  126. package/src/metadata/vaults/base/safe-x-usdc.md +0 -6
  127. package/src/metadata/vaults/base/smokehouse-usdc.md +0 -6
  128. package/src/metadata/vaults/base/susds.md +0 -6
  129. package/src/metadata/vaults/base/usda.md +0 -6
  130. package/src/metadata/vaults/base/usdc-rwa.md +0 -6
  131. package/src/metadata/vaults/base/usdc-v1.md +0 -6
  132. package/src/metadata/vaults/katana/high-yield-ausd.md +0 -6
  133. package/src/metadata/vaults/katana/high-yield-usdc.md +0 -6
  134. package/src/metadata/vaults/katana/prime-ausd.md +0 -6
  135. package/src/metadata/vaults/katana/prime-usdc.md +0 -6
  136. package/src/metadata/vaults/mainnet/3f-x-steakhouse.md +0 -6
  137. package/src/metadata/vaults/mainnet/coinshift-usdc.md +0 -6
  138. package/src/metadata/vaults/mainnet/coinshift-usdl.md +0 -6
  139. package/src/metadata/vaults/mainnet/eth-v1.md +0 -6
  140. package/src/metadata/vaults/mainnet/ethena-usdt.md +0 -6
  141. package/src/metadata/vaults/mainnet/ethena-usdtb.md +0 -6
  142. package/src/metadata/vaults/mainnet/eurcv-v1.md +0 -6
  143. package/src/metadata/vaults/mainnet/high-yield-instant-ausd-v2.md +0 -6
  144. package/src/metadata/vaults/mainnet/high-yield-instant-usdc-v2.md +0 -6
  145. package/src/metadata/vaults/mainnet/high-yield-instant-usdt-v2.md +0 -6
  146. package/src/metadata/vaults/mainnet/high-yield-term-usdc.md +0 -6
  147. package/src/metadata/vaults/mainnet/high-yield-turbo-cbbtc-v2.md +0 -6
  148. package/src/metadata/vaults/mainnet/high-yield-turbo-eth-v2.md +0 -6
  149. package/src/metadata/vaults/mainnet/high-yield-turbo-usdt-v2.md +0 -6
  150. package/src/metadata/vaults/mainnet/infinifi-usdc.md +0 -6
  151. package/src/metadata/vaults/mainnet/level-usdc.md +0 -6
  152. package/src/metadata/vaults/mainnet/m-v1.md +0 -6
  153. package/src/metadata/vaults/mainnet/paxg-v1.md +0 -6
  154. package/src/metadata/vaults/mainnet/peaty-usdc.md +0 -6
  155. package/src/metadata/vaults/mainnet/prime-instant-eth-v2.md +0 -6
  156. package/src/metadata/vaults/mainnet/prime-instant-eurcv-v2.md +0 -6
  157. package/src/metadata/vaults/mainnet/prime-instant-pyusd-v2.md +0 -6
  158. package/src/metadata/vaults/mainnet/prime-instant-usdc-v2.md +0 -6
  159. package/src/metadata/vaults/mainnet/prime-instant-usdt-v2.md +0 -6
  160. package/src/metadata/vaults/mainnet/pyusd-v1.md +0 -6
  161. package/src/metadata/vaults/mainnet/rusd-v1.md +0 -6
  162. package/src/metadata/vaults/mainnet/safe-x-eth.md +0 -6
  163. package/src/metadata/vaults/mainnet/safe-x-smokehouse-usdc.md +0 -6
  164. package/src/metadata/vaults/mainnet/safe-x-smokehouse-usdt.md +0 -6
  165. package/src/metadata/vaults/mainnet/safe-x-smokehouse-wbtc.md +0 -6
  166. package/src/metadata/vaults/mainnet/safe-x-smokehouse-wsteth.md +0 -6
  167. package/src/metadata/vaults/mainnet/safe-x-usdc.md +0 -6
  168. package/src/metadata/vaults/mainnet/safe-x-usdt.md +0 -6
  169. package/src/metadata/vaults/mainnet/smokehouse-cbbtc.md +0 -6
  170. package/src/metadata/vaults/mainnet/smokehouse-dai.md +0 -6
  171. package/src/metadata/vaults/mainnet/smokehouse-eth.md +0 -6
  172. package/src/metadata/vaults/mainnet/smokehouse-usdc.md +0 -6
  173. package/src/metadata/vaults/mainnet/smokehouse-usdt.md +0 -6
  174. package/src/metadata/vaults/mainnet/smokehouse-wsteth.md +0 -6
  175. package/src/metadata/vaults/mainnet/usdc-rwa.md +0 -6
  176. package/src/metadata/vaults/mainnet/usdc-v1.md +0 -6
  177. package/src/metadata/vaults/mainnet/usdq.md +0 -6
  178. package/src/metadata/vaults/mainnet/usdr.md +0 -6
  179. package/src/metadata/vaults/mainnet/usdt-lite.md +0 -6
  180. package/src/metadata/vaults/mainnet/usdt-v1.md +0 -6
  181. package/src/metadata/vaults/mainnet/vault-bridge-usdc.md +0 -6
  182. package/src/metadata/vaults/mainnet/wbtc-v1.md +0 -6
  183. package/src/metadata/vaults/monad/ausd-v2.md +0 -6
  184. package/src/metadata/vaults/monad/usdc-v2.md +0 -6
  185. package/src/metadata/vaults/unichain/eth.md +0 -6
  186. package/src/metadata/vaults/unichain/wsteth.md +0 -6
@@ -1,465 +1,684 @@
1
1
  const STEAKHOUSE_VAULTS = [
2
2
  {
3
3
  chainId: 42161,
4
- address: "0xBEEFFF13dD098De415e07F033daE65205B31A894",
5
- protocol: "morpho_v2",
6
- type: "Turbo"
4
+ address: "0x0623a67D69bB2F59D266897A15dC1509d291D631",
5
+ protocol: "morpho_v1",
6
+ strategy: "Prime",
7
+ isListed: true
7
8
  },
8
9
  {
9
10
  chainId: 42161,
10
11
  address: "0x5c0C306Aaa9F877de636f4d5822cA9F2E81563BA",
11
12
  protocol: "morpho_v1",
12
- type: "High Yield"
13
+ name: "(v1) USDC High Yield Instant",
14
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
15
+ strategy: "High Yield",
16
+ isListed: true
13
17
  },
14
18
  {
15
19
  chainId: 42161,
16
20
  address: "0xbeeff1D5dE8F79ff37a151681100B039661da518",
17
21
  protocol: "morpho_v2",
18
- type: "High Yield"
22
+ name: "USDC High Yield Instant",
23
+ description: "Allocating only to Morpho borrow/lend.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
24
+ strategy: "High Yield",
25
+ isListed: true
19
26
  },
20
27
  {
21
28
  chainId: 42161,
22
- address: "0xbeeff77CE5C059445714E6A3490E273fE7F2492F",
23
- protocol: "morpho_v2",
24
- type: "High Yield"
29
+ address: "0x250CF7c82bAc7cB6cf899b6052979d4B5BA1f9ca",
30
+ protocol: "morpho_v1",
31
+ strategy: "Prime",
32
+ isListed: true
25
33
  },
26
34
  {
27
- chainId: 8453,
28
- address: "0xBeEFDebfaea8350Ce8C4b3a6B7E5FE629c9e27A8",
35
+ chainId: 42161,
36
+ address: "0x4739E2c293bDCD835829aA7c5d7fBdee93565D1a",
37
+ protocol: "morpho_v1",
38
+ name: "(v1) USDT0 High Yield Instant",
39
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
40
+ strategy: "High Yield",
41
+ isListed: true
42
+ },
43
+ {
44
+ chainId: 42161,
45
+ address: "0xbeeff77CE5C059445714E6A3490E273fE7F2492F",
29
46
  protocol: "morpho_v2",
30
- type: "Prime"
47
+ name: "USDT0 High Yield Instant",
48
+ description: "Allocating only to Morpho borrow/lend.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
49
+ strategy: "High Yield",
50
+ isListed: true
31
51
  },
32
52
  {
33
53
  chainId: 8453,
34
54
  address: "0xbEEf050a7485865A7a8d8Ca0CC5f7536b7a3443e",
35
55
  protocol: "morpho_v1",
36
- type: "Prime"
56
+ isListed: false
57
+ },
58
+ {
59
+ chainId: 8453,
60
+ address: "0xBEEFFFdeADc2c172130Ac4C5Ae48c8D4708BFb40",
61
+ protocol: "morpho_v2",
62
+ name: "ETH Turbo",
63
+ description: "**High Leverage**\n\nTurbo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/turbo)) target a 10% liquidity rate held in repo and the remainder programmatically allocated to a simple leverage strategy.\n\nNAV accumulates when the cost of borrowing is persistently lower than the return on the underlying strategy. NAV decreases when the borrow cost is higher. The collateral selected fits our [risk framework](https://www.steakhouse.financial/docs/risk-management) to mitigate solvency risks.\n\nPositions are intended to be held for an extended period (>30 days) to avoid slippage from swapping into positions from diluting the NAV.\n\nUses [Steakhouse Box](https://www.steakhouse.financial/docs/products/infrastructure/box-vaults) custom adapters to extend the noncustodial features of Morpho v2 vaults to additional strategies beyond borrow/lend. As this vault does not use the Morpho adapter registry, it is not available on the Morpho frontend.",
64
+ strategy: "Turbo",
65
+ isListed: true
37
66
  },
38
67
  {
39
68
  chainId: 8453,
40
69
  address: "0xBEeFA28D5e56d41D35df760AB53B94D9FfD7051F",
41
70
  protocol: "morpho_v1",
42
- type: "High Yield"
71
+ strategy: "Prime",
72
+ isListed: true
73
+ },
74
+ {
75
+ chainId: 8453,
76
+ address: "0xBeEFDebfaea8350Ce8C4b3a6B7E5FE629c9e27A8",
77
+ protocol: "morpho_v2",
78
+ isListed: false
43
79
  },
44
80
  {
45
81
  chainId: 8453,
46
82
  address: "0xBeEF086b8807Dc5E5A1740C5E3a7C4c366eA6ab5",
47
83
  protocol: "morpho_v1",
48
- type: "Prime"
84
+ name: "(v1) EURC Prime Instant",
85
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
86
+ strategy: "Prime",
87
+ isListed: true
49
88
  },
50
89
  {
51
90
  chainId: 8453,
52
- address: "0xbeeff7aE5E00Aae3Db302e4B0d8C883810a58100",
91
+ address: "0xbeef009F28cCf367444a9F79096862920e025DC1",
53
92
  protocol: "morpho_v2",
54
- type: "High Yield"
93
+ name: "EURC Prime Instant",
94
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
95
+ strategy: "Prime",
96
+ isListed: true
55
97
  },
56
98
  {
57
99
  chainId: 8453,
58
- address: "0xBEEFFFdeADc2c172130Ac4C5Ae48c8D4708BFb40",
100
+ address: "0xBeEf2d50B428675a1921bC6bBF4bfb9D8cF1461A",
101
+ protocol: "morpho_v1",
102
+ isListed: false
103
+ },
104
+ {
105
+ chainId: 8453,
106
+ address: "0xCBeeF01994E24a60f7DCB8De98e75AD8BD4Ad60d",
107
+ protocol: "morpho_v1",
108
+ name: "(v1) USDC High Yield Instant",
109
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
110
+ strategy: "High Yield",
111
+ isListed: true
112
+ },
113
+ {
114
+ chainId: 8453,
115
+ address: "0xbeeff7aE5E00Aae3Db302e4B0d8C883810a58100",
59
116
  protocol: "morpho_v2",
60
- type: "Turbo"
117
+ name: "USDC High Yield Instant",
118
+ description: "Allocating only to Morpho borrow/lend.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
119
+ strategy: "High Yield",
120
+ isListed: true
61
121
  },
62
122
  {
63
123
  chainId: 8453,
64
124
  address: "0xBEEFA7B88064FeEF0cEe02AAeBBd95D30df3878F",
65
125
  protocol: "morpho_v1",
66
- type: "High Yield"
126
+ strategy: "High Yield",
127
+ isListed: true
67
128
  },
68
129
  {
69
130
  chainId: 8453,
70
- address: "0xCBeeF01994E24a60f7DCB8De98e75AD8BD4Ad60d",
131
+ address: "0xBeeFa74640a5f7c28966cbA82466EED5609444E0",
71
132
  protocol: "morpho_v1",
72
- type: "High Yield"
133
+ isListed: false
73
134
  },
74
135
  {
75
136
  chainId: 8453,
76
- address: "0xbeef0e0834849aCC03f0089F01f4F1Eeb06873C9",
137
+ address: "0xBeEF00fc6e87dE086A0e29169A2f6e25cF5C11a9",
77
138
  protocol: "morpho_v2",
78
- type: "Prime"
139
+ isListed: false
79
140
  },
80
141
  {
81
142
  chainId: 8453,
82
143
  address: "0xBEEFE94c8aD530842bfE7d8B397938fFc1cb83b2",
83
144
  protocol: "morpho_v1",
84
- type: "Prime"
145
+ name: "(v1) USDC Prime Instant",
146
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
147
+ strategy: "Prime",
148
+ isListed: true
85
149
  },
86
150
  {
87
151
  chainId: 8453,
88
- address: "0xBeef2dc30633221Fa51A1C3e5299BFf8C69fc0A8",
152
+ address: "0xbeeF010f9cb27031ad51e3333f9aF9C6B1228183",
89
153
  protocol: "morpho_v1",
90
- type: "Prime"
154
+ name: "(v1) USDC Prime Instant",
155
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
156
+ strategy: "Prime",
157
+ isListed: true
91
158
  },
92
159
  {
93
160
  chainId: 8453,
94
- address: "0xbeEFe1372c0A384aCEcBe8a0Adf3c94c389F6704",
95
- protocol: "morpho_v1",
96
- type: "Prime"
161
+ address: "0xbeef0e0834849aCC03f0089F01f4F1Eeb06873C9",
162
+ protocol: "morpho_v2",
163
+ strategy: "Prime",
164
+ isListed: true
97
165
  },
98
166
  {
99
167
  chainId: 8453,
100
- address: "0xBeeFa74640a5f7c28966cbA82466EED5609444E0",
101
- protocol: "morpho_v1",
102
- type: "High Yield"
168
+ address: "0xbeef00f0A818894a2Cf111644A5098421611100E",
169
+ protocol: "morpho_v2",
170
+ strategy: "Prime",
171
+ isListed: true
103
172
  },
104
173
  {
105
174
  chainId: 8453,
106
- address: "0xB17B070A56043e1a5a1AB7443AfAFDEbcc1168D7",
107
- protocol: "morpho_v1",
108
- type: "High Yield"
175
+ address: "0xbeef00b4ebc8094A60006D75B277d30480e0a6D8",
176
+ protocol: "morpho_v2",
177
+ isListed: false
109
178
  },
110
179
  {
111
180
  chainId: 8453,
112
- address: "0xbEEfa1aBfEbE621DF50ceaEF9f54FdB73648c92C",
113
- protocol: "morpho_v1",
114
- type: "High Yield"
181
+ address: "0xbeef00b05AaFCf3caF27484Eea919E0AE7c7D048",
182
+ protocol: "morpho_v2",
183
+ isListed: false
115
184
  },
116
185
  {
117
186
  chainId: 8453,
118
- address: "0xbEefc4aDBE58173FCa2C042097Fe33095E68C3D6",
187
+ address: "0xbeEFe1372c0A384aCEcBe8a0Adf3c94c389F6704",
119
188
  protocol: "morpho_v1",
120
- type: "High Yield"
189
+ isListed: false
121
190
  },
122
191
  {
123
192
  chainId: 8453,
124
- address: "0xbeeF010f9cb27031ad51e3333f9aF9C6B1228183",
193
+ address: "0xBEEff02DE231f8B08c627C769edC73e7AcE47264",
194
+ protocol: "morpho_v2",
195
+ isListed: false
196
+ },
197
+ {
198
+ chainId: 8453,
199
+ address: "0xbeef00A299ae1784Fb7740d2d469F60a1E015fe9",
200
+ protocol: "morpho_v2",
201
+ name: "XSGD Prime Instant",
202
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
203
+ strategy: "Prime",
204
+ isListed: true
205
+ },
206
+ {
207
+ chainId: 8453,
208
+ address: "0xBeeF0c8333b3De8F0450565834db4EB05dEf7A5F",
125
209
  protocol: "morpho_v1",
126
- type: "Prime"
210
+ isListed: false
127
211
  },
128
212
  {
129
213
  chainId: 747474,
130
- address: "0xdE6a4F28Acfe431DD1CfA2D9c7A3d8301624a841",
214
+ address: "0x82c4C641CCc38719ae1f0FBd16A64808d838fDfD",
131
215
  protocol: "morpho_v1",
132
- type: "High Yield"
216
+ name: "(v1) AUSD High Yield Instant",
217
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
218
+ strategy: "High Yield",
219
+ isListed: true
133
220
  },
134
221
  {
135
222
  chainId: 747474,
136
- address: "0x1445A01a57D7B7663CfD7B4EE0a8Ec03B379aabD",
223
+ address: "0xdE6a4F28Acfe431DD1CfA2D9c7A3d8301624a841",
137
224
  protocol: "morpho_v1",
138
- type: "High Yield"
225
+ isListed: false
139
226
  },
140
227
  {
141
228
  chainId: 747474,
142
- address: "0x82c4C641CCc38719ae1f0FBd16A64808d838fDfD",
229
+ address: "0x1445A01a57D7B7663CfD7B4EE0a8Ec03B379aabD",
143
230
  protocol: "morpho_v1",
144
- type: "Prime"
231
+ name: "(v1) USDC High Yield Instant",
232
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
233
+ strategy: "High Yield",
234
+ isListed: true
145
235
  },
146
236
  {
147
237
  chainId: 747474,
148
238
  address: "0x61D4F9D3797BA4dA152238c53a6f93Fb665C3c1d",
149
239
  protocol: "morpho_v1",
150
- type: "Prime"
240
+ name: "(v1) USDC Prime Instant",
241
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
242
+ strategy: "Prime",
243
+ isListed: true
151
244
  },
152
245
  {
153
246
  chainId: 1,
154
- address: "0xBEEf3f3A04e28895f3D5163d910474901981183D",
247
+ address: "0xBEEfF0d672ab7F5018dFB614c93981045D4aA98a",
155
248
  protocol: "morpho_v2",
156
- type: "High Yield"
249
+ strategy: "High Yield",
250
+ isListed: true
157
251
  },
158
252
  {
159
253
  chainId: 1,
160
- address: "0x7204B7Dbf9412567835633B6F00C3Edc3a8D6330",
254
+ address: "0xBEeff2b772fa2F443cbd1Dd6D33b0C4bebF4aeb7",
161
255
  protocol: "morpho_v1",
162
- type: "Prime"
256
+ name: "(v1) AUSD High Yield Instant",
257
+ description: "**Consider switching to the [Morpho v2 equivalent](https://app.steakhouse/financial/earn/1/0xbeeff89abb7815ccd5182bd1ff82c4a4f8fcb13d)**\n\nAllocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
258
+ strategy: "High Yield",
259
+ isListed: true
163
260
  },
164
261
  {
165
262
  chainId: 1,
166
- address: "0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1",
167
- protocol: "morpho_v1",
168
- type: "Prime"
263
+ address: "0xbEeFf89ABb7815cCD5182BD1FF82C4a4F8FCb13D",
264
+ protocol: "morpho_v2",
265
+ name: "AUSD High Yield Instant",
266
+ description: "Allocating only to Morpho borrow/lend.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
267
+ strategy: "High Yield",
268
+ isListed: true
169
269
  },
170
270
  {
171
271
  chainId: 1,
172
- address: "0xBEEf050ecd6a16c4e7bfFbB52Ebba7846C4b8cD4",
173
- protocol: "morpho_v1",
174
- type: "Prime"
272
+ address: "0xBEEFFF506B52B3323c48aFE0Cb405A284F0f9cF2",
273
+ protocol: "morpho_v2",
274
+ name: "cbBTC Turbo",
275
+ description: "**High Leverage**\n\nTurbo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/turbo)) target a 10% liquidity rate held in repo and the remainder programmatically allocated to a simple leverage strategy.\n\nNAV accumulates when the cost of borrowing is persistently lower than the return on the underlying strategy. NAV decreases when the borrow cost is higher. The collateral selected fits our [risk framework](https://www.steakhouse.financial/docs/risk-management) to mitigate solvency risks.\n\nPositions are intended to be held for an extended period (>30 days) to avoid slippage from swapping into positions from diluting the NAV.\n\nUses [Steakhouse Box](https://www.steakhouse.financial/docs/products/infrastructure/box-vaults) custom adapters to extend the noncustodial features of Morpho v2 vaults to additional strategies beyond borrow/lend. As this vault does not use the Morpho adapter registry, it is not available on the Morpho frontend.",
276
+ strategy: "Turbo",
277
+ isListed: true
175
278
  },
176
279
  {
177
280
  chainId: 1,
178
- address: "0xbeEfdDbd3bef4726bCF9627a9BA3B901D4958745",
281
+ address: "0xbeeFfF68CC520D68f82641EFF84330C631E2490E",
179
282
  protocol: "morpho_v1",
180
- type: "High Yield"
283
+ isListed: false
181
284
  },
182
285
  {
183
286
  chainId: 1,
184
- address: "0xBeEFC1CDAfc5b4a649b54D07AFc6bF0f75C6F4E2",
287
+ address: "0xbEEF36A5C1372F8D7d211527FCE9f83FE02d8A73",
185
288
  protocol: "morpho_v1",
186
- type: "Prime"
289
+ strategy: "High Yield",
290
+ isListed: true
187
291
  },
188
292
  {
189
293
  chainId: 1,
190
- address: "0x75741A12B36D181f44F389E0c6B1E0210311e3Ff",
294
+ address: "0xBEEf050ecd6a16c4e7bfFbB52Ebba7846C4b8cD4",
191
295
  protocol: "morpho_v1",
192
- type: "Prime"
296
+ name: "(v1) ETH Prime Instant",
297
+ description: "**Consider switching to the [Morpho v2 equivalent](https://app.steakhouse/financial/earn/1/0xbeef0046fcab1de47e41fb75bb3dc4dfc94108e3)**\n\nAllocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
298
+ strategy: "Prime",
299
+ isListed: true
193
300
  },
194
301
  {
195
302
  chainId: 1,
196
- address: "0xbEeFf89ABb7815cCD5182BD1FF82C4a4F8FCb13D",
303
+ address: "0xbeef0046fcab1dE47E41fB75BB3dC4Dfc94108E3",
197
304
  protocol: "morpho_v2",
198
- type: "High Yield"
305
+ name: "ETH Prime Instant",
306
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
307
+ strategy: "Prime",
308
+ isListed: true
199
309
  },
200
310
  {
201
311
  chainId: 1,
202
- address: "0xbeeff2C5bF38f90e3482a8b19F12E5a6D2FCa757",
312
+ address: "0xBEEFFFcbA46C49A24cfBfFc19166e8f089B59300",
203
313
  protocol: "morpho_v2",
204
- type: "High Yield"
314
+ name: "ETH Turbo",
315
+ description: "**High Leverage**\n\nTurbo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/turbo)) target a 10% liquidity rate held in repo and the remainder programmatically allocated to a simple leverage strategy.\n\nNAV accumulates when the cost of borrowing is persistently lower than the return on the underlying strategy. NAV decreases when the borrow cost is higher. The collateral selected fits our [risk framework](https://www.steakhouse.financial/docs/risk-management) to mitigate solvency risks.\n\nPositions are intended to be held for an extended period (>30 days) to avoid slippage from swapping into positions from diluting the NAV.\n\nUses [Steakhouse Box](https://www.steakhouse.financial/docs/products/infrastructure/box-vaults) custom adapters to extend the noncustodial features of Morpho v2 vaults to additional strategies beyond borrow/lend. As this vault does not use the Morpho adapter registry, it is not available on the Morpho frontend.",
316
+ strategy: "Turbo",
317
+ isListed: true
205
318
  },
206
319
  {
207
320
  chainId: 1,
208
- address: "0xbeeff07d991C04CD640DE9F15C08ba59c4FEDEb7",
321
+ address: "0xBeEFC1CDAfc5b4a649b54D07AFc6bF0f75C6F4E2",
322
+ protocol: "morpho_v1",
323
+ name: "(v1) Ethena USDtb Prime Instant",
324
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
325
+ strategy: "Prime",
326
+ isListed: true
327
+ },
328
+ {
329
+ chainId: 1,
330
+ address: "0xbeef003E31546C7210687f1A7b40d096BE83ec58",
209
331
  protocol: "morpho_v2",
210
- type: "High Yield"
332
+ strategy: "Prime",
333
+ isListed: true
211
334
  },
212
335
  {
213
336
  chainId: 1,
214
- address: "0xBEEFFFC57A26fD8D3b693Ba025ead597DbECEBfe",
337
+ address: "0xbeef0D24920098C404c7Fc7942ee6d0f66d65D57",
215
338
  protocol: "morpho_v2",
216
- type: "Term"
339
+ isListed: false
217
340
  },
218
341
  {
219
342
  chainId: 1,
220
- address: "0xBEEFFF506B52B3323c48aFE0Cb405A284F0f9cF2",
343
+ address: "0xbeef0C075Da5D01112AE5cF34d257074fB5DDB2f",
221
344
  protocol: "morpho_v2",
222
- type: "Turbo"
345
+ name: "EURCV Prime Instant",
346
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
347
+ strategy: "Prime",
348
+ isListed: true
223
349
  },
224
350
  {
225
351
  chainId: 1,
226
- address: "0xBEEFFFcbA46C49A24cfBfFc19166e8f089B59300",
352
+ address: "0x75741A12B36D181f44F389E0c6B1E0210311e3Ff",
353
+ protocol: "morpho_v1",
354
+ isListed: false
355
+ },
356
+ {
357
+ chainId: 1,
358
+ address: "0xd8A6511979D9C5D387c819E9F8ED9F3a5C6c5379",
227
359
  protocol: "morpho_v2",
228
- type: "Turbo"
360
+ isListed: false
229
361
  },
230
362
  {
231
363
  chainId: 1,
232
- address: "0xBEEFFF4716a49418D69c251cab8759bB107e57C8",
364
+ address: "0xbeef00B5d83C1188F07A5184230a805639c39f04",
233
365
  protocol: "morpho_v2",
234
- type: "Turbo"
366
+ isListed: false
235
367
  },
236
368
  {
237
369
  chainId: 1,
238
- address: "0xBEeF1f5Bd88285E5B239B6AAcb991d38ccA23Ac9",
370
+ address: "0xbEEF02e5E13584ab96848af90261f0C8Ee04722a",
239
371
  protocol: "morpho_v1",
240
- type: "High Yield"
372
+ isListed: false
241
373
  },
242
374
  {
243
375
  chainId: 1,
244
- address: "0xbEEf11C63d7173BdCC2037e7220eE9Bd0cCDA862",
376
+ address: "0xBeEf11eCb698f4B5378685C05A210bdF71093521",
245
377
  protocol: "morpho_v1",
246
- type: "High Yield"
378
+ isListed: false
247
379
  },
248
380
  {
249
381
  chainId: 1,
250
- address: "0xa5aA40F27DAeDE9748822ef836170f202e196B5A",
382
+ address: "0xBEEf2B5FD3D94469b7782aeBe6364E6e6FB1B709",
251
383
  protocol: "morpho_v1",
252
- type: "Prime"
384
+ isListed: false
253
385
  },
254
386
  {
255
387
  chainId: 1,
256
- address: "0xBeeF7959aE71D4e45e1863dae0B94C35244AF816",
388
+ address: "0xBEeFFF209270748ddd194831b3fa287a5386f5bC",
257
389
  protocol: "morpho_v1",
258
- type: "Prime"
390
+ name: "(v1) USDC High Yield Instant",
391
+ description: "**Consider switching to the [Morpho v2 equivalent](https://app.steakhouse/financial/earn/1/0xbeeff2c5bf38f90e3482a8b19f12e5a6d2fca757)**\n\nAllocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
392
+ strategy: "High Yield",
393
+ isListed: true
259
394
  },
260
395
  {
261
396
  chainId: 1,
262
- address: "0xdcdCEa96147672Fe3B56dCb1AA5608332B67Ff84",
397
+ address: "0xbeeff2C5bF38f90e3482a8b19F12E5a6D2FCa757",
263
398
  protocol: "morpho_v2",
264
- type: "Term"
399
+ name: "USDC High Yield Instant",
400
+ description: "Allocating only to Morpho borrow/lend.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
401
+ strategy: "High Yield",
402
+ isListed: true
265
403
  },
266
404
  {
267
405
  chainId: 1,
268
- address: "0xbeef0046fcab1dE47E41fB75BB3dC4Dfc94108E3",
269
- protocol: "morpho_v2",
270
- type: "Prime"
406
+ address: "0xbEEf390D2e65d6E43A67875106d4A48f700F2832",
407
+ protocol: "morpho_v1",
408
+ isListed: false
271
409
  },
272
410
  {
273
411
  chainId: 1,
274
- address: "0xbeef0C075Da5D01112AE5cF34d257074fB5DDB2f",
412
+ address: "0xBEEFFFC57A26fD8D3b693Ba025ead597DbECEBfe",
275
413
  protocol: "morpho_v2",
276
- type: "Prime"
414
+ name: "USDC High Yield Term",
415
+ description: "**Term-locked strategy**\n\nTerm vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/term)) target a 10% liquidity rate held in repo and the remainder programmatically allocated to a simple buy-and-hold strategy of collateral assets with a fixed maturity.\n\nTerm collateral includes, for example, Pendle PT tokens held to maturity. The collateral selected fits our [risk framework](https://www.steakhouse.financial/docs/risk-management) to mitigate solvency risks.\n\nPositions are intended to be held for an extended period (>30 days) to avoid slippage from swapping into positions from diluting the NAV.\n\nUses [Steakhouse Box](https://www.steakhouse.financial/docs/products/infrastructure/box-vaults) custom adapters to extend the noncustodial features of Morpho v2 vaults to additional strategies beyond borrow/lend. As this vault does not use the Morpho adapter registry, it is not available on the Morpho frontend.",
416
+ strategy: "Term",
417
+ isListed: true
277
418
  },
278
419
  {
279
420
  chainId: 1,
280
- address: "0xbeef00B5d83C1188F07A5184230a805639c39f04",
421
+ address: "0xBEEf3f3A04e28895f3D5163d910474901981183D",
281
422
  protocol: "morpho_v2",
282
- type: "Prime"
423
+ name: "3F Ecosystem Vault",
424
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
425
+ strategy: "Prime",
426
+ isListed: true
283
427
  },
284
428
  {
285
429
  chainId: 1,
286
- address: "0xbeef088055857739C12CD3765F20b7679Def0f51",
287
- protocol: "morpho_v2",
288
- type: "Prime"
430
+ address: "0x7204B7Dbf9412567835633B6F00C3Edc3a8D6330",
431
+ protocol: "morpho_v1",
432
+ strategy: "Prime",
433
+ isListed: true
289
434
  },
290
435
  {
291
436
  chainId: 1,
292
- address: "0xbeef003C68896c7D2c3c60d363e8d71a49Ab2bf9",
293
- protocol: "morpho_v2",
294
- type: "Prime"
437
+ address: "0xbeEf96B330ef1Fe7Ebe41eCe0Bd4a41A94Bc03DC",
438
+ protocol: "morpho_v1",
439
+ isListed: false
295
440
  },
296
441
  {
297
442
  chainId: 1,
298
- address: "0xd8A6511979D9C5D387c819E9F8ED9F3a5C6c5379",
443
+ address: "0xBeefF08dF54897e7544aB01d0e86f013DA354111",
299
444
  protocol: "morpho_v2",
300
- type: "High Yield"
445
+ isListed: false
301
446
  },
302
447
  {
303
448
  chainId: 1,
304
- address: "0xbEEF02e5E13584ab96848af90261f0C8Ee04722a",
449
+ address: "0xBEeF1f5Bd88285E5B239B6AAcb991d38ccA23Ac9",
305
450
  protocol: "morpho_v1",
306
- type: "Prime"
451
+ isListed: false
307
452
  },
308
453
  {
309
454
  chainId: 1,
310
- address: "0xBeEf11eCb698f4B5378685C05A210bdF71093521",
455
+ address: "0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB",
311
456
  protocol: "morpho_v1",
312
- type: "Prime"
457
+ name: "(v1) USDC Prime Instant",
458
+ description: "**Consider switching to the [Morpho v2 equivalent](https://app.steakhouse/financial/earn/1/0xbeef088055857739c12cd3765f20b7679def0f51)**\n\nAllocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
459
+ strategy: "Prime",
460
+ isListed: true
313
461
  },
314
462
  {
315
463
  chainId: 1,
316
- address: "0xBeEFB45B6F9acB175e70acF16dC20D6120044c70",
317
- protocol: "morpho_v1",
318
- type: "Prime"
464
+ address: "0xbeef088055857739C12CD3765F20b7679Def0f51",
465
+ protocol: "morpho_v2",
466
+ name: "USDC Prime Instant",
467
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
468
+ strategy: "Prime",
469
+ isListed: true
319
470
  },
320
471
  {
321
472
  chainId: 1,
322
- address: "0xbEEf390D2e65d6E43A67875106d4A48f700F2832",
323
- protocol: "morpho_v1",
324
- type: "High Yield"
473
+ address: "0xBEeFF047C03714965a54b671A37C18beF6b96210",
474
+ protocol: "morpho_v2",
475
+ strategy: "Prime",
476
+ isListed: true
325
477
  },
326
478
  {
327
479
  chainId: 1,
328
- address: "0xbEEf0c18715ACDdC14a3123a608F491319F1C28C",
480
+ address: "0xbeEF346d7099865208Ff331e4f648f4154DDAa05",
329
481
  protocol: "morpho_v1",
330
- type: "High Yield"
482
+ isListed: false
331
483
  },
332
484
  {
333
485
  chainId: 1,
334
- address: "0xBEEFF900ec6faB1465252D2fBe731db8d1Ad5FD9",
486
+ address: "0x6D4e530B8431a52FFDA4516BA4Aadc0951897F8C",
335
487
  protocol: "morpho_v1",
336
- type: "High Yield"
488
+ strategy: "Prime",
489
+ isListed: true
337
490
  },
338
491
  {
339
492
  chainId: 1,
340
- address: "0xbEEffF79FFA3EE2D1bfcC32dE9cFd8129528D0E4",
493
+ address: "0xbEeFCe6c76C7D7A8066562Fe9FF0e343a52dD92F",
341
494
  protocol: "morpho_v1",
342
- type: "High Yield"
495
+ isListed: false
343
496
  },
344
497
  {
345
498
  chainId: 1,
346
- address: "0xbEeFCe6c76C7D7A8066562Fe9FF0e343a52dD92F",
347
- protocol: "morpho_v1",
348
- type: "Prime"
499
+ address: "0xBEEFFF4716a49418D69c251cab8759bB107e57C8",
500
+ protocol: "morpho_v2",
501
+ name: "USDC Turbo",
502
+ description: "**High Leverage**\n\nTurbo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/turbo)) target a 10% liquidity rate held in repo and the remainder programmatically allocated to a simple leverage strategy.\n\nNAV accumulates when the cost of borrowing is persistently lower than the return on the underlying strategy. NAV decreases when the borrow cost is higher. The collateral selected fits our [risk framework](https://www.steakhouse.financial/docs/risk-management) to mitigate solvency risks.\n\nPositions are intended to be held for an extended period (>30 days) to avoid slippage from swapping into positions from diluting the NAV.\n\nUses [Steakhouse Box](https://www.steakhouse.financial/docs/products/infrastructure/box-vaults) custom adapters to extend the noncustodial features of Morpho v2 vaults to additional strategies beyond borrow/lend. As this vault does not use the Morpho adapter registry, it is not available on the Morpho frontend.",
503
+ strategy: "Turbo",
504
+ isListed: true
349
505
  },
350
506
  {
351
507
  chainId: 1,
352
- address: "0xBEeF47b9F76C9672B967A7b88d0afFf245Be13ad",
508
+ address: "0xBEefb9f61CC44895d8AEc381373555a64191A9c4",
353
509
  protocol: "morpho_v1",
354
- type: "Prime"
510
+ isListed: false
355
511
  },
356
512
  {
357
513
  chainId: 1,
358
- address: "0xbEEF8DF2Ce4BaB5420123F9BF80dea4c65673257",
514
+ address: "0xA1b60d96e5C50dA627095B9381dc5a46AF1a9a42",
359
515
  protocol: "morpho_v1",
360
- type: "High Yield"
516
+ strategy: "Prime",
517
+ isListed: true
361
518
  },
362
519
  {
363
520
  chainId: 1,
364
- address: "0xbeeFfF68CC520D68f82641EFF84330C631E2490E",
521
+ address: "0x30881Baa943777f92DC934d53D3bFdF33382cab3",
365
522
  protocol: "morpho_v1",
366
- type: "High Yield"
523
+ strategy: "Prime",
524
+ isListed: true
367
525
  },
368
526
  {
369
527
  chainId: 1,
370
- address: "0xbEEF36A5C1372F8D7d211527FCE9f83FE02d8A73",
528
+ address: "0xA0804346780b4c2e3bE118ac957D1DB82F9d7484",
371
529
  protocol: "morpho_v1",
372
- type: "High Yield"
530
+ name: "(v1) USDT High Yield Instant",
531
+ description: "**Consider switching to the [Morpho v2 equivalent](https://app.steakhouse/financial/earn/1/0xbeeff07d991c04cd640de9f15c08ba59c4fedeb7)**\n\nAllocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
532
+ strategy: "High Yield",
533
+ isListed: true
373
534
  },
374
535
  {
375
536
  chainId: 1,
376
- address: "0xBEeFFF209270748ddd194831b3fa287a5386f5bC",
377
- protocol: "morpho_v1",
378
- type: "High Yield"
537
+ address: "0xbeeff07d991C04CD640DE9F15C08ba59c4FEDEb7",
538
+ protocol: "morpho_v2",
539
+ name: "USDT High Yield Instant",
540
+ description: "Allocating only to Morpho borrow/lend.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
541
+ strategy: "High Yield",
542
+ isListed: true
379
543
  },
380
544
  {
381
545
  chainId: 1,
382
- address: "0xA0804346780b4c2e3bE118ac957D1DB82F9d7484",
546
+ address: "0xbEEf0c18715ACDdC14a3123a608F491319F1C28C",
383
547
  protocol: "morpho_v1",
384
- type: "High Yield"
548
+ isListed: false
385
549
  },
386
550
  {
387
551
  chainId: 1,
388
- address: "0x833AdaeF212c5cD3f78906B44bBfb18258F238F0",
552
+ address: "0xbEef047a543E45807105E51A8BBEFCc5950fcfBa",
389
553
  protocol: "morpho_v1",
390
- type: "High Yield"
554
+ name: "(v1) USDT Prime Instant",
555
+ description: "**Consider switching to the [Morpho v2 equivalent](https://app.steakhouse/financial/earn/1/0xbeef003c68896c7d2c3c60d363e8d71a49ab2bf9)**\n\nAllocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
556
+ strategy: "Prime",
557
+ isListed: true
391
558
  },
392
559
  {
393
560
  chainId: 1,
394
- address: "0x6D4e530B8431a52FFDA4516BA4Aadc0951897F8C",
395
- protocol: "morpho_v1",
396
- type: "High Yield"
561
+ address: "0xbeef003C68896c7D2c3c60d363e8d71a49Ab2bf9",
562
+ protocol: "morpho_v2",
563
+ name: "USDT Prime Instant",
564
+ description: "Allocating only to Morpho borrow/lend.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
565
+ strategy: "Prime",
566
+ isListed: true
397
567
  },
398
568
  {
399
569
  chainId: 1,
400
- address: "0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB",
570
+ address: "0x097FFEDb80d4b2Ca6105a07a4D90eB739C45A666",
401
571
  protocol: "morpho_v1",
402
- type: "Prime"
572
+ strategy: "Prime",
573
+ isListed: true
403
574
  },
404
575
  {
405
576
  chainId: 1,
406
- address: "0xA1b60d96e5C50dA627095B9381dc5a46AF1a9a42",
577
+ address: "0xBEeF47b9F76C9672B967A7b88d0afFf245Be13ad",
407
578
  protocol: "morpho_v1",
408
- type: "Prime"
579
+ isListed: false
409
580
  },
410
581
  {
411
582
  chainId: 1,
412
- address: "0x30881Baa943777f92DC934d53D3bFdF33382cab3",
583
+ address: "0x833AdaeF212c5cD3f78906B44bBfb18258F238F0",
413
584
  protocol: "morpho_v1",
414
- type: "Prime"
585
+ isListed: false
415
586
  },
416
587
  {
417
- chainId: 1,
418
- address: "0x097FFEDb80d4b2Ca6105a07a4D90eB739C45A666",
588
+ chainId: 143,
589
+ address: "0x32841A8511D5c2c5b253f45668780B99139e476D",
419
590
  protocol: "morpho_v1",
420
- type: "Prime"
591
+ isListed: false
421
592
  },
422
593
  {
423
- chainId: 1,
424
- address: "0xbEef047a543E45807105E51A8BBEFCc5950fcfBa",
594
+ chainId: 143,
595
+ address: "0xBC03E505EE65f9fAa68a2D7e5A74452858C16D29",
425
596
  protocol: "morpho_v1",
426
- type: "Prime"
597
+ name: "(v1) AUSD High Yield Instant",
598
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
599
+ strategy: "High Yield",
600
+ isListed: true
427
601
  },
428
602
  {
429
- chainId: 1,
430
- address: "0xBEefb9f61CC44895d8AEc381373555a64191A9c4",
431
- protocol: "morpho_v1",
432
- type: "Prime"
603
+ chainId: 143,
604
+ address: "0xbeeffeA75cFC4128ebe10C8D7aE22016D215060D",
605
+ protocol: "morpho_v2",
606
+ strategy: "High Yield",
607
+ isListed: true
433
608
  },
434
609
  {
435
- chainId: 1,
436
- address: "0xbeEf094333AEdD535c130958c204E84f681FD9FA",
610
+ chainId: 143,
611
+ address: "0xba8424EBBEd6C51bEa6d6D903B8815838E6a0322",
437
612
  protocol: "morpho_v1",
438
- type: "Prime"
613
+ name: "(v1) ETH Prime Instant",
614
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nPrime Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/prime-instant)) maximizes exposure to repo markets on a blue-chip collateral only.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of AA or higher to mitigate solvency risks. The aggregated target maturity is less than one day.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
615
+ strategy: "Prime",
616
+ isListed: true
439
617
  },
440
618
  {
441
619
  chainId: 143,
442
- address: "0xbeeffeA75cFC4128ebe10C8D7aE22016D215060D",
620
+ address: "0xbeef04b01e0275D4ac2e2986256BB14E3Ff6ef42",
443
621
  protocol: "morpho_v2",
444
- type: "High Yield"
622
+ strategy: "Prime",
623
+ isListed: true
624
+ },
625
+ {
626
+ chainId: 143,
627
+ address: "0x802c91d807A8DaCA257c4708ab264B6520964e44",
628
+ protocol: "morpho_v1",
629
+ name: "(v1) USDC High Yield Instant",
630
+ description: "Allocating only to Morpho borrow/lend. Consider upgrading to a Steakhouse Morpho v2 vault for additional rewards, if available.\n\nHigh Yield Instant Repo vaults ([docs](https://www.steakhouse.financial/docs/products/vault-products/current/high-yield-instant)) maximizes exposure to repo markets on a wide range of collateral.\n\nWe target a rating in our [risk framework](https://www.steakhouse.financial/docs/risk-management) of CC or higher to mitigate solvency risks. The aggregated target maturity is less than one day with concentration limits on risk-tiers for underlying collateral.\n\nUses the Morpho adapter registry, and is therefore available on the Morpho frontend.",
631
+ strategy: "High Yield",
632
+ isListed: true
445
633
  },
446
634
  {
447
635
  chainId: 143,
448
636
  address: "0xbeEFf443C3CbA3E369DA795002243BeaC311aB83",
449
637
  protocol: "morpho_v2",
450
- type: "High Yield"
638
+ strategy: "High Yield",
639
+ isListed: true
640
+ },
641
+ {
642
+ chainId: 143,
643
+ address: "0xbeeff300E9A9caeC7beEA740ab8758D33b777509",
644
+ protocol: "morpho_v2",
645
+ strategy: "High Yield",
646
+ isListed: true
647
+ },
648
+ {
649
+ chainId: 137,
650
+ address: "0xBEEf0F82E269760429BE6255Fa00821b7e4b592A",
651
+ protocol: "morpho_v2",
652
+ strategy: "Prime",
653
+ isListed: true
654
+ },
655
+ {
656
+ chainId: 137,
657
+ address: "0xAcB0DCe4b0FF400AD8F6917f3ca13E434C9ed6bC",
658
+ protocol: "morpho_v1",
659
+ strategy: "High Yield",
660
+ isListed: true
661
+ },
662
+ {
663
+ chainId: 137,
664
+ address: "0xB7c9988D3922F25a336a469F3bB26CA61FE79e24",
665
+ protocol: "morpho_v1",
666
+ strategy: "High Yield",
667
+ isListed: true
451
668
  },
452
669
  {
453
670
  chainId: 130,
454
671
  address: "0x0993Ae24a988c6925d80aD61344a76B81aA0D34c",
455
672
  protocol: "morpho_v1",
456
- type: "Prime"
673
+ strategy: "Prime",
674
+ isListed: false
457
675
  },
458
676
  {
459
677
  chainId: 130,
460
678
  address: "0x9E111aCef0CF3bd8C38715B88e78BE31C1109F8a",
461
679
  protocol: "morpho_v1",
462
- type: "Prime"
680
+ strategy: "Prime",
681
+ isListed: false
463
682
  }
464
683
  ];
465
684
  export {