The post Crypto Firms Fight DOJ Over Developer Code Crackdown appeared first on Coinpedia Fintech News
A coalition of crypto advocacy groups accuses the US Department of Justice (DOJ) of misusing a law provision, backing Michael Lewellen’s case against the federal agency. On July 7, a crypto investment company, Paradigm, joined the alliance and filed an amicus brief, challenging the DOJ’s attack on software developers publishing open source code.
Crypto Firm Coalition Against DOJ
Paradigm reported on Monday that it has joined forces with— DeFi Education Fund, alongside the Blockchain Association, Crypto Council for Innovation, the Digital Chamber, the Solana Policy Institute, the Bitcoin Policy Institute, and the Uniswap Foundation— to support plaintiff, Michael Lewellen.
Lewellen, the developer who created a non-custodial crypto protocol and wanted to make it publicly available, merely published the code, which is not a money transmission, contrary to what the DOJ accused him of.
Why the Crypto Firms are Fighting Against the DOJ?
The crypto group coalition called the Department of Justice’s prosecution unfair and accused it of misusing section 1960 of the Title 18 of the US Code. In their filing, the coalition reported that the government is actively prosecuting P2P crypto software, even when the developers are publishing open-source software.
Developers who followed the rules, consulted lawyers, and relied on government guidance are also finding themselves at the risk of indictment or are facing trials like Roman Storm. Emphasizing the wrongdoing of the DOJ, Paradigm stated–
“We filed the brief because the government’s position is not just wrong on the law; it threatens the future of neutral crypto infrastructure in the United States and will send innovation fleeing overseas.”
Is 0% Crypto Tax Coming? Everything About the U.S. House Hearing
,
Urging the Government to Maintain Clarity in Laws
The crypto group coalition urged the government to give more clarity on the DOJ laws before prosecuting. Without clarity, developers will keep facing penalties and imprisonment, halting innovation in the US. The amicus brief submitted by the coalition defines unlicensed illegal money transmitting, which, according to the crypto firms, was not committed by Lewellen.
Final Thought
The crypto group coalition believed that people would lose faith in the US law if it does not provide clarity before executing charges. It will also confuse the developers to understand what falls under legal circumstances and what doesn’t. If this harsh and illogical regime continues, many developers will start to flee overseas to continue their innovative work.
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
Why are crypto groups challenging the U.S. Department of Justice (DOJ)?
A coalition of crypto firms, led by Paradigm, is challenging the DOJ’s interpretation of Section 1960 of Title 18 of the US Code, arguing it misuses the law to prosecute software developers publishing open-source code.
Who is Michael Lewellen and why is his case significant?
Michael Lewellen is a developer who created a non-custodial crypto protocol. He is being prosecuted by the DOJ for merely publishing open-source code, which the crypto coalition argues is not money transmission.