6.1 NFT Technology
Non-Fungible Tokens (NFTs) are unique digital assets on a blockchain, each with distinct properties that differentiate them from fungible tokens like Bitcoin or ETH. Understanding the technical architecture is essential for legal analysis.
Fungible vs. Non-Fungible
Fungible Tokens (ERC-20)
- Interchangeable (1 ETH = 1 ETH)
- Divisible (can own 0.5 ETH)
- Identical value and properties
- Examples: ETH, USDC, UNI
Non-Fungible Tokens (ERC-721)
- Unique (each token different)
- Indivisible (cannot own half an NFT)
- Distinct properties per token
- Examples: CryptoPunks, BAYC
ERC-721 Standard
The foundational NFT standard, defining the minimum interface for contracts to be considered NFT-compatible.
interface IERC721 { // Returns the owner of a specific token function ownerOf(uint256 tokenId) external view returns (address); // Transfers token from one address to another function transferFrom(address from, address to, uint256 tokenId) external; // Approves another address to transfer the token function approve(address to, uint256 tokenId) external; // Returns the URI for token metadata function tokenURI(uint256 tokenId) external view returns (string); event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); }
ERC-1155 Multi-Token Standard
A more efficient standard supporting both fungible and non-fungible tokens in a single contract.
| Feature | ERC-721 | ERC-1155 |
|---|---|---|
| Token Types | Non-fungible only | Both fungible and non-fungible |
| Batch Transfers | One at a time | Multiple tokens in one transaction |
| Gas Efficiency | Higher gas costs | Optimized for multiple tokens |
| Use Cases | Art, collectibles | Gaming items, mixed collections |
Metadata and Storage
Most NFTs only store a URL or hash pointing to off-chain content (typically on IPFS or centralized servers). If the server goes down or IPFS pins are removed, the NFT may point to nothing. This is a significant legal consideration for "ownership" claims.
- On-Chain: Token ID, owner address, transfer history
- Off-Chain: Image file, attributes, description (via tokenURI)
- IPFS: Decentralized storage, content-addressed (if pinned)
- Arweave: Permanent storage with upfront payment
6.2 Ownership vs. Licensing
The most fundamental legal misconception about NFTs: purchasing an NFT typically does NOT transfer ownership of the underlying intellectual property. Understanding this distinction is crucial for legal practice.
Token Ownership: You own the on-chain token (provable via blockchain)
IP Ownership: The creator typically retains copyright to the artwork
License: What you can actually DO with the art depends on the terms
What NFT Buyers Typically Get
- Token: Ownership of the unique on-chain identifier
- Personal Use: Right to display for non-commercial purposes
- Resale: Right to transfer/sell the token
- NOT: Copyright to the underlying artwork (usually)
- NOT: Right to create derivatives (usually)
- NOT: Commercial usage rights (usually)
License Spectrum
| License Type | Rights Granted | Example Projects |
|---|---|---|
| Restrictive | Personal, non-commercial display only | NBA Top Shot, most PFP projects |
| Commercial | Limited commercial use (up to $100K) | Bored Ape Yacht Club |
| CC0/Public Domain | No rights reserved, fully open | Nouns, Loot |
| Full IP Transfer | Complete copyright transfer | Rare, requires explicit agreement |
Case Study: Bored Ape Yacht Club License
BAYC grants owners broad commercial rights:
- Unlimited commercial use of the owned ape's image
- Right to create and sell derivative works
- License transfers with token sale
- Yuga Labs retains underlying IP for collection-wide uses
This has enabled BAYC holders to create restaurants, merchandise, and media projects using their ape images.
When advising NFT buyers: Always review the project's Terms of Service and license agreement. Most projects have restrictive terms that are not obvious from marketplace listings. The smart contract does not encode IP rights.
6.3 Intellectual Property Issues
Copyright Infringement
A significant portion of NFTs are minted using copyrighted content without authorization. Issues include:
- Art Theft: Minting others' artwork as NFTs without permission
- Fan Art: NFTs of copyrighted characters (Disney, anime, etc.)
- Impersonation: Fake collections claiming to be from known artists
- AI-Generated: Training data copyright concerns
DeviantArt detected over 90,000 potential NFT infringements of its users' art in 2022 alone. The scale of copyright infringement in NFT markets is massive and enforcement is challenging due to pseudonymity and cross-border transactions.
Trademark Issues
- Brand NFTs: Unauthorized use of brand names/logos
- MetaBirkin Case: Hermes sued artist for "MetaBirkin" NFTs depicting the Birkin bag - Hermes won (2023)
- Domain Names: ENS/blockchain domains with trademarked terms
Right of Publicity
NFTs depicting celebrities or public figures without authorization may violate right of publicity laws, which vary by jurisdiction.
Royalty Enforcement Problem
The royalty "crisis" of 2022-2023:
- Royalties are off-chain agreements, not on-chain enforcement
- New marketplaces (Blur) allowed optional or zero royalties
- Creator revenue dropped 60-80% as traders sought lower fees
- Projects exploring on-chain enforcement mechanisms (ERC-2981, operator filters)
NFT royalties are essentially contractual obligations enforced through marketplace ToS, not property rights. If a buyer sells through a non-compliant marketplace, the creator has no automatic on-chain recourse. This affects the economic model for many creators.
6.4 Regulatory Considerations
Securities Analysis
Whether NFTs are securities depends on the specific facts, applying the Howey test:
- Investment of Money: Yes - purchasing NFT
- Common Enterprise: Varies - community benefits vs. individual art
- Expectation of Profit: Key question - art appreciation vs. speculation
- Efforts of Others: Does project team drive value?
| NFT Type | Securities Risk | Factors |
|---|---|---|
| Art/Collectibles | Lower | Subjective value, personal use |
| PFP Projects with Roadmap | Medium-High | Promises of future utility, floor price focus |
| Fractionalized NFTs | High | Investment pool structure |
| Revenue-Sharing NFTs | Very High | Passive income expectations |
In September 2023, the SEC charged Impact Theory for unregistered securities offering through their "Founder's Keys" NFTs, citing promises of future benefits and profit expectations. This was the first NFT-specific SEC enforcement action.
Anti-Money Laundering (AML)
High-value art has long been used for money laundering. NFTs present similar concerns:
- Wash Trading: Selling to yourself to inflate prices (estimated 80%+ of some NFT volume)
- Anonymity: Pseudonymous transactions complicate KYC
- Cross-Border: Instant global transfers outside banking system
- Value Manipulation: Arbitrary pricing enables "justified" transfers
Consumer Protection
- Misleading Claims: Overstated utility or promises
- Rug Pulls: Projects abandoned after sale
- Fake Collections: Impersonating legitimate projects
- Hidden Fees: Gas costs, marketplace fees
6.5 Dispute Resolution
Challenges in NFT Disputes
- Pseudonymity: Difficulty identifying defendants
- Jurisdiction: Decentralized, cross-border transactions
- Enforcement: Judgments difficult to execute on-chain
- Evidence: Blockchain provides transaction proof but not intent
Available Remedies
- Platform Takedown: Request removal from OpenSea, etc.
- DMCA Notice: For websites hosting infringing content
- Litigation: Traditional courts if defendant identifiable
- On-Chain Remedies: Limited - cannot reverse transactions
- Arbitration: If specified in marketplace ToS
For copyright infringement: Start with marketplace takedown requests (most comply quickly), then consider DMCA to hosting providers. For larger cases, blockchain analysis firms can sometimes trace pseudonymous actors to identifiable entities.
Key Takeaways
- NFTs represent on-chain ownership of a token, NOT necessarily the underlying IP
- Always review the license terms - most NFTs grant limited rights
- Most NFT art is stored off-chain and may become inaccessible
- Copyright infringement is rampant in NFT markets
- Royalties are platform-enforced, not blockchain-enforced
- Some NFTs may be securities depending on how marketed
- Enforcement is challenging due to pseudonymity and cross-border nature