Skip to main content

Usage

glosso switch [options]

Options

FlagTypeDescription
--modesovereign | privy | turnkeyMode to switch to
--listbooleanShow all provisioned modes

Examples

# Switch to Privy
glosso switch --mode privy

# Switch back to sovereign
glosso switch --mode sovereign

# List available modes
glosso switch --list

Output

✅ Switched to privy
Active wallet: EzwNi5jN2xTjaZRqAigXzKp4KyzcN8bXkwA1PHfckGo5
Switching modes updates the GLOSSO_MODE value in ~/.glosso/.env. The next time new GlossoWallet() is constructed, it picks up the new mode automatically. Running agents need to be restarted.
You can only switch to a mode that has already been provisioned. If you haven’t run glosso provision --mode privy yet, switching to privy will fail.