탈중앙화 파생상품 가격 결정 모델
온체인 데이터, 스마트 컨트랙트 및 오라클 가격 피드를 사용하여 옵션과 선물의 공정 가치를 계산하는 Web3용 수학적 모델.
시장 폭락 중에 가격 모델이 정확하게 업데이트되지 않아 청산 엔진이 작동하지 않으면, 프로토콜은 제때 청산되지 못한 포지션으로 인해 '부실 채권(Bad debt)'을 떠안게 됩니다.
graph LR
Center["탈중앙화 파생상품 가격 결정 모델"]:::main
Rel_decentralized_credit_scoring_algorithms["decentralized-credit-scoring-algorithms"]:::related -.-> Center
click Rel_decentralized_credit_scoring_algorithms "/terms/decentralized-credit-scoring-algorithms"
Rel_decentralized_cloud_computing["decentralized-cloud-computing"]:::related -.-> Center
click Rel_decentralized_cloud_computing "/terms/decentralized-cloud-computing"
Rel_decentralized_perpetual_futures_funding["decentralized-perpetual-futures-funding"]:::related -.-> Center
click Rel_decentralized_perpetual_futures_funding "/terms/decentralized-perpetual-futures-funding"
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;
🧒 5살도 이해할 수 있게 설명
내일 사과를 1달러에 살 수 있는 티켓이 있다고 상상해 보세요. 은행은 복잡한 수학을 이용해 이 티켓의 가격을 결정합니다. 암호화폐 세계에서는 스마트 컨트랙트가 계산하지만, 현재 사과 가격을 외부의 '오라클'에게 계속 물어봐야 합니다. 가격 결정 모델은 시스템이 파산하지 않도록 티켓의 공정한 가격을 보장하는 수학 공식입니다.
🤓 Expert Deep Dive
❓ 자주 묻는 질문
How are crypto options priced on the blockchain?
They use math formulas similar to Wall Street (like Black-Scholes), but the calculations are done by smart contracts. They rely on 'Oracles' to get the current market price of the asset.
What is a vAMM?
A Virtual Automated Market Maker (vAMM) uses a math formula to determine the price of a derivative (like a perpetual contract) without actually requiring a pool of the underlying crypto asset. It's used for synthetic trading.
Why are decentralized derivatives risky?
Aside from normal market volatility, they suffer from 'Oracle latency'. If the real-world price drops but the blockchain hasn't updated yet, bots can exploit the outdated price to drain money from the system.