Create a new Zet-managed Safe smart wallet for one of your users. The wallet address is deterministic — it will be the same across all supported EVM chains.
The wallet is lazily deployed: the on-chain Safe contract is only deployed when the first transaction is executed on that chain, with deployment gas sponsored by Zet.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
Your unique identifier for this user. Used to link the wallet back to your system.
"user_abc123"
Primary chain for the wallet. The same wallet address is deterministically available on all supported chains.
base, bsc Arbitrary key-value pairs to store with the wallet.
{
"email": "user@example.com",
"tier": "premium"
}