NFTs
Status: built, not yet enabled. Unlike Bridge, the NFT feature is fully implemented – minting, metadata upload and a gallery view all exist in the codebase but the tab is currently gated behind a "Coming Soon" screen while it finishes testing.
How it will work
- Minting: Upload an image (via the same Pinata/IPFS pipeline used for chat photos and avatars), the app builds and uploads the metadata JSON and mints against the
SigilNFTcontract for a small native-RITUAL mint fee set by the contract. - Gallery: Owned NFTs are read directly from the contract and displayed in a grid, each with its metadata (name, image, mint date) pulled from IPFS.
- Transfers: Send an owned NFT to another address or
.ritualusername, the same way tokens are sent from the Send tab.
When it's enabled
Flip a single flag in app/dashboard/nfts/page.tsx (NFTS_COMING_SOON) once it's ready, no rewrite required. See the Roadmap for expected timing.