Wrap & Unwrap SOL
Convert native SOL into wSOL for DeFi, or unwrap your wSOL account back to native SOL and recover the rent. Free, non-custodial, one signed transaction.
You wrap
Frequently asked questions
What is wSOL (wrapped SOL)?
wSOL is the SPL-token representation of native SOL. Most Solana DeFi programs only accept SPL tokens as input, so they can't work with native SOL directly — you wrap it first into a wSOL token account, use it, then optionally unwrap to get the SOL back.
How does wrapping work?
Wrapping is just three on-chain instructions: create your wallet's wSOL Associated Token Account if it doesn't exist, transfer SOL into it, then call SyncNative so the SPL Token program records the SOL as your wSOL balance. The whole thing is one signed transaction.
How does unwrapping work?
Unwrapping closes your wSOL account with a single CloseAccount instruction. Solana returns everything inside — your wrapped balance plus the rent-exempt deposit (~0.002 SOL) — directly to your wallet as native SOL.
Is there a fee?
No service fee on wrap or unwrap — you only pay the standard Solana network signature fee (typically less than 0.000005 SOL). SOLTidy never custodies funds and never asks for token approvals.