You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/portal/src/app/engine/features/backend-wallets/page.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Smart backend wallets are the recommended way to perform blockchain operations w
21
21
22
22
Smart backend wallets inherit smart account benefits and offer several advantages over traditional EOAs:
23
23
24
-
-**Gas Management**: Built-in paymaster eliminates the need to maintain gas tokens. This means you never need to hold crypto or top up for gas.
24
+
-**Gas Management**: Built-in paymaster eliminates the need to maintain gas tokens. This means you never need to hold crypto or top up gas.
25
25
-**Better Nonce Management**: Smart accounts use multi-dimensional nonces, which are more efficient than EOAs.
26
26
-**Simple Integration**: Works with all existing Engine endpoints without any code changes.
27
27
@@ -54,7 +54,8 @@ For AWS and Google Cloud KMS options, follow the setup instructions in the respe
54
54
55
55
### Pricing
56
56
57
-
Smart backend wallets have no additional costs to use with your Engine instance. Transactions sent from smart backend wallets follow the [same billing model as regular account abstraction transactions with thirdweb](/connect/account-abstraction/infrastructure#pricing--billing). (Smart accounts need to be deployed on each chain which costs gas that is paid by the user.)
57
+
Smart backend wallets have no additional costs to use with your Engine instance. Transactions sent from smart backend wallets follow the [same billing model as regular account abstraction transactions with thirdweb](/connect/account-abstraction/infrastructure#pricing--billing).
58
+
Smart accounts need to be deployed on each chain. This costs gas and is billed to your account like any other transaction.
0 commit comments