You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trust model of the eigen-tangle-avs is straightforward. The AVS runs a Tangle validator client. The operator is subject to all slashing conditions of the Tangle main chain, namely:
Consensus failures
Uptime / Offline absences
In addition to base layer validator misbehaviors, the operator/validator can register for Tangle Blueprints and provide Tangle Blueprint services to users. Each service may specify its own set of slashing conditions. If the Eigenlayer operator validator gets slashed on those, the messages will be relayed to Eigenlayer to slash assets on eigen-tangle-avs.
The operator will also be paid incentives both on the Tangle main chain as well as on Ethereum, to incentivize Eigenlayer operators to participate on our AVS.
Interoperability trust modeling
In order to properly send information between Tangle and Ethereum, where eigen-tangle-avs is defined, we must leverage some cross-chain messaging protocol. The only currently integrated (or being integrated) protocol to accomplish this is Sygma. The Sygma system relies on a trusted set of MPC authorities who sign messages and relay them to their destinations.
We will need an upgrade-able smart contract on Ethereum that can handle the following:
Specify cross-chain message origins. We will start with 1 (Sygma) but grow to encompass more oracles and zk proof based methods.
Receiving messages and authenticating from a cross-chain message origin.
The two categories of messages we consider are those for slashing and those for rewards.
Rewards should be dispatched at the end of an epoch on Tangle main chain.
Slashes should be dispatched after they have been applied (it is possible to negate a slashing through governance).
The text was updated successfully, but these errors were encountered:
Overview
Trust model of the
eigen-tangle-avs
is straightforward. The AVS runs a Tangle validator client. The operator is subject to all slashing conditions of the Tangle main chain, namely:In addition to base layer validator misbehaviors, the operator/validator can register for Tangle Blueprints and provide Tangle Blueprint services to users. Each service may specify its own set of slashing conditions. If the Eigenlayer operator validator gets slashed on those, the messages will be relayed to Eigenlayer to slash assets on
eigen-tangle-avs
.The operator will also be paid incentives both on the Tangle main chain as well as on Ethereum, to incentivize Eigenlayer operators to participate on our AVS.
Interoperability trust modeling
In order to properly send information between Tangle and Ethereum, where
eigen-tangle-avs
is defined, we must leverage some cross-chain messaging protocol. The only currently integrated (or being integrated) protocol to accomplish this is Sygma. The Sygma system relies on a trusted set of MPC authorities who sign messages and relay them to their destinations.We will need an upgrade-able smart contract on Ethereum that can handle the following:
The text was updated successfully, but these errors were encountered: