Custodial vs. Non-Custodial Wallets
This page describes the difference between custodial and non-custodial wallets.
With the Wallet-API solution, Venly is considered the technology provider. As a client, you have the option to create wallets (custodial or non-custodial wallets).
Non-custodial wallets emphasize user control and ownership. You or your users have direct control over the assets, particularly the private keys. Only you or your user can access the private key.
As custodial you take custody of the private key needed to access the user's wallet.
From a technical viewpoint, Venly provides all the services and security needed to store and manage the private keys of your users. You will not need to store the keys yourself.
Usability
In the custody solution, users can be assisted when they lose access to their wallet (e.g. they forgot their PIN code). Venly can recover the private keys in this case and reset the PIN codes for the user.
Full control
As you are considered the owner of the created wallets, you have full control over them. The custody solution allows for flows and use cases where you need to access the user's-wallets, without their interaction.
Compliance
You are considered the custodian of the wallets and are therefore required to comply with the necessary AML/KYC regulations (if applicable).
In a non-custodial solution, the end-user has sole responsibility for protecting their holdings.
The user's wallets are not accessible by Venly or you, without user interaction.
From a technical point of view, Venly will still be in charge of storing and managing the private keys. Venly is however never able to access these keys.
Faster go-to-market
Compliance regulations are lighter, therefore allowing you to setup a solution faster.
Control Over Private Keys
In a non-custodial wallet, you retain full control over access to your private keys. This reduces the risk of unauthorized access or loss.
Enhanced Security
Since you or your user are the sole custodian of your private keys, the risk of hacking or breaches is significantly reduced.
Wallets are unrecoverable (unless user has another signing method)
If a user would lose access to their wallet, you, nor Venly, is able to recover these wallets, unless they have another signing method.
Wallet access will become the sole responsibility of the end-user.
User interaction needed
For each wallet-interaction (e.g. initiating a transfer), user interaction is needed. The user is required to enter their PIN code / sign for the request, before it can be executed.
The raw PIN Code can therefore never be stored in your system, it should always be provided by the user.
By default, all wallets created will be non-custodial. You can create custodial wallets in the sense that you take control and ownership of the
pincode
on behalf of your users.To create a wallet, call the following endpoint:
Request Body:
{
"pincode" : "654321",
"description" : "My first non-custodial wallet",
"secretType" : "MATIC"
}
Last modified 22d ago