Sarılmış Token (Wrapped)

Başka ağdaki varlığın temsilcisi.

İçerik çeviri bekliyor. İngilizce sürüm görüntüleniyor.

Essential for 'Multi-chain' DeFi strategies. It allows assets like BTC, DOGE, or SOL to interface with Ethereum's mature smart contract ecosystem.

        graph LR
  Center["Sarılmış Token (Wrapped)"]:::main
  Rel_nft["nft"]:::related -.-> Center
  click Rel_nft "/terms/nft"
  Rel_tokenized_securities["tokenized-securities"]:::related -.-> Center
  click Rel_tokenized_securities "/terms/tokenized-securities"
  Rel_token_standard["token-standard"]:::related -.-> Center
  click Rel_token_standard "/terms/token-standard"
  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 yaşındaki gibi açıkla

Imagine you have a gold coin on an island that only accepts paper bills. You give your gold coin to a trusted bank on that island, and they give you a 'Gold Certificate' bill. You can use this certificate to shop in all the local stores. If you ever want your gold back, you give the certificate back to the bank, and they return your coin. A wrapped [token](/tr/terms/token) is that 'Gold Certificate' for the digital world.

🤓 Expert Deep Dive

Wrapped tokens solve the Cross-Chain Interoperability problem. They are generally implemented via a Lock-and-Mint mechanism: 1. Locking: Native assets (e.g., BTC) are sent to a custodian or a smart contract (bridge) on the source chain. 2. Minting: An equivalent amount of wrapped tokens (e.g., WBTC) is minted on the destination chain (e.g., Ethereum). This process creates a synthetic asset that is pegged 1:1 to the original. Custodial wrapping (like WBTC) relies on a centralized entity (BitGo) to hold the collateral, introducing counterparty risk. Decentralized wrapping (like tBTC or renBTC) uses Threshold Signature Schemes (TSS) and collateralized nodes to eliminate single points of failure. The primary risk with wrapped tokens is the potential for a 'de-pegging' event if the collateral is stolen or the bridge is compromised.

📚 Kaynaklar