Skip to main content
Version: 2.0.0

Transferring Tokens with the Casper CLI Client

The following topics describe using the Casper command-line client to transfer tokens between purses on a Casper network. Depending on the account configuration, a direct transfer or a multiple-signature (multi-sig) transaction transfer can be utilized.

Transferring tokens using a direct transfer

Tokens can be transferred directly when the signing key has enough weight to approve the transaction. This is the most common scenario, applicable by default for accounts with a single primary key. To use a direct transfer, see Transferring Tokens Using Direct Transfer.

Transferring tokens using a multi-sig tranasction

Multi-sig transaction transfers are typically used when the account initiating the transfer has multiple associated keys that need to sign the transaction. To set up the account's associated keys, see the Two-Party Multi-Signature transactions workflow. To use a multi-sig transaction transfer, see Transferring Tokens Using a Multi-sig Account.

Verifying a transfer using the command-line client

To verify the status of a transfer, see Verifying a Transfer.