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](/ja/terms/decentralized-oracles) for price feeds. [Oracle manipulation](/ja/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.