diff --git a/docs/docs/adrs/adr-016-securityaggregation.md b/docs/docs/adrs/adr-016-securityaggregation.md index a248838bd9..c2b55469d3 100644 --- a/docs/docs/adrs/adr-016-securityaggregation.md +++ b/docs/docs/adrs/adr-016-securityaggregation.md @@ -26,9 +26,6 @@ This ADR describes the _Cosmos modules_ of the solution. ## Alternative Approaches -> This section contains information around alternative options that are considered -> before making a decision. It should contain a explanation on why the alternative -> approach(es) were not chosen. ### Rewards As an alternative for sending rewards back to the external chains, stakers could be rewarded on the Cosmos chain. This would require a mapping of external addresses to addresses on Cosmos chain for each staker on external source. @@ -36,10 +33,6 @@ In addition detailed external staking information such as staking addresses, amo ## Decision -> This section records the decision that was made. -> It is best to record as much info as possible from the discussion that happened. -> This aids in not having to go back to the Pull Request to get the needed information. - ### Rewards Rewards will be sent back to external chains instead of paying rewards for external stakers on Cosmos chain - due to amount of additional staking information to be sent and tracked by the oracle @@ -185,9 +178,6 @@ Note: currently there's no support paying rewards on EigenLayer (see [here](http ## Consequences -> This section describes the consequences, after applying the decision. All -> consequences should be summarized here, not just the "positive" ones. - ### Positive * Allow external depositors to stake their tokens to secure a Cosmos chain @@ -204,8 +194,5 @@ Note: currently there's no support paying rewards on EigenLayer (see [here](http ## References -> Are there any relevant PR comments, issues that led up to this, or articles -> referenced for why we made the given design choice? If so link them here! - - [EigenLayer](https://docs.eigenlayer.xyz/) - [Babylon](https://babylonchain.io/)