The post a16z & DeFi Education Fund Propose “Safe Harbor” for Blockchain Apps appeared first on Coinpedia Fintech News
Andreessen Horowitz (a16z), a major venture capital firm, has spent years helping its portfolio companies sail through complex U.S. regulations.
It is now writing to the SEC to ask for clear rules so that DeFi platforms can grow safely without getting caught up in securities law issues.
The Safe Harbour Proposal
On Wednesday, a16z and the DeFi Education Fund put forward a proposal to the SEC, seeking regulatory relief for certain blockchain apps. It suggests a “safe harbor” for certain decentralized apps, ensuring that broker registration rules fit the realities of blockchain systems.
According to the proposal, to qualify, an app must not
hold user funds,
exercise control over transactions,
provide investment advice, or solicit investments,
and it should operate only on blockchain networks that are fully decentralized, autonomous, and non-custodial.
A16z points out that most apps are non-custodial, passive software tools that allow users to interact directly with a public, decentralized network and protocol infrastructure.
If an app meets these criteria, it does not function like a traditional broker and avoids the typical legal risks. It simply allows users to execute transactions automatically and transparently, and should generally be considered exempt from broker registration.
Clear Rules for Developers and DeFi Innovation
The letter claims that the “safe harbor” would give clear rules for developers, while letting the SEC still oversee risky activities. This would ensure that creators can build in the U.S. without worrying about outdated laws being wrongly applied to modern software.
SEC Embraces Crypto-Friendly Shift
The push for “safe harbor” comes as the SEC shifts toward a more crypto-friendly stance.
Previously, the agency had signaled that apps like Coinbase Wallet, Uniswap, and OpenSea might need to register as brokers. However, those claims and investigations were later dropped
A recent report from the President’s Working Group has also suggested easing rules for certain Defi providers.
Crypto News: Eric Trump Joins ALT5 Sigma, Rings Nasdaq Bell Ahead of WLFI Push
,
Self-Custody- A Core American Right
At the recent Crypto Task Force Roundtable on “DeFi and the American Spirit,” SEC Chair Paul Atkins had said that the right to self-custody of one’s private property is a “foundational American value that should not disappear when one logs onto the internet.”
The SEC is also exploring ways to back self-custodial and on-chain innovation, like offering guidance, updating rules, or creating an “innovation exemption” so that developers can safely bring crypto products to market.
Even though Congress has not passed full digital asset laws yet, Atkins has kicked off “Project Crypto” to push forward crypto-friendly initiatives and give the market a clearer direction.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });
FAQs
What is a16z’s “safe harbor” proposal for DeFi?
The VC firm proposes exempting non-custodial, decentralized apps from broker registration if they don’t hold funds, control transactions, or give investment advice – protecting true DeFi projects.
How does this align with SEC’s “Project Crypto”?
The proposal complements the SEC’s initiative to clarify crypto rules, with Chair Atkins emphasizing self-custody as a “foundational American value” in recent roundtables.
What’s the timeline for potential DeFi regulation?
While Congress debates broader crypto laws, a16z’s proposal could fast-track guidance – with SEC’s “Project Crypto” reforms potentially emerging as early as Q1 2026.