# Step 6 - Unlock your tokens and verify balance

## Unlock your Tokens and Verify Balance

After successfully claiming your tokens, you must unlock the locked tokens and verify your balance. For this, you have to go to the polkadot/Substrate portal.​​

{% embed url="<https://polkadot.js.org/apps/?rpc=wss://explorer-rpc-ws.mainnet.stages.humanode.io#/explorer>" %}

### **Verify Your Balance**

To verify that you’ve successfully claimed the tokens, navigate to the "Accounts" tab and press on your account to see the details.\
\
**Note - Make sure you have chosen the right chain, "Humanode Mainnet", as shown in the image below.**

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrgU5243aAf21EwxQUd2i%2Fuploads%2Ft6aSuroCofBrKOPTBReK%2FScreenshot%202022-11-16%20at%209.58.16%20AM.png?alt=media&#x26;token=d92b4ac9-6977-44fa-b4c4-8b1e9ee3df30" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh5.googleusercontent.com/CjRO7ElNE9cJyb20NX_jz5Lx5t9d_hkw9ZTEkxJ3E41vWc8V20vWpItwpULGkz9HN6Fak5yI_duSwIFwX6B-PdAaFK37SGPDwpthMNF9t2tL0ZWWZA_GFSoIWEYLwvM1DdiIlP428TDBei7DzXapaiy2gsoe2cjBFvwahWlxDn9dKmhWJzV8v2GTvQPb8g" alt=""><figcaption></figcaption></figure>

### Unlocking the Tokens <a href="#unlocking-the-tokens" id="unlocking-the-tokens"></a>

After claiming the tokens you were airdropped or purchased, you'll have to trigger token unlock (if tokens are locked). As you can see in the image above, your account has tokens, some of which are **locked**. This means you have claimed the tokens, and you just need to unlock your tokens. To unlock the tokens in your polkadot explorer, go to (`Developer -> Extrinsics -> select vesting.unlock()).` and **Submit Transaction.**

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrgU5243aAf21EwxQUd2i%2Fuploads%2F62xAILPgOunTNJ6Guoqo%2FScreenshot%202022-11-15%20at%203.56.50%20PM.png?alt=media&#x26;token=5cafea4b-0d20-4247-a5f2-e86ba93e1bf2" alt=""><figcaption></figcaption></figure>

This call recomputes the locks according to the vesting schedule and relocks your balance, typically locking fewer and fewer tokens as time passes (depending on the schedule).

In easy terms, if you have 300 HMND with a vesting and cliff period of 6 and 2 days, respectively, the tokens will start unlocking after 2 days for the next 6 days until all the tokens are unlocked.

**Note - that vesting unlock() requires fee payment. The block time matters; in practice, you might have non-equal amounts unlocked for consecutive unlock calls.**

Congratulations, you have successfully triggered the token unlock!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.humanode.io/mainnet-guide/token-claims/claiming-the-hmnd-tokens/step-6-unlock-your-tokens-and-verify-balance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
