I found solution with this address

0x000000000000000000000000000000000000dead

Answer from Руслан Миров on Stack Overflow
🌐
Backpack Exchange
learn.backpack.exchange › home › articles › solana burn address explained: full guide to token burning on solana
Solana Burn Address Explained: Full Guide to Token Burning on Solana | Backpack
Token Burning Methods: Multiple approaches exist including SPL Token Program burns, the incinerator address (1nc1nerator11111111111111111111111111111111), and third-party burning platforms with varying cost and complexity trade-offs.
People also ask

Who can burn Base tokens?

It depends on the burn method and token implementation:

  • Classic 0xdead burn - Any holder can burn their own tokens this way. It's just a standard ERC-20 transfer to the 0xdead address.
  • Native burn() method - Also, almost always any holder can do it unless custom blockage was injected inside the burn method

The 20lab tool detects if burn method is available for your specific token and only allows native burn if it exists.

🌐
20lab.app
20lab.app › 20lab - token generator › tools › erc-20 burn tokens › base burn tokens
Burn Base ERC-20 Tokens - Destroy Tokens to Reduce Supply
How do I burn Base tokens?

To burn Base tokens with 20lab:

  1. Connect the wallet holding the tokens you want to burn
  2. Enter the token's contract address
  3. Choose your burn method:
    • Native burn() (recommended if available) - Properly reduces total supply
    • Classic 0xdead burn - Sends to inaccessible address, works for any ERC-20 token
  4. Enter the amount to burn
  5. Confirm the transaction

The tool automatically detects which methods are available for your token. The action is irreversible and is recorded on the block explorer. Double-check the amount before confirming - there is no recovery for burned tokens.

🌐
20lab.app
20lab.app › 20lab - token generator › tools › erc-20 burn tokens › base burn tokens
Burn Base ERC-20 Tokens - Destroy Tokens to Reduce Supply
Will burning Base tokens increase the token price?

Burning reduces supply, which can support price - but it's not automatic:

  • Burns work best when paired with sustained demand - reducing supply with no buyers does little
  • Large announced burns sometimes cause short-term price spikes from speculation
  • Continuous fee-based burns create gradual long-term deflationary pressure that may compound over time
  • Burning tokens already in the team treasury (vs. buying from market and burning) has weaker market impact - the supply was already inactive

Burns are most effective as part of a broader tokenomics strategy with utility, demand drivers, and clear communication. Burning alone rarely moves price meaningfully without those.

🌐
20lab.app
20lab.app › 20lab - token generator › tools › erc-20 burn tokens › base burn tokens
Burn Base ERC-20 Tokens - Destroy Tokens to Reduce Supply
🌐
Etherscan
etherscan.io › token › 0xa2fe5e51729be71261bcf42854012827bc44c044
Burn (BURN) | ERC-20 | Address: 0xa2fe5e51...7bc44c044 | Etherscan
Update Token Info · Update Name Tag or Label · Submit Burn Details · Report/Flag Address · 988,171,702,065.727719920431873539 BURN · 1,732 (0.00%) TOTAL · 24H · - 0 (0%) $0.00 · - 0xa2fe5e51729be71261bcf42854012827bc44c044 · Ad · Transfers · Holders · Info ·
🌐
Reddit
reddit.com › r/ethdev › how to properly burn lp tokens in the base network?
r/ethdev on Reddit: How to properly burn LP tokens in the Base network?
May 7, 2024 -

The internet suggests that in all EVM networks, it is customary to transfer tokens to the address 0x000000000000000000000000000000000000dEaD for burning.

However, dexscreener ignores this address; if tokens are transferred to it, it does not display a lock next to the liquidity. Yet, if LP tokens are transferred to 0x0000000000000000000000000000000000000000, it marks them as burned.

When I try to transfer tokens to 0x0000000000000000000000000000000000000000 in the Base network, MetaMask gives an error stating that it is not an Ethereum address. Can you please explain why this is the case and how to correctly burn LP tokens in Base?

🌐
Solana
solana.com › docs › tokens › basics › burn-tokens
Burn Tokens | Solana
BurnCheckedParams, create_associated_token_account, get_associated_token_address, initialize_mint, InitializeMintParams, mint_to_checked, MintToCheckedParams, ) from spl.token.constants import MINT_LEN, TOKEN_PROGRAM_ID · DECIMALS = 2 · AMOUNT_TO_MINT = 100 ·
Find elsewhere
🌐
Baxity
baxity.com › glossary › burn-address
What is Burn Address? | Crypto Glossary by Baxity Store
When digital assets are sent to a burn address, they are effectively destroyed because the private keys associated with that address are unknown or nonexistent, meaning no one can access or retrieve the funds. This process is called token burning, and it is commonly used by blockchain projects ...
🌐
Finst
finst.com › en › learn › articles › what-is-a-token-burn
What is a Token Burn? | Crypto Academy
July 9, 2025 - Once tokens are sent to a burn wallet, this is publicly visible, allowing anyone to verify the number of tokens burned. ... Send to a burn address Tokens of a given cryptocurrency are sent to a public wallet address (burn address) with no existing private key.
🌐
20lab
20lab.app › 20lab - token generator › tools › erc-20 burn tokens › base burn tokens
Burn Base ERC-20 Tokens - Destroy Tokens to Reduce Supply
Burn your Base ERC-20 tokens permanently. Native burn() function or 0xdead address burn supported. Reduce circulating supply on-chain.
🌐
Etherscan
etherscan.io › token › 0x64d91f12ece7362f91a6f8e7940cd55f05060b92
Burn (ASH) | ERC-20 | Address: 0x64d91f12...f05060b92 | Etherscan
Feature Tip: Add private address tag to any address under My Name Tag ! ... OVERVIEWBurn is a token of creation through destruction. For every NFT you burn, you get ashes in return.
🌐
20lab
20lab.app › 20lab - token generator › tools › erc-20 burn tokens › ethereum burn tokens
Burn Ethereum ERC-20 Tokens - Destroy Tokens to Reduce Supply
Burn your Ethereum ERC-20 tokens permanently. Native burn() function or 0xdead address burn supported. Reduce circulating supply on-chain.
🌐
Decrypt
decrypt.co › resources › what-is-a-token-burn-how-crypto-is-removed-from-circulation
What is a Token Burn? How Crypto is Removed From Circulation - Decrypt
July 19, 2022 - A burn address is a digital wallet ... Sending a token to a burn address effectively removes the digital asset from its overall supply, locking it up in the hands of nobody and preventing the asset from ever being traded again....
🌐
DEXTools
dextools.io › home › analysis › what is a burn address? understanding token burns
What Is a Burn Address? Understanding Token Burns | DEXTools News
April 25, 2026 - A burn address functions as a crypto wallet address used to remove tokens from circulation. This address is typically not controlled by anyone, rendering the tokens sent there unrecoverable and unspendable. Once tokens are transferred here, they are generally regarded as burned.
🌐
Medium
medium.com › @solana_dev › solana-burn-address-d1461d2313ed
Solana Burn Address. In the blockchain world, token burning… | by abao | Medium
December 3, 2024 - Direct Supply Reduction Burning tokens on Solana directly reduces the total supply, ensuring the process is verifiable and transparent. No Black Hole Address Solana provides a native burn instruction, eliminating the need for a burn address.
🌐
Investopedia
investopedia.com › tech › cryptocurrency-burning-can-it-manage-inflation
What Does It Mean to Burn Crypto? Practical Applications
February 12, 2025 - Wallet addresses used for burning cryptocurrency are called “burner,” “eater,” or “null” addresses. The act of burning effectively removes tokens from the available supply, which decreases the number in circulation.
🌐
Base
basescan.org › address › 0x000000000000000000000000000000000000dEaD
Null: 0x00...dEaD | Address: 0x00000000...00000dEaD | BaseScan
50+ token options, 100% bet insurance ... Banking, fast withdrawals, rakeback, and $25K Weekly Race rewards! This address is commonly used by projects to burn tokens (reducing total supply)....
🌐
MEXC Blog
blog.mexc.com › mexc blog › crypto knowledge › understanding the ethereum burn address: an essential component of blockchain tokenomics
Understanding The Ethereum Burn Address: An Essential Component Of Blockchain Tokenomics | MEXC
April 30, 2025 - The Ethereum burn address is a fascinating and essential part of the Ethereum blockchain. It’s designed to permanently remove Ether (ETH) tokens from circulation.
🌐
Ethplorer
ethplorer.io › address › 0x410cfd813b8d4e10f3b02b5595bc508abf2cf124
[BURN] BURN ADDRESS Token - Ethereum contract address 0x410cfD813b8D4e10F3b02B5595BC508aBF2CF124
BURN ADDRESS (BURN) token information and tracker. The BURN coin total supply is 1000000000. 387 transactions and 199 holders.