Skip to content

Commit b8467b9

Browse files
authored
update pricing
Signed-off-by: samina <[email protected]>
1 parent bfdac10 commit b8467b9

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/engine/v3/faq

1 file changed

+2
-2
lines changed

apps/portal/src/app/engine/v3/faq/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { Callout, Details } from "@doc";
33
# Engine FAQs
44

55
<Details summary="How is pricing calculated for Engine Cloud?">
6-
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.
6+
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.
77

88
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.
99

10-
**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.**
10+
**Please note: Legacy pricing plans may be subject to the 10% fee specified when signed up instead of 5%. If you are on a Legacy Starter plan, we recommend updating your pricing plan to be subject to the 5% fee and take advantage of other benefits. [See pricing page](https://thirdweb.com/pricing)**
1111

1212
The breakdown for usage and transaction fees can be found in your usage dashboard under the team overview.
1313
</Details>

0 commit comments

Comments
 (0)