diff --git a/ERCS/erc-7615.md b/ERCS/erc-7615.md index 71057699f07..914546c19cc 100644 --- a/ERCS/erc-7615.md +++ b/ERCS/erc-7615.md @@ -13,7 +13,7 @@ created: 2024-02-03 This ERC proposes a push-based mechanism for sending data, allowing publisher contract to automatically push certain data to subscriber contracts during a call. The specific implementation relies on two interfaces: one for publisher contract to push data, and another for the subscriber contract to receive data. When the publisher contract is called, it checks if the called function corresponds to subscriber addresses. If it does, the publisher contract push data to the subscriber contracts. ## Motivation -Currently, there are many keepers rely on off-chain data or seperate data collection process to monitor the events on chain. This proposal aims to establish a system where the publisher contract can atomicly push data to inform subscriber contracts about the updates. The direct on-chain interaction bewteen the publisher and the subscriber allows the system to be more trustless and efficient. +Currently, there are many keepers rely on off-chain data or separate data collection process to monitor the events on chain. This proposal aims to establish a system where the publisher contract can atomically push data to inform subscriber contracts about the updates. The direct on-chain interaction bewteen the publisher and the subscriber allows the system to be more trustless and efficient. This proposal will offer significant advantages across a range of applications, such as enabling the boundless and permissionless expansion of DeFi, as well as enhancing DAO governance, among others.