Source:
StartaleGroup/scs-aa-sdk.End-to-end flow
The SDK handles every step; the only thing you need to plug in is thepaymasterId.
Wire the client
Send a sponsored UserOperation
Choosing between managed and self-funded
Both modes use the same SDK call site. Pick whichever matches how you want to settle gas. See the Portal setup guide for a side-by-side comparison.Next steps
ERC-20 paymaster
Charge users in ASTR, USDC, or other supported tokens.
Parallel transactions
Run multiple sponsored UserOperations in parallel via nonce lanes.
Smart sessions
Combine sponsorship with scoped session keys for the smoothest UX.
Portal setup
Tune your gas policies and rotate API keys.