## 🍋 oracles
### 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.
--- ### in this repo * [chainlink](chainlink.md) * [TWAP oracles](twap.md) * [TWAMM designs](twamm.md)