리스테이킹
Restaking은 블록체인에서 스테이킹된 자산을 재사용하여 다른 프로토콜을 보호하고, 잠재적으로 추가 보상을 얻으며, 원래 스테이킹의 보안을 기반으로 구축하는 것입니다.
Restaking은 사용자가 ETH와 같은 스테이킹된 자산을 재사용하여 여러 블록체인 네트워크 또는 분산 애플리케이션(dApp)을 보호할 수 있도록 하는 메커니즘입니다. 이는 자산이 단일 네트워크를 보호하기 위해 잠기는 기존 스테이킹과 다릅니다. Restaking은 초기 스테이킹된 자산의 기존 보안을 활용하여 트랜잭션을 검증하고 추가 플랫폼을 보호할 수 있도록 합니다.
이 개념은 사용자가 ETH를 restake할 수 있도록 하는 Ethereum의 EigenLayer와 같은 플랫폼의 등장으로 상당한 관심을 받았습니다. 이를 통해 기본 스테이킹된 ETH의 보안으로부터 이점을 얻는 새로운 서비스 및 애플리케이션(Actively Validated Services 또는 AVS)을 만들 수 있습니다. Restaking은 Ethereum을 넘어 다른 블록체인에서도 유사한 개념이 등장하면서 확장되었습니다.
Restaking의 주요 매력은 보상이 증가할 가능성에 있습니다. 여러 네트워크를 보호함으로써 사용자는 각 네트워크에서 보상을 얻을 수 있으며, 잠재적으로 전체 수익률을 높일 수 있습니다. 그러나 Restaking은 또한 restaked 자산이 보호하는 네트워크에서 사기성 트랜잭션을 검증하는 데 사용될 경우 슬래싱(스테이킹된 자산 손실)의 가능성을 포함하여 추가적인 위험을 초래합니다.
graph LR
Center["리스테이킹"]:::main
Pre_staking["staking"]:::pre --> Center
click Pre_staking "/terms/staking"
Pre_smart_contract["smart-contract"]:::pre --> Center
click Pre_smart_contract "/terms/smart-contract"
Center --> Child_eigenlayer["eigenlayer"]:::child
click Child_eigenlayer "/terms/eigenlayer"
Rel_liquid_staking["liquid-staking"]:::related -.-> Center
click Rel_liquid_staking "/terms/liquid-staking"
Rel_modular_blockchain["modular-blockchain"]:::related -.-> Center
click Rel_modular_blockchain "/terms/modular-blockchain"
Rel_eigenlayer["eigenlayer"]:::related -.-> Center
click Rel_eigenlayer "/terms/eigenlayer"
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살도 이해할 수 있게 설명
You are a security guard ([Validator](/ko/terms/validator)) heavily armed (Staked ETH) to protect a bank ([Ethereum](/ko/terms/ethereum)). Restaking is like agreeing to use those same weapons to also guard the coffee shop across the street (AVS) during your break, earning extra pay but risking getting fired (Slashed) if you fail at either job.
🤓 Expert Deep Dive
Restaking abstracts 'Pooled Security'. It decouples the consensus layer from the execution layer further by allowing the consensus set to fragment its attention across multiple state machines. The core innovation is the programmable slashing condition encoded in the smart contracts, allowing unrelated protocols to inherit the economic finality of Ethereum.