Created
April 10, 2025 19:51
-
-
Save vilenarios/865a21d71ebc2812e736af24aa76a377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check your ARIO Balance in the ARIO Fair Launch Pool | |
1) Navigate to https://www.ao.link/#/entity/rW7h9J9jE2Xp36y4SKn2HgZaOuzRmbMfBRPwrFFifHE?tab=read | |
2) Paste in the following Query, replacing the "Recipient" with your own wallet's public address. | |
{ | |
"process": "rW7h9J9jE2Xp36y4SKn2HgZaOuzRmbMfBRPwrFFifHE", | |
"data": "", | |
"tags": [ | |
{ | |
"name": "Action", | |
"value": "Get-Claimable-Balance" | |
}, | |
{ | |
"name": "Recipient", | |
"value": "iKryOeZQMONi2965nKz528htMMN_sBcjlhc-VncoRjA" | |
} | |
] | |
} | |
3) Click "DRY RUN" in the bottom right. | |
4) In the result, you can see your claimable ARIO balance, displayed in mARIO. | |
{ | |
"value": "603644187", | |
"name": "Balance" | |
} | |
In the below example, the user has 603644187 mARIO aka 603.644187 ARIO | |
# Withdraw your ARIO Balance from the ARIO Fair Launch Pool | |
1) Navigate to https://www.ao.link/#/entity/rW7h9J9jE2Xp36y4SKn2HgZaOuzRmbMfBRPwrFFifHE?tab=write | |
2) Log in with your Wallet in the top right | |
3) Paste in the following Query to withdraw all your ARIO tokens from the Fair Launch Pool | |
{ | |
"process": "rW7h9J9jE2Xp36y4SKn2HgZaOuzRmbMfBRPwrFFifHE", | |
"data": "", | |
"tags": [ | |
{ | |
"name": "Action", | |
"value": "'Withdraw-FLP-Token'" | |
} | |
] | |
} | |
4) Click "SEND MESSAGE" in the bottom right. | |
5) In the result, should see a successful message with "Resp-Withdraw-FLP-Token" and the ARIO tokens will be available in your wallet. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment