Your token's visual identity is the first thing users see on exchanges, wallets, and DEXs. Professional metadata and images build trust, improve discoverability, and differentiate your token in a crowded market. This guide will show you how to create metadata that makes your token stand out.
Why Metadata Matters
Token metadata includes:
- Name: Your token's full name
- Symbol: Ticker (usually 3-5 characters)
- Description: What your token does
- Image: Logo displayed everywhere
- Social Links: Website, Twitter, Discord
Tokens with professional logos and complete metadata have 3x higher initial liquidity and 5x higher trading volume in the first week compared to tokens with poor metadata.
Designing Your Token Logo
Technical Requirements
- Format: PNG with transparency (alpha channel)
- Size: 200x200px minimum, 1000x1000px recommended
- Aspect Ratio: 1:1 (perfect square)
- File Size: Under 200KB for fast loading
- Background: Transparent (not white)
Design Best Practices
1. Keep It Simple
Your logo will be displayed at tiny sizes (16x16px on some exchanges). Complex designs become muddy blobs.
Good: Simple Circle
Bold solid shape, clear at any size, instantly recognizable
Bad: Detailed Illustration
Fine details disappear at small sizes, looks messy
2. Use Strong Contrast
Your logo must work on both light and dark backgrounds:
- Bold outlines help logos pop
- Avoid pure white or pure black
- Test on multiple background colors
- Consider adding a subtle drop shadow
3. Make It Unique
Don't copy existing token designs:
- Avoid generic coin icons
- Don't use copyrighted characters
- Create original artwork
- Consider your brand identity
4. Choose Colors Wisely
- Blue: Trust, stability (most financial tokens)
- Green: Growth, money, eco-friendly
- Purple: Innovation, luxury, DeFi
- Orange: Energy, creativity, meme coins
- Red: Excitement, urgency, gaming
Logo Creation Tools
Free Options
- Canva: Easy drag-and-drop, thousands of templates
- Figma: Professional vector design tool
- GIMP: Open-source Photoshop alternative
- Inkscape: Vector graphics editor
AI Logo Generators
- Midjourney: Highest quality, $10/month
- DALL-E 3: Via ChatGPT Plus, $20/month
- Leonardo.ai: Free tier available
Hire a Designer
- Fiverr: $25-100 for logo design
- 99designs: Contest format, $300-500
- Upwork: Hire experienced designer, $50-200
"Create a simple, bold geometric logo for a [type] cryptocurrency token called [name]. Style should be modern, minimalist, and work well at small sizes. Colors: [colors]. Transparent background."
Preparing Your Logo File
Step 1: Export at High Resolution
- Export at 1000x1000px or larger
- Use PNG format with alpha transparency
- Save at highest quality settings
Step 2: Remove Background
If your logo has a background:
- remove.bg: Free AI background removal
- Photoshop/GIMP: Manual background removal
- Canva: Built-in background remover
Step 3: Optimize File Size
- TinyPNG: Compress without quality loss
- Squoosh: Google's image optimizer
- Target: Under 100KB for fast loading
Step 4: Test Display
Preview your logo at different sizes:
- 16x16px (wallet token list)
- 32x32px (DEX interface)
- 64x64px (token page)
- 200x200px (full display)
Writing Effective Descriptions
Token Name Guidelines
- Length: 2-4 words maximum
- Clarity: Clearly indicate purpose or theme
- Uniqueness: Search existing tokens first
- Pronunciation: Easy to say and remember
Symbol (Ticker) Guidelines
- Length: 3-5 characters
- Uppercase: Always use capitals (ETH not eth)
- Avoid confusion: Don't use 0/O, 1/I/l together
- Check availability: Search on CoinGecko, CMC
Good Symbols
- BONK - Short, memorable
- JUP - Clear pronunciation
- ORCA - Related to project
Bad Symbols
- O0OO - Confusing characters
- ABCDEFGH - Too long
- BTC - Already taken
Description Best Practices
Structure:
- Hook (1 sentence): What makes your token unique
- Purpose (2-3 sentences): What problem you solve
- Key Features (bullet points): Main selling points
- Call to Action: Link to website or docs
Example - Good Description:
"SolarDex is the fastest decentralized exchange on Solana, offering instant swaps with zero slippage up to $100K.
Built for traders who demand speed and efficiency, SolarDex uses advanced routing algorithms to always find the best price across 20+ liquidity sources.
Key Features:
• 0.1% trading fees (lowest on Solana)
• MEV protection included
• Limit orders and DCA automation
• Earn 20% APY by providing liquidity
Learn more: solardex.io"
Example - Bad Description:
"SolarDex is a token. We are building the best DEX. Revolutionary technology. To the moon! 🚀🚀🚀"
Metadata JSON Format
Token metadata is stored as JSON. Here's the standard format:
{
"name": "Solar Token",
"symbol": "SOLAR",
"description": "High-performance DeFi token on Solana",
"image": "https://arweave.net/your-image-hash",
"external_url": "https://yourwebsite.com",
"attributes": [
{
"trait_type": "Type",
"value": "Utility"
}
],
"properties": {
"files": [
{
"uri": "https://arweave.net/your-image-hash",
"type": "image/png"
}
],
"category": "image",
"creators": [
{
"address": "YourSolanaWalletAddress",
"share": 100
}
]
}
}
Field Explanations
- name: Full token name (required)
- symbol: Token ticker (required)
- description: Token description (required)
- image: IPFS or Arweave URL to logo (required)
- external_url: Your website (optional)
- attributes: Custom properties (optional)
Hosting Your Metadata
Option 1: Arweave (Recommended)
- Permanent storage: Files never disappear
- One-time payment: No recurring costs
- Fast: CDN-backed delivery
- Cost: ~$0.01 per MB
How to Upload:
- Use Bundlr Network (bundlr.network)
- Upload logo image first
- Copy returned Arweave URL
- Create metadata.json with image URL
- Upload metadata.json
- Use metadata URL when creating token
Option 2: IPFS
- Decentralized: Distributed storage
- Free: Public IPFS gateways available
- Pinning required: Ensure files stay available
IPFS Services:
- Pinata: 1GB free, easy interface
- NFT.storage: Free for NFT data
- Web3.storage: Free decentralized storage
Option 3: GitHub (Not Recommended)
- Free but centralized
- Files can be deleted or changed
- Not considered "permanent"
- Use only for testing
Always use HTTPS URLs for images and metadata. HTTP links may not work on exchanges and wallets.
Adding Social Links
Social links help users verify your token's authenticity and find your community.
Essential Links
- Website: Professional landing page
- Twitter/X: Official announcements
- Telegram/Discord: Community chat
- GitHub: If open-source
Adding Links to Metadata
{
"name": "Your Token",
"symbol": "TKN",
"description": "...",
"image": "...",
"external_url": "https://yourwebsite.com",
"social_links": {
"twitter": "https://twitter.com/yourtoken",
"telegram": "https://t.me/yourtokenchat",
"discord": "https://discord.gg/yourserver"
}
}
Updating Metadata After Launch
Immutable vs Mutable Tokens
Immutable (Authority Revoked):
- Metadata cannot be changed after creation
- More trusted by community
- Must get metadata perfect initially
Mutable (Authority Retained):
- You can update metadata anytime
- Allows fixing mistakes
- Some users distrust mutable tokens
When to Keep Authority
- Still developing brand identity
- Planning website/social launches
- Need flexibility for pivots
- Building trust over time
When to Revoke Authority
- Metadata is final and perfect
- Building trust through immutability
- Community-driven project
- Want "fair launch" credibility
Ready to Create Your Token?
ManagerNest automatically handles metadata upload and formatting
Create Token NowGetting Listed on Token Lists
Token lists help your token appear on DEXs and wallets.
Jupiter Strict List
- Most trusted Solana token list
- Requires community verification
- Submit via GitHub: github.com/jup-ag/token-list
- Need: Logo, metadata, some trading volume
CoinGecko Listing
- Apply at coingecko.com/request
- Provide: Logo, description, links, contract address
- Wait 1-2 weeks for review
- Requires active trading and liquidity
CoinMarketCap Listing
- Apply at coinmarketcap.com/request
- Similar requirements to CoinGecko
- Higher volume requirements
- Review takes 2-4 weeks
Common Mistakes to Avoid
1. Low-Quality Logo
- Pixelated or blurry images
- White background instead of transparent
- Too complex for small sizes
- Inconsistent style
2. Poor Descriptions
- Generic, vague wording
- Too many emojis
- No clear purpose
- Spelling/grammar errors
3. Broken Links
- Dead image URLs
- Incorrect metadata format
- Non-HTTPS links
- Temporary hosting
4. Missing Information
- No social links
- Incomplete description
- No website
- Missing contact info
Conclusion
Professional metadata is not optional - it's essential for success. Your token's visual identity and information are the foundation of trust and credibility in the crypto space.
Remember:
- Design simple, bold logos that scale well
- Write clear, compelling descriptions
- Use permanent storage (Arweave recommended)
- Include all relevant social links
- Test everything before launch
Take time to get metadata right. It's much harder to change later (especially if you revoke authority), and first impressions matter enormously in crypto. A professional presentation can mean the difference between a token that attracts serious holders and one that's dismissed as another low-effort project.
Invest in quality metadata - it's the best $50-100 you'll spend on your token launch.