What it does
Unfreezes many SPL token holder accounts in one batch by mint. Loads only frozen rows, supports a session whitelist, validates authority, and runs with row-level status and retry-only-failed.
Use J Tools to run unfreeze token account solana actions from one controlled terminal. Load frozen rows by mint, protect selected wallets with a session whitelist, validate authority, and execute thaw token account operations with row-level tracking and failed-row retry support.
Unfreezes many SPL token holder accounts in one batch by mint. Loads only frozen rows, supports a session whitelist, validates authority, and runs with row-level status and retry-only-failed.
Enter the mint, click Load Holders to fetch only frozen accounts, exclude protected wallets, and run Unfreeze All. The terminal sends thaw instructions and tracks each row independently.
Recovery from a prior freeze without manual wallet handling. Authority visibility, fee estimates, and targeted retry let teams restore the right accounts with clear oversight before signing.
Paste the SPL token mint address and click Load Holders. The terminal returns only rows currently frozen for that mint, along with the active freeze authority for review.
Add wallets to the session whitelist if they should stay excluded. Use Select All or per-row checkboxes to define exactly which frozen accounts the batch will restore.
Confirm the freeze authority is connected, review the estimated fee, and click Unfreeze All. After execution, use Retry Failed to rerun only rows that did not complete successfully.
Unfreezing — also called thawing — is the on-chain action that removes a freeze on a specific holder token account so the holder can transfer or interact with their tokens again for that mint. Only the wallet currently holding freeze authority for the token can sign a thaw instruction. The token program treats freezing and unfreezing symmetrically, so once the account is thawed it behaves exactly as it did before the freeze was applied — with the same balance, the same owner, and full transfer ability restored.
Load frozen holders, confirm protected wallets, validate authority, then click Unfreeze All to restore selected rows with full row-level visibility.