From aabdce56b5db27306b24cadbfb08dd6d8795ea65 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:47:10 -0700 Subject: [PATCH] Update README.md Co-authored-by: ryanbajollari <54822716+rbajollari@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0fb58..43a3279 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ojo-evm is a set of contracts which use Axelar's GMP to request data from the Oj ## Flow -Ojo-evm is a pull-style oracle which executes defi transactions after oracle updates are successful. If they do not succeed or time out, the defi transaction will not go through. This design was created to stop tx-spam attacks on EVM, and to minify the delta between defi transactions and oracle updates. +Ojo-evm is a pull-style oracle which executes DeFi transactions after oracle updates are successful. If they do not succeed or time out, the DeFi transaction will not go through. This design was created to stop tx-spam attacks on EVM, and to minimize the delta between DeFi transactions and oracle updates. 1. User executes a defi transaction 2. The Defi contract requests an Ojo update. During this request, the DeFi contract sends along the parameters and function to call after the oracle update goes through.