NFT vs. Token: The Legal Distinction Every Founder Should Understand Before Launch
Founders treat "launching a token" and "dropping an NFT" as the same decision. Legally, they aren't. Fungible tokens and NFTs diverge on securities law, IP ownership, and tax — how Howey, copyright's signed-writing rule, and the IRS collectibles look-through apply to each.
Why "NFT" and "Token" Aren't Legally Interchangeable
Founders talk about launching "a token" or dropping "an NFT" as if the choice were mostly a matter of branding or which contract standard the engineering team prefers. In practice, the two decisions send you down different legal roads. A fungible token built on the ERC-20 standard behaves like currency: every unit is interchangeable with every other unit, and holdings are divisible into fractions. A non-fungible token built on ERC-721 or ERC-1155 is the opposite — each token is unique and points to a specific item, whether that's a piece of art, a collectible, or a gated membership.
That technical distinction has legal consequences that founders tend to discover too late. Fungible and non-fungible assets diverge on three axes that shape almost every launch: how securities law treats the offering, who actually owns the intellectual property behind the asset, and how the transaction is taxed. Getting the standard right in code does not settle any of these questions.
One point matters more than the ERC number you pick. The label you put on your asset does not control how a regulator, a court, or the IRS characterizes it — economic substance does. Calling something an "NFT" does not exempt it from securities analysis, and calling something a "utility token" does not make it one. What matters is what the asset does, what buyers reasonably expect, and how the whole arrangement is structured.
Fungible vs. Non-Fungible: The Distinction That Drives Everything
Every legal question about your launch traces back to one property: is each unit of your asset interchangeable with every other unit, or is each one distinct? A fungible token is like a dollar bill or a share of stock — one is as good as another, and they divide cleanly into smaller pieces. A non-fungible token is like a numbered painting or a deed — each carries its own identity and cannot be swapped one-for-one. On Ethereum, that difference shows up in the technical standard the contract implements.
Three standards do most of the work, and it helps to know what each one signals:
- ERC-20 is the fungible standard. Every token is identical, divisible, and denominated as units of value — the format used for currencies, governance tokens, and instruments that behave like shares.
- ERC-721 is the original non-fungible standard. Each token has a unique ID, and no two are interchangeable. This is what most people mean when they say "NFT."
- ERC-1155 is the multi-token standard. A single contract can mint both fungible and non-fungible items, which makes it popular for limited editions and "semi-fungible" assets — think 500 identical copies of one artwork, each interchangeable within the edition but distinct from other editions.
That third standard is where founders get tripped up. ERC-1155 deliberately blurs the fungible/non-fungible line, so you cannot look at the standard name and announce a legal conclusion. The token standard is a signal of your use case, not a verdict on your legal status. Courts and regulators follow economic reality — how the asset is marketed, held, and valued — not the ERC label stamped on the contract.
That reality tends to pull in predictable directions. Fungible units are usually acquired for appreciation, which raises securities questions. Non-fungible items are usually bought for the underlying work or a specific utility, which raises intellectual-property and collectibles-tax questions instead. Knowing which gravity your project sits in is the starting point for everything that follows.
How the Howey Test Applies Differently to Each
The line between a token and a security has not changed much since 1946. In SEC v. W.J. Howey Co., the Supreme Court held that an "investment contract" exists when "a person invests his money in a common enterprise and is led to expect profits solely from the efforts of the promoter or a third party." That four-part inquiry — an investment of money, in a common enterprise, with a reasonable expectation of profits, derived from the efforts of others — is still the durable test. The specific regulatory guidance layered on top of it has shifted over the years, but Howey itself is what a court will ultimately apply.
Fungible tokens tend to line up with that framework more naturally. When you sell interchangeable units to a crowd of buyers, use the proceeds to fund your protocol or company, and those buyers hold the units expecting them to appreciate as your team builds, you have arguably assembled every Howey element. That is not automatic — a token used purely to access a live, functioning service has a stronger consumptive-use argument — but the closer a fungible token sits to "buy now, profit later from what we build," the more it resembles an investment contract.
NFTs usually sit on the other side of that line. A one-of-a-kind collectible bought to own, display, or use is closer to a painting or a trading card than to a share of stock. The complication is that an NFT can be marketed into securities territory even when the underlying asset is consumptive. The SEC's two NFT enforcement actions both turned on how the projects were sold, not on the pixels themselves.
In its 2023 order against Impact Theory, the SEC found that "Founder's Keys" NFTs were offered as unregistered securities because the company told buyers they would profit if it succeeded and that it was "trying to build the next Disney"; the matter settled for more than $6.1 million. Weeks later, in its order against Stoner Cats 2, LLC, the SEC reached a similar result: roughly 10,320 NFTs sold for about $8.2 million to fund an animated series, settled with a $1 million penalty. The common thread was a profit-promising roadmap — buyers were told to expect returns from the issuer's efforts.
Read those cases carefully before you treat them as settled law, because they are not. Both were administrative settlements, resolved with no admission of liability and no ruling from any federal court — to date, no court has held any NFT to be a security. Two sitting SEC Commissioners, Hester Peirce and Mark Uyeda, publicly dissented, objecting that the agency does "not routinely bring enforcement actions against people that sell watches, paintings, or collectibles along with vague promises to build the brand." Treat NFT-as-security as a fact-specific, genuinely contested question — driven by how you market and structure a sale — rather than a bright-line rule.
What You Actually Own: IP Rights in NFTs vs. Tokens
This is the part of the analysis where the law is clearest, and where founder assumptions most often break. Two provisions of the Copyright Act control almost everything here. The first, 17 U.S.C. § 202, states that ownership of a copyright "is distinct from ownership of any material object in which the work is embodied," and that transferring the object "does not of itself convey any rights in the copyrighted work embodied in the object." The second, 17 U.S.C. § 204(a), adds that a transfer of copyright ownership "is not valid unless an instrument of conveyance, or a note or memorandum of the transfer, is in writing and signed by the owner of the rights conveyed."
Read those two together and the popular slogan — "I bought the NFT, so I own the art" — falls apart. When someone buys an NFT, they receive the token: a blockchain record that, in most collections, simply points to media and metadata stored off-chain. The artwork itself usually is not on the chain at all, and even the token is a "material object" in the sense that matters. Under § 202, receiving that record conveys no copyright by itself. Under § 204(a), the exclusive rights that make up a copyright — to reproduce the work, prepare derivatives, distribute copies, and publicly display it — transfer only through a signed writing.
This is also where founders confuse a license with an assignment. Many collections attach terms — on-chain or linked from the project site — granting holders permission to use the underlying image, sometimes commercially. That permission is a license: a bounded grant defined entirely by its terms, revocable or limited as written. It is not a transfer of the copyright. An assignment moves ownership of the exclusive rights themselves and, per § 204(a), still requires that signed writing. If your project intends to give buyers real ownership rather than a usage grant, "the NFT says so" is not enough — you need an actual signed instrument of conveyance.
The token side of the ledger is simpler: a fungible token purchase generally conveys no intellectual property at all. Buyers of a fungible token are acquiring a unit of value or utility, not a creative work, so there is rarely any copyright, trademark, or licensed content riding along with it. Practically, that means IP diligence is chiefly an NFT concern. Before you launch a collection, get your rights chain in order — confirm you own or have licensed the underlying art, decide whether holders get a license or an assignment, and put whichever you choose in writing.
Tax Treatment: Issuance and Sale
The Howey and IP questions decide whether you can launch and how; the tax questions decide what you owe when value changes hands. Start from the foundational rule: the IRS does not treat digital assets as currency. In Notice 2014-21, the IRS held that convertible virtual currency is treated as property for federal tax purposes, which means general property principles apply to how you account for it. Practically, that means you recognize gain or loss whenever you sell or exchange the asset, measured against your basis, rather than treating the asset as cash.
For NFTs specifically, the IRS has signaled that some may be taxed as collectibles. In Notice 2023-27, issued March 21, 2023, the IRS announced its intent to issue guidance and said that, until it does, it intends to apply a "look-through" analysis to decide whether a given NFT is a collectible under IRC § 408(m). Under that proposed approach, an NFT that certifies ownership of a gem, a physical painting, or a precious metal would generally be treated as a collectible, while an NFT conveying rights to purely digital items — virtual land or in-game items, for example — generally would not. The distinction matters because collectibles held long-term can be taxed at a maximum rate of 28%, higher than the standard long-term capital-gains rates.
Two points deserve emphasis before you plan around this. First, the collectible treatment is not automatic: it turns on the underlying asset the NFT points to, so the same token wrapper can land on either side of the line depending on what it represents. Second, Notice 2023-27 reflects the IRS's stated intent and a request for public comment — it is not a final regulation, and the look-through framework could change before it is settled.
The parties to a sale are usually taxed differently, though the specifics depend on facts. As a general principle, a creator selling into the primary market often recognizes ordinary income on that first sale, in the same way a business recognizes income from selling what it produces. A collector who later resells generally recognizes a capital gain or loss on the difference between the sale price and their basis. Where you fall can shift with your circumstances — for instance, whether you are treated as a dealer holding inventory rather than an investor holding a capital asset — so the labels above are starting points, not conclusions.
Before You Launch: NFT, Token, or Hybrid?
The through-line across securities, IP, and tax is the same: economic substance, not the "NFT" or "token" label, drives your exposure. A word on a marketing page does not control how the SEC applies Howey, how a court reads your license, or how the IRS characterizes a sale. Before you mint, work through each of the three axes deliberately and write down your answers.
- Investment vs. utility or collectible framing. Is the asset marketed or structured so buyers expect profit from your efforts? If so, you are in securities territory regardless of the label — the same reasoning that reached the NFT drops in the Impact Theory and Stoner Cats settlements. Sell the collectible or the utility, not the upside.
- IP rights: decide what you license and what you retain. Spell out whether buyers get personal-use, commercial, or no rights, and remember that any transfer of copyright ownership must be in a signed writing under 17 U.S.C. § 204(a). A Discord post or token-gated wiki page is not a valid assignment.
- Tax posture: property by default. Most digital assets are treated as property, and certain NFTs may draw collectibles treatment under IRS Notice 2023-27. The characterization affects your buyers and your own reporting, so confirm it with a tax professional before launch, not after.
- Hybrids stack regimes — they are not a safe middle path. An NFT that pays fungible rewards, or a fractionalized NFT, can trigger securities, IP, and tax analysis at once. Fractionalization in particular heightens securities risk, because it looks and behaves like a divided investment interest.
The label is the last decision, not the first. Sort the economics, the rights, and the tax posture, and the correct structure — NFT, token, or something in between — will usually name itself.
Structuring an NFT drop, a token launch, or a hybrid? Promise Legal works with founders and creators on digital-asset securities analysis, IP, and launch structuring.