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](/ja/terms/automated-market-maker) (AMM) [liquidity pools](/ja/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](/ja/terms/smart-contract-audits) can mitigate, but not eliminate, the risk, as malicious code might be obfuscated or rely on external [oracle manipulation](/ja/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.