Wrapped SOL (wSOL)
Wraps native SOL into the SPL Token format, allowing it to be used in DeFi protocols, trading pairs, and programs that only support the SPL Token interface.
Native Mint
The special token mint address used for wrapped SOL: So11111111111111111111111111111111111111112.
Sync Native
A mechanism to synchronize the balance of native token accounts. When transferring SOL directly to a wSOL account, sync_native() must be called to update the account's internal token balance to match the SOL amount.
Unwrapping
The process of converting wSOL back to native SOL by closing the associated token account.