SEC Chairman Explains Why NFTs Are Not Securities: 'Like Buying Trading Cards'

marsbitPublicado em 2026-03-19Última atualização em 2026-03-19

Resumo

SEC Chairman Paul Atkins explained in a CNBC interview why NFTs are generally not considered securities, comparing them to collectibles like baseball cards. The SEC recently issued guidance identifying four categories of digital assets not classified as securities: digital commodities, digital tools, digital collectibles (including NFTs), and stablecoins. Atkins emphasized that NFTs are typically "bought and held" assets rather than investment contracts, which are central to the definition of a security. He noted that each asset is evaluated based on its specific facts and circumstances, but digital collectibles are generally viewed as immutable purchases not intended for trading like traditional securities. This reflects a broader shift in the SEC’s approach under Atkins’ leadership, moving away from enforcement-driven regulation toward clearer guidance and a more predictable framework. The change aligns with the Trump administration's crypto-friendly stance, with Atkins criticizing past regulatory missteps that he believes set the U.S. back in crypto innovation.

Author: Sam Bourgi

Compiled by: Deep Tide TechFlow

Deep Tide Introduction: SEC Chairman Paul Atkins further explained in a CNBC interview why NFTs generally do not constitute securities. The SEC recently released an interpretive document listing four categories of digital assets that are not securities: digital commodities, digital instruments, digital collectibles (including NFTs), and stablecoins.

Atkins compared NFTs to baseball cards, emphasizing that such assets are "bought and held" and do not involve investment contracts. This is the latest move by the SEC under Atkins' leadership to shift from "enforcement-driven" to "guidance-driven" regulation.

Full text as follows:

After the U.S. Securities and Exchange Commission (SEC) listed four major categories of digital assets not subject to securities laws, Chairman Paul Atkins further explained why non-fungible tokens (NFTs) generally do not meet the definition of securities.

In a CNBC interview on Wednesday, Atkins reiterated the four categories of digital assets identified in the SEC's recent interpretive document that are typically not considered securities: digital commodities, digital instruments, digital collectibles like NFTs, and stablecoins.

During the interview, host Andrew Ross Sorkin pressed the issue of digital collectibles, noting that depending on their structure, they could more easily be classified as securities.

Atkins responded, "That's true of anything." He emphasized that the SEC's analysis still depends on the specific facts and circumstances of each asset, particularly whether it involves an investment contract under long-standing legal precedent.

Atkins stated that digital collectibles are generally viewed as items to be bought and held, similar to physical collectibles, rather than investment contracts. Investment contracts are a core defining feature of securities.

He said, "These collectibles, like baseball cards, memes, memecoins, NFTs, are things someone buys. It's an immutable purchase...unlike other assets that people trade."

Caption: Paul Atkins interviewed on CNBC. Source: CNBC

SEC Continues to Move Away from "Enforcement-Driven" Crypto Policy

Under Atkins' leadership, the SEC's approach to regulating digital assets has undergone a noticeable adjustment. This shift coincides with the Trump administration, which is more crypto-friendly and took office in early 2025.

Atkins said in the CNBC interview, "We are breaking with the past." He described the SEC's efforts to promote clearer guidance and a more predictable regulatory framework.

Last year, Atkins criticized the SEC's previous reliance on "regulation by enforcement" and promised to move away from this approach. He also noted that tokenization is a key innovation that regulators should support rather than restrict.

Since then, he has repeatedly stated that past regulatory missteps have set the U.S. back by as much as a decade in crypto development and vowed to reverse this situation.

Perguntas relacionadas

QWhat are the four categories of digital assets that the SEC recently identified as typically not being considered securities?

AThe four categories are digital commodities, digital tools, digital collectibles (including NFTs), and stablecoins.

QHow did SEC Chairman Paul Atkins compare NFTs to explain why they are not securities?

AHe compared NFTs to baseball cards, stating they are 'bought and held' items, similar to physical collectibles, and do not involve investment contracts.

QWhat shift in regulatory approach has the SEC undergone under Chairman Paul Atkins' leadership?

AThe SEC has shifted from an 'enforcement-driven' approach to a 'guidance-driven' one, focusing on clearer guidance and a more predictable regulatory framework.

QAccording to the article, what did Paul Atkins say about the impact of past regulatory mistakes on the U.S. crypto industry?

AHe stated that past regulatory missteps set the U.S. back by as much as a decade in crypto development and vowed to reverse this situation.

QWhat key feature did Atkins emphasize as central to the definition of a security in the context of digital assets?

AHe emphasized that the key feature is whether the asset involves an investment contract under long-standing legal precedent.

Leituras Relacionadas

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbitHá 1h

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbitHá 1h

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbitHá 1h

Your Claude Will Dream Tonight, Don't Disturb It

marsbitHá 1h

Trading

Spot
Futuros
活动图片