Skip to content

Commit 3abd74d

Browse files
committed
fix: improve clarity in backend wallets documentation
1 parent cce67d3 commit 3abd74d

File tree

1 file changed

+3
-2
lines changed
  • apps/portal/src/app/engine/features/backend-wallets

1 file changed

+3
-2
lines changed

apps/portal/src/app/engine/features/backend-wallets/page.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Smart backend wallets are the recommended way to perform blockchain operations w
2121

2222
Smart backend wallets inherit smart account benefits and offer several advantages over traditional EOAs:
2323

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.
2525
- **Better Nonce Management**: Smart accounts use multi-dimensional nonces, which are more efficient than EOAs.
2626
- **Simple Integration**: Works with all existing Engine endpoints without any code changes.
2727

@@ -54,7 +54,8 @@ For AWS and Google Cloud KMS options, follow the setup instructions in the respe
5454

5555
### Pricing
5656

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.
5859

5960
## Local wallet
6061

0 commit comments

Comments
 (0)