> For the complete documentation index, see [llms.txt](https://drip-trade.gitbook.io/drip.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drip-trade.gitbook.io/drip.trade/about/claim-instructions.md).

# Claim Instructions

**Checking and Unlocking Your JPEG / HYPERS Tokens**

### Overview

**Key concepts before you begin:**

* **Hypers NFTs** are NFT-JPEG hybrids. Each NFT comes with an amount of "locked-and-bonded" JPEG.
* **Vaulted tokens** are non-JPEG tokens (e.g. HYPE, ERC-20s) held inside a Hypers NFT vault.
* **Burning (unbonding)** your Hypers NFT is required to access both locked-and-bonded JPEG and any vaulted tokens.
* Some users may have locked JPEG without bonding it to an NFT. These are referred to as simply "locked" JPEG.

***

### Part 1: Check Your Locked JPEG Balance

1. Go to the JPEG contract:\
   [`https://www.hyperscan.com/token/0xc11579f984D07Af75b0164ac458583A0d39d619a?tab=read_write_contract`](https://www.hyperscan.com/token/0xc11579f984D07Af75b0164ac458583A0d39d619a?tab=read_write_contract)
2. Connect the wallet that owns your NFT(s) or tokens.
3. Under the **Read** tab, find the `lockedBalancesOf` function.
4. Paste in your wallet address and click **Read or Write** based on what you need to do.

<figure><img src="/files/xweFkXL5JXWhJYGneyDo" alt=""><figcaption></figcaption></figure>

You'll receive three values:

| Field             | Description                                                                                  |
| ----------------- | -------------------------------------------------------------------------------------------- |
| `locked`          | Total tokens currently locked                                                                |
| `bonded`          | Portion of locked tokens tied to a Hypers NFT                                                |
| `awaiting unlock` | Amount in cooldown (only relevant if nothing is bonded and an unlock is already in progress) |

<figure><img src="/files/pDCdpZmwAMSMZ0gkh1RB" alt=""><figcaption></figcaption></figure>

***

### Part 2: Unlock Free (Unbonded) JPEG

**Applies when:** `locked - bonded > 0`

#### Step 1: Initiate the Unlock

1. Go to the **Write** tab on the same contract page.
2. Find the `unlock` function.
3. Enter the amount you want to unlock (`locked` minus `bonded`).
4. Submit ("Write") the transaction.

<figure><img src="/files/VjF8jWUe65Serco4vlrS" alt=""><figcaption></figcaption></figure>

#### Step 2: Wait Out the Cooldown

There is a 7-day cooldown after initiating an unlock. You'll need to track this yourself.&#x20;

#### Step 3: Release Your Tokens

1. After 7 days, return to the same contract page.
2. Use **function 14** (`release`) to claim your tokens.

<figure><img src="/files/B812CNux7dOQSR63I4wv" alt=""><figcaption></figcaption></figure>

***

### Part 3: Unlock Bonded Tokens (Tied to a Hypers NFT)

1. Go to the HYPERS NFT contract:\
   [`https://www.hyperscan.com/token/0x8A3bda085fD13E71FA2851D7a4b4B8af9671c5aB?tab=read_write_contract`](https://www.hyperscan.com/token/0x8A3bda085fD13E71FA2851D7a4b4B8af9671c5aB?tab=read_write_contract)

**First, check what's inside the NFT:**

| Function          | Description                                         |
| ----------------- | --------------------------------------------------- |
| `getBondedAmount` | How many tokens are tied to a specific NFT token ID |
| Function 34       | HYPE balance held by the token                      |
| Function 33       | Balance of any HyperEVM ERC-20 in the vault         |

<figure><img src="/files/9YOk23enhVys7fMSZHEH" alt=""><figcaption></figcaption></figure>

#### Step 1: Unbond by Burning the NFT

1. Use Function 32 `unbond`
2. This burns the NFT and releases the bonded tokens.
3. Must be done from the wallet that owns the NFT.

#### Step 2: Withdraw Vault Contents

Can be done in any order after burning:

| Function    | Action                             |
| ----------- | ---------------------------------- |
| Function 36 | Withdraw native tokens (HYPE)      |
| Function 35 | Withdraw ERC-20 tokens on HyperEVM |
|             |                                    |

<figure><img src="/files/AfbeGbum1Ybyi2HsjoZA" alt=""><figcaption></figcaption></figure>

***

### Important Notes

**You must claim from the wallet that owned and burned the NFT. There is no recovery path if you lose access to that wallet.**

Even after the NFT is burned, you can still query its vault balances using the token ID.
