> For the complete documentation index, see [llms.txt](https://docs.powercity.io/core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powercity.io/core/staking-usdwatt/staked-usdwatt-nfts.md).

# Staked $WATT NFTs

Staked $WATT tokens will be represented by a non-fungible receipt token, or NFT, which is automatically minted and added to your wallet upon stake creation.

The NFTs determine the amount of $WATT that has been staked, as well as the total amount of AMP allocated.

The NFT that represents your stake allows for the transfer of the stake to another wallet address.  You can sell staked $WATT NFTs on the PixelPark NFT Marketplace without requiring you to unstake and sell the $WATT Tokens.

Owners of staked $WATT NFTs have the ability to claim rewards, unstake, merge stakes, and maintain full ownership through a receipt NFT.

### NFT Tiers and Rarity

Staked $WATT NFT will showcase a unique image determined by the quantity of $WATT and the total AMP share.  The WATT tier will define the major theme of the image and the badge at the bottom right while the AMP tier will determine which image in the theme is used.  A ranking page showing the different images and badges will be built in the future to show off the tiers.

There are 12 distinct NFT Metadata tiers defined by the amount of staked $WATT and another 12 unique tiers determined by the stake's AMPs. This increases the rarity of the staked $WATT NFT.

WATT Tiers

<table><thead><tr><th width="80" align="center">Tier</th><th width="137" align="right">Minimum</th><th align="right">Maximum</th></tr></thead><tbody><tr><td align="center">1</td><td align="right">0</td><td align="right">&#x3C; 10</td></tr><tr><td align="center">2</td><td align="right">10</td><td align="right">&#x3C; 100</td></tr><tr><td align="center">3</td><td align="right">100</td><td align="right">&#x3C; 1,000</td></tr><tr><td align="center">4</td><td align="right">1,000</td><td align="right">&#x3C; 10,000</td></tr><tr><td align="center">5</td><td align="right">10,000</td><td align="right">&#x3C; 50,000</td></tr><tr><td align="center">6</td><td align="right">50,000</td><td align="right">&#x3C; 100,000</td></tr><tr><td align="center">7</td><td align="right">100,000</td><td align="right">&#x3C; 250,000</td></tr><tr><td align="center">8</td><td align="right">250,000</td><td align="right">&#x3C; 1,000,000</td></tr><tr><td align="center">9</td><td align="right">1,000,000</td><td align="right">&#x3C; 5,000,000</td></tr><tr><td align="center">10</td><td align="right">5,000,000</td><td align="right">&#x3C; 50,000,000</td></tr><tr><td align="center">11</td><td align="right">50,000,000</td><td align="right">&#x3C; 500,000,000</td></tr><tr><td align="center">12</td><td align="right">500,000,000</td><td align="right">&#x3C; 2,800,000,000</td></tr></tbody></table>

AMP Tiers

<table><thead><tr><th width="83" align="right">Tier</th><th align="right">Minimum</th><th align="right">Maximum</th></tr></thead><tbody><tr><td align="right">1</td><td align="right">0</td><td align="right">&#x3C; 1</td></tr><tr><td align="right">2</td><td align="right">1</td><td align="right">&#x3C; 5</td></tr><tr><td align="right">3</td><td align="right">5</td><td align="right">&#x3C; 10</td></tr><tr><td align="right">4</td><td align="right">10</td><td align="right">&#x3C; 50</td></tr><tr><td align="right">5</td><td align="right">50</td><td align="right">&#x3C; 100</td></tr><tr><td align="right">6</td><td align="right">100</td><td align="right">&#x3C; 250</td></tr><tr><td align="right">7</td><td align="right">250</td><td align="right">&#x3C; 500</td></tr><tr><td align="right">8</td><td align="right">500</td><td align="right">&#x3C; 1,000</td></tr><tr><td align="right">9</td><td align="right">1,000</td><td align="right">&#x3C; 2,500</td></tr><tr><td align="right">10</td><td align="right">2,500</td><td align="right">&#x3C; 5,000</td></tr><tr><td align="right">11</td><td align="right">5,000</td><td align="right">&#x3C; 10,000</td></tr><tr><td align="right">12</td><td align="right">10,000</td><td align="right">99,999</td></tr></tbody></table>

### Merge Stakes

By merging staked $WATT NFTs, it is possible to create a larger NFT and potentially increase the tier for the total amount of $WATT and AMPs staked.

For example: By merging an NFT that contains 10 $WATT with 9 AMPs with another NFT that contains 100 $WATT and 75 AMPs, the resulting single NFT would have a balance of 110 $WATT and 84 AMPs.

Consolidating your stakes by merging NFTs could potentially enable you to achieve a higher tier image or badge.

### Add to Stake

It is possible to add more $WATT to an existing stake without having to first unstake. The resulting AMPs for the addition will be calculated based on the current WATT/AMP ratio and not the ratio used during the initial stake creation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.powercity.io/core/staking-usdwatt/staked-usdwatt-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
