Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-14 07:57:49 -08:00 committed by GitHub
parent 2d99879cf1
commit d3cfde2597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,16 @@
<br> <br>
* price oracles are any defi tool showing an asset's price. they can either on or off chain. * price oracles are any defi tool showing an asset's price. they can either on or off chain.
* oracles should provide a trustless way of getting extrinsic (off-chain) information, and some key functions such as: collecting data from an off-chain source, transfering the data on-chain with a signed message, and making the data available by putting it in a smart contracts storage. * oracles should provide a trustless way of getting extrinsic (off-chain) information, and some key functions such as: collecting data from an off-chain source, transfering the data on-chain with a signed message, and making the data available by putting it in a smart contracts storage.
* oracle exploitation can generate profit opportunities (e.g., through arbitrage or liquidation, multi-block) * oracle exploitation can generate profit opportunities (e.g., through arbitrage or liquidation, multi-block)
<br> <br>
--- ---
### in this repo ### in this dir
<br> <br>
@ -26,7 +28,7 @@
--- ---
### resources ### links
<br> <br>