From 2b39f4d3f87f65410426912d9f9fa5e2d0fc6bbe Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:33:48 -0800 Subject: [PATCH] Update README.md --- oracles/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oracles/README.md b/oracles/README.md index 661a443..701d773 100644 --- a/oracles/README.md +++ b/oracles/README.md @@ -4,8 +4,8 @@ ### tl;dr -* price oracles are any tool showing an asset's price but in context of defi. -* oracles provide a trustless way of getting extrinsic (off-chain) information, they provide the some key functions such as collect data from an off-chain source, transfer the data on-chain with a signed message, and make the data available by putting it in a smart contract’s storage. +* price oracles are any defi tool showing an asset's price. +* oracles should provide a trustless way of getting extrinsic (off-chain) information, and some key functions such as: collect data from an off-chain source, transfer the data on-chain with a signed message, and make the data available by putting it in a smart contract’s storage.