# Storing Metadata - IPFS

GhostMarket supports the storage of NFT metadata on decentralised file networks such as [Inter-Planetary File System](https://ipfs.io) (IPFS). By storing metadata and images on IPFS, NFT owners can be assured that the data and image are immutable and permanent once they are minted. If you use IPFS to host your metadata, the URL used in metadata must be in the format `ipfs://<hash>`.

examples:\
`ipfs://QmTy8w65yBXgyfG2ZBg5TrfB2hPjrDQH3RCQFJGkARStJb`

We recommend [Piñata](https://www.pinata.cloud/) for easily interacting with IPFS, which enables you to easily store and organise both metadata and NFT media on IPFS.

Other alternatives for accessing IPFS is to [set up your own IPFS node](https://docs.ipfs.io/install/) or using [Infura](https://infura.io/docs/ipfs) IPFS.

Here's an excellent "Getting Started" tutorial on IPFS by Chainlink: <https://blog.chain.link/build-deploy-and-sell-your-own-dynamic-nft/>.
