See help: $ darktoken help See command specific help: $ darktoken help deposit 1. Initialize a new coin. We will have 7 signers, with a threshold of 5 $ darktoken init xcoin 5 7 2. Deposit 100 coins into our currency $ darktoken deposit xcoin 100 3. List tokens belonging to our currency. $ darktoken list_tokens xcoin 4. Split our token into two new tokens. $ darktoken split xcoin TOKEN_ID 20 80 5. (take a look at list_tokens to see you have 2 new tokens now) 6. Withdraw a token from your wallet. $ darktoken withdraw xcoin TOKEN_ID