# social.wips.actorProfile

> Published by [wips.social](https://lexicon.garden/identity/did:plc:sodoi37wr44i3ypdwwlqqeup)

✓ This is the authoritative definition for this NSID.

## Description

Fixed-key participation record stored at social.wips.actorProfile/self. Not a second public profile; it tells indexers the account participates in wips.social and anchors backfill.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:sodoi37wr44i3ypdwwlqqeup/social.wips.actorProfile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:sodoi37wr44i3ypdwwlqqeup/social.wips.actorProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:sodoi37wr44i3ypdwwlqqeup/social.wips.actorProfile/examples)

## Definitions

### `social.wips.actorProfile`

**Type**: `record`

Participation marker. Always written at rkey `self`.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `createdAt` | `string` (datetime) | Yes | Client-declared timestamp when participation was recorded. |

## Raw Schema

```json
{
  "id": "social.wips.actorProfile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when participation was recorded."
          }
        }
      },
      "description": "Participation marker. Always written at rkey `self`."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Fixed-key participation record stored at social.wips.actorProfile/self. Not a second public profile; it tells indexers the account participates in wips.social and anchors backfill."
}
```
