The creation (minting) and redemption (burning) processes for wrapped assets typically involve one of two main models:
1. **Custodial (Centralized) Wrappers**: In this model, a centralized entity or a consortium of entities (the custodian) holds the original underlying asset (e.g., BTC for WBTC, physical gold for a
token like PAXG) in secure, audited reserves. Users deposit the original asset with the custodian. The custodian then mints the corresponding amount of wrapped tokens on the target
blockchain (e.g.,
Ethereum) and issues them to the user. The redemption process is the reverse: the user sends wrapped tokens back to the custodian (or an
address that burns them), and the custodian releases the equivalent amount of the original asset from their reserves. Trust in the custodian's solvency, security, and
transparency (e.g., through regular proof-of-reserves audits) is paramount.
2. **Decentralized (Trust-Minimized) Wrappers / Bridges**: These systems aim to reduce reliance on a single custodian by using smart contracts and often a network of validators or relayers. To wrap an asset, the user typically locks the original asset in a
smart contract on its native chain. This action triggers (via an
oracle or relayers) the minting of the wrapped equivalent on the destination chain. To redeem, the user burns the wrapped tokens on the destination chain, which then signals the
smart contract on the native chain to unlock and release the original asset. Examples include some forms of wrapped ETH (like WETH on
Ethereum itself, which is primarily for ERC-20 compatibility rather than cross-chain), or various cross-chain bridges like the
Polygon PoS Bridge,
Avalanche Bridge, or
Wormhole (though bridge security is a major concern).
Wrapped assets must conform to the
token standard of the host
blockchain (e.g., ERC-20 on
Ethereum, BEP-20 on BNB Smart Chain, SPL on
Solana) to ensure compatibility with wallets, exchanges, and DApps within that ecosystem.