Documentation Hub
Genesis Collection Statistics
Genesis Collection Statistics documents the Genesis Collection layer where exactly one thousand ERC-721 capsules share deterministic metadata rules. Article 29 in the genesis-collection cluster explains how rank, rarity band, mythic identity, and trait bundles appear in onchain JSON and on encyclopedia profiles at /seeds/{tokenId}. Genesis Collection Statistics cross-links to Genesis Collection cluster peers at /docs/genesis-collection-statistics and the Genesis encyclopedia index /seeds.

Canonical Metadata Fields
Genesis Collection Statistics references the ERC-721 metadata object Wardenseed publishes for each capsule. Required top-level keys are name, description, image, and attributes. Optional external_url points to the encyclopedia profile for crawlers and wallets.
Seed #175 carries 23 attributes including Rarity, Mythic Identity, Biome, Evolution Modifier (boost_percentage), Genesis Index (number), and Rarity Rank (number). Rank thresholds define Mythical (top 20), Epic (21–120), Rare (121–380), and Common (381–1000) bands.
Technical Schema
The JSON below is generated from Wardenseed's canonical metadata builder for Genesis Seed #175—not placeholder copy. Attribute keys match what OpenSea, MetaMask, and Base indexers read from tokenURI resolution.
Compare name, image URL, external_url, and attributes against /ecosystem/contracts for the Seed NFT deployment on Base before any wallet signature.
{
"name": "Wardenseed Genesis Seed #175",
"description": "Wardenseed Genesis Seed #175 is a capped Wardenseed SeedNFT: a living-digital seed identity for lineage evolution, recombination affinity, and mythic provenance. It preserves the seed as the primary asset and never mints SEEDOS rewards directly.",
"image": "https://wardenseed.com/generated/seeds/images-pro/v3/175.webp",
"external_url": "https://wardenseed.com/seeds/175",
"attributes": [
{
"trait_type": "Rarity",
"value": "Common"
},
{
"trait_type": "Mythic Identity",
"value": "Relic"
},
{
"trait_type": "Biome",
"value": "obsidian_sprout"
},
{
"trait_type": "Accent Color",
"value": "#c18b00"
},
{
"trait_type": "Color Family",
"value": "gold"
},
{
"trait_type": "Evolution Modifier",
"value": 0.41,
"display_type": "boost_percentage",
"max_value": 12
},
{
"trait_type": "Mutation Affinity",
"value": 0.69,
"display_type": "boost_percentage",
"max_value": 10
},
{
"trait_type": "Sink Efficiency",
"value": 0.29,
"display_type": "boost_percentage",
"max_value": 9
},
{
"trait_type": "Visual Aura",
"value": "still"
},
{
"trait_type": "Awakening Stage",
"value": "DORMANT"
},
{
"trait_type": "Awakening Progress",
"value": 0,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Lineage Stability",
"value": 90,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Hidden Potential",
"value": 36,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Symbolic Form Signal",
"value": "Dominant"
},
{
"trait_type": "Lineage Flow",
"value": "Strong"
},
{
"trait_type": "Recombination Harmony",
"value": "Dominant"
},
{
"trait_type": "Economy Link",
"value": "Moderate"
},
{
"trait_type": "Stability Index",
"value": 96,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Drift Pressure",
"value": 42,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Economy Pressure",
"value": 68,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Visual Intensity",
"value": 1.05,
"display_type": "number",
"max_value": 5
},
{
"trait_type": "Genesis Index",
"value": 175,
"display_type": "number",
"max_value": 1000
},
{
"trait_type": "Rarity Rank",
"value": 476,
"display_type": "number",
"max_value": 1000
}
]
}Live example for Genesis Seed #175. Full attribute set includes 23 traits with display_type where applicable.
{
"chain": "Base (chainId 8453)",
"tokenId": 175,
"tokenURI_patterns": {
"static_metadata": "https://wardenseed.com/generated/seeds/metadata/175.json",
"api_metadata": "https://wardenseed.com/api/nft/seed/metadata/175",
"encyclopedia_profile": "https://wardenseed.com/seeds/175"
},
"ipfs_note": "Production tokenURI on Base resolves to IPFS content identifiers for image and JSON. Verify contract addresses on /ecosystem/contracts before signing."
}Cross-check static JSON, API route, and encyclopedia profile before marketplace actions.
Genesis Collection Statistics: Implementation Notes
Article slug `genesis-collection-statistics` lives in the Genesis Collection cluster alongside 15 related guides. Tags: genesiscollection, genesis, collecting.
Pillar articles in this cluster receive expanded editorial passes; this page includes live schema examples so crawlers and builders index verifiable structure—not generic Web3 marketing copy.
Frequently asked questions
- What does Genesis Collection Statistics cover?
- Genesis Collection Statistics is article 29 in the Genesis Collection Deep Dive cluster (Metadata, rarity bands, creation story, and statistics for all one thousand Gene…). It includes Technical Schema examples using Genesis Seed #175.
- How many metadata attributes does a Genesis Seed carry?
- Each capsule publishes 23 OpenSea-compatible attributes in JSON, including rarity, mythic identity, biome, boost percentages, and rank fields. See the Technical Schema section on this page for a live example.
- Where is metadata stored for indexers?
- Static JSON lives at /generated/seeds/metadata/{tokenId}.json on wardenseed.com. Production tokenURI on Base resolves to IPFS. Encyclopedia profiles at /seeds/{tokenId} add narrative context without changing canonical JSON.
- How do I verify a specific seed while reading this guide?
- Open /seeds/175, download /generated/seeds/metadata/175.json, and compare trait_type keys to marketplace displays before signing transactions.
- Does Wardenseed documentation constitute financial advice?
- No. Documentation describes product surfaces, metadata schema, and collectibility context for the Genesis Collection on Base.
Featured Genesis Seeds
Explore the encyclopedia
Continue exploring
Conclusion
Genesis Collection Statistics is documented with cluster-specific context, live metadata JSON for Seed #175, and links to encyclopedia and contract verification surfaces. Continue through related guides below, then open featured seeds for capsule-level ground truth.