Can I create multiple wallets for a single user?
Last updated: January 16, 2026
Context
When building applications with Crossmint, developers may need to create multiple wallets for the same user to organize different types of assets or transactions. This raises the question of whether Crossmint's wallet system supports multiple wallets per user or if there are limitations.
Answer
Yes, users can absolutely have multiple wallets in Crossmint. A single email or userId can be associated with multiple wallets, with each wallet distinguished by a different alias.
To create multiple wallets for the same user, you simply need to use different alias values when creating each wallet. The alias parameter allows you to differentiate between multiple wallets belonging to the same user.
For detailed implementation examples and API reference, you can refer to the wallet creation documentation.
This flexibility allows you to structure your wallet architecture based on your specific use case requirements, such as separating wallets by asset type, transaction purpose, or any other organizational method that suits your application.