Skip to main content

DeFi Actions Tutorials

This series covers how to build decentralized finance applications using Flow's DeFi Actions framework and scheduled callbacks, enabling developers to create composable, automated DeFi workflows.

warning

DeFi actions on Flow are being reviewed and finalized in FLIP 339. The specific implementation may change as a part of this process.

These tutorials will be updated, but you may need to refactor your code if the implementation changes.

Tutorialsโ€‹

  • Introduction to DeFi Actions - Learn about DeFi Actions, a suite of standardized Cadence interfaces that enable developers to compose complex DeFi workflows using small, reusable components.
  • Connectors - Understand how connectors bridge standardized DeFi Actions interfaces with different DeFi protocols.
  • Scheduled Callbacks Introduction - Learn how to implement scheduled callbacks for time-based smart contract execution on Flow.
  • Basic Combinations - Learn how to combine DeFi actions to create new types of DeFi Actions.

More Coming Soonโ€‹

Stay tunedโ€”more tutorials and advanced guides are on the way!

Rate this page