Recently, the SEC dropped a lawsuit against Hex founder Richard Heart, sparking community hopes that the XRP case could be settled soon as well. With the SEC backing off more crypto lawsuits, there’s more optimism. XRP lawyer John Deaton is asking for a quick end to the Ripple vs. SEC case and is directly in talks with the key SEC officials.
Ripple When, Asks Deaton
He called on key SEC officials Hester Peirce and Mark Udeya, along with crypto experts David Sacks and Bo Hines, to help get the Ripple case dismissed. In an X post Deaton wrote, “As Amici counsel and on behalf of 75K XRP holders, Hester Peirce, David Sacks, Bo Hines, Mark Udeya, when Ripple?”
Notably, the latest update on the Hex founder’s lawsuit and John Deaton’s statement come after the SEC dropped several crypto lawsuits against big names like Coinbase, Robinhood, and Uniswap. However, former SEC official John Reed Stark sees this as a red flag, warning it could spell trouble and possibly even the agency’s downfall.
Big Wins For Crypto
In the first month of Donald Trump’s second term, the crypto industry scored some big wins. The SEC dropped or closed six cases and asked courts to pause two more. The crypto industry scored big in the 2024 election, and the full impact is just starting to unfold. Questions about how crypto should be regulated are still unclear.
In the past week, the SEC dropped its case against Coinbase, paused cases against Binance and Tron, and told platforms like ConsenSys, OpenSea, Robinhood, Uniswap, and Gemini that their investigations are being closed.
- Also Read :
- Big News: Trump to Headline White House’s Historic Crypto Summit on March 7
- ,
SEC Focusing On Clear Policies
These moves follow after SEC Commissioner hester peirce hester peirce
Hester Peirce of the Securities and Exchange Commission, often known as “Crypto Mom,” is one of the most outspoken supporters of cryptocurrency at the government level in the United States. Prior to joining the Securities and Exchange Commission, she worked in a variety of roles evaluating and formulating financial regulations, having graduated from Yale Law School. She worked at George Mason University’s Mercatus Center, a libertarian think tank, most recently before becoming commissioner, where she produced, among other things, critiques of legislation like the Dodd-Frank Act.
She, often known as “Crypto Mom,” is a member of the Securities and Exchange Commission. She was born in Ohio and graduated from Yale Law School. Prior to joining the Securities and Exchange Commission, she worked in a variety of capacities evaluating and creating financial regulations. She worked at George Mason University’s Mercatus Center, a libertarian-leaning think tank, most recently before becoming commissioner, where she produced, among other things, critiques of legislation like the Dodd-Frank Act.
As chairman Jay Clayton steps out and a Joe Biden nominee takes his place, Republican Peirce will find herself in the minority. Clayton, on the other hand, was not particularly forward-thinking when it came to digital assets. President Biden has declared his intention to select Gary Gensler, a crypto expert who would presumably be more prepared to deal with Peirce than Clayton was.
The SEC’s approval of initial public offerings for crypto businesses like Coinbase, the first U.S.-authorized Bitcoin ETF, and, of course, the ICO safe harbour are all obvious targets for Peirce. We won’t know what Peirce thinks about the SEC’s pursuit of Ripple until after the fact, per SEC protocol, but the outcome of that case will almost certainly serve as a springboard for more clarity.
Peirce told guests at the Crypto Finance Conference in January that the future SEC chairman’s priority should be supporting innovation and giving regulatory clarity: “We need to embrace innovation and figure out how to create a regulatory framework that encourages it, which, in our field, I believe means providing clarity.” EntrepreneurInvestorFinanceCrypto and Blockchain Expert Hester Peirce stated that the SEC is now focused on creating clear policies to guide future enforcement, instead of letting enforcement actions set the rules.
Never Miss a Beat in the Crypto World!
Stay ahead with breaking news, expert analysis, and real-time updates on the latest trends in Bitcoin, altcoins, DeFi, NFTs, and more.
`;
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;
}
document.querySelector(‘#subscribe-modal-design .modal’).style.display = ‘none’;
subscribedmodal.style.display = ‘block’;
subscribedmodal.classList.remove(‘hide’);
subscribedmodal.classList.add(‘show’);
document.getElementById(‘subscribe_’ + categoryid).style.display = ‘none’;
document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘block’;
var showDownloadReport = document.getElementById(‘download_report’);
if (showDownloadReport) {
showDownloadReport.style.display = ‘block’;
}
}
} catch (e) {
console.error(‘Error parsing response:’, e);
}
},
});
}
function closeModal(template_id) {
var modalId = template_id;
var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
if (modal) {
modal.classList.add(‘hide’);
modal.classList.remove(‘show’);
setTimeout(function() {
modal.style.display = ‘none’;
}, 500);
} else {
console.warn(‘Modal not found:’, modalId);
}
}
function closeunsubscribemodal() {
var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);
if (unsubscribemodal) {
unsubscribemodal.classList.add(‘hide’);
unsubscribemodal.classList.remove(‘show’);
}
setTimeout(function() {
unsubscribemodal.style.display = ‘none’;
}, 500);
}
function closesubscribemodal() {
var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
setTimeout(function() {
subscribedmodal.style.display = ‘none’;
}, 500);
if (subscribedmodal) {
subscribedmodal.classList.add(‘hide’);
subscribedmodal.classList.remove(‘show’);
}
}
function withoutLoginClicked(withoutlogin_id) {
localStorage.setItem(‘subscribe_without_Login’, ‘true’);
localStorage.setItem(‘subscribe_clicked_id’, withoutlogin_id);
}
document.addEventListener(‘DOMContentLoaded’, function() {
const subscribewithoutData = localStorage.getItem(‘subscribe_without_Login’);
const subscribe_clicked_cat_id = localStorage.getItem(‘subscribe_clicked_id’);
// 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’);
}
});
/************************** update susbcriber content **************************** */
function initializeSubscriptionButton() {
var initialListItems = document.querySelectorAll(‘.subscription-options input[type=”checkbox”]’);
initialListItems.forEach(function(item) {
console.log(item.checked, ‘Initial Checkbox checked status’);
});
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();
}
}
});
