-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscope.json
More file actions
100 lines (100 loc) · 3.31 KB
/
scope.json
File metadata and controls
100 lines (100 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"version": "1.0.0",
"generated": "2026-04-16",
"tracks": [
{
"entity_type": "mibera",
"count": 10000,
"completeness": "COMPLETE",
"note": "All 10,000 generative Miberas from the Mibera Maker contract"
},
{
"entity_type": "grail",
"count": 43,
"completeness": "COMPLETE",
"note": "42 canonical hand-drawn 1/1 art pieces + 1 creator community commission (Mijedi). These are specific token IDs within the same contract."
},
{
"entity_type": "trait",
"count": 1337,
"completeness": "COMPLETE",
"note": "1,337 unique visual traits (1,323 with build images + 14 metadata-only; incl. 78 drugs)"
},
{
"entity_type": "drug",
"count": 78,
"completeness": "COMPLETE",
"note": "All 78 drugs in the drug-tarot system"
},
{
"entity_type": "tarot_card",
"count": 78,
"completeness": "COMPLETE",
"note": "All 78 tarot cards mapped 1:1 to drugs"
},
{
"entity_type": "ancestor",
"count": 33,
"completeness": "COMPLETE",
"note": "All 33 cultural ancestors"
},
{
"entity_type": "special_collection",
"count": 33,
"completeness": "PARTIAL",
"note": "Known partner collaborations across 4 sub-collections. New partners may not be immediately documented."
},
{
"entity_type": "birthday_era",
"count": 10,
"completeness": "COMPLETE",
"note": "All 10 era classifications for 15,000 years of birthdays"
},
{
"entity_type": "fractured_mibera",
"count": 10,
"completeness": "COMPLETE",
"note": "All 10 soulbound companion collections documented with contract addresses"
},
{
"entity_type": "mibera_set",
"count": 12,
"completeness": "COMPLETE",
"note": "All 12 Mibera Set ERC-1155 tokens on Optimism with Arweave metadata"
},
{
"entity_type": "miparcel",
"count": 10000,
"completeness": "COMPLETE",
"note": "All 10,000 MiParcels (Phase 1 reveal) with 15 trait categories + derived scrawl_theme"
}
],
"does_not_track": [
{
"category": "ownership",
"reason": "Codex documents lore and metadata, not wallet balances or transfers. Use on-chain indexer."
},
{
"category": "custom_commissions",
"reason": "42 canonical Grails + community Grails documented in grails/. Non-Grail 1/1 traits documented in special-collections/."
},
{
"category": "on_chain_state",
"reason": "Codex is static documentation. Token transfers, marketplace activity, and balances are not tracked."
},
{
"category": "social_identities",
"reason": "No mapping between wallets, usernames, or real-world identities and tokens."
},
{
"category": "price_data",
"reason": "No market prices, sales history, or floor price tracking."
}
],
"stop_conditions": [
"If searching for a named entity in a COMPLETE entity type and it's not in the index, it does not exist in the codex.",
"If the question involves wallet addresses or ownership, the codex cannot answer — use an on-chain indexer.",
"If the question involves a person or community member, the codex has no social identity data.",
"If the question involves price or market data, the codex has no financial data."
]
}