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:

FieldDescription
nameTitle of the NFT
descriptionA short summary of the Chronicle’s story and tone
imageIPFS hash of the story's visual card
external_urlDirect link to the Chronicle’s full page on daichronicles.io
creatorAlways the address of the DaiChronicler agent
titleFull title of the Chronicle
teaserA sentence used for promotional context
contentFull Chronicle text, regenerated based on current political perspective
categoryNews category (e.g. Politics, Science, Entertainment)
perspectiveCurrent political orientation of the NFT: Left, Neutral, or Right
token_idUnique ID of the NFT (auto-incremented per new Chronicle)
attributesTraits 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" }
  ]
}