CLI Staking
Last updated
Last updated
Validators must stake a minimum of 10,000 FRA to register as a validator. Before you can stake FRA to your validator, you must first transfer FRA to the Findora Address
(i.e. wallet address) of your validator.
You can request Testnet FRA tokens using our Discord Bot. Please follow this guide to claim your free FRA Native Chain tokens.
While requesting the tokens, you need to specify the Findora Address
associated with your validator node. To locate this wallet address, run fn show
, and get your fra address as displayed in the screenshot below.
Transfer FRA from an existing Findora wallet to your Findora Address
. If you don’t have FRA tokens, you can buy them from any exchange listed on this page.
Besides node setup, the fn
tool is also used for general validator staking operations such as staking FRA into the validator, setting the commission rate the validator charges, transferring FRA balance on the validator to another wallet address and claiming FRA rewards.
To see the list of all sub-commands under fn
use the --help
flag as shown below:
To get detailed info about a specific sub-command, use the --help
flag along with the command.
Example: fn stake --help
Other Examples: >
fn unstake --help
>fn claim --help
>fn transfer --help
After receiving FRA to your validator's Findora Address
, you must stake a minimum of 10,000 FRA to become a validator. Only the top 100 validators (with the most FRA staked) will earn FRA rewards.
Tip: Before staking, wait for 100% data synchronization of your validator node, otherwise you may be charged a 'validator node offline' penatly fee.
To find information about your validator node, use the fn show
command. Sample output is below:
Top 100 validators will earn block rewards. If your validator is a top 100 validator, it will earn rewards which will show up in the rewards
section on fn show
.
If your reward balance is greater than 0, you can claim your earned rewards via the fn claim
sub-command
Unstake Some of Your FRA
Close Validator and Unstake All of Your FRA
NOTE: This operation will unstake all of your FRA and remove your node from the Findora Network.