Find Frequently Asked Questions about Particle Account Abstraction.
How can I support new ERC-20 tokens for Gas payments?
On which chains can I fund the Paymaster?
Can I use a custom smart account?
SIMPLE
BICONOMY
CYBERCONNECT
LIGHT
XTERIO
Can I automate transactions and/or remove confirmation pop-ups?
How do I use a custom Bundler?
UserOperation
object using the SDK. Once constructed, this object can be executed via a standard API call to your own Bundler endpoint.UserOperation
objects, check out our API reference.How do I use a custom Paymaster?
UserOperation
constructed by the AA SDK/API.After that, using our SDK, you can execute the resulting UserOperation
(including paymasterAndData
from your Paymaster).What are the differences between the natively supported smart accounts?
Account Type | Session Keys | Transferable Signer | Multichain Signatures | Gasless Transactions |
---|---|---|---|---|
Biconomy (V2) | ✓ | ✓ | ✓ | ✓ |
Biconomy (V1) | ✗ | ✗ | ✗ | ✓ |
Light | ✗ | ✓ | ✗ | ✓ |
Xterio | ✗ | ✗ | ✗ | ✓ |
CyberConnect | ✗ | ✗ | ✗ | ✓ |
SimpleAccount | ✗ | ✗ | ✗ | ✓ |