# FAQ

<details>

<summary>Which wallets can be connected?</summary>

We recommend using non-custodial wallets such as MetaMask, Trust Wallet, Exodus Wallet, etc. And also hardware wallets, for example Ledger. In general, you can connect any wallet. Only the address of the wallet is required for connection

</details>

<details>

<summary>Do I need to provide access to my wallets?</summary>

No, no access to your wallets is required. No keys are required. You just need to provide the wallet address to which you will accept payment

</details>

<details>

<summary>How safe is it?</summary>

Absolutely safe, as the funds go straight to your wallets and no one but you has access to them

</details>

<details>

<summary>Are there any turnover limits?</summary>

You can accept any amount, there are no limits

</details>

<details>

<summary>What commission?</summary>

Only from each successful transaction 0,5 - 1% in cryptocurrency. No additional commissions. We calculate and charge the commission once a day from the internal balance. We recalculate the tariff rate every week, depending on the turnover

</details>

<details>

<summary>Do I need verification of the project and my documents?</summary>

You can manually create invoices for payment and send the link to the payment page to your buyers, and then track payments and release the product/service manually

But you can also, with the help of a programmer, automate all these processes in your store using our APIs and Webhook URL notification technology

</details>

<details>

<summary>Is programming skills required?</summary>

You can manually create invoices and send the payment page link to your customers, then track payments and issue the product/service manually.

But you can also automate all these processes in your store with the help of a programmer using our APIs and Webhook URL notification technology.

The easiest and fastest way to add payment acceptance to your website is to embed an HTML form or just a link

</details>

<details>

<summary>Is there a plugin to connect my online store?</summary>

We develop plugins for different online store engines and CMS. You can read more on the page of integrations in development `in progress`

</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.bitsby.app/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.
