Oracle Price Feed Sensitivity
Oracle Price Feed Sensitivity refers to how a protocol's margin system reacts to changes in price data provided by external oracles. If a protocol is too sensitive, it may trigger unnecessary liquidations during minor price spikes or temporary market noise.
If it is not sensitive enough, it may fail to liquidate positions in time during a legitimate price crash. Protocols must tune their oracle systems to balance accuracy with stability.
This involves using multi-source aggregators, time-weighted average prices, and latency checks to ensure data integrity. The oracle is the single point of truth for the protocol's internal state, making its sensitivity a critical design choice.
Poor sensitivity management can lead to either user frustration or protocol insolvency.