> For the complete documentation index, see [llms.txt](https://docs.openxswap.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openxswap.exchange/the-open-x-project/nft-collections-optimism/openx-op-reserve/nft-management.md).

# NFT Management

## NFT Management User-Interface and Functionality

From the "Manage" interface the following information and interactions are available:

<figure><img src="/files/0NyydldmNAOmeKC2kwcC" alt=""><figcaption><p>"Manage" Interface for OpenX-OP Reserve NFTs  </p></figcaption></figure>

**Select NFT ID:** Selects an NFT. Please note that users can deposit tokens into *any* NFT, even if they do not own it. All remaining functions are available only to the owner of the particular NFT. Please do not deposit tokens into an NFT without ensuring the correct NFT has been selected.

**Upgrade:** Boosts user's vexOpenX value (voting weight) by 4%

**Burn:** Burns the NFT, breaks the LP tokens, and transfers all underlying tokens to user's wallet.

**Paired:** Shows the underlying OpenX and OP tokens constituting the staked LP tokens. (Depositing OpenX or OP in this section creates a swap: it sells half of the deposit to create staked LP tokens.)

**Vote Tokens:** Shows escrowed or deposited tokens separate from the staked LP tokens. (Depositing xOpenX or other vote tokens creates an escrow, locking the NFT for the duration. Users can also deposit OP tokens into their OpenXReserve NFTs and delegate them from the NFT's Manage interface; only note these tokens are again only retrievable by burning an unlocked NFT.

**Pending Rewards:** OpenX emissions due to the underlying LP tokens. (The Collect function claims the OpenX tokens and transfers them to the user's wallet; the Compound function claims OpenX and sells half for OP tokens to create more staked LP tokens; the Convert function claims OpenX, wraps it into xOpenX via the SushiBar contract, and escrows it into the user's NFT.)


---

# 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.openxswap.exchange/the-open-x-project/nft-collections-optimism/openx-op-reserve/nft-management.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.
