Features
NFT Management
View, create, and manage your Solana NFT collection
Overview
Forge provides complete NFT management capabilities using Metaplex standards. View your collection, mint new NFTs, transfer assets, and interact with NFT marketplaces.
NFT Features
Collection Viewer
View all NFTs in your wallet with beautiful image displays, metadata, and collection information.
"Show my NFT collection"NFT Minting
Create new NFTs with custom metadata, images, and attributes using Metaplex protocol.
"Mint an NFT"NFT Transfers
Send NFTs to other wallets with automatic validation and confirmation.
"Transfer NFT to..."Metadata Viewer
Inspect detailed NFT metadata including attributes, rarity, and collection details.
"Get NFT details for..."Minting Your First NFT
Step 1: Prepare Your Asset
Have your image file ready. Supported formats: PNG, JPG, GIF, SVG. Recommended: 1000x1000px or larger.
Step 2: Upload to Storage
Upload your image to decentralized storage (IPFS, Arweave) or use a hosting service. Get the URL.
Step 3: Define Metadata
Specify NFT name, description, and attributes. These follow the Metaplex metadata standard.
{
"name": "My First NFT",
"description": "A unique digital artwork",
"image": "https://...",
"attributes": [
{"trait_type": "Rarity", "value": "Rare"}
]
}Step 4: Mint with Forge
Use the AI agent to mint your NFT:
"Mint an NFT with name 'My First NFT' and image URL https://..."Step 5: Confirm Transaction
Review the transaction details and confirm in your wallet. Your NFT will appear in your collection!
NFT Standards
Metaplex NFT Standard
The industry standard for Solana NFTs. Supports:
- • Rich metadata with attributes
- • Creator royalties
- • Collection grouping
- • Verified creators
- • Update authority
Compressed NFTs (cNFTs)
Cost-effective NFTs using state compression:
- • 1000x cheaper minting costs
- • Same functionality as regular NFTs
- • Perfect for large collections
- • Supported by major marketplaces
Managing Collections
Collection NFTs
Group your NFTs into verified collections for better organization and discoverability:
- ✓ Create collection NFT as parent
- ✓ Mint NFTs as part of collection
- ✓ Verify collection authority
- ✓ Update collection metadata
"Create a collection named 'Digital Art Series'"
NFT Marketplaces
Advanced Features
Programmable NFTs (pNFTs)
Advanced NFTs with programmable royalties, custom transfer rules, and enhanced security features.
NFT Staking
Lock your NFTs in staking programs to earn rewards while maintaining ownership.
Batch Operations
Perform bulk transfers, mints, or updates on multiple NFTs simultaneously.
Best Practices
- • Use permanent storage (Arweave) for valuable NFTs
- • Set appropriate royalty percentages (5-10% is standard)
- • Verify collection NFTs before minting
- • Keep update authority until collection is complete
- • Test on devnet before mainnet minting
- • Backup all metadata JSON files
- • Consider compressed NFTs for large collections
On this page
