# bap_getIdentity

Read the selected identity wallet's deterministic BAP ID, publication status and root signing address. Uses BRC-100 derivation; exports no private keys.

## Result

The selected wallet's BAP ID, publication status, root public key and root address as JSON text.

## Permissions

Requires the configured wallet or identity context. Wallet read permissions apply; this handler does not request a payment.

## Definition 1 (full)

Registered in: Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault + sponsor.

Read the selected identity wallet's deterministic BAP ID, publication status and root signing address. Uses BRC-100 derivation; exports no private keys.

No input fields. Pass an empty object.

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

[All tools](https://bsvmcp.com/docs/tools)