@strkfarm/sdk 2.0.0-dev.39 → 2.0.0-dev.40
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.
|
@@ -127229,7 +127229,7 @@ spurious results.`);
|
|
|
127229
127229
|
},
|
|
127230
127230
|
{
|
|
127231
127231
|
question: "Are there any fees?",
|
|
127232
|
-
answer: "Troves charges a
|
|
127232
|
+
answer: "Troves charges a 15% performance fee on yield only \u2014 not on your deposited principal. The APY shown is already net of this fee. When you withdraw, a 0.1% redemption fee applies. That small fee helps keep the vault efficient for long-term depositors, very short stays create extra swap and rebalancing costs for everyone. If you stay for a reasonable period, your yield will typically far outweigh this one-time charge."
|
|
127233
127233
|
},
|
|
127234
127234
|
{
|
|
127235
127235
|
question: "Is the vault audited?",
|
|
@@ -127276,6 +127276,7 @@ spurious results.`);
|
|
|
127276
127276
|
},
|
|
127277
127277
|
settings: {
|
|
127278
127278
|
maxTVL: Web3Number.fromWei(0, depositToken.decimals),
|
|
127279
|
+
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
127279
127280
|
isPaused: false,
|
|
127280
127281
|
isAudited: true,
|
|
127281
127282
|
isInstantWithdrawal: false,
|
|
@@ -127295,7 +127296,7 @@ spurious results.`);
|
|
|
127295
127296
|
debtToken.symbol,
|
|
127296
127297
|
lstToken.symbol
|
|
127297
127298
|
),
|
|
127298
|
-
apyMethodology: "APY reflects net returns
|
|
127299
|
+
apyMethodology: "APY reflects net returns performance fee on yield (not on principal). Underlying xSTRK appreciation and Vesu borrow costs can move over time; displayed APY is an estimate.",
|
|
127299
127300
|
investmentSteps: [
|
|
127300
127301
|
`Deposit ${depositToken.symbol} into the vault`,
|
|
127301
127302
|
`${depositToken.symbol} is supplied as collateral on Vesu, ${debtToken.symbol} is borrowed`,
|
package/dist/index.browser.mjs
CHANGED
|
@@ -39827,7 +39827,7 @@ function getBoostedCarryFAQs(depositSymbol, debtSymbol, lstSymbol) {
|
|
|
39827
39827
|
},
|
|
39828
39828
|
{
|
|
39829
39829
|
question: "Are there any fees?",
|
|
39830
|
-
answer: "Troves charges a
|
|
39830
|
+
answer: "Troves charges a 15% performance fee on yield only \u2014 not on your deposited principal. The APY shown is already net of this fee. When you withdraw, a 0.1% redemption fee applies. That small fee helps keep the vault efficient for long-term depositors, very short stays create extra swap and rebalancing costs for everyone. If you stay for a reasonable period, your yield will typically far outweigh this one-time charge."
|
|
39831
39831
|
},
|
|
39832
39832
|
{
|
|
39833
39833
|
question: "Is the vault audited?",
|
|
@@ -39874,6 +39874,7 @@ function getStrategySettings2(settings, meta) {
|
|
|
39874
39874
|
},
|
|
39875
39875
|
settings: {
|
|
39876
39876
|
maxTVL: Web3Number.fromWei(0, depositToken.decimals),
|
|
39877
|
+
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
39877
39878
|
isPaused: false,
|
|
39878
39879
|
isAudited: true,
|
|
39879
39880
|
isInstantWithdrawal: false,
|
|
@@ -39893,7 +39894,7 @@ function getStrategySettings2(settings, meta) {
|
|
|
39893
39894
|
debtToken.symbol,
|
|
39894
39895
|
lstToken.symbol
|
|
39895
39896
|
),
|
|
39896
|
-
apyMethodology: "APY reflects net returns
|
|
39897
|
+
apyMethodology: "APY reflects net returns performance fee on yield (not on principal). Underlying xSTRK appreciation and Vesu borrow costs can move over time; displayed APY is an estimate.",
|
|
39897
39898
|
investmentSteps: [
|
|
39898
39899
|
`Deposit ${depositToken.symbol} into the vault`,
|
|
39899
39900
|
`${depositToken.symbol} is supplied as collateral on Vesu, ${debtToken.symbol} is borrowed`,
|
package/dist/index.js
CHANGED
|
@@ -40156,7 +40156,7 @@ function getBoostedCarryFAQs(depositSymbol, debtSymbol, lstSymbol) {
|
|
|
40156
40156
|
},
|
|
40157
40157
|
{
|
|
40158
40158
|
question: "Are there any fees?",
|
|
40159
|
-
answer: "Troves charges a
|
|
40159
|
+
answer: "Troves charges a 15% performance fee on yield only \u2014 not on your deposited principal. The APY shown is already net of this fee. When you withdraw, a 0.1% redemption fee applies. That small fee helps keep the vault efficient for long-term depositors, very short stays create extra swap and rebalancing costs for everyone. If you stay for a reasonable period, your yield will typically far outweigh this one-time charge."
|
|
40160
40160
|
},
|
|
40161
40161
|
{
|
|
40162
40162
|
question: "Is the vault audited?",
|
|
@@ -40203,6 +40203,7 @@ function getStrategySettings2(settings, meta) {
|
|
|
40203
40203
|
},
|
|
40204
40204
|
settings: {
|
|
40205
40205
|
maxTVL: Web3Number.fromWei(0, depositToken.decimals),
|
|
40206
|
+
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
40206
40207
|
isPaused: false,
|
|
40207
40208
|
isAudited: true,
|
|
40208
40209
|
isInstantWithdrawal: false,
|
|
@@ -40222,7 +40223,7 @@ function getStrategySettings2(settings, meta) {
|
|
|
40222
40223
|
debtToken.symbol,
|
|
40223
40224
|
lstToken.symbol
|
|
40224
40225
|
),
|
|
40225
|
-
apyMethodology: "APY reflects net returns
|
|
40226
|
+
apyMethodology: "APY reflects net returns performance fee on yield (not on principal). Underlying xSTRK appreciation and Vesu borrow costs can move over time; displayed APY is an estimate.",
|
|
40226
40227
|
investmentSteps: [
|
|
40227
40228
|
`Deposit ${depositToken.symbol} into the vault`,
|
|
40228
40229
|
`${depositToken.symbol} is supplied as collateral on Vesu, ${debtToken.symbol} is borrowed`,
|
package/dist/index.mjs
CHANGED
|
@@ -39992,7 +39992,7 @@ function getBoostedCarryFAQs(depositSymbol, debtSymbol, lstSymbol) {
|
|
|
39992
39992
|
},
|
|
39993
39993
|
{
|
|
39994
39994
|
question: "Are there any fees?",
|
|
39995
|
-
answer: "Troves charges a
|
|
39995
|
+
answer: "Troves charges a 15% performance fee on yield only \u2014 not on your deposited principal. The APY shown is already net of this fee. When you withdraw, a 0.1% redemption fee applies. That small fee helps keep the vault efficient for long-term depositors, very short stays create extra swap and rebalancing costs for everyone. If you stay for a reasonable period, your yield will typically far outweigh this one-time charge."
|
|
39996
39996
|
},
|
|
39997
39997
|
{
|
|
39998
39998
|
question: "Is the vault audited?",
|
|
@@ -40039,6 +40039,7 @@ function getStrategySettings2(settings, meta) {
|
|
|
40039
40039
|
},
|
|
40040
40040
|
settings: {
|
|
40041
40041
|
maxTVL: Web3Number.fromWei(0, depositToken.decimals),
|
|
40042
|
+
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
40042
40043
|
isPaused: false,
|
|
40043
40044
|
isAudited: true,
|
|
40044
40045
|
isInstantWithdrawal: false,
|
|
@@ -40058,7 +40059,7 @@ function getStrategySettings2(settings, meta) {
|
|
|
40058
40059
|
debtToken.symbol,
|
|
40059
40060
|
lstToken.symbol
|
|
40060
40061
|
),
|
|
40061
|
-
apyMethodology: "APY reflects net returns
|
|
40062
|
+
apyMethodology: "APY reflects net returns performance fee on yield (not on principal). Underlying xSTRK appreciation and Vesu borrow costs can move over time; displayed APY is an estimate.",
|
|
40062
40063
|
investmentSteps: [
|
|
40063
40064
|
`Deposit ${depositToken.symbol} into the vault`,
|
|
40064
40065
|
`${depositToken.symbol} is supplied as collateral on Vesu, ${debtToken.symbol} is borrowed`,
|
package/package.json
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
RiskFactor,
|
|
14
14
|
RiskType,
|
|
15
15
|
SourceCodeType,
|
|
16
|
+
StrategyLiveStatus,
|
|
16
17
|
StrategyTag,
|
|
17
18
|
TokenInfo,
|
|
18
19
|
VaultPosition,
|
|
@@ -1092,7 +1093,7 @@ function getBoostedCarryFAQs(
|
|
|
1092
1093
|
{
|
|
1093
1094
|
question: "Are there any fees?",
|
|
1094
1095
|
answer:
|
|
1095
|
-
"Troves charges a
|
|
1096
|
+
"Troves charges a 15% performance fee on yield only — not on your deposited principal. The APY shown is already net of this fee. When you withdraw, a 0.1% redemption fee applies. That small fee helps keep the vault efficient for long-term depositors, very short stays create extra swap and rebalancing costs for everyone. If you stay for a reasonable period, your yield will typically far outweigh this one-time charge.",
|
|
1096
1097
|
},
|
|
1097
1098
|
{
|
|
1098
1099
|
question: "Is the vault audited?",
|
|
@@ -1144,6 +1145,7 @@ function getStrategySettings(
|
|
|
1144
1145
|
},
|
|
1145
1146
|
settings: {
|
|
1146
1147
|
maxTVL: Web3Number.fromWei(0, depositToken.decimals),
|
|
1148
|
+
liveStatus: StrategyLiveStatus.HOT,
|
|
1147
1149
|
isPaused: false,
|
|
1148
1150
|
isAudited: true,
|
|
1149
1151
|
isInstantWithdrawal: false,
|
|
@@ -1164,7 +1166,7 @@ function getStrategySettings(
|
|
|
1164
1166
|
lstToken.symbol,
|
|
1165
1167
|
),
|
|
1166
1168
|
apyMethodology:
|
|
1167
|
-
"APY reflects net returns
|
|
1169
|
+
"APY reflects net returns performance fee on yield (not on principal). Underlying xSTRK appreciation and Vesu borrow costs can move over time; displayed APY is an estimate.",
|
|
1168
1170
|
investmentSteps: [
|
|
1169
1171
|
`Deposit ${depositToken.symbol} into the vault`,
|
|
1170
1172
|
`${depositToken.symbol} is supplied as collateral on Vesu, ${debtToken.symbol} is borrowed`,
|