Skip to content

Instantly share code, notes, and snippets.

@vilenarios
Created April 10, 2025 19:51
Show Gist options
  • Save vilenarios/865a21d71ebc2812e736af24aa76a377 to your computer and use it in GitHub Desktop.
Save vilenarios/865a21d71ebc2812e736af24aa76a377 to your computer and use it in GitHub Desktop.
# 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