# Your NFTs

<mark style="color:orange;">View and manage your NFT collection on Stargaze.</mark>

<mark style="color:orange;">NEED TO REDO THIS SECTION AFTER 2.0</mark>

## Viewing Your Collection

### Profile Page

Click your profile icon to see all your NFTs:

* **Collected** - NFTs you own
* **Listed** - NFTs currently for sale
* **Offers Made** - Your active offers on other NFTs
* **Offers Received** - Offers others have made on your NFTs

### Filtering & Sorting

Use filters to find specific NFTs:

* By collection
* By traits/attributes
* Listed vs unlisted
* Price range

## Managing NFTs

### Transferring NFTs

Send an NFT to another wallet:

1. Select the NFT
2. Click **Transfer**
3. Enter the recipient's address
4. Confirm the transaction

**Warning:** Double-check the address. Transfers cannot be reversed.

### Burning NFTs

Remove an NFT permanently:

1. Select the NFT
2. Click **Burn**
3. Confirm (this is irreversible)

Only burn NFTs you're certain you don't want.

## Portfolio Tracking

Your profile shows:

* Total collection value (estimated)
* Number of NFTs owned
* Collections you're part of
* Activity history

## Activity History

View your transaction history:

* Purchases
* Sales
* Listings
* Offers
* Transfers

Find this under the **Activity** tab on your profile.

##


---

# 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.stargaze.zone/collect/your-nfts.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.
