# NFT Claim

When a Play2Claim Champ has reached level 4 and the account logged in at least 7 days within 14 days after rolling the Champ, it becomes "claimable". A claimable Play2Claim Champ is unable to participate in the gameplay until it is claimed (minted to an NFT) and [locked](/main-screen/barracks/characters-and-character-creation/nfts/lock-unlock.md).

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

To claim a Champ, head to the *Characters* tab and select one in the *Unclaimed NFTs* list.

<figure><img src="/files/zRTDR9CcrFCju9nC0Uv3" alt=""><figcaption><p>Unclaimed NFTs show on top of the Character list</p></figcaption></figure>

For unclaimed characters the only available action is **Claim NFT**

<figure><img src="/files/XuZodXFuDxTK2ph6L99I" alt=""><figcaption><p>Claim is the only option for a Champ that has not been claimed yet</p></figcaption></figure>

Upon clicking, you will be shown an overview screen with all your unclaimed Champz, allowing you to claim up to **10** **Champz** at once.

<figure><img src="/files/AUbgSyuTvky20wF7zkAs" alt=""><figcaption><p><a href="/pages/eSdtmARrqdo7aogIGLBW">Claim Overview</a></p></figcaption></figure>

Select one or more Champz and choose between "Claim" and "Claim & Lock".

For associated estimated gas costs, see the table below

<figure><img src="/files/aZwXSvGvajHDORoDQ1vW" alt=""><figcaption><p>Claim or Claim &#x26; Lock</p></figcaption></figure>

Click on claim to create your own claiming signature in the background. This will give you a popup to actually execute the claim on the Blockchain. After you click on *Claim* you will be prompted your wallet extension to Confirm the transaction and pay the gas fees.

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

After you confirmed the transaction and it was confirmed on the Blockchain, you will be shown a success message, and can check your Transaction on Etherscan. Also, you could verify that your Wallet actually received the NFTs.

<figure><img src="/files/oLmd4M2T15R3cRpC5pBP" alt=""><figcaption><p>Etherscan Transaction Screen</p></figcaption></figure>

**Gas cost estimation**

Following is an indication on the gas prices in ETH, based on our tests. We can not guarantee these will be the actual gas usage on Mainnet as this depends on a lot of variables, but they should come pretty close.

**CLAIM**

<table><thead><tr><th width="200"># Champz in Tx</th><th width="226">Estimated Gas Claim</th><th>Estimated Gas Claim &#x26; Lock</th></tr></thead><tbody><tr><td>1</td><td>~192,100</td><td>~199,600</td></tr><tr><td>3</td><td>~315,000</td><td>~394,000</td></tr><tr><td>5</td><td>~455,000</td><td>~589,400</td></tr><tr><td>7</td><td>~595,000</td><td>~786,100</td></tr><tr><td>10</td><td>~805,000</td><td>~1,083,200</td></tr></tbody></table>

Based on recent gas levels, this means following average gas cost in ETH per Champz claimed without lock.

<table><thead><tr><th width="169"># Champz in Tx</th><th width="179">Low gas (25 GWEI)</th><th width="211">Average gas (45 GWEI)</th><th>High gas  (75 GWEI)</th></tr></thead><tbody><tr><td>1</td><td>~0,0048 ETH per</td><td>~0,0086 ETH per</td><td>~0,0144 ETH per</td></tr><tr><td>3</td><td>~0,0026 ETH per</td><td>~0,0047 ETH per</td><td>~0,0078 ETH per</td></tr><tr><td>5</td><td>~0,0022 ETH per</td><td>~0,0040 ETH per</td><td>~0,0068 ETH per</td></tr><tr><td>7</td><td>~0,0021 ETH per</td><td>~0,0038 ETH per</td><td>~0,0063 ETH per</td></tr><tr><td>10</td><td>~0,0020 ETH per</td><td>~0,0036 ETH per</td><td>~0,0060 ETH per</td></tr></tbody></table>

**Lock/Unlock**

<table><thead><tr><th width="200"># Champz in Tx</th><th width="226">Estimated Gas Lock</th><th>Estimated Gas Unlock</th></tr></thead><tbody><tr><td>1</td><td>~55,400</td><td>~199,600</td></tr><tr><td>3</td><td>~116,200</td><td>~394,000</td></tr><tr><td>5</td><td>~177,400</td><td>~589,400</td></tr><tr><td>7</td><td>~234,900</td><td>~786,100</td></tr><tr><td>10</td><td>~307,785</td><td>~109,300</td></tr></tbody></table>


---

# 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://docs.champz.world/main-screen/barracks/characters-and-character-creation/nfts/nft-claim.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.
