# NFTs on Other Chains / DAOs

Special cases for NFTs that weren't in a standard wallet on Stargaze L1.

## NFTs in DAO Treasuries

If your DAO's treasury holds NFTs, they must be moved before the migration snapshot.

### Why This Matters

DAO contract addresses cannot be reconstructed on the Cosmos Hub. Treasury NFTs will **not** migrate automatically.

### What's Affected

* **Treasury-held NFTs** - Must be moved to a multisig or single wallet
* **Staked NFTs** - NOT affected, claimable by the staker

Only treasury-held NFTs need action.

We have communicated this action extensively for the community. If you missed the announcements and the snapshot already happened, contact us on Discord.

## NFTs on Other Chains (ICS-721)

Some NFTs were transferred to other chains via ICS-721 (interchain NFT standard).

### Stargaze NFTs on Osmosis/Neutron

If you had Stargaze-native NFTs on another chain:

* They're being pushed back to their home chains
* Check the original chain for your NFTs

### Non-Stargaze NFTs on Stargaze

Collections like Mad Scientists (home chain: Osmosis):

* Migrating to their home chain
* Can be bridged to Hub via ICS-721 if desired afterwards
* Check with the collection for specific instructions

We've contacted all ICS-721 collection creators to coordinate the migration.

### Affected Collections

| Collection           | Home Chain | Status                                             |
| -------------------- | ---------- | -------------------------------------------------- |
| Mad Scientists       | Osmosis    | Migrates to Osmosis, can bridge to Hub via ICS-721 |
| CEWTs                | Stargaze   | Migrates to Neutron (requested by the creator)     |
| Nucleus Scientists   | Stargaze   | Migrates to Neutron (requested by the creator)     |
| Pixel Lions          | Terra      | Migrates to Terra under their DAO                  |
| Galactic Mining Club | Terra      | Migrates to Terra under their DAO                  |
| Other ICS-721        | Various    | Check collection announcements                     |

## NFTs in Multisig Wallets

Good news: Multisig wallets work!

* Same members can recreate the multisig on Hub
* The derived address is the same
* Claim NFTs to the multisig address

### How to Claim with Multisig

1. Recreate your multisig on Cosmos Hub (same members)
2. The address will match your L1 multisig
3. Initiate claim from the multisig
4. Collect required signatures
5. NFTs transfer to the multisig

## Edge Cases

### Lost Access

If you lost wallet access:

* Cannot claim without private keys
* No recovery mechanism exists
* Standard crypto self-custody applies

### Disputed Ownership

If there's a dispute:

* Snapshot is the source of truth
* On-chain ownership is determined at snapshot block

## Getting Help

These situations can be complex:

* Join Discord #support
* Provide wallet addresses and context
* Team members can investigate

## Summary

| Situation              | Action                   |
| ---------------------- | ------------------------ |
| NFTs in regular wallet | Claim normally           |
| NFTs in DAO treasury   | Not transferred          |
| NFTs on other chains   | Check other chains       |
| NFTs in multisig       | Recreate multisig, claim |


---

# 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/migration/nfts-on-other-chains.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.
