← Documentation

Mint NFTs

Purpose-built NFTs to keep your wallet active and visible — one mint, one unique on-chain transaction.

TL;DR

  • • Each NFT is a minimal ERC721 collection on a supported chain.
  • • Minting sends a real transaction from your wallet; you pay gas (and mint price if set).
  • • One collection = one contract address; each mint is a unique transaction and token ID.
  • • You become the owner of a ERC721 token in your wallet.
  • • No promises beyond honest on-chain activity — no fake utility, no airdrop guarantees.

What are Loyalty NFTs?

NFTs are lightweight ERC721 contracts deployed per network. Each collection uses a single shared image and metadata (stored on IPFS). Every time you mint, you receive a new token and create a new on-chain transaction attributed to your wallet.

They are designed to enhance wallet's on-chain footprint: generating visible, verifiable activity (mints, ownership, transfers, contract interactions) without pretending to be art drops or speculative assets. What you see is what you get.

Why mint?

Minting a Loyalty NFT gives you:

  • A real transaction from your wallet (you are tx.from)
  • An ERC721 token in your wallet (visible in explorers and wallets)
  • On-chain events (e.g. Transfer) tied to your address

This is the same kind of activity that many projects and airdrop criteria look for. We do not guarantee that any specific project will count it; we only guarantee that the activity is real and on-chain.

How it works

From the platform:

  • Connect your wallet and switch to a supported chain
  • Open Mint page and pick a collection
  • On the collection page, click Mint. You sign and send the transaction; you pay the mint price (if any) and network gas

The contract may enforce a per-wallet limit and/or a global supply cap (max supply), depending on how the collection is configured. If a cap exists and is reached, minting is disabled ("Sold Out"). Do not miss featured collections!

What is recorded on-chain?

Each mint results in:

  • transfer(address(0), yourAddress, tokenId) — you are the recipient (zero address is the contract itself)
  • Contract state: balanceOf(yourAddress), ownerOf(tokenId), totalSupply()
  • Block explorers and indexers see the transaction and the new token

Metadata (name, image, description) is stored on IPFS; the contract stores a metadata URI. The NFT itself is a standard ERC721.

Summary

Loyalty NFTs are a simple way to add real, visible on-chain activity to your wallet. One collection per contract, one transaction per mint. No relayers, no auto-minting — you send the tx, you own the token.

Go to Mint →