How deployment works
Deployment is per-chain. When you submit a transaction targeting a chain where the account is not deployed yet, the Orchestrator bundles the deployment into the intent automatically. The account is only deployed on that specific chain, not on all supported chains at once. Receiving tokens at the counterfactual address does not trigger deployment. Only an outbound transaction submitted through the SDK does.Who pays for deployment?
Developer sponsorship and the user’s account balance are separate. Sponsorship subsidizes fees on behalf of users and is billed to your organization monthly. The user’s account balance is whatever tokens the user holds. See Gas & fee sponsorship for setup details, and Billing for how it’s charged.
You can make deployment completely gasless for the user with sponsorships.
Check Status
You can check if the account is deployed on a specific chain:Manual Deployments
You can manually trigger an account deployment on any chain:Deploy from Another Account
You can deploy an account from another smart account using thedeploy action. This can be useful when you want to pay for a deployment with another account: