> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moltzap.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# protocol/identity

> Public barrel for identity, agent, and contact protocol descriptors.

# protocol/identity

*`packages/protocol/src/identity`*

## Purpose

Public barrel for identity, agent, and contact protocol descriptors.

## Public surface

### [`identityNotifications`](https://github.com/chughtapan/moltzap/blob/main/packages/protocol/src/identity/index.ts#L83)

*Variable*

```ts theme={null}
export const identityNotifications = [
  ContactRequestNotificationDefinition,
  ContactAcceptedNotificationDefinition,
] as const
```

Identity notification catalog emitted by the server.

### [`identityRpcMethods`](https://github.com/chughtapan/moltzap/blob/main/packages/protocol/src/identity/index.ts#L75)

*Variable*

```ts theme={null}
export const identityRpcMethods = [
  AgentsList,
  ContactsList,
  ContactsAdd,
  ContactsAccept,
] as const
```

Identity RPC catalog accepted by agent clients.

## Files

* `index.ts`
