How do I prove cold wallet reserves?

0

For audit purposes I am trying to prove cold wallets reserves, is it possible to send a message with a USDT transaction or publicly 'label' a wallet?

auditor6

Posted 2019-10-29T19:52:18.730

Reputation: 1

thank you, given USDT is not compatible with Electrum, how would I achieve this?auditor6 2019-10-29T21:15:49.793

I don't know about USDT, sorry.Jose Fonseca 2019-10-29T21:19:43.773

Answers

2

You wouldn't need to do something specific for USDT.

Your best bet would be to sign a message proving ownership of each address you hold USDT in. Once you prove you control the addresses, you can prove that you control the USDT balance at any given block height for those addresses using the signed messages and a node that can calculate the balances.

Raghav Sood

Posted 2019-10-29T19:52:18.730

Reputation: 10 897

How is a USDT transaction signed?auditor6 2019-10-29T23:12:26.267

1A USDT transaction is just a Bitcoin transaction with a specifically formatted OP RETURN output - if you control the BTC address, you control the USDT. It is signed just like any other Bitcoin transactionRaghav Sood 2019-10-29T23:14:18.183