Synthetic Asset

Un activo sintético es un activo digital que imita el precio y el comportamiento de otro activo, sin que el titular posea realmente el activo subyacente.

Los activos sintéticos se crean utilizando derivados financieros, principalmente a través del uso de contratos inteligentes en plataformas blockchain. Permiten a los usuarios obtener exposición a activos a los que de otro modo no podrían acceder, como acciones tradicionales, materias primas o incluso otras criptomonedas. Esto se logra al colateralizar una posición, a menudo con otra criptomoneda, y luego acuñar un token sintético que rastrea el precio del activo objetivo.

Estos activos están diseñados para replicar los movimientos de precios del activo subyacente. Por ejemplo, un token de acciones sintéticas tendría como objetivo reflejar las fluctuaciones de precios de una acción del mundo real. El valor del activo sintético está determinado por un oráculo, que alimenta los datos de precios del mercado del mundo real a la blockchain. Esto permite el comercio y la especulación sobre varios activos sin la necesidad de intermediarios tradicionales o las complejidades de la propiedad directa.

        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;

      

🧠 Prueba de conocimiento

1 / 3

🧒 Explícalo como si tuviera 5 años

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

🔗 Términos relacionados

Requisitos previos:

📚 Fuentes