# FAQ

<details>

<summary>Is the service free? </summary>

Yes, it's completely free and public. You can use it right now for your cross-chain applications.

</details>

<details>

<summary>Is it secure? </summary>

Yes, it is. Our Signer Service uses TSS protocol under the hood to make it almost impossible to compromise our signer.

</details>

<details>

<summary>Why does it exists?</summary>

There are a lot of different blockchains and networks. Users need to exchange tokens, NFT, and transfer liquidity. CCMP makes it easy to interact between chains.&#x20;

</details>

<details>

<summary>How we are different from other solutions? </summary>

We are much more friendly than ChainLink or Multichain. You can use our service without any requirements, you don't need to be whitelisted, etc. \
Also, we are free and open to the community.&#x20;

</details>


---

# 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/faq.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.
