> For the complete documentation index, see [llms.txt](https://docs.tokenbot.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokenbot.com/home/02-why-tokenbot-exists.md).

# Why TokenBot Exists

**The cryptocurrency market is open 24/7, spread across dozens of exchanges, and moves faster than any human can keep up with.**

***

## The Problems TokenBot Solves

### Problem 1: Managing Multiple Accounts Is Exhausting

Many traders have accounts on several exchanges. Maybe you have Binance for its liquidity, Bybit for leverage trading, and Coinbase because it was your first exchange.

Every time you want to make a trade, you face a choice:

* Trade on just one account and leave the others sitting idle
* Manually copy the trade to each account (time-consuming and error-prone)
* Miss the opportunity entirely while you're logging in everywhere

**TokenBot solution:** Trade once. Your other accounts follow automatically in milliseconds.

***

### Problem 2: Exchange Risk Is Real

History is full of exchanges that failed:

* **Mt. Gox (2014):** 850,000 Bitcoin lost
* **Cryptopia (2019):** Hacked, went bankrupt
* **FTX (2022):** Customer funds misused

Smart traders spread their funds across multiple exchanges. But managing multiple accounts manually defeats the purpose—you spend so much time coordinating that you might as well use one account.

**TokenBot solution:** Keep your funds spread across exchanges while trading them together as if they were one account.

***

### Problem 3: Copy Trading Is Broken

Many copy trading platforms require you to deposit funds with them. They control your money. You have to trust that they won't disappear with it.

Other platforms charge high fees or take a cut of your profits.

**TokenBot solution:** Your money never leaves your exchange. TokenBot just sends trading commands using your API keys. We can't withdraw anything. We take no cut of profits.

***

### Problem 4: Automation Shouldn't Mean Giving Up Control

Most trading automation tools are closed web apps. You log in through a browser, hand over your keys to a server, and hope for the best. If you want to script your workflow, you're stuck scraping a UI.

**TokenBot solution:** Everything is a command. The `tokenbot` CLI runs on your machine, signs every request with your own keypair, and can keep your exchange keys local so they never leave your computer. Automate with shell scripts, `--json` output, webhooks, or the REST/GraphQL APIs — no browser required.

***

## The Vision Behind TokenBot

We believe:

1. **Your money should stay under your control.** Period.
2. **Technology should simplify trading, not complicate it.**
3. **Professional-grade tools shouldn't require a professional budget.**
4. **Transparency builds trust.** We're upfront about how we make money.

TokenBot was built by traders who got frustrated with the manual work and the risks. We wanted something better, so we built it.

***

## What Makes TokenBot Different

| Traditional Copy Trading            | TokenBot                                               |
| ----------------------------------- | ------------------------------------------------------ |
| You deposit funds with the platform | Your funds stay on your exchanges                      |
| Platform can withdraw your money    | TokenBot has no withdrawal access                      |
| Monthly fees or profit sharing      | Free core service                                      |
| Single exchange                     | Many exchanges via CCXT                                |
| Closed web dashboard                | Open `tokenbot` CLI, scriptable + API access           |
| Keys always live on their servers   | Option to keep exchange keys encrypted on your machine |

***

## The Trade-Off We Chose

Many platforms make money by holding your funds or taking trading fees. We chose a different path:

* **Free service** funded by exchange referral partnerships
* **Transparent** about those partnerships
* **No custody** of user funds—ever

This means we earn less per user, but we believe it builds more trust. And trust is worth more in the long run.

***

## Next: How It Works

Want to see exactly how TokenBot connects your accounts? [Learn how it works →](https://github.com/tokenbot-org/tokenbot-docs/blob/main/help-center/overview/how-it-works/README.md)


---

# 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:

```
GET https://docs.tokenbot.com/home/02-why-tokenbot-exists.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.
