Synthetic Asset
합성 자산은 보유자가 실제로 기초 자산을 소유하지 않고 다른 자산의 가격과 동작을 모방하는 디지털 자산입니다.
합성 자산은 금융 파생 상품을 사용하여 생성되며, 주로 블록체인 플랫폼에서 스마트 계약을 사용하여 생성됩니다. 이를 통해 사용자는 전통적인 주식, 상품 또는 기타 암호화폐와 같이 그렇지 않으면 접근할 수 없는 자산에 노출될 수 있습니다. 이는 종종 다른 암호화폐로 포지션을 담보하고 목표 자산의 가격을 추적하는 합성 토큰을 발행하여 달성됩니다.
이러한 자산은 기초 자산의 가격 변동을 복제하도록 설계되었습니다. 예를 들어, 합성 주식 토큰은 실제 주식의 가격 변동을 반영하는 것을 목표로 합니다. 합성 자산의 가치는 실제 시장에서 블록체인으로 가격 데이터를 공급하는 오라클에 의해 결정됩니다. 이를 통해 전통적인 중개인이나 직접 소유의 복잡성 없이 다양한 자산에 대한 거래 및 투기가 가능합니다.
graph LR
Center["Synthetic Asset"]:::main
Pre_computer_science["computer-science"]:::pre --> Center
click Pre_computer_science "/terms/computer-science"
Rel_oracles["oracles"]:::related -.-> Center
click Rel_oracles "/terms/oracles"
Rel_smart_contracts["smart-contracts"]:::related -.-> Center
click Rel_smart_contracts "/terms/smart-contracts"
Rel_tokenized_securities["tokenized-securities"]:::related -.-> Center
click Rel_tokenized_securities "/terms/tokenized-securities"
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살도 이해할 수 있게 설명
It's like having a toy version of a real toy car that looks and acts the same, but you don't actually own the real car, just the toy that copies it.
🤓 Expert Deep Dive
Synthetic assets on-chain are typically constructed using collateralized debt positions (CDPs) or similar mechanisms within smart contracts. The value peg is maintained through economic incentives and, crucially, reliance on decentralized [oracles](/ko/terms/decentralized-oracles) for price feeds. [Oracle manipulation](/ko/terms/oracle-manipulation) or failure represents a significant systemic risk. The collateralization ratio (e.g., 150-500%) acts as a buffer against price volatility of both the collateral and the synthetic asset. Liquidation mechanisms are essential to maintain solvency, automatically selling collateral if its value falls below a threshold relative to the debt. The composability of these assets within DeFi allows for complex financial strategies, but also introduces contagion risks. Governance mechanisms often dictate parameters like collateral types, collateralization ratios, and oracle selection. The regulatory landscape remains a key uncertainty, particularly concerning securities laws.