The first transaction is where most crypto products lose the user: they arrive with no token, and nothing works until they buy one. Gas sponsorship removes that wall. Your backend makes one keyed call; the Foundation relayer deploys the user’s smart account and pays the gas. The user signs with a passkey and is on-chain, with zero AERE in hand.
The smart account validates every signature itself. The relayer only pays gas — it never sees a user’s key and cannot move a user’s funds. So even a fully compromised relayer could waste its own gas budget and nothing more; user assets stay out of its reach by the design of the account, not by our promise.
POST https://cloud.aere.network/v1/sponsor/createAccount
x-api-key: ak2800.<your-address>.<secret>
{ "initialOwners": ["0x…passkey-derived…"], "salt": "0x…" }
# the relayer deploys the account and pays the gas;
# your user never held a single wei of AERE
Stated up front, the same as the public relayer: today it runs a single relayer account with no high-availability failover. If it is down, users who already hold AERE can still transact directly; new gasless onboarding pauses until it is back. The keyed route adds authentication and per-key metering on top of that engine, and a redundant relayer is on the roadmap.
Get an API keyPart of Aere Cloud. Full API reference and the wallet-infrastructure engagement that builds the complete passkey flow are in the docs.