Offizielles MASTR Logo MASTR Arbeit unterstützen
Inhalt
← Wiki-Startseite

Technical reference

Closing a Solana token account: check where its SOL goes

A cleanup transaction can recover account funding, but its destination is still part of the signed request.

Source-based reference · Updated 12 September 2026

Rechercheartikel und Referenzeinträge erscheinen auf Englisch. Die Navigation ist in sieben Sprachen verfügbar.

In diesem Artikel
  1. What closing does
  2. The destination matters
  3. Do not batch blindly
  4. Sources

What closing does

Closing a token account transfers its remaining lamports to a specified destination and removes the account. An ordinary token account generally needs a zero token balance before closing. Wrapped SOL accounts have special handling and can be closed to recover the underlying SOL.

The destination matters

A tool may present the operation as reclaiming account rent. That description does not identify who receives the recovered lamports. Review the destination and the owner or close authority authorising the instruction. The recipient should match the user's intended recovery address.

Do not batch blindly

A bulk cleanup transaction may contain several close instructions or additional transfers. Inspect every instruction and account rather than approving the whole request because one row looks correct. Preserve the transaction's decoded instructions if a tool redirects the recovered funds. That establishes the destination the user signed, without assuming that every account-cleanup tool is malicious.

Sources

Weiterlesen

MASTR

Unabhängige Recherche unterstützen

Die Untersuchungen, Originalbelege und Anleitungen hier sind frei zugänglich. Freiwillige Spenden finanzieren die Recherche mit und helfen, die MASTR-Tools weiterhin anzubieten.

Wallet öffnen