Because the standard says so.

https://eips.ethereum.org/EIPS/eip-721

/// @dev This emits when ownership of any NFT changes by any mechanism.
///  This event emits when NFTs are created (`from` == 0) and destroyed
///  (`to` == 0). Exception: during contract creation, any number of NFTs
///  may be created and assigned without emitting Transfer. At the time of
///  any transfer, the approved address for that NFT (if any) is reset to none.
event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId);
Answer from William Entriken on Stack Exchange
🌐
OpenSea
opensea.io › NullAddress
NullAddress - Profile | OpenSea
May 31, 2022 - Check out NullAddress's NFTs on OpenSea, the largest marketplace for crypto collectibles.
🌐
OpenSea
opensea.io › Null-Address
Opensea
Status · Chains · Collections · Collection · Recently received · Aggregating · Networks · Terms of Service · $4,482.41 · Support
🌐
MetaMask
community.metamask.io › support › sending and receiving tokens
Transferring a token to the NULL address - Sending and Receiving Tokens - MetaMask
July 7, 2021 - Rarible and OpenSea have blocked transferring a token to the NULL address and they refuse to talk about it or answer any questions… If i transfer a token from within the MetaMask app to the NULL address is it equal to bu…
🌐
GitHub
github.com › ProjectOpenSea › opensea-js › issues › 543
OpenSea-sdk always return nullAddress owner · Issue #543 · ProjectOpenSea/opensea-js
{ "user": { "username": "NullAddress" }, "profile_img_url": "https://storage.googleapis.com/opensea-static/opensea-profile/1.png", "address": "0x0000000000000000000000000000000000000000", "config": "" } No one assigned ·
Author   ProjectOpenSea
🌐
Stack Overflow
stackoverflow.com › questions › 71397588 › opensea-api-returning-null-when-i-want-to-fetch-my-data
ethereum - OpenSea API returning null when i want to fetch my data - Stack Overflow
when i go to this link https://api.opensea.io/api/v1/assets?asset_contract_address=0x892848074ddea461a15f337250da3ce55580ca85 It returns me some data i can use. But when i tried to fetch MY assets ...
Find elsewhere
🌐
OpenSea
opensea.io › learn › nft › what-is-nft-burning
What Is NFT Burning? How and Why NFTs Are Burned
June 25, 2023 - For NFTs on the Ethereum blockchain, ...0000000dEaD (referred to as the Burn Address). No one can access the wallet, so once an NFT is sent to this address, it can never be retrieved. It’s like the burned NFT is locked away in a ...
🌐
Decrypt
decrypt.co › 80474 › 100000-worth-of-ethereum-nfts-destroyed-by-opensea-bug-eth-dev
$100,000 Worth of Ethereum NFTs Destroyed by OpenSea Bug: ETH Dev - Decrypt
September 9, 2021 - Johnson told Decrypt that he hasn’t heard anything from OpenSea yet regarding potential compensation for NFTs lost due to the bug. Late Wednesday evening, the company issued a statement via Twitter, which appears to be its only public comment on the matter thus far. "We've reached out to the small number of users who were affected by the issue yesterday where sending an NFT to an ENS name sent it to the encoded version of the literal text (e.g. "OS.eth") instead of the associated address," the company tweeted.
🌐
OpenSea
opensea.io › null_addresses
null_addresses - Profile | OpenSea
Check out null_addresses's NFTs on OpenSea, the largest marketplace for crypto collectibles.
🌐
Tokenized
tokenizedhq.com › home › blockchain › nfts › marketplaces › how to delete an nft on opensea the right way
How to Delete an NFT on OpenSea the Right Way — Tokenized
June 18, 2022 - When you burn an NFT, you’re transferring it to a null address, effectively a black hole. This NFT burn address isn’t owned or controlled by anyone, so if you burn an NFT it means the NFT is lost forever.
🌐
Twitter
twitter.com › nassredean › status › 1362610043905073152
Twitter
JavaScript is not available · We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center · Help Center · Terms of Service Privacy Policy ...
🌐
Education Ecosystem
educationecosystem.com › home › what is the null address in crypto?
What is the Null Address in Crypto? Null Address in Crypto
January 3, 2022 - Standard addresses are just a string ... On the other hand, a null address is an address created specifically to receive tokens that are being intentionally removed out of circulation....
🌐
OpenSea
support.opensea.io › all collections › faq › how do i delete an nft?
How do I delete an NFT? | OpenSea Help Center
October 10, 2025 - You should be certain you no longer want to own this NFT before burning it. If you’d like to remove an item from your wallet entirely, you can “burn” it by sending it to a wallet address no one can access (a null address), making the NFT ...
🌐
Nolt
opensea.nolt.io › 1174
Sign in
Sorry, we don't support your browser. Install a modern browser · Sign in · Continue with email · Or use social login: · By continuing, you are indicating that you agree to the Nolt Terms of Service and Privacy Policy
🌐
PolygonScan
polygonscan.com › address › 0x000000000000000000000000000000000000dead
Null: 0x000...dEaD | Address: 0x00000000...00000dead | PolygonScan
Address (EOA) | Balance: $2.63314097544753E+16 across 28 Chains | Transactions: 15,465 | As at Jun-06-2026 11:48:14 PM (UTC)
🌐
Stack Overflow
stackoverflow.com › questions › 68838631 › trying-to-print-all-owners-of-an-nft-collection-on-opensea-using-api-and-python
ethereum - Trying to print all owners of an NFT collection on OpenSea using API and Python 3 - Stack Overflow
import requests url = "https://api.opensea.io/api/v1/assets" api_key = "api key" col = 'reapers' def print_owners(race, offset): querystring = {'order_by': 'name', 'order_direction': 'asc', 'offset': offset, 'limit': '50', 'collection': col, 'X-API-KEY': api_key} response = requests.get(url, params=querystring) data = response.json() i = 0 for each_asset in data['assets']: try: if race in data['assets'][0]['name']: if data["assets"][i]["last_sale"] is None: print(data["assets"][i]["name"] + ': ' + data["assets"][i]["sell_orders"][0]["maker"]["address"]) else: print(data["assets"][i]["name"] +
🌐
CryptoPotato
cryptopotato.com › home › guides › how to mint your first nft on opensea? a step-by-step guide
How to Mint Your First NFT on OpenSea? A Step-by-Step Guide
September 11, 2025 - Below you’ll find different properties to fill in, starting with the URL of your collection on OpenSea, the description, category, and links to your website and social networks. You will be asked to insert your payout wallet address. Go to the wallet icon and click on your address.