Conversation
Sentora RLUSD Main (risk 2 vault) keeps tripping its risk-5 allocation alert on USDe/RLUSD (current 6.6% vs 5.0% cap). The market is a stablecoin pair priced by MorphoChainlinkOracleV2 over Chainlink USDe/USD and Chainlink RLUSD/USD, so it belongs with the other Chainlink-anchored RLUSD markets in risk tier 2.
Resolved conflict in protocols/morpho/risk.py: kept USDe/RLUSD (added in this branch, MorphoChainlinkOracleV2 description) and preserved the existing sUSDe/RLUSD entry — they are different Morpho markets with different market IDs. Auto-merged the new WBTC/PYUSD (risk 2) and FXRP/RLUSD (risk 4) entries from main.
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.
Summary
MARKETS_RISK_2.Context
Sentora RLUSD Main (risk 2 vault, 0x6dC58a0FdfC8D694e571DC59B9A52EEEa780E6bf) has been tripping its risk-5 allocation alert on USDe/RLUSD every hour for the last 16h, currently 6.6% vs the 5.0% cap for a risk-5 market inside a risk-2 vault.
Market details (from Morpho GraphQL + on-chain):
Risk tier 2 fits: stablecoin pair with a vanilla Chainlink oracle, max allocation cap moves from 5% to 30%.
Test plan
uv run ruff formatcleanuv run ruff checkcleanuv run pytest tests/test_morpho_markets.py— 19 passed