๐Ÿ”ฅClaiming wQuil Token

About Wrapped Quil Token

wQuil token is the wrapped version of Quil tokens on the Quilibrium Network and represents a 1:1 ratio. It aims to free the circulation of Quil tokens until the Quilibrium cross-chain bridge is active. Currently, it will only be available on ETH Mainnet, and the Quilibrium crosschain bridge is planned to be opened with V2.

Token Details

Name: Wrapped QUIL

Ticker: wQUIL

Network: ETH Mainnet

Contract Address: 0x8143182a775c54578c8b7b3ef77982498866945d

Plase add wQuil as custom token to your EVM wallet!

Step-by-Step Claiming

To claim your wQuil tokens, you'll need a functional qClient. Please refer to the relevant page for qClient installation instructions.

If qClient is installed, you can claim your wQuil tokens via ETH Mainnet by following the steps below.

Important: You can claim all of your rewards at once. Partial claims are not currently supported.

  1. Navigate to the Claim Rewards Page and Search for Your Node's Peer ID

  1. Please connect your EVM-compatible wallet to proceed.

  1. Once you connect your wallet, the website will generate a Cross-Mint Proof specifically for your qClient. This code is necessary to claim your wQuil tokens.

Enter the cross-mint code in your qClient.

cd ~/ceremonyclient/client
./qclient --config=../node/.config/ cross-mint 0x000000000000000000000000000000

After entering the cross-mint proof in your qClient, copy the resulting output and paste it into the designated field on the website, as shown in the screenshot.

Example
cd ~/ceremonyclient/client
./qclient cross-mint 0x000000000000000000000000000000
result: ("peerPublicKey": "LLP/9tYlqlsV8AgTky|pK9zjN+OfXNmYMDhmDeEagCMAhjfpPPWDyWDq9w6uM19hGyDKYB10EVOA", "peerSignature": "2ybumA9VuSrnr5nYPcjehGo/PK6uNI4ยกVaOWXkEGms5ChqPFgOJX6Z5eng8U6VSHy85zbeZBukiANE3j2EBxrk4TAf4Z+5uuNMCQ6DasKpkgsxulOGWKhOcBa|2CDicinuMqafU 3YOrXH9cck/OkivwA""proverPublicKev": "CAk3innisW2Bocar/75/3dwiRSaFMRbhYhtCWd@Th77aDvOWFGaoMXIvKHw3B4+vFsmYlVaQ7/iA" "proverSianature".

If you use Docker;

cd ~/ceremonyclient

docker compose exec node qclient cross-mint --config .config 0x000000000000000000000000000000
  1. As a final step, click the "Claim" button and approve any required transactions in your wallet.

  1. Congratulations! Your wQuil tokens will be in your wallet shortly. You can monitor the transaction status and check your wallet for confirmation.

Last updated