Complexity: 200 points
Branch: feat/sc-price-aware-fee-router
Summary
Integrate oracle-backed price reads into the fee router so asset-denominated fees can be validated against target pricing rules.
Tasks
- Extend fee routing logic to consume validated oracle prices.
- Define fallback or reject behavior when pricing is unavailable.
- Add tests for multiple asset/price combinations.
- Confirm fee outputs stay within expected hard bounds.
Acceptance Criteria
- Fee routing can use price-aware calculations safely.
- Missing price data does not silently produce incorrect fees.
- Bounds and rounding behavior are test-backed.
Complexity: 200 points
Branch: feat/sc-price-aware-fee-router
Summary
Integrate oracle-backed price reads into the fee router so asset-denominated fees can be validated against target pricing rules.
Tasks
Acceptance Criteria