Update yBold info#678
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rossgalloway
approved these changes
Jul 22, 2026
| - Optimized rewards dumping: Instead of using hardcoded swap paths, Yearn sells liquidation collateral through a permissionless Dutch auction where MEV bots compete to fill. The auction starts at a buffer above the oracle price (≥115%) and floors at 95% of oracle, and refuses to sell at stale oracle prints. This is structurally better execution than a manual swap, with no sandwiching. | ||
|
|
||
| - Immutable: yBOLD is designed with immutability in mind. A few months after launch, once we're confident no funny stuff happens, we'll revoke any privileged rights (which are almost non-existent anyway). | ||
| - Oracle-independent price discovery: Collateral rewards are sold via competitive auction rather than being marked-to-market at an oracle price at report time. An oracle only provides a 95% safety floor (and stale-price guardrail) for the auction, it does not set the realized sale price. |
Collaborator
There was a problem hiding this comment.
seems like this line could be combined with the prior one as they seem to repeat very similar information
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.
Supersedes #677