> For the complete documentation index, see [llms.txt](https://coinsender.gitbook.io/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsender.gitbook.io/support/faq.md).

# FAQ

{% hint style="success" %}
If you have questions that are not answered here, please reach out to our customer support team <support@coinsender.io> and they’ll be glad to help.
{% endhint %}

## General questions about CoinSender

### How does CoinSender work?

CoinSender is a platform for distributing tokens and making multi-transaction payouts in cryptocurrency. It allows you to send cryptocurrency payments quickly and securely.

### What cryptocurrencies does CoinSender support?

CoinSender supports a wide range of popular cryptocurrencies, including Ethereum, Fantom and many more. A full list of supported cryptocurrencies and in testing can be found on the platform's website or [here](/support/networks-supported.md).

### Is my transaction secure?

Yes, we use advanced security measures to ensure that all transactions made through our platform are secure and encrypted. As a result, your cryptocurrency is always under your control, and we never hold onto your funds.

### How much does CoinSender cost?

CoinSender charges a fee of only 0.1% per transaction.

### For whom could it be beneficial?

Our platform makes it easy to distribute tokens among your employees, participants of staking pools, airdrops, new blockchains and more.

### Can I use CoinSender for personal transactions?

Yes, CoinSender is available for anyone to use, including for personal use, businesses, and other organizations.

### How do I get started with CoinSender?

To get started with CoinSender, simply sign up for an account on our website and connect your wallet. You'll be ready to send cryptocurrency payments in no time.

### What is the maximum number of wallets that I can send tokens to in one transaction?

There is literally no limit to the number of wallets that you send tokens to in one single transaction.

### Can I cancel a transaction once it has been sent?

Once a transaction has been sent on the blockchain, it can not be canceled or reversed. However, you can contact the recipient and request that they return the cryptocurrency to you.

### How long does it take for a transaction to be processed?

Transaction processing times vary depending on the blockchain network and the cryptocurrency used. Generally, transactions can take anywhere from a few seconds to several hours to be confirmed and processed.

### Does CoinSender offer customer support?

Yes, we offer customer support via email at <support@coinsender.io>. Our support team is available to assist you with any questions or issues you may have.

### Is CoinSender available in my country?

CoinSender is available worldwide.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://coinsender.gitbook.io/support/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
