Documentation Hub
World Persistence Explained
World Persistence Explained connects Wardenwood lore, chronicle systems, and persistent world design to the Genesis Collection's collectible entry layer. Article 68 in the world-building cluster helps readers separate narrative framing from canonical metadata fields that never change after mint. World Persistence Explained cross-links to World Building cluster peers at /docs/world-persistence-explained and the Genesis encyclopedia index /seeds.

Lore vs Metadata Boundary
World Persistence Explained distinguishes encyclopedia narrative sections (origin story, personality analysis, AI destiny report) from immutable mint metadata. Lore enriches discovery; JSON attributes remain the provenance source of truth.
Encyclopedia pages like /seeds/618 add editorial analysis. They link back to documentation clusters but do not mutate onchain tokenURI content.
Technical Schema
The JSON below is generated from Wardenseed's canonical metadata builder for Genesis Seed #618—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 #618",
"description": "Wardenseed Genesis Seed #618 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/618.webp",
"external_url": "https://wardenseed.com/seeds/618",
"attributes": [
{
"trait_type": "Rarity",
"value": "Rare"
},
{
"trait_type": "Mythic Identity",
"value": "Spirit"
},
{
"trait_type": "Biome",
"value": "aurora_pod"
},
{
"trait_type": "Accent Color",
"value": "#008593"
},
{
"trait_type": "Color Family",
"value": "turquoise"
},
{
"trait_type": "Evolution Modifier",
"value": 4.02,
"display_type": "boost_percentage",
"max_value": 12
},
{
"trait_type": "Mutation Affinity",
"value": 2.74,
"display_type": "boost_percentage",
"max_value": 10
},
{
"trait_type": "Sink Efficiency",
"value": 3.31,
"display_type": "boost_percentage",
"max_value": 9
},
{
"trait_type": "Visual Aura",
"value": "glow"
},
{
"trait_type": "Awakening Stage",
"value": "DORMANT"
},
{
"trait_type": "Awakening Progress",
"value": 0,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Lineage Stability",
"value": 94,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Hidden Potential",
"value": 100,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Symbolic Form Signal",
"value": "Dominant"
},
{
"trait_type": "Lineage Flow",
"value": "Strong"
},
{
"trait_type": "Recombination Harmony",
"value": "Strong"
},
{
"trait_type": "Economy Link",
"value": "Strong"
},
{
"trait_type": "Stability Index",
"value": 91,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Drift Pressure",
"value": 42,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Economy Pressure",
"value": 97,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Visual Intensity",
"value": 2.34,
"display_type": "number",
"max_value": 5
},
{
"trait_type": "Genesis Index",
"value": 618,
"display_type": "number",
"max_value": 1000
},
{
"trait_type": "Rarity Rank",
"value": 147,
"display_type": "number",
"max_value": 1000
}
]
}Live example for Genesis Seed #618. Full attribute set includes 23 traits with display_type where applicable.
{
"chain": "Base (chainId 8453)",
"tokenId": 618,
"tokenURI_patterns": {
"static_metadata": "https://wardenseed.com/generated/seeds/metadata/618.json",
"api_metadata": "https://wardenseed.com/api/nft/seed/metadata/618",
"encyclopedia_profile": "https://wardenseed.com/seeds/618"
},
"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.
World Persistence Explained: Implementation Notes
Article slug `world-persistence-explained` lives in the World Building cluster alongside 15 related guides. Tags: worldbuilding, world-building.
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 World Persistence Explained cover?
- World Persistence Explained is article 68 in the World Building and Lore cluster (Digital civilizations, emergent gameplay, governance, and narrative systems in p…). It includes Technical Schema examples using Genesis Seed #618.
- 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/618, download /generated/seeds/metadata/618.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
World Persistence Explained is documented with cluster-specific context, live metadata JSON for Seed #618, and links to encyclopedia and contract verification surfaces. Continue through related guides below, then open featured seeds for capsule-level ground truth.