I can see my tokens in my ceremonyclient node using the ‘qclient token coins’ and ‘qclient token balance’ commands, which show I have 1545.381923 QUIL tokens across two coins (0x1148… and 0x162a…). How can I withdraw or transfer these official 1.4 version QUIL tokens from my ceremonyclient node?"
The output you’ve shown indicates:
Two coins: 25.0 QUIL and 1520.381923 QUIL
Total balance: 1545.381923 QUIL
Account address: 0x026a5…2dc8a
This information helps provide context for anyone who might assist with the token withdrawal process.
Merge your 2 coins into a single one:
qclient token merge all
Transfer your coin to another account (e.g. keys that you may host locally as cold wallet):
qclient token transfer recipient_account coin_being_transferred
In case you want to bridge your coin into wquil in the eth network, you can follow this guide:
When checking my account balance using https://quilibrium.com/bridge, I noticed there’s no visible change on the page. While monitoring the network requests, I observed that the API response shows a balance of 0. Does this mean I’m unable to withdraw my tokens?
For additional context:
The bridge page remains static after entering my wallet address
Network request monitoring shows a balance of 0 in the response data
I can see my tokens in the ceremonyclient node, but not on the bridge
Could someone confirm if this zero balance response indicates that withdrawal is not possible at this time?