Validator Reward Claim Instructions
Please use these instructions to claim your rewards!
Validators can now claim their $vPTS rewards using a command-line tool. There are two main options: install from crates.io using Cargo, or clone the GitHub repo and run it from source.
π οΈ Prerequisites
Before starting:
Rust must be installed. Most validators already have Rust installed since itβs required to run a validator. If not, install it via:
Optional but recommended: install or update to the latest stable toolchain. A
rust-toolchain.toml
will be added to the repo to ensure seamless builds.
π Quick Claim (via Cargo)
Install the CLI Tool
Run the following to install the reward claim CLI:
Run the Claim Command
Replace
<YOUR KEYPAIR FILE PATH>
with your actual.json
keypair file path. The following examples show how to set environment variables depending on your shell or OS:Unix/macOS/Linux/WSL:
PowerShell:
Command Prompt (cmd.exe):
π» Alternative: Run from Source
Clone the Repo
Check Environment Variables
The required variables (
AIRDROP_BASE_URL
,DISTRIBUTOR_ADDRESS
,MINT_ADDRESS
) are already included in the.env
file.Build and Run
π Security Notes
If you have a claim key from the campaign, you must use it. There is no option to use the identity key in that case.
The claim key can be used with the CLI or the web interface.
For full transparency, you may inspect the code before signing anything. There is no need to trust blindlyβreview the GitHub code.
π¦ GitHub Repo
Last updated