Claim Your WCHI
The CHI migration snapshot has been completed. If you held CHI at block 7,300,000, you can claim your WCHI tokens here.
How Claiming Works
Enter Address
Enter your Xaya address to see all claimable outputs from the snapshot.
Sign Message
Enter your Xaya private key to sign the claim. All signing happens in your browser - your key never leaves your device.
Claim via MetaMask
Submit the signed claim through MetaMask to receive your WCHI on Ethereum.
Look Up Your Claimable Outputs
Enter your Xaya Core address (P2PKH starts with 'C', segwit starts with 'chi1')
Important Information
Need Help?
If you encounter any issues or have questions about the claiming process, join our Discord community for support.
Get Support on DiscordProcessing...
Run the Claim Tool Yourself (Trustless)
For maximum security, you can run the claim tool locally on your own computer. This ensures your private keys never leave your device.
Setup Instructions:
- Clone the repository:
git clone https://github.com/domob1812/chi-migration.git cd chi-migration/frontend - Uncompress the snapshot data:
bunzip2 data/prod-snapshot.csv.bz2 - Create Python virtual environment and install dependencies:
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt - Run the application:
./app.py \ --load data/prod-snapshot.bin \ --rpc-url https://eth.llamarpc.com \ --migration-contract 0x54BC5051C3a9AFFB78Be145Aa3D3D603F7892DED - Open your browser to
http://localhost:5000and claim your WCHI
Note: Running locally ensures complete trustlessness - your Xaya private key never leaves your computer and all cryptographic operations happen in your browser.