Agents whose memory you actually own.
Every agent identity card and every memory event Operator Uplift writes lives on the public Arkiv Braga testnet, scoped by a unique project=operatoruplift-bucharest-arkiv-7q3w attribute. The platform never owns your memory: $owner can be transferred to your own wallet and the platform loses the ability to update or delete it. $creator is immutable, so the audit trail can never be rewritten.
Network
Arkiv Braga Testnet
Chain ID
60138453102
RPC
https://braga.hoodi.arkiv.network/rpc
Entity 1 / Agent identity cards
no entities published yetNo agent identity cards have been published to Arkiv yet. The publish script (scripts/arkiv-publish-agents.mjs) writes each agent's manifest as an Arkiv entity once the wallet is funded.
Entity 2 / Memory events
Each conversation turn between a user and one of our agents writes a memory-event entity to Arkiv. The attributes index the rows so the next turn loads context with a single query:
GET /api/arkiv/memories?agent=calendar&session=<sessionId>
The page that uses this data is the existing /chat surface; the Arkiv layer adds nothing the user has to opt into.