diff --git a/src/app/data/morpho/mappers/mapVaultData.ts b/src/app/data/morpho/mappers/mapVaultData.ts index a044a6bb4..04572ffdf 100644 --- a/src/app/data/morpho/mappers/mapVaultData.ts +++ b/src/app/data/morpho/mappers/mapVaultData.ts @@ -25,7 +25,7 @@ export function mapVaultData(vault: FullVaultInfoQuery["vaultByAddress"], vaultT }); const totalAssetsUsd = formatToDisplayable(state?.totalAssetsUsd ?? 0); const netApy = formatToDisplayable((state?.netApy ?? 0) * 100); - const curator = config?.curator; // state?.curator; TODO morpho: how to get name of curetor from adress? + const curator = config?.curator; // state?.curator; TODO morpho: how to get name of curator from address? const feePercentage = formatToDisplayable((state?.fee ?? 0) * 100); const allocation = state?.allocation ?? []; const collateralLogos = allocation diff --git a/src/app/v3/pages/landing-page/tabs/staking/components/StakingDetails.tsx b/src/app/v3/pages/landing-page/tabs/staking/components/StakingDetails.tsx index 7525ee06d..06316368d 100644 --- a/src/app/v3/pages/landing-page/tabs/staking/components/StakingDetails.tsx +++ b/src/app/v3/pages/landing-page/tabs/staking/components/StakingDetails.tsx @@ -48,6 +48,27 @@ export const StakingDetails: React.FC = () => { {/* QUESTION 3 */} + + How can I claim staking rewards? +
+
+ + When you earn staking rewards, they will appear as smUSDC, smWETH, or smcbBTC. You can claim them + directly from the Staking tab. +
+
+ After claiming, go to the Dashboard tab, where you'll see these rewards as active positions in their + respective Seamless Vaults (e.g., smUSDC = Seamless USDC Vault). From the Dashboard, you can withdraw + any portion of your rewards at any time. +
+
+ Note: Rewards continue to earn yield until you withdraw them. +
+
+
+
+ + {/* QUESTION 4 */} How often can I claim staking rewards?
@@ -60,7 +81,7 @@ export const StakingDetails: React.FC = () => {
- {/* QUESTION 4 */} + {/* QUESTION 5 */} How do I unstake SEAM?
@@ -77,7 +98,7 @@ export const StakingDetails: React.FC = () => {
- {/* QUESTION 5 */} + {/* QUESTION 6 */} What happens after the 7-day cooldown expires?
@@ -92,7 +113,7 @@ export const StakingDetails: React.FC = () => {
- {/* QUESTION 6 */} + {/* QUESTION 7 */} Do I continue to earn staking rewards during the unstake cooldown period? @@ -104,7 +125,7 @@ export const StakingDetails: React.FC = () => { - {/* QUESTION 7 */} + {/* QUESTION 8 */} Why is there a cooldown period and unstaking windows?
@@ -119,7 +140,7 @@ export const StakingDetails: React.FC = () => {
- {/* QUESTION 8 */} + {/* QUESTION 9 */} What does it mean to be “slashed”?
@@ -135,7 +156,7 @@ export const StakingDetails: React.FC = () => {
- {/* QUESTION 9 */} + {/* QUESTION 10 */} Where can I learn more?