current location:Home >> Blockchain knowledge >> close asociated token account suported chains

close asociated token account suported chains

admin Blockchain knowledge 478

he Close Associated Token Account operation is supported on various blockchain networks that utilize the SPL Token Standard (Solana Program Library) or similar token standards. Here are the major chains that support closing associated token accounts:

Supported Chains:

  1. close asociated token account suported chains

    Solana (SPL Tokens)

    • The most common chain for this operation.

    • Uses spl-token close-account or programmatic calls to close an associated token account (ATA).

    • Example:

spl-token close <TOKEN_ACCOUNT_ADDRESS>

2.Ethereum & EVM Chains (Limited Support)

    • While Ethereum doesn't have "associated token accounts" like Solana, some wallets (e.g., Phantom) may support closing token-related accounts.

    • Smart contracts can implement similar logic for burning or reclaiming storage.

    3.Polygon, Avalanche, BSC (EVM Chains with Wrapped SPL Tokens)

    • If bridged SPL tokens exist, closing may be supported via cross-chain interactions.

    4.Near Protocol (via Aurora EVM or Custom Contracts)

    • Not natively, but custom implementations may exist.

    5.Other SPL-Compatible Chains (e.g., Serum, Pyth)

    • If they follow Solana's token standards, closing ATAs is possible.

How to Close an Associated Token Account?

  • On Solana:

    • Use the @solana/spl-token SDK:

import { closeAccount } from '@solana/spl-token';
await closeAccount(connection, payer, accountToClose, destination, authority);

Or CLI:

spl-token close <TOKEN_ACCOUNT_ADDRESS>

Why Close an ATA?

  • Recover rent-exempt SOL (on Solana).

  • Clean up unused accounts.

  • Reduce storage costs.

If you have any questions or uncertainties, please join the official Telegram group: https://t.me/GToken_EN

GTokenTool

GTokenTool is the most comprehensive one click coin issuance tool, supporting multiple public chains such as TON, SOL, BSC, etc. Function: Create tokensmarket value managementbatch airdropstoken pre-sales IDO、 Lockpledge mining, etc. Provide a visual interface that allows users to quickly create, deploy, and manage their own cryptocurrencies without writing code.

Similar recommendations