From 713ebe0a2d6d8a409e41ce0f0317fc34b1f221bb Mon Sep 17 00:00:00 2001 From: saminacodes Date: Mon, 19 May 2025 15:51:01 +0000 Subject: [PATCH] [Docs] Update Engine Pricing (#7080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CORE-0000 --- ## PR-Codex overview This PR updates the FAQ section in the `page.mdx` file regarding pricing calculations for Engine Cloud. It clarifies the types of requests that incur costs and modifies the note about legacy pricing plans. ### Detailed summary - Updated pricing calculation to include both write and sign requests. - Changed the cost description for requests to specify both write and sign requests. - Revised the note on legacy pricing plans to include a link to the pricing page and clarify the fee specifics. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/portal/src/app/engine/v3/faq/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/app/engine/v3/faq/page.mdx b/apps/portal/src/app/engine/v3/faq/page.mdx index 56b25360ce1..7fdd6715a3b 100644 --- a/apps/portal/src/app/engine/v3/faq/page.mdx +++ b/apps/portal/src/app/engine/v3/faq/page.mdx @@ -3,11 +3,11 @@ import { Callout, Details } from "@doc"; # Engine FAQs
-Pricing is calculated through the number of write requests (ex: /v1/write/contract) made through the Engine API. Requests cost $1 per 1,000 requests. Read requests made through Engine API are free, within the RPC limits/plan. +Pricing is calculated through the number of write requests (ex: /v1/write/contract) and sign requests (ex: /v1/sign/transaction) made through the Engine API. Write and sign requests cost $1 per 1,000 requests. Read requests made through Engine API are free, within the RPC limits/plan. For transactions through server wallets paid through the user's thirdweb account, users will pay a 5% premium on the gas fee of each transaction completed on any mainnet as part of account abstraction fees. There are no gas charges for testnets. -**Please note: Legacy pricing plans may be subject to the 10% fee instead of 5%. Please update your pricing plan to avoid being subject to the 10% fee.** +**Please note: Legacy pricing plans may be subject to the 10% fee specified when signed up instead of 5%. [See pricing page for updated plans and benefits](https://thirdweb.com/pricing)** The breakdown for usage and transaction fees can be found in your usage dashboard under the team overview.