From 802cc1e6334ff567bc686aeda93f494f7f819cce Mon Sep 17 00:00:00 2001 From: Brendon <95836911+GTC6244@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:14:34 -0500 Subject: [PATCH] Update pricing details for Lit Actions Clarified the pricing explanation for Lit Actions by adding details about the Base Lit Action Price and real-time pricing calculation. Signed-off-by: Brendon <95836911+GTC6244@users.noreply.github.com> --- docs/learning-lit/pricing/current-prices.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learning-lit/pricing/current-prices.mdx b/docs/learning-lit/pricing/current-prices.mdx index 1a64bce46..535cb20ca 100644 --- a/docs/learning-lit/pricing/current-prices.mdx +++ b/docs/learning-lit/pricing/current-prices.mdx @@ -44,5 +44,5 @@ Lit Actions have multiple pricing components that are charged based on resource - **Decrypts**: Cost per decryption operation - **Fetches**: Cost per HTTP fetch request -The total cost of a Lit Action is calculated by summing all applicable components based on your action's actual resource usage. +The total cost of a Lit Action is calculated by summing all applicable components based on your action's actual resource usage. Since every Lit Action can be unique, we've included a Base Lit Action Price, which acts as a proxy for the average of all Lit Action Prices, and helps the network account for incoming Lit Actions before they have been executed. Your **actual** price will be calculated in real time as your action is being executed and will be billed when the action is finished.