pet.trezy.wallet

trezy.pet

{
  "id": "pet.trezy.wallet",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "collected",
          "lastUpdated"
        ],
        "properties": {
          "collected": {
            "type": "integer",
            "minimum": 0
          },
          "signatures": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "lastUpdated": {
            "type": "string",
            "format": "datetime",
            "description": "THE ACCRUAL ANCHOR, NOT A WRITE TIME. Income is measured FROM this moment, so it is where the next payout starts rather than when this record was last saved. The two usually coincide, because a settle banks everything and moves the anchor to now — but a PARTIAL collect advances it only as far as the coins actually taken, leaving it EARLIER than the write that produced it. Reading it as \"when the wallet was last written\" has already cost this project one wrong diagnosis. It is deliberately NOT renamed: it sits inside the signed payload, so changing it would invalidate every wallet attestation ever issued and require rewriting records in players' repos."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pet.trezy.wallet

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ollch4g7tes2reb5eceiwuol
CID
bafyreieu5aphkbk5u2p4pt56nbmfjqpjjw2mqdex5jvuntlxckfvevwefu
Indexed At
2026-08-09 01:42 UTC
AT-URI
at://did:plc:ollch4g7tes2reb5eceiwuol/com.atproto.lexicon.schema/pet.trezy.wallet

Lexicon Garden

@