Syncing interface
Skip to main content

Documentation Hub

Trait Distribution Across Genesis Seeds

Trait Distribution Across Genesis Seeds sits in the relics-and-traits cluster and treats mythic identity, visual aura, and compositional rarity as inspectable metadata—not marketing labels. This article (36) ties collector language to OpenSea-compatible attribute keys so you can verify relic-forward capsules without third-party dashboards. Trait Distribution Across Genesis Seeds cross-links to Relics and Traits cluster peers at /docs/trait-distribution-across-genesis-seeds and the Genesis encyclopedia index /seeds.

Trait Distribution Across Genesis Seeds

Trait Keys and Collector Search

Trait Distribution Across Genesis Seeds maps to specific trait_type strings in metadata JSON—never paraphrased labels. Mythic Identity uses values Relic, Spirit, Crystal, Void, or Biolume. Visual Aura uses still, glow, aura, or mythic_pulse.

Category routes /seeds/mythic/{identity} and /seeds/traits/{aura} expose full band lists for crawl depth. Seed #434 in the examples below demonstrates real attribute encoding for marketplace and indexer compatibility.

Technical Schema

The JSON below is generated from Wardenseed's canonical metadata builder for Genesis Seed #434—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.

Metadata JSON (OpenSea-compatible)
{
  "name": "Wardenseed Genesis Seed #434",
  "description": "Wardenseed Genesis Seed #434 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/434.webp",
  "external_url": "https://wardenseed.com/seeds/434",
  "attributes": [
    {
      "trait_type": "Rarity",
      "value": "Common"
    },
    {
      "trait_type": "Mythic Identity",
      "value": "Void"
    },
    {
      "trait_type": "Biome",
      "value": "aurora_pod"
    },
    {
      "trait_type": "Accent Color",
      "value": "#e14b23"
    },
    {
      "trait_type": "Color Family",
      "value": "orange"
    },
    {
      "trait_type": "Evolution Modifier",
      "value": 2.41,
      "display_type": "boost_percentage",
      "max_value": 12
    },
    {
      "trait_type": "Mutation Affinity",
      "value": 1.58,
      "display_type": "boost_percentage",
      "max_value": 10
    },
    {
      "trait_type": "Sink Efficiency",
      "value": 0.58,
      "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": 52,
      "display_type": "number",
      "max_value": 100
    },
    {
      "trait_type": "Hidden Potential",
      "value": 49,
      "display_type": "number",
      "max_value": 100
    },
    {
      "trait_type": "Symbolic Form Signal",
      "value": "Strong"
    },
    {
      "trait_type": "Lineage Flow",
      "value": "Moderate"
    },
    {
      "trait_type": "Recombination Harmony",
      "value": "Strong"
    },
    {
      "trait_type": "Economy Link",
      "value": "Strong"
    },
    {
      "trait_type": "Stability Index",
      "value": 93,
      "display_type": "number",
      "max_value": 100
    },
    {
      "trait_type": "Drift Pressure",
      "value": 43,
      "display_type": "number",
      "max_value": 100
    },
    {
      "trait_type": "Economy Pressure",
      "value": 79,
      "display_type": "number",
      "max_value": 100
    },
    {
      "trait_type": "Visual Intensity",
      "value": 1.15,
      "display_type": "number",
      "max_value": 5
    },
    {
      "trait_type": "Genesis Index",
      "value": 434,
      "display_type": "number",
      "max_value": 1000
    },
    {
      "trait_type": "Rarity Rank",
      "value": 699,
      "display_type": "number",
      "max_value": 1000
    }
  ]
}

Live example for Genesis Seed #434. Full attribute set includes 23 traits with display_type where applicable.

TokenURI resolution on Base
{
  "chain": "Base (chainId 8453)",
  "tokenId": 434,
  "tokenURI_patterns": {
    "static_metadata": "https://wardenseed.com/generated/seeds/metadata/434.json",
    "api_metadata": "https://wardenseed.com/api/nft/seed/metadata/434",
    "encyclopedia_profile": "https://wardenseed.com/seeds/434"
  },
  "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.

Trait Distribution Across Genesis Seeds: Implementation Notes

Article slug `trait-distribution-across-genesis-seeds` lives in the Relics and Traits cluster alongside 15 related guides. Tags: relicstraits, genesis, traits.

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 Trait Distribution Across Genesis Seeds cover?
Trait Distribution Across Genesis Seeds is article 36 in the Relics and Traits cluster (Mythic identities, visual archetypes, provenance, and the psychology of collecti…). It includes Technical Schema examples using Genesis Seed #434.
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/434, download /generated/seeds/metadata/434.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.

Explore the encyclopedia

Continue exploring

Conclusion

Trait Distribution Across Genesis Seeds is documented with cluster-specific context, live metadata JSON for Seed #434, and links to encyclopedia and contract verification surfaces. Continue through related guides below, then open featured seeds for capsule-level ground truth.