Tron, Tether, and TRM Labs Unite via Financial Crime Unit T3, Freeze $126 Million in Illicit Funds
In recent years, rising crime in the crypto space has drawn the attention of the FBI and other global law enforcement agencies. To aid in tracking laundered crypto funds, Tron, Tether, and TRM Labs established T3, a specialized financial crime unit aimed at curbing illicit activities. In a recent update, Tron confirmed that T3 has successfully retrieved and frozen $126 million (roughly Rs. 1,081 crore) in crime-related funds.Tron is a blockchain-based platform built on Ethereum that enables developers to create decentralized Web3 applications. Tether is the issuer of the USDT stablecoin, while TRM Labs is a blockchain intelligence firm focused on solving crypto-related crimes. The three entities launched the T3 unit in August 2024 with the goal of preventing the misuse of USDT on the Tron network by criminals. On January 2, Tron shared T3’s milestone on X, calling it a “significant achievement.” Since its launch, T3 has recovered $126 million (roughly Rs. 1,081 crore) from criminals worldwide.The recovered funds include $36 million (roughly Rs. 308 crore) tied to investment scams and $65 million (roughly Rs. 557 crore) linked to money. laundering. Other cases involve funds related to hacks, illicit drugs, and blackmail scams, with $5.5 million (around Rs. 47 crore) identified as connected to terror financing.Tron has stated that the T3 unit can respond to crypto-related threats within five days of detection.In the past, other Web3 firms have taken similar measures to trace illicit crypto funds in circulation and prevent the misuse of virtual digital assets.Binance, for instance, Worked with the Delhi Police to seize Rs. ₹84 lakh (about 100,000 USDT) linked to a renewable energy fraud case. The exchange also partnered India’s Enforcement Directorate to tackle the Fiewin gaming scam, which defrauded users of $47.6 million (roughly Rs. 400 crore). In December last year, blockchain data firm Chainalysis acquired Israeli security firm Hexagate to enhance its Web3 security offerings for the industry..
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!