Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: DanielRM on April 21, 2022, 12:19:55 PM



Title: BDK Wallet custodial or non-custodial?
Post by: DanielRM on April 21, 2022, 12:19:55 PM
I'm searching some projects using BDK and sometimes i just confuse basic concepts.

For example, this wallet: https://github.com/thunderbiscuit/devkit-wallet (https://github.com/thunderbiscuit/devkit-wallet) , implements a wallet using BDK connecting to a Electrum server. Is it considered Custodial or Non-Custodial ?

Sorry if it is a dumb question before hand, just confusing who "has" or doesn't "have" the keys.


Title: Re: BDK Wallet custodial or non-custodial?
Post by: DanielRM on April 21, 2022, 01:15:41 PM
Thanks for the anwser. Yes, the seed/mnemonic phrase, the wallet itself, is generated in the device using BDK libraries.

Also, the Database with the info is also stored in the device, making me think it is non-custodial. Yes, Eletrcum server is used to get blockchain data etc. Thanks for the answer!


Title: Re: BDK Wallet custodial or non-custodial?
Post by: alik111 on April 22, 2022, 01:18:45 PM
It seems to be a non custodial wallet.Because when no one have the access of your private keys or mnemonic phrase then it will be noncustodial wallet.On the other hand if someone have access of private keys then it's called Custodial wallet.