Wrapped Token Transfers (WTT) FAQs#
Can ownership of wrapped tokens be transferred from the WTT?#
No. Ownership of wrapped token contracts cannot be transferred, because WTT deploys and retains control of these contracts and tokens.
- On EVM chains: When you attest a token, WTT deploys a new ERC-20 contract as a beacon proxy. The upgrade authority for these contracts is the WTT contract itself.
- On Solana: The WTT deploys a new SPL token, where the upgrade authority is a Program Derived Address (PDA) controlled by the WTT contract.
The logic behind deploying these token contracts involves submitting an attestation VAA, which allows WTT to verify and deploy the wrapped token contract on the destination chain.
Relevant contracts:
How do I update the metadata of a wrapped token?#
Wrapped tokens are deployed and controlled by the WTT program under Guardian authority. You cannot update their metadata directly. Instead, you must coordinate with the respective block explorer teams to request and apply metadata changes.
How do I calculate the current gas costs for Ethereum Mainnet VAA verification?#
You can refer to the core-bridge repository for guidance on how to calculate the current gas costs associated with verifying VAAs on Ethereum Mainnet. This repository provides up-to-date references and examples to help you gauge costs accurately.
How can I update my wrapped token image on Solscan?#
Updating the metadata (such as the token image, name, or symbol) of a wrapped token on Solscan requires contacting the Solscan team directly. Wormhole cannot make these updates for you because the wrapped token contracts are owned and controlled by the WTT program, not individual developers or projects.
To request an update, contact Solscan via support@solscan.io or their contact form.