Update docs/NFT_TRANSACTIONS.md

This commit is contained in:
contractless 2026-07-12 21:39:49 +00:00
parent be90725c87
commit 9fc22c5ea8
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Contractless supports native NFT creation, NFT lookup, NFT transfers, NFT burns,
Contractless stores the NFT transaction and the metadata CID on chain. It does not store your image, media, document, or full metadata JSON on chain. You must upload and pin those files before creating the NFT transaction.
**Important permanence note:** Anyone who owns an NFT or RWA should run a local IPFS node and pin the metadata and media for the NFTs/RWAs they care about. On other chains, NFT platforms and hosting services have disappeared in the past, causing people to lose access to the images, documents, or metadata tied to assets they still technically owned on chain. Pinning your own NFTs and RWAs helps ensure the data continues to exist even if the seller, marketplace, minting platform, or public gateway goes offline.
## CLI Tools
NFT-related CLI tools:
@ -475,4 +477,3 @@ NFTs can be used by other native transaction types:
For numbered collection items, the transaction must include the correct NFT series/item number. For standalone NFTs, the series is `0`.
Details for those transaction flows are covered in the transfer, burn, swap, and loan documentation.