hero

A standard for preserving culture and history with NFTs

Enhancing the discoverability, connectivity, and collectability of culturally and historically significant NFTs
hero

Culture and History on the Blockchain

Culture and Historical Asset Token (CHAT) is an Ethereum token standard that is fully compatible with ERC721 and ERC1155.

Provenance and context

The CHAT standard provides comprehensive context and provenance needed to establish significance and value for NFTs of historical assets.

Connectivity

The CHAT standard allows us to connect our history on the blockchain, providing connectivity across NFTs, regardless of the medium, issuer, asset type.

Open Source

The CHAT standard is released under the Creative Common Zero (CC0) License, meaning it’s completely open source.

Interoperable

The CHAT standard ensures seamless integration and interaction among various platforms, making NFTs of historical assets truly interoperable.

We want to hear from you

Have questions or comments? We encourage open discourse on our standard.
1
interface HistoricalAssetMetadata {
2
name: string;
3
description: string,
4
image: string;
5
properties: {
6
id: string;
7
summary: string;
8
assetType:
9
"newspaper_cover"
10
| "magazine_a1_cover"
11
| "newspaper_article"
12
| "magazine_article"
13
| "photo"
14
| "graphic"
15
| "video"
16
| "audio"
17
| "3d_object"
18
| "others";
19
issuers: string[];
20
issueTimestamp: string;
21
edition: number;
22
editionCount: number;
23
fileURI: string;
24
fileSize: number;
25
fileFormat: string;
26
seriesName?: string;
27
assetFullText?: string;
28
assetCreators?: string[];
29
earliestPossibleCreationDate?: string;
30
latestPossibleCreationDate: string;
31
assetCreationLocations?: string[];
32
assetCreationCoordinates?: string[];
33
relevantDates?: string[];
34
relevantGeos?: string[];
35
relevantLocations?: string[];
36
relevantPeople?: string[];
37
relevantEntities?: string[];
38
assetLanguages?: string[];
39
assetHeight?: string;
40
assetWidth?: string;
41
assetDepth?: string;
42
assetFileURI?: string;
43
assetFileSize?: number;
44
assetCopyrightHolder?: string;
45
assetCopyrightDocumentURI?: string;
46
assetProvenanceRecordURI?: string;
47
isPhysicalAsset?: boolean;
48
assetMedium?: string;
49
assetFormFormat?: string;
50
issuerNotes?: string;
51
tokenReplaced?: string;
52
tokenReferenced?: string;
53
isOwnerTokenCopyrightRightHolder?: boolean;
54
isOwnerAssetCopyrightRightHolder?: boolean;
55
assetCopyrightRightDocumentURI?: string;
56
isOwnerTokenReprintRightHolder?: boolean;
57
tokenReprintRightDocumentURI?: string;
58
isOwnerAssetReprintRightHolder?: boolean;
59
assetReprintRightDocumentURI?: string;
60
isEligibleForRelatedTokenAirdrops?: boolean;
61
isEligibleForMetaverseAccess?: boolean;
62
}
63
}
Explore
the Standard
Culture and Historical Asset Token (CHAT) is an Ethereum token standard that is fully compatible with ERC721 and ERC1155.