# ERC721K zero dependencies for off-chain data

"ERC721K is an ERC721 implementation with zero dependencies for off-chain data.

Both the token image and token traits are generated entirely on-chain.

"However, instead of the smart contract logic deployed in a specific NFT instance, the underlying system has been modularized, to enable composition of `SVGModules` across many different instances. NFTs can share `SVGModules` which encapsulate both rendering and data fetching logic."- Kames

Source: <https://github.com/erc721k/labs>


---

# 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/standards/erc721k-zero-dependencies-for-off-chain-data.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.
