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.
{% hint style="info" %} Name: Wrapped QUIL
Ticker: wQUIL
Network: ETH Mainnet
Contract Address: 0x8143182a775c54578c8b7b3ef77982498866945d {% endhint %}
Plase add wQuil as custom token to your EVM wallet!
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.
- Visit Quilibrium.com
- Navigate to the Claim Rewards Page and Search for Your Node's Peer ID
- Please connect your EVM-compatible wallet to proceed.
- 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.
{% code title="Example" overflow="wrap" %}
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".
{% endcode %}
If you use Docker;
{% code overflow="wrap" %}
cd ~/ceremonyclient
docker compose exec node qclient cross-mint --config .config 0x000000000000000000000000000000
{% endcode %}
- As a final step, click the "Claim" button and approve any required transactions in your wallet.
- Congratulations! Your wQuil tokens will be in your wallet shortly. You can monitor the transaction status and check your wallet for confirmation.