Core Wallet
Last updated
Last updated
At its most basic, a wallet is a public/private key pair used to write to the blockchain. In our system, a wallet consists of three parts:
a collection of (multiple) key pairs used to sign onchain transactions
a master seed phrase
assets associated with your wallet
While Wallaby is more than just a wallet provider, we know that secure, stable key management is the heart of the embedded wallet experience. Our core wallet module is the basis of our platform and provides you with everything you need to empower your end users to self custody their own keys. Capabilities include:
We designed the wallet infrastructure to be extremely easy to integrate, at the same time providing the latest cryptographic guarantees in terms of security and safety
The wallet is built on top of common protocols like the ubiquitous BIP-32 HD Wallet standard to be interoperable so there won't be any product lockup
Our core wallet security is based on SRP protocol which is a form of zero knowledge authentication allowing the wallaby backend system to authenticate clients/frontends without clients needing to reveal any form of private data
The system has been audited multiple times and battle tested already internally for the whole past year
Given its modular architecture the wallet can scale to as many assets and blockchains as possible with little to minimal effort required from the client
Not to mention, our core wallet module is your access point to all the other unique benefits of Wallaby. Without it, you won't be able to utilize other modules or our wallet administration portal.
The power of an embedded wallet is that a user can be thoughtfully introduced to these unfamiliar concepts at contextually relevant points in their user experience. See examples of .
Help users recover lost seed phrases