# Cosmos

* New NFT Standard made by Cosmos
* Aiming to be interopable across blockchain networks
* Enables ownership
* Control and rights management of NFT metadata and linked resources regardless of where these are located

Source: <https://internft.org/>

**NFT-RFC**

Cosmos have similar repo to ERCs but dedicated to NFTs. This repo is a Metadata standard document describing protocol, standard or a feature which is recommended by InterNFT Working Group.\
Comparing to Ethereum, it seems like Cosmos have their WG of implementers that creates standards. This repo is focused on NFT related ERCs.

Source - NFT-RFC1 (similar to EIP-1): <https://github.com/interNFT/nft-rfc/blob/main/nft-rfc-001.md>

Generall repo: <https://github.com/interNFT/nft-rfc>

**License**

<https://github.com/interNFT/nft-rfc/blob/main/nft-rfc-005.md>

**Demo**

Demo of Cosmos NFTs is live at: <http://demo.internft.org/>


---

# 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://nft-standards.gitbook.io/nft-standards-wiki/non-eth-nft-standards/cosmos.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.
