![](https://cdn.pixabay.com/photo/2016/10/16/16/33/dual-screen-1745705_960_720.png) (Image source: [Pixabay](https://cdn.pixabay.com/photo/2016/10/16/16/33/dual-screen-1745705_960_720.png))

The Regen Aplikiĝo Testnet is live, many users have wrote many useful validator setup guides. For example: Regen Beginner Guide

But can’t find many resources about commands for operations, so I’m going to list out some of useful commands for Regen Aplikiĝo Testnet

Transfer tokens

  • regen tx bank send {from address} {to address} {amount} –chain-id aplikigo-1 –fees=5000utree

Transfer with memo

  • regen tx bank send {from address} {to address} {amount} –chain-id aplikigo-1 –fees=5000utree –memo “MEMO HERE”

Delegate stakes with memo

  • regen tx staking delegate {validator address} {amount} –from {from address} –chain-id aplikigo-1 –fees=5000utree –memo “MEMO HERE”

Delegate stakes

  • regen tx staking delegate {validator address} {amount} –from {from address} –chain-id aplikigo-1 –fees=5000utree

Claim delegation rewards

  • regen tx distribution withdraw-all-rewards –fees 5000utree –from {wallet} –chain-id aplikigo-1

Unjailed validator

  • regen tx slashing unjail –fees=5000utree –chain-id aplikigo-1 –from {address}

Check address balance

  • regen query bank balances {address}

More to be added…