fund.at.actor.declaration

at.fund

{
  "id": "fund.at.actor.declaration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {
          "role": {
            "type": "string",
            "maxLength": 32,
            "description": "The account's role relative to the projects it stewards. Maps to funding.json entity.role.",
            "knownValues": [
              "owner",
              "steward",
              "maintainer",
              "contributor",
              "sponsor",
              "other"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this declaration was created or last updated."
          },
          "entityType": {
            "type": "string",
            "maxLength": 32,
            "description": "What kind of entity this account represents. Maps to funding.json entity.type.",
            "knownValues": [
              "individual",
              "group",
              "collective",
              "organisation",
              "other"
            ]
          }
        }
      },
      "description": "The account's fund.at declaration. Create to join the ecosystem, delete to leave. A backfill service can enumerate all participants by scanning for this record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Signaling record indicating this account participates in the fund.at funding ecosystem. Its existence is the signal — all fields are optional enrichment. Maps to funding.json entity.type and entity.role."
}

Validate Record

Validate a record against fund.at.actor.declaration

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:e5sldj7avn3rinxwqtuddwpu
CID
bafyreiewguvshzkp5wccfvpevwtowqqyi2fhkfgaygpssjjxrz5eqfzu6a
Indexed At
2026-05-04 16:13 UTC
AT-URI
at://did:plc:e5sldj7avn3rinxwqtuddwpu/com.atproto.lexicon.schema/fund.at.actor.declaration

Lexicon Garden

@