탈중앙화 무기한 선물 헷징 (Hedging)
델타 중립(Delta-Neutral) 전략 등을 통해 암호화폐 포트폴리오의 가격 하락 위험을 상쇄하고, 위험 없는 수익을 창출하는 방법.
델타 중립 헷징은 방향성 가격 위험을 제거하지만, 새로운 위험을 초래합니다. 스마트 컨트랙트 위험(해킹), 청산 위험(가격이 비정상적으로 위로 튈 때, 현물을 처분하여 마진을 보충하기 전에 숏 포지션이 강제 청산당할 위험), 그리고 펀딩 위험(펀딩비가 음수로 뒤집혀 수수료를 지불하게 되는 위험)이 있습니다.
graph LR
Center["탈중앙화 무기한 선물 헷징 (Hedging)"]:::main
Rel_decentralized_perpetual_futures["decentralized-perpetual-futures"]:::related -.-> Center
click Rel_decentralized_perpetual_futures "/terms/decentralized-perpetual-futures"
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"
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만원을 줄게, 대신 맑은 날에는 네가 1만원을 줘.' 이제 날씨에 상관없이 수입이 안정됩니다. 암호화폐에서는 진짜 비트코인(우산 가게)을 보유하면서 선물 시장에서 '숏' 내기(친구와의 내기)를 합니다. 비트코인 가격이 떨어지면, 내기에서 딴 돈이 손실을 정확히 채워줍니다.
🤓 Expert Deep Dive
캐시 앤 캐리 (Cash and Carry) 베이시스 트레이딩: 강세장에서는 펀딩비가 강력한 양수(롱이 숏에게 지불)를 유지합니다. 차익거래자는 현물 ETH를 매수하고 ETH-PERP(선물)를 숏합니다. 이 결합 포지션의 델타(가격 민감도)는 0입니다. 이들은 ETH 가격 변동에 면역이 되며, 때로는 연 30%가 넘는 펀딩비를 지속적으로 수확합니다. 비영구적 손실(IL) 헷징: Uniswap v3와 같은 AMM의 유동성 공급자(LP)는 가격이 한 방향으로 크게 움직일 때 큰 손실(IL)을 입습니다. 정교한 LP들은 자신들의 감마(Gamma) 노출을 계산하고 탈중앙화 무기한 선물에서 해당 자산을 숏 쳐서 델타를 헷징합니다. 이를 통해 기초 자산의 방향성 위험을 제거하고 LP 거래 수수료만 안전하게 챙깁니다.
❓ 자주 묻는 질문
What does 'Delta-Neutral' mean?
It means your total exposure to an asset's price movement is exactly zero. If the price goes up 10%, your long positions gain $100 but your short positions lose $100, canceling each other out.
How do you make money if you are perfectly hedged?
By collecting yields that aren't tied to the asset's price. For example, you can collect trading fees as a Liquidity Provider, or collect the Funding Rate from the perpetual contract.
Can I get liquidated while Delta-Neutral?
Yes. Even though your overall portfolio is balanced, your short position requires collateral. If the asset's price spikes, the short position can be liquidated if you don't add more margin in time.