Oracle Manipulation
A protocol reads a price from an external feed, and someone moves that price cheaply in order to trigger borrowing, liquidations, or settlement in their favor.
运作方式
Contracts cannot see outside their own chain, so they rely on oracles: an on-chain automated market maker's spot price, a median of exchange quotes pushed on-chain, or a signed price pulled at transaction time. If the venue behind the feed has thin depth relative to the value the protocol will lend or settle against it, an attacker can buy or sell into that venue, move the reported price, and act on the distorted value inside the same block or the same few minutes. Time-weighted averages raise the cost by requiring the price to be held away from fair value for longer, but they also make the feed stale during genuine fast moves. Failure modes run both ways: a manipulated price can inflate collateral and enable borrowing that is never repaid, and a stale price can prevent liquidations that should have happened.
实际可观测的内容
Read the oracle configuration: how many independent sources feed it, whether it is a spot read or a time-weighted average and over what window, what deviation and heartbeat thresholds trigger an update, and what the contract does when the feed goes stale. Compare the depth of the underlying market for a collateral asset against the maximum amount borrowable against it, since manipulation cost scales with that depth. Governance records often show when a market was listed with parameters set before its liquidity existed.
先例
In 2022 a trader pushed the price of a thinly traded perpetual contract on Mango Markets far above prevailing levels, used the inflated collateral value to borrow against it, and left the protocol with unpayable debt.
哪些因素使其更重要或更不重要
Check the depth of the priced market relative to the value that depends on it, the number of independent sources, the averaging window, whether a circuit breaker exists, and whether governance can list new collateral without a delay.
相关因素
适用资产范围
本因素适用类别中规模最大的资产。出现在此处,意味着该因素与此类资产相关,而非表示相关情况已经发生。