# Module BSV::Registry::Constants <a id="module-BSV-Registry-Constants"></a>

Protocol constants and well-known values for the BSV Registry system.

Topic and service names match the TS SDK and Go SDK exactly. Each definition
type has its own topic/service/protocol/basket triplet so overlay nodes can
route and index them independently.

## Constants
### `BASKET_NAME_BASKET` <a id="constant-BASKET_NAME_BASKET"></a> <a id="BASKET_NAME_BASKET-constant"></a>
Basket names used when listing wallet outputs — one per definition type.

### `BASKET_NAME_CERTIFICATE` <a id="constant-BASKET_NAME_CERTIFICATE"></a> <a id="BASKET_NAME_CERTIFICATE-constant"></a>
Not documented.

### `BASKET_NAME_PROTOCOL` <a id="constant-BASKET_NAME_PROTOCOL"></a> <a id="BASKET_NAME_PROTOCOL-constant"></a>
Not documented.

### `KEY_ID` <a id="constant-KEY_ID"></a> <a id="KEY_ID-constant"></a>
Key ID used for all PushDrop registry tokens (matches TS/Go SDKs).

### `PROTOCOL_BASKET` <a id="constant-PROTOCOL_BASKET"></a> <a id="PROTOCOL_BASKET-constant"></a>
BRC-43 wallet protocol IDs — one per definition type. Security level 1 = every
app and counterparty (matching TS/Go SDKs).

### `PROTOCOL_CERTIFICATE` <a id="constant-PROTOCOL_CERTIFICATE"></a> <a id="PROTOCOL_CERTIFICATE-constant"></a>
Not documented.

### `PROTOCOL_PROTOCOL` <a id="constant-PROTOCOL_PROTOCOL"></a> <a id="PROTOCOL_PROTOCOL-constant"></a>
Not documented.

### `SERVICE_BASKET` <a id="constant-SERVICE_BASKET"></a> <a id="SERVICE_BASKET-constant"></a>
Lookup service names — one per definition type.

### `SERVICE_CERTIFICATE` <a id="constant-SERVICE_CERTIFICATE"></a> <a id="SERVICE_CERTIFICATE-constant"></a>
Not documented.

### `SERVICE_PROTOCOL` <a id="constant-SERVICE_PROTOCOL"></a> <a id="SERVICE_PROTOCOL-constant"></a>
Not documented.

### `TOKEN_AMOUNT` <a id="constant-TOKEN_AMOUNT"></a> <a id="TOKEN_AMOUNT-constant"></a>
Satoshi value of each registry UTXO token.

### `TOPIC_BASKET` <a id="constant-TOPIC_BASKET"></a> <a id="TOPIC_BASKET-constant"></a>
Overlay topic names — one per definition type.

### `TOPIC_CERTIFICATE` <a id="constant-TOPIC_CERTIFICATE"></a> <a id="TOPIC_CERTIFICATE-constant"></a>
Not documented.

### `TOPIC_PROTOCOL` <a id="constant-TOPIC_PROTOCOL"></a> <a id="TOPIC_PROTOCOL-constant"></a>
Not documented.
