Wallets
For use-cases that involve blockchain interaction, either within a single chain or on multi-chain workflows, hot wallets will need to be generated to receive/send transactions.
Each wallet is created with it's own private key, which is stored securely within our secrets vault.
While wallets can be persistent and used repeatedly, we recommend that you adhere to a single-use principal and ensure that no funds are left in the wallet by the end of your workflow runs.
For multi-tenant systems - such as a CEX that needs to receive user deposits - creating a new deposit address for every transaction may not be desirable, however you can still maintain the 'zero funds' method by automatically sweeping remainders to a central custodial address at the end of every workflow.
Last updated