Rug Pull
개발자가 프로젝트를 포기하고 투자자 자금을 가져가는 악의적인 암호화폐 프로젝트 계획으로, 종종 유동성을 제거하거나 토큰을 판매하는 방식으로 이루어집니다.
러그 풀은 암호화폐 공간에서 흔히 발생하는 일종의 출구 사기입니다. 일반적으로 개발자가 새로운 암호화폐 또는 DeFi 프로젝트를 만들고, 투자자를 유치한 다음 자금을 가지고 사라지는 것을 포함합니다. 이는 유동성 풀 고갈, 대규모 토큰 보유량 판매 또는 단순히 모든 커뮤니케이션을 중단하고 프로젝트를 포기하는 등 여러 가지 방식으로 발생할 수 있습니다.
러그 풀은 암호화폐 시장의 분산되고 종종 규제되지 않는 특성을 악용하여 악의적인 행위자가 활동하기 쉽게 만듭니다. 종종 높은 수익률 약속에 이끌린 신규 또는 경험이 부족한 투자자를 대상으로 합니다. '러그 풀'이라는 용어는 '누군가의 발 밑에서 러그를 잡아당기다'라는 구문에서 파생되었으며, 갑작스러운 지원 제거와 그로 인한 투자자의 재정적 손실을 의미합니다.
graph LR
Center["Rug Pull"]:::main
Pre_logic["logic"]:::pre --> Center
click Pre_logic "/terms/logic"
Rel_vault_defi["vault-defi"]:::related -.-> Center
click Rel_vault_defi "/terms/vault-defi"
Rel_trading["trading"]:::related -.-> Center
click Rel_trading "/terms/trading"
Rel_airdrop["airdrop"]:::related -.-> Center
click Rel_airdrop "/terms/airdrop"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 지식 테스트
🧒 5살도 이해할 수 있게 설명
It's like someone selling you a 'magic' bean, promising it will grow into a giant beanstalk. You give them your money, they give you the bean, and then they run away, leaving you with a regular bean that won't grow anything.
🤓 Expert Deep Dive
Rug pulls exploit the trustless nature and rapid development cycles of DeFi. Technically, they often leverage vulnerabilities or intended functionalities within Automated [Market Maker](/ko/terms/automated-market-maker) (AMM) [liquidity pools](/ko/terms/liquidity-pools). A common pattern involves developers creating a token, pairing it with a valuable asset (like ETH or a stablecoin) in a Uniswap V2-style liquidity pool, and then draining the valuable asset side by selling their large holdings of the newly created token. [Smart contract audits](/ko/terms/smart-contract-audits) can mitigate, but not eliminate, the risk, as malicious code might be obfuscated or rely on external [oracle manipulation](/ko/terms/oracle-manipulation). Token vesting schedules and liquidity locking mechanisms (e.g., using services like Unicrypt or DxLock) are crucial preventative measures, though developers can sometimes circumvent these or withdraw liquidity from pools not subject to such locks. The anonymity of many DeFi project teams exacerbates the problem, making accountability difficult. Regulatory scrutiny is increasing, but the decentralized and pseudonymous nature of the space presents ongoing challenges for enforcement.