LLM Notice: This documentation site supports content negotiation for AI agents. Request any page with Accept: text/markdown or Accept: text/plain header to receive Markdown instead of HTML. Alternatively, append ?format=md to any URL. All markdown files are available at /md/ prefix paths. For all content in one file, visit /llms-full.txt
Skip to main content

Forte Network Upgrade Tutorials

This series covers the new features and capabilities introduced in the Forte network upgrade for Flow blockchain. The Forte upgrade brings powerful new tools for building sophisticated decentralized finance (DeFi) applications, including automated DeFi workflows and time-based smart contract execution.

What's new in Forte

The Forte network upgrade introduces several features that expand Flow's capabilities:

  • Flow Actions: Standardized interfaces for building composable DeFi workflows.
  • Scheduled Transactions: Time-based smart contract execution and blockchain automation.
  • Enhanced Composability: New patterns for building complex, interconnected applications.

Deployed Contract Addresses

info

Forte is live on emulator, testnet, and Mainnet.

ContractTestnetCLIMainnetCLI
DeFiActions0x0b11b1848a8aa2c00x6d888f175c158410
DeFiActionsUtils0x0b11b1848a8aa2c00x6d888f175c158410
FungibleTokenConnectors0x4cd02f8de4122c840x0c237e1265caa7a3
ERC4626Utils0x7014dcffa1f141860x04f5ae6bef48c1fc
ERC4626PriceOracles0x7014dcffa1f141860x04f5ae6bef48c1fc
ERC4626SinkConnectors0x7014dcffa1f141860x04f5ae6bef48c1fc
ERC4626SwapConnectors0x7014dcffa1f141860x04f5ae6bef48c1fc
EVMNativeFLOWConnectors0xbee3f3636cec263a0x1a771b21fcceadc2
EVMTokenConnectors0xbee3f3636cec263a0x1a771b21fcceadc2
SwapConnectors0xaddd594cf410166a0xe1a479f0cb911df9
IncrementFiSwapConnectors0x494536c102537e1e0xe844c7cf7430a77c
IncrementFiFlashloanConnectors0x494536c102537e1e0xe844c7cf7430a77c
IncrementFiPoolLiquidityConnectors0x494536c102537e1e0xe844c7cf7430a77c
IncrementFiStakingConnectors0x494536c102537e1e0xe844c7cf7430a77c
BandOracleConnectors0xbb76ea2f8aad74a00xe36ef556b8b5d955
UniswapV2Connectors0x5f1153f29b57747f0xf94f371678513b2b

Tutorial series

Flow Actions

Learn how to build DeFi applications with the Flow Actions framework, which allows developers to create composable DeFi workflows. Flow Actions provide standardized interfaces that make it easy to combine different DeFi protocols and create sophisticated financial applications.

Scheduled Transactions

Discover how to implement scheduled transactions for time-based smart contract execution on Flow. These tutorials cover how to create automated workflows, cron-like functionality, and time-sensitive blockchain applications that can execute without manual intervention.

Passkeys

Implement device-backed passkeys with the Web Authentication API to register Flow account keys and sign transactions with secure, user-friendly authentication. For more information, see the advanced concepts documentation.

High-Precision Fixed-Point Math

Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic. This tutorial covers how to perform accurate financial calculations, handle rounding modes, and avoid precision loss in complex DeFi operations like liquidity pools, yield farming, and token swaps.

Get started

To begin with Forte tutorials, we recommend that you start with:

  1. Introduction to Flow Actions - Understand the core concepts and architecture
  2. Scheduled Transactions Introduction - Learn about time-based execution capabilities

Key benefits

  • Automation: Build applications that can execute complex workflows automatically
  • Composability: Combine different protocols and services seamlessly
  • Time-based Logic: Implement sophisticated scheduling and automation features
  • Developer Experience: Simplified interfaces for complex blockchain operations

Conclusion

The Forte network upgrade represents a significant evolution of Flow's capabilities, with powerful new tools to build the next generation of decentralized applications. These tutorials provide the foundation for you to leverage these new features to create sophisticated, automated, and composable blockchain applications.