News Jan 17, 2025 07:49 UTC South Korean woman steals $480K in crypto to pay off debts, arrested after fleeing the scene. Investigation ongoing.Previous South Korean crypto thefts raise alarm, with a banker sentenced to 15 years for $12.4M in stolen funds.A South Korean woman has been arrested for allegedly stealing a friend’s $480,000 (700 Million won) worth of cryptocurrency to pay off her debts. The incident occurred after the woman met her victim on a chat app a few months ago.On January 7th, the woman reportedly stole her friend’s phone from their home in Jeju City and used it to access the victim’s crypto holdings. She sold the cryptocurrency for cash, transferring the funds to her own bank accounts.The suspect fled the scene but was tracked down quickly after the victim reported the theft. Police arrested her in Gomi, North Jeolla Province, on January 8th. The woman reportedly confessed that her motive was to pay off debts.Authorities are continuing to investigate the case. This follows previous incidents in South Korea where individuals have been sentenced for similar crimes involving cryptocurrency theft.In December 2024, a South Korean banker was sentenced to 15 years in prison for stealing $12.4 million from his employer, Woori Bank, to fund his cryptocurrency addiction. Over a period of 10 months, the banker forged loan documents, funneled money into his accounts, and spent $10.4 million on crypto investments. Unfortunately, he lost $4.35 million in failed crypto ventures. The court ordered him to repay 10.52 billion won ($7.3 million). While $3 million worth of assets were seized, the remaining $4 million is considered unrecoverable.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.`;
subcribemodal.innerHTML = modalContent;
}
subscribe_unsubscribe_status(template_id);
//getAllSubscriberCategoryList(template_id);
}
function toggleSubscription(subscription, template_id) {
var subscriptionCheckbox = document.getElementById(subscription + ‘_’ + template_id);
var li = document.getElementById(subscription + ‘Selected_’ + template_id);
if (subscriptionCheckbox.checked) {
li.classList.add(‘active’);
} else {
li.classList.remove(‘active’);
}
}
function getAllSubscriberCategoryList(getcategoryId) {
jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘GET’,
data: {
action: ‘subscribe_api_ajax_request’,
apiurl: ‘/app/email_newsletter/list’,
},
success: function(response) {