토픽

맨위로 가기
  • 공유 공유
  • 댓글 댓글
  • 추천 추천
  • 스크랩 스크랩
  • 인쇄 인쇄
  • 글자크기 글자크기
링크 복사 완료 링크가 복사되었습니다.

8800억 암호화폐 사기 의혹…하루인베스트 경영진 1심서 무죄

프로필
연합뉴스
댓글 1
좋아요 비화설화 1

하루인베스트 경영진이 8천800억 원대 암호화폐 사기 혐의에서 1심 무죄를 선고받았다. 법원은 사업 지속 의지를 근거로 고의 사기는 아니라고 판단했다.

 8800억 암호화폐 사기 의혹…하루인베스트 경영진 1심서 무죄

‘8천억원대 암호화폐 먹튀’ 혐의로 재판에 넘겨졌던 하루인베스트 경영진이 1심에서 무죄를 선고받았다.

서울남부지법 형사합의15부(양환승 부장판사)는 17일 특정경제범죄가중처벌법상 사기 등 혐의로 기소된 하루인베스트 공동대표 박모(45)씨와 송모(41)씨, 사업총괄대표 이모(41)씨에게 무죄를 선고했다.

하루인베스트 최고운영책임자였던 강모(39)씨는 업무상횡령 혐의가 유죄로 인정돼 징역 2년에 집행유예 3년과 사회봉사 120시간을 선고받았다.

이들은 2020년 3월부터 2023년 6월까지 고객 6천여명으로부터 예치받은 8천805억원 상당의 코인을 가로챈 혐의를 받는다. 강씨는 2021년 7월부터 2023년 6월까지 회삿돈 3억6천843만원을 임의로 사용한 혐의도 있다.

이들은 2019년부터 완전 자본잠식 상태로 재무 상태가 매우 열악하고 인력이 부족했음에도 '코인을 맡겨두면 은행처럼 최대 연 15% 수익을 지급하고 원금도 보장한다'며 홍보해 코인을 유치한 것으로 조사됐다.

재판부는 "원인과 정도를 고려할 때 자본잠식이 발생한 사정만으로 지속가능성 없는 사업이라 단정하기 어렵다"며 "(수익률 과장 홍보의 경우) 고지된 수익과 다소 불일치한다는 점만으로 사실과 다른 내용을 고지했다고 단정하기 어렵다"고 판단했다.

이어 "피고인들이 (가상자산예치서비스업이) 지속가능성이 없는 사업이라고 생각했다면 55억원의 개인 자금을 투입하거나 (자신들의) 가상자산을 예치하지 않았을 것"이라며 피고인들에게 부당이득을 취할 고의가 있었다고 보기 어렵다고 덧붙였다.

<저작권자 ⓒ TokenPost, 무단전재 및 재배포 금지>

광고문의 기사제보 보도자료

많이 본 기사

관련된 다른 기사

댓글

댓글

1

추천

1

스크랩

스크랩

데일리 스탬프

0

말풍선 꼬리

매일 스탬프를 찍을 수 있어요!

데일리 스탬프를 찍은 회원이 없습니다.
첫 스탬프를 찍어 보세요!

댓글 1

댓글 문구 추천

좋은기사 감사해요 후속기사 원해요 탁월한 분석이에요

0/1000

댓글 문구 추천

좋은기사 감사해요 후속기사 원해요 탁월한 분석이에요

바다거북이

2025.06.17 15:11:06

후속기사 원해요

답글달기

0

0
0

이전 답글 더보기

1
'); win.document.write(''); win.document.close(); var objAgent = navigator.userAgent; if (objAgent.indexOf('Edge') > -1) { win.onafterprint = function () { // win.close(); // setTimeout(function () { win.close() }, 500); return true; } } else if (objAgent.indexOf('Trident') > -1) { win.onafterprint = function () { // win.close(); setTimeout(function () { win.close() }, 500); return true; } } else { win.onafterprint = function () { win.close(); return true; } } }); $('#btnOpenFontSizePopup').on('click', function (){ if ($('#popupFontSize').css('display') == 'none'){ sharePopupClose(); $('#popupFontSize').show(); } else { $('#popupFontSize').hide(); } }); $(".btnChangeFontSize").on('click', function() { var fontSize = $(this).data().size; $('.view_text').css("fontSize", ''); $('.article_content').css("fontSize", ''); var articleTxt = $(".article_content > p"); if (!(fontSize == 14 || fontSize == 16 || fontSize == 18 || fontSize == 20 )) return false; $('.font_btn').removeClass('font_size_on'); $(this).find('.font_btn').addClass('font_size_on'); articleTxt.css("fontSize", fontSize); switch(fontSize){ case 14: break; case 16: break; case 18: break; case 20: break; default: return false; } return true; }); $('.btnGetReword').click(function () { if(clientId == 0){ $.loginPopupOpen('referral'); }/* else if (clientCertificated == 'N') { $('#certificationModalWrap').show(); }*/ }); $.articleVoting = function () { var articleId = "258281"; if(clientId == 0){ $.loginPopupOpen(''); return false; } $.ajax({ url: '/news/ajax/addArticleVoting', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error != 0) { if (response.error == 99) { alert(response.message); return; } else { alert(response.message); return; } } $('.newsLike').addClass('greyBanner'); if(response.voteCancel == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) - 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').show(); $('.redHeart').hide(); $('.remoteControlLike').hide(); $('.remoteControlNoLike').show(); $('.stamp_like').removeClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } else if(response.vote == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) + 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').hide(); $('.redHeart').show(); $('.remoteControlLike').show(); $('.remoteControlNoLike').hide(); $('.stamp_like').addClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } if(response.rewardPopupDisplay == 'Y') { showPointModal(); } //location.reload(); }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); } } }); return false; }; $('.btnScrapArticle').on('click', function (){ var articleId = "258281"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleScrap(clientId, articleId); } }); $.articleScrap = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/scrapArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.scrap == 'Y') { $('.btnScrapArticle').addClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').show(); $('.btnScrapArticle').find('.remoteControlScrapOff').hide(); } else { $('.btnScrapArticle').removeClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').hide(); $('.btnScrapArticle').find('.remoteControlScrapOff').show(); } } else { alert(response.message); } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; $('.btnStampArticle').on('click', function (){ if ($(this).hasClass('stamp_on') == true) return false; var articleId = "258281"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleStamp(clientId, articleId); } }); $.articleStamp = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/stampArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.stamp == 'Y') { $('.stamp_daily').addClass('stamp_on'); $('.stampCount').html(response.count); var wrap = $('.article_stamp_contents'); if (response.count > 0) { wrap.find('.stamp_none_txt').remove(); } wrap.html(''); var html = ''; if(response.size >= 1) { for (var i = 0; i < response.size; i++) { html = ''; html += '
'; html += '
'; html += ''; if (response['items'][i]['clientId'] == clientId) { html += '

' + response['items'][i]['nickname'] + '

'; } else { html += '

' + response['items'][i]['nickname'] + '

'; } html += '
'; html += '

' + response['items'][i]['regTimestampHi'] + '

'; html += '
'; wrap.append(html); } } /*html += '
'; html += '등급 아이콘'; html += '

' + response['item']['nickname'] + '

'; html += '

' + response['item']['timestamp'] + '

'; html += '
'; wrap.prepend(html);*/ } } else { } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; // $('.viewLike').on("click",function (){ // if(clientId == 0){ // $.loginPopupOpen(''); // } else { // $.articleVoting(); // } // }); $('.likeBg').on("click",function (){ if(clientId == 0){ $.loginPopupOpen(''); } else { $.articleVoting(); } }); //$('body').append('
OSZAR »