Documentation Hub
Game State on Blockchain
Game State on Blockchain covers onchain gaming boundaries for Wardenseed: what settles on Base, what stays in the USK simulation ledger, and why daily forest care is not forced through L1 gas markets. Article 52 maps hybrid architecture decisions to the trust model collectors and builders should expect. Game State on Blockchain emphasizes wallet-initiated actions on Base. tokenURI, ownerOf, and marketplace fills are verifiable onchain; forest vitality and Essence-like credits are simulation-layer state.

Settlement vs Simulation
Game State on Blockchain clarifies that gameplay ticks, forest state, and reward accrual live in the off-chain simulation kernel. Base receives ownership transfers, SEEDOS settlement batches, and selected proof anchors—not every tree-care action.
Ethereum L1 appears as a sparse notary for raw USK checkpoint hashes. That design keeps hot paths fast while preserving auditability for operators and integrators.
Technical Schema
The JSON below is generated from Wardenseed's canonical metadata builder for Genesis Seed #26—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 #26",
"description": "Wardenseed Genesis Seed #26 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/26.webp",
"external_url": "https://wardenseed.com/seeds/26",
"attributes": [
{
"trait_type": "Rarity",
"value": "Common"
},
{
"trait_type": "Mythic Identity",
"value": "Crystal"
},
{
"trait_type": "Biome",
"value": "tidal_kelp"
},
{
"trait_type": "Accent Color",
"value": "#13156b"
},
{
"trait_type": "Color Family",
"value": "navy"
},
{
"trait_type": "Evolution Modifier",
"value": 0.83,
"display_type": "boost_percentage",
"max_value": 12
},
{
"trait_type": "Mutation Affinity",
"value": 0.34,
"display_type": "boost_percentage",
"max_value": 10
},
{
"trait_type": "Sink Efficiency",
"value": 1.16,
"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": 70,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Hidden Potential",
"value": 19,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Symbolic Form Signal",
"value": "Strong"
},
{
"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": 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.08,
"display_type": "number",
"max_value": 5
},
{
"trait_type": "Genesis Index",
"value": 26,
"display_type": "number",
"max_value": 1000
},
{
"trait_type": "Rarity Rank",
"value": 923,
"display_type": "number",
"max_value": 1000
}
]
}Live example for Genesis Seed #26. Full attribute set includes 23 traits with display_type where applicable.
{
"chain": "Base (chainId 8453)",
"tokenId": 26,
"tokenURI_patterns": {
"static_metadata": "https://wardenseed.com/generated/seeds/metadata/26.json",
"api_metadata": "https://wardenseed.com/api/nft/seed/metadata/26",
"encyclopedia_profile": "https://wardenseed.com/seeds/26"
},
"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.
Game State on Blockchain: Implementation Notes
Article slug `game-state-on-blockchain` lives in the Onchain Gaming cluster alongside 15 related guides. Tags: onchaingaming, onchain.
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 Game State on Blockchain cover?
- Game State on Blockchain is article 52 in the Onchain Gaming cluster (Settlement, persistence, ownership, and infrastructure patterns for autonomous g…). It includes Technical Schema examples using Genesis Seed #26.
- 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.
- Is all of Wardenseed onchain?
- No. Gameplay and simulation remain off-chain. Ownership, settlement, and selected proofs are onchain on Base.
- 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
Game State on Blockchain is documented with cluster-specific context, live metadata JSON for Seed #26, and links to encyclopedia and contract verification surfaces. Continue through related guides below, then open featured seeds for capsule-level ground truth.