Liquidações de Futuros Perpétuos Descentralizados
Mecanismos automatizados que fecham forçadamente uma posição subcolateralizada em DeFi para evitar a falência do protocolo.
Uma engine de liquidação ruim pode causar 'liquidações em cascata', onde a venda em massa de garantias derruba ainda mais o preço do ativo, gerando um efeito dominó de mais falências.
graph LR
Center["Liquidações de Futuros Perpétuos Descentralizados"]:::main
Rel_decentralized_perpetual_futures_funding["decentralized-perpetual-futures-funding"]:::related -.-> Center
click Rel_decentralized_perpetual_futures_funding "/terms/decentralized-perpetual-futures-funding"
Rel_decentralized_perpetual_futures_risk["decentralized-perpetual-futures-risk"]:::related -.-> Center
click Rel_decentralized_perpetual_futures_risk "/terms/decentralized-perpetual-futures-risk"
Rel_decentralized_perpetual_futures_hedging["decentralized-perpetual-futures-hedging"]:::related -.-> Center
click Rel_decentralized_perpetual_futures_hedging "/terms/decentralized-perpetual-futures-hedging"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explique como se eu tivesse 5 anos
Se você deixar seu relógio de penhor para pegar dinheiro emprestado e a sua dívida ficar maior que o valor do relógio, a loja vende seu relógio. Em cripto, não tem loja física. Um robô (Keeper) vigia todas as contas. Quando sua dívida fica alta demais, o robô aperta um botão para vender sua garantia e ganha uma gorjeta por isso.
🤓 Expert Deep Dive
O papel dos Keepers e MEV: Liquidações são uma forma competitiva de Valor Máximo Extraível (MEV). Keepers usam Flashbots para garantir que suas transações de liquidação passem primeiro. Bad Debt e Insurance Funds: Em quedas bruscas do mercado, o atraso dos Oráculos pode gerar 'Dívida Incobrável' (Bad Debt), onde a dívida supera a garantia. O protocolo paga isso usando um Fundo de Seguro. Se o fundo acabar, usa-se a Auto-Desalavancagem (ADL), que fecha as posições dos traders que estão lucrando para cobrir o buraco dos que faliram.
❓ Perguntas frequentes
Who actually triggers a liquidation on the blockchain?
Since smart contracts cannot execute themselves, third-party actors called 'Keepers' or 'Liquidators' run bots to monitor the network. They trigger the liquidation transaction because the protocol rewards them with a bounty.
What is 'Bad Debt' in DeFi?
Bad debt occurs when the market crashes so fast that a position cannot be liquidated before its collateral is worth less than the debt it owes. The protocol must cover this loss, usually from an Insurance Fund.
What is a Maintenance Margin?
It is the minimum amount of collateral (expressed as a percentage of your position size) that you must maintain to keep your leveraged position open. Dropping below this triggers liquidation.