The SDK handles the account deployments for you. When transacting on a new chain for the first time, the account will be deployed as part of the intent. The Orchestrator automatically detects if the account needs to be deployed, then passes the init data to the relayer market as part of the intent, which is then exectuted by a relayer.It’s possible to make the deployment completely gasless for the user if you’re using sponsorships.Otherwise, the user needs to have some tokens on either the chain you’re deploying to, or any other supported chain (provided the account is already deployed there).