Documentation Hub
Self-Custody Guide
Self-Custody Guide is a technology-cluster reference (article 82) for builders verifying Base contracts, wallet flows, IPFS-backed tokenURI resolution, and API boundaries. Use it alongside /ecosystem/contracts and the machine-readable ecosystem feed before integrating. Self-Custody Guide is written for integrators auditing JSON schema, image URL stability, and contract role separation before mainnet interactions.

Base, IPFS, and API Surfaces
Self-Custody Guide documents the Web3 stack: Seed NFT contract on Base (chainId 8453), IPFS CIDs referenced by tokenURI, static fallbacks under /generated/seeds/, and live API routes at /api/nft/seed/metadata/136.
Integrators should read /docs/machine-readable-ecosystem and /api/public/ecosystem for machine-readable contract addresses. Never sign transactions from unverified third-party frontends.
Technical Schema
The JSON below is generated from Wardenseed's canonical metadata builder for Genesis Seed #136—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 #136",
"description": "Wardenseed Genesis Seed #136 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/136.webp",
"external_url": "https://wardenseed.com/seeds/136",
"attributes": [
{
"trait_type": "Rarity",
"value": "Common"
},
{
"trait_type": "Mythic Identity",
"value": "Biolume"
},
{
"trait_type": "Biome",
"value": "moon_canopy"
},
{
"trait_type": "Accent Color",
"value": "#cf5e8f"
},
{
"trait_type": "Color Family",
"value": "pink"
},
{
"trait_type": "Evolution Modifier",
"value": 1.9,
"display_type": "boost_percentage",
"max_value": 12
},
{
"trait_type": "Mutation Affinity",
"value": 0.06,
"display_type": "boost_percentage",
"max_value": 10
},
{
"trait_type": "Sink Efficiency",
"value": 0.65,
"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": 100,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Hidden Potential",
"value": 40,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Symbolic Form Signal",
"value": "Quiet"
},
{
"trait_type": "Lineage Flow",
"value": "Moderate"
},
{
"trait_type": "Recombination Harmony",
"value": "Dominant"
},
{
"trait_type": "Economy Link",
"value": "Strong"
},
{
"trait_type": "Stability Index",
"value": 91,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Drift Pressure",
"value": 35,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Economy Pressure",
"value": 73,
"display_type": "number",
"max_value": 100
},
{
"trait_type": "Visual Intensity",
"value": 1.09,
"display_type": "number",
"max_value": 5
},
{
"trait_type": "Genesis Index",
"value": 136,
"display_type": "number",
"max_value": 1000
},
{
"trait_type": "Rarity Rank",
"value": 593,
"display_type": "number",
"max_value": 1000
}
]
}Live example for Genesis Seed #136. Full attribute set includes 23 traits with display_type where applicable.
{
"chain": "Base (chainId 8453)",
"tokenId": 136,
"tokenURI_patterns": {
"static_metadata": "https://wardenseed.com/generated/seeds/metadata/136.json",
"api_metadata": "https://wardenseed.com/api/nft/seed/metadata/136",
"encyclopedia_profile": "https://wardenseed.com/seeds/136"
},
"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.
Self-Custody Guide: Implementation Notes
Article slug `self-custody-guide` lives in the Technology cluster alongside 15 related guides. Tags: technology.
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 Self-Custody Guide cover?
- Self-Custody Guide is article 82 in the Technology and Infrastructure cluster (Base network, smart contracts, wallets, storage, and the Web3 stack behind Warde…). It includes Technical Schema examples using Genesis Seed #136.
- 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/136, download /generated/seeds/metadata/136.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
Self-Custody Guide is documented with cluster-specific context, live metadata JSON for Seed #136, and links to encyclopedia and contract verification surfaces. Continue through related guides below, then open featured seeds for capsule-level ground truth.