diff --git a/docs/concepts/guide/04-points.md b/docs/concepts/guide/04-points.md index 10f3d6c..5993f0d 100644 --- a/docs/concepts/guide/04-points.md +++ b/docs/concepts/guide/04-points.md @@ -39,7 +39,7 @@ The borrow points are calculated based on the daily user collateral `ETH` deposi ### Earn -We employ a similar methodology to calculate the points for Yield DEX strategies. In the Sdai strategy, we determine the points by converting the balance of `DAI`-equivalent yield-bearing tokens. The median daily price sourced from Pragma oracles (if not stablecoin) is utilized in this calculation process. +We employ a similar methodology to calculate the points for Yield DEX strategies. In the nsDai strategy, we determine the points by converting the balance of `DAI`-equivalent yield-bearing tokens. The median daily price sourced from Pragma oracles (if not stablecoin) is utilized in this calculation process. | Day | nsDAI balance | USD equivalent | pts earn | | --- | --- | --- | --- | diff --git a/docs/concepts/products/earn/01-strategy-sdai.md b/docs/concepts/products/earn/01-strategy-sdai.md index 087aac0..0ed26ab 100644 --- a/docs/concepts/products/earn/01-strategy-sdai.md +++ b/docs/concepts/products/earn/01-strategy-sdai.md @@ -1,14 +1,14 @@ --- -id: sdai -title: sDAI Strategy +id: nsdai +title: nsDai Strategy sidebar_position: 1 sidebar_class_name: hidden --- -**This strategy allows users to leverage their DAI holdings** by depositing them into an sDAI vault, which is a specialized financial vehicle. This depositing action allows their DAI to be put to work, generating potential profits over time. The approach combines the security of DAI, a stablecoin, with the revenue-generating power of DeFi strategies. This mechanism is designed to provide users with a more effective way to maximize the potential return on their DAI investments. +**This strategy allows users to leverage their DAI holdings** by depositing them into an sDai vault, which is a specialized financial vehicle. This depositing action allows their DAI to be put to work, generating potential profits over time. The approach combines the security of DAI, a stablecoin, with the revenue-generating power of DeFi strategies. This mechanism is designed to provide users with a more effective way to maximize the potential return on their DAI investments. -This strategy is straightforward as the logic is very simple: it consists of depositing tokens into DSR to acquire SDAI. +This strategy is straightforward as the logic is very simple: it consists of depositing tokens into DSR to acquire sDai. ![alt](/content/sdai.png) diff --git a/docs/sdks/sdk/guides/withdrawing_strategy.md b/docs/sdks/sdk/guides/withdrawing_strategy.md index cd43b6d..775c94c 100644 --- a/docs/sdks/sdk/guides/withdrawing_strategy.md +++ b/docs/sdks/sdk/guides/withdrawing_strategy.md @@ -11,7 +11,7 @@ First, you call the `requestWithdrawal` function, specifying the number of share After the withdrawal request is processed and finalized on the StarkNet network, you can claim the withdrawal by calling the `claimWithdrawal` function which moves the tokens back to your Ethereum account. :::info -The **Underlying** asset represent the tokens users will use to deposit within a strategy. For example, the underlying token for the sDAI strategy is DAI. +The **Underlying** asset represent the tokens users will use to deposit within a strategy. For example, the underlying token for the nsDai strategy is DAI. ::: ### Request Withdrawal