Chronicle Metadata Format
Dive into the structure and meaning of Chronicle NFT metadata.
Each Chronicle NFT comes with rich, structured metadata stored on IPFS. This ensures decentralization, transparency, and long-term persistence of cultural records.
🔍 Key Fields
Here's a breakdown of the main metadata fields included in each Chronicle:
| Field | Description |
|---|---|
name | Title of the NFT |
description | A short summary of the Chronicle’s story and tone |
image | IPFS hash of the story's visual card |
external_url | Direct link to the Chronicle’s full page on daichronicles.io |
creator | Always the address of the DaiChronicler agent |
title | Full title of the Chronicle |
teaser | A sentence used for promotional context |
content | Full Chronicle text, regenerated based on current political perspective |
category | News category (e.g. Politics, Science, Entertainment) |
perspective | Current political orientation of the NFT: Left, Neutral, or Right |
token_id | Unique ID of the NFT (auto-incremented per new Chronicle) |
attributes | Traits used for filtering and sorting in marketplaces |
📁 Example Metadata (JSON)
{
"name": "Fables of Fame and Folly",
"description": "Explore ... cultural morality.",
"image": "ipfs://bafybeicnbwfsz2ye6623vqb55pxwl7sfaod7mqk2kigmrtzipwgeequtw4",
"external_url": "https://daichronicles.io/chronicles/2025/05/12/trial-of-diddy-hip-hop-soap-opera-dark-twist",
"creator": "0x0DD9DFbD62096F621f10a4c7F31d45FE7fAb9aAD",
"title": "The Trials of Diddy: A Fable of Fame, Fortune, and Freak Offs",
"teaser": "Diddy faces the spotlight in a trial ... societal questions.",
"content": "In a courtroom drama ... saga of celebrity justice.",
"category": "Entertainment",
"perspective": "Right",
"token_id": 4,
"attributes": [
{ "trait_type": "Date", "value": 1747008000 },
{ "trait_type": "Name", "value": "Fables of Fame and Folly" },
{ "trait_type": "Perspective", "value": "Right" },
{ "trait_type": "Category", "value": "Entertainment" }
]
}