Withdraw Using CLI
Exit tellor permissionlessly even if the front-end is down.
1. Use the CLI to Request a Withdrawal
# layerd tx bridge withdraw-tokens [creator] [recipient] [amount] [flags]
./layerd tx bridge withdraw-tokens tellor1suuc9d5dr5stps5tzjv5d95ur02827ardn5 7660794eF8f978Ea0922DC29B4d93e1fc94A 69010069loya --from YOUR_ACCOUNT_NAME --fees 5loya --chain-id layertest-42. Gather information about your request
./layerd query tx --type=hash <YOUR_TRANSACTION_HASH> | grep -A 1 -e raw_log -e query_id -e withdraw_id key: query_id
value: 866997ed9d1a463f0ce8ba1d55a6b7545ba1e4ba1292ae502b6a859b5e1d3a5d
--
key: withdraw_id
value: "8"
--
raw_log: ""
timestamp: "2025-05-02T16:11:27Z"3. Wait 12 hours.
4. Find the timestamp of the aggregate report using the query_id from step 1:
Last updated