リステーキング

Restakingは、ブロックチェーン上でステークされた資産を再利用して他のプロトコルを保護し、追加の報酬を得る可能性があり、元のステークのセキュリティに基づいて構築されます。

Restakingは、ユーザーがETHなどのステークされた資産を再利用して、複数のブロックチェーンネットワークまたは分散型アプリケーション(dApps)を保護できるようにするメカニズムです。これは、資産が単一のネットワークを保護するためにロックされる従来のステーキングとは異なります。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;

      

🧠 理解度チェック

1 / 3

🧒 5歳でもわかるように説明

You are a security guard ([Validator](/ja/terms/validator)) heavily armed (Staked ETH) to protect a bank ([Ethereum](/ja/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.

🔗 関連用語

前提知識:
さらに詳しく:

📚 出典