Admin Tools

Maintenance and diagnostic tools for platform administrators(v2026.01.12)

NFT Metadata Check
Scan all NFTs for malformed metadata that may trigger wallet warnings
Database Backup
Export current database contents (data only, no structure)
Restore Instructions:
  1. Keep the backup file in a safe location
  2. To restore, use database management UI or CLI
  3. Run: mysql -u user -p database < backup.sql
Transaction Backfill
Recover missing transaction records for NFT tokens that were minted but not recorded in the transactions table
Loading stats...
Sales Volume Recalculation
Recalculate user sales volumes and tiers from actual transaction data (fixes backfilled transactions that didn't update volumes)
Loading stats...
Data Integrity
Monitor and repair artwork-NFT synchronization issues
Checking data integrity...
About Malformed NFTs

What are malformed NFTs? These are NFTs where the metadata JSON is missing required fields like files, links.image, description, or category.

Why does it matter? Phantom wallet and other services perform security checks on NFT metadata. Missing fields trigger warnings that prevent listing on secondary markets.

What to do? Most malformed NFTs were created during the testing phase. You can:

  • Advise creators that these NFTs cannot be listed
  • Hide affected artworks from marketplace (admin can hide any artwork)
  • Future mints use the correct format and won't have this issue