Mudrex is seeking additional KYC details for users initiating crypto withdrawals, and the crypto investment firm has halted crypto withdrawals for the next couple of weeks as part of an ongoing upgrade to its ‘compliance’. The platform informed users about pause on withdrawals through emails over the weekend. The company also posted a blog post about the issue on Sunday. The development stirred concerns amid Mudrex’s user base, about the safety of their crypto deposits. The platform, however, has stated that all deposits will be secure during this ongoing process. Mudrex Says Upgrade Will Automate and Streamlining VerificationThis is the first upgrade that Mudrex is processing for its KYC procedure related to crypto withdrawals. Alankar Sexena, Co-founder and CTO at Mudrex had posted about the development on This particular upgrade is focused on automating and streamlining verification for faster and more reliable withdrawals. We’ve been working on upgrading our compliance and systems for the past few months,” Saxena said. “However, making these changes could impact users’ experience, so we’ve decided to pause withdrawals until the 28th to ensure everything runs smoothly.” In his post published on X, Saxena told users that INR withdrawals are not affected by the ongoing process. at Mudrex.We have temporarily paused crypto withdrawals on @officialmudrex, not permanently. This step is part of our effort to upgrade the compliance suite to avoid bad actors. Our priority is to serve our investors in the best and most compliant way possible. We will be able to complete…— Alankar Saxena (@alankar_saxena) January 12, 2025In conversation with Gadgets 360, a Mudrex spokesperson claimed that the platorm aims is to ensure that crypto assets are not misused by criminals to move illegal funds around in an untraceable manner. The spokesperson further disclosed that Mudrex is adding requirements like video KYC to maintain a detailed information base for users processing crypto withdrawals on its platform. The official further added that Mudrex has not identified any crucial threat that has prompted it to upgrade its compliance suite, adding that it is a step aimed at improving its user verification system.Mudrex Users React to Halt on WithdrawalsCryptocurrencies are not fully regulated in the country. , due to a lack of laws to govern the sector. Moreover, incidents like ByBit’s recent suspension of crypto trading service — or last year’s WazirX wallet hack leading to a loss of around $230 million (roughly Rs. 1,900 crore) — have also added to investor concerns in the country. Mudrex’s step to pause crypto withdrawals. to update its compliance suite has come across as ‘odd’ and ‘peculiar’ to members of India’s crypto community. It is notable, that this development came just two days after Mudrex marked its seventh anniversary and announced that its user base has grown by 200 percent to breach the mark of three million as of January.Addressing the Mudrex situation, many from the crypto circle hhighlighted that such instances only add to the prevailing sentiment of mistrust among crypto investors in India.I hope mudrex resolves this issue soonI have no doubts that their intentions are good and honest.But, it creates a general sentiment of mistrust among investors Pranav | prnv.eth | :rocket: EthIndia (@_pranav_singhal) January 12, 2025idk whats up with mudrex but after whats happened with wazirx, noone should be trusting any indian exchange.anyways, if any indian fren who still uses an indian exchange see this post, withdraw all and just start using dexsand if you need to withdraw funds to bank, just do… Shivrxj (@shivrxj) January 12, 2025Others lauded the platform for being transparent and maintaining the safety of crypto funds during its internal upgrades.Thanks for addressing this issue! Lot of investors were worried, this will give them clarity!— IITian In Crypto (Umang Gupta) (@IITian_InCrypto) January 12, 2025Good to know it is temporary, kindly maintain transparency with users, they are already facing many problems due to Wazirx. — Adnan (Crypto Craze) (@Cryptowithadnan) January 12, 2025The platform claims that its monthly trading volume has reached $200 million (roughly Rs. 1,732 crore). Founded in 2018 by Edul Patel and Alankar Saxena, Mudrex has offices in India as well as the US.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!