Configure a bundler
The SDK can use Pimlico, Biconomy, or a custom bundler URL. If you omitbundler, it uses Pimlico’s public endpoint, which is suitable for development but not production volume.
- Pimlico
- Biconomy
- Custom
Configure a paymaster
A paymaster is optional. Add it when you want the paymaster to sponsor ERC-4337 UserOperation gas:url: string | Record<number, string> shape as custom bundlers.
Send a UserOperation
UserOperations use a separate API from intents:sendUserOperation({ chain, calls }) only when you do not need to inspect or transport the prepared payload between steps.
A paymaster sponsors ERC-4337 gas only. To configure sponsorship for Rhinestone intents, follow sponsorship setup.