토픽

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

패러다임 연구진, 스테이블코인 풀 효율성 높이는 새로운 AMM '오비탈' 제안

프로필
김하린 기자
댓글 3
좋아요 비화설화 3

패러다임 연구진이 기존 AMM의 한계를 극복하고 다중 스테이블코인 풀의 자본 효율성을 크게 높일 수 있는 새로운 자동화 시장 조성자 '오비탈'를 제안했다.

 패러다임 연구진, 스테이블코인 풀 효율성 높이는 새로운 AMM '오비탈' 제안 / 셔터스톡

패러다임 연구진, 스테이블코인 풀 효율성 높이는 새로운 AMM '오비탈' 제안 / 셔터스톡

패러다임(Paradigm) 연구진이 다중 스테이블코인 풀의 자본 효율성을 크게 개선할 수 있는 새로운 자동화 시장 조성자(AMM) '오비탈'를 제안했다고 2일 발표했다.

2일(현지시간) 더 블록에 따르면, 패러다임 연구진은 기존 탈중앙화 거래 솔루션의 한계를 해결하기 위해 2개부터 1만 개까지의 스테이블코인을 지원하는 혁신적인 AMM 설계안을 공개했다.

데이브 화이트(Dave White), 댄 로빈슨(Dan Robinson), 시아맥 모알레미(Ciamac Moallemi) 연구진은 월요일 블로그를 통해 "Orbital은 고차원에 집중된 유동성을 가져와 자본 효율성을 향상시킨다"고 설명했다.

2개 자산 풀로 제한되는 유니스왑 V3(Uniswap V3)와 다중 자산 풀을 지원하지만 유동성 공급자의 참여 방식을 제약하는 커브(Curve)와 달리, 오비탈는 유동성 풀이 노출도를 맞춤 설정해 자본 효율성을 개선할 수 있도록 한다.

이는 대규모 스테이블코인 풀을 위한 현재 AMM 인프라의 한계를 해결하기 위한 아이디어다. 화이트는 X를 통해 "현재 Orbital은 설계안에 불과하지만, 스테이블코인 유동성 환경을 어떻게 변화시킬지 기대된다"고 밝혔다.

이번 제안은 중앙화와 탈중앙화 주체 모두에서 스테이블코인에 대한 관심이 다시 높아지는 시점에 나왔다. 기술 기업 메타(Meta)는 국제 송금 비용을 줄이기 위해 스테이블코인 구현을 검토하고 있으며, 대형 은행들은 스테이블코인 규제에서 발언권을 갖기 위해 스테이블코인 발행업체들과 경쟁하고 있다. 심지어 2025년 유니콘 지위를 받은 첫 암호화폐 스타트업도 애티커스(Atticus)라는 스테이블코인 스타트업일 수 있다.

더불어 스테이블코인 시가총액이 6월 2일 처음으로 2500억 달러를 돌파했다고 더 블록이 이전에 보도했으며, 이는 부분적으로 디파이(DeFi) 관심 증가 때문이다.

오비탈가 수천 개의 스테이블코인을 위한 설계를 제안했음에도 불구하고, 테더(Tether)의 USDT와 서클(Circle)의 USDC 두 개가 전체 공급량의 거의 90%를 차지하며 시장을 주도하고 있다.

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

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

많이 본 기사

관련된 다른 기사

댓글

댓글

3

추천

3

스크랩

스크랩

데일리 스탬프

0

말풍선 꼬리

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

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

댓글 3

댓글 문구 추천

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

0/1000

댓글 문구 추천

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

JOON0531

2025.06.04 04:11:31

감사합니다~

답글달기

0

0
0

이전 답글 더보기

사계절

2025.06.04 00:02:39

좋은기사 감사해요

답글달기

0

0
0

이전 답글 더보기

바다거북이

2025.06.03 15:12:44

좋은기사 감사해요

답글달기

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 = "253762"; 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 = "253762"; 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 = "253762"; 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 »