Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
tsudmi
reviewed
Feb 28, 2026
Comment on lines
36
to
45
| @@ -42,7 +42,7 @@ To interact with your Vault on Etherscan — call functions, view the ABI, or in | |||
| - Wait for the verification to complete | |||
| - Click **Save** to confirm the verification | |||
|
|
|||
| 5. **Access Contract Functions** | |||
| **5. Access Contract Functions** | |||
Member
There was a problem hiding this comment.
Please check here: https://docs-git-docs-updates-stakewise.vercel.app/contracts/verify-vault-contract
Missing "tabs" for "Click the More Options button" and similar.
| When total supplied osETH reaches this cap, no additional osETH can be deposited, making it impossible to open new boosted positions. | ||
| Existing boosted positions are not affected, but new boosts cannot be initiated until supply drops below the cap. | ||
|
|
||
| You can monitor the current supply usage in the **Supply Info** section of the [osETH reserve on Aave ↗](https://app.aave.com/reserve-overview/?underlyingAsset=0xf1c9acdc66974dfb6decb12aa385b9cd01190e38&marketName=proto_mainnet_v3). |
Member
| :::custom-warning[Negative APY Alert] | ||
| If you see a negative APY on your Boost position, it means the WETH borrow rate on Aave currently exceeds your Vault's staking APY. | ||
| If the APY remains negative for more than 7 consecutive days, consider exiting Boost manually. | ||
| Stay connected with the StakeWise Discord community for real-time updates on market conditions. |
Member
There was a problem hiding this comment.
Please add link to StakeWise Discord
| When the borrow rate exceeds the staking APY, your LTV gradually increases. | ||
|
|
||
| :::custom-warning[Negative APY Alert] | ||
| If you see a negative APY on your Boost position, it means the WETH borrow rate on Aave currently exceeds your Vault's staking APY. |
Member
There was a problem hiding this comment.
Here and in other places lets use borrow APY as that's how it's called in Aave UI.
Comment on lines
+31
to
+34
| - **<img src="/img/eth_coin.png" alt="eth_coin" style={{width: '24px', height: '24px', display: 'inline', verticalAlign: 'middle'}} />Vault Capacity** – Set maximum ETH capacity (default: unlimited ∞). [Learn more →](/docs/vaults/customization#capacity) | ||
| - **<img src="/img/brush.png" alt="brush" style={{width: '24px', height: '24px', display: 'inline', verticalAlign: 'middle'}} />Vault Token** – Enable tradeable ERC-20 token (requires name & symbol) | ||
| - **<img src="/img/lock.png" alt="lock" style={{width: '24px', height: '24px', display: 'inline', verticalAlign: 'middle'}} />Private Vault** – Restrict to approved wallets only | ||
| - **<img src="/img/stop.png" alt="stop" style={{width: '22px', height: '22px', display: 'inline', verticalAlign: 'middle'}} /> Block List** – Prevent specific addresses from depositing |
Comment on lines
+17
to
+29
| <TabItem | ||
| value="branding" | ||
| label={<span><img src="/img/color.png" alt="color" style={{width: '24px', height: '24px', verticalAlign: 'middle'}} /> Branding</span>} | ||
| default | ||
| > | ||
| **Update anytime:** | ||
| - 📝 Vault name | ||
| - 📋 Description | ||
| - 🖼️ Logo | ||
| - Vault name | ||
| - Description | ||
| - Logo | ||
| </TabItem> | ||
| <TabItem value="fees" label="💰 Fees"> | ||
| <TabItem | ||
| value="fees" | ||
| label={<span><img src="/img/wallet.png" alt="wallet" style={{width: '24px', height: '24px', verticalAlign: 'middle'}} />Fees</span>} |
Member
| 🚀 Run Operator Service | ||
| </pre> | ||
| </div> | ||
|  |
Member
|
|
||
| ### Removed Parameters | ||
| - ❌ `--deposit-data-file` - No longer needed (automatic generation) | ||
| - <img src="/img/cross.png" alt="cross" style={{width: '24px', height: '24px', display: 'inline', verticalAlign: 'middle'}} /> `--deposit-data-file` - No longer needed (automatic generation) |
| ## Vault Incentives | ||
|
|
||
| If you would like to add any of the incentives, you can either reach out to the StakeWise development team (e.g., info@stakewise.io ✉️, [Telegram ↗](https://t.me/stakewise_io), or [Discord ↗](https://discord.com/invite/2BSdr2g)) and they will add you as a distributor to the contract or submit the allocation for you. | ||
| If you would like to add any of the incentives, you can either reach out to the StakeWise development team (e.g., [info@stakewise.io <img src="/img/Email.png" alt="Email" style={{width: '18px', height: '18px', display: 'inline', verticalAlign: 'middle'}} /> |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Add new visuals and emojis.
Add a “Risks & Limitations” section to the Boost feature.
Fix incorrect calculations in osToken/Peg Maintenance/Redemption Mechanism to correctly account for the exchange rate.