diff --git a/docs/blockchain-development-tutorials/forte/fixed-point-128-bit b/docs/blockchain-development-tutorials/forte/fixed-point-128-bit-math.md similarity index 99% rename from docs/blockchain-development-tutorials/forte/fixed-point-128-bit rename to docs/blockchain-development-tutorials/forte/fixed-point-128-bit-math.md index 4700eed34a..70d2457970 100644 --- a/docs/blockchain-development-tutorials/forte/fixed-point-128-bit +++ b/docs/blockchain-development-tutorials/forte/fixed-point-128-bit-math.md @@ -1,6 +1,7 @@ --- title: High-Precision Fixed-Point Math description: Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic for accurate financial calculations. +sidebar_position: 3 keywords: - DeFi math - fixed-point arithmetic diff --git a/docs/blockchain-development-tutorials/forte/index.md b/docs/blockchain-development-tutorials/forte/index.md index 2b52ee9398..768e82c09d 100644 --- a/docs/blockchain-development-tutorials/forte/index.md +++ b/docs/blockchain-development-tutorials/forte/index.md @@ -72,6 +72,10 @@ Discover how to implement scheduled transactions for time-based smart contract e Implement device-backed passkeys using the Web Authentication API to register Flow account keys and sign transactions with secure, user-friendly authentication. See the [advanced concepts documentation](../../build/cadence/advanced-concepts/passkeys.md) for detailed implementation guidance. +### [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. + ## Getting Started To begin with Forte tutorials, we recommend starting with: @@ -95,5 +99,6 @@ The Forte network upgrade represents a significant evolution of Flow's capabilit [Flow Actions]: ./flow-actions/index.md [Scheduled Transactions]: ./scheduled-transactions/index.md [Passkeys]: ../../build/cadence/advanced-concepts/passkeys.md +[High-Precision Fixed-Point Math]: ./fixed-point-128-bit-math.md [Introduction to Flow Actions]: ./flow-actions/intro-to-flow-actions.md [Scheduled Transactions Introduction]: ./scheduled-transactions/scheduled-transactions-introduction.md