🧾 2. Memory Log

An onchain record of all meaningful choices the player makes while linked to a Velmind. Each memory log includes a timestamp, the emotional impact, the event’s context, and whether the Velmind resisted or obeyed.

Example memory entry:

{
  "velmind_id": "#0127",
  "event": "Chose to abandon injured ally",
  "emotional_impact": { "trust": -15, "loyalty": -10 },
  "timestamp": "2025-05-03T18:44Z"
}