Skip to content

Commit

Permalink
fix(earn): sdai to nsDai
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSacha committed May 22, 2024
1 parent 056c11e commit da9e7a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/guide/04-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- | --- | --- |
Expand Down
8 changes: 4 additions & 4 deletions docs/concepts/products/earn/01-strategy-sdai.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/sdk/guides/withdrawing_strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da9e7a1

Please sign in to comment.