Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 498 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 498 Bytes

DeFi

  • FlashLoan: a flash loan is a loan that must be initiated and repaid during the same transaction. This implementation works for any currency type, and is a good illustration of the power of Move abilities and the "hot potato" design pattern.
  • Escrow: an atomic swap leveraging an escrow agent that is trusted for liveness, but not safety (i.e., the agent cannot steal the goods being swapped).
  • Uniswap 1.0-style DEX (coming soon).