# Security

CCMP protocol consists of two components:

* Signers Registry smart contract
* Signer Service

Our smart contracts are audited and well-secured. Also, we use [Gnosis Safe](https://safe.global/) as another layer of security to manage all our smart contracts. It helps us make it more trustable and open for the community.&#x20;

Our Signer Service is secured by [TSS Protocol,](broken://pages/K857grhlYgij53B1IplN) making it almost impossible to compromise our signer.&#x20;

You have the option to deploy your [own TSS Signer](broken://pages/xENZ1kqrFf84gfQVpOh0) and configure it to the needs of your dApp.

As a result of approaches, the Cross-Chain Messaging Protocol is secured and trusted.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitoftrade.com/for-developers/cross-chain-messaging-protocol/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
