# Crypto Spot Trading

{% embed url="<https://youtu.be/C1fqbNvoOzg>" %}
TradersPost Crypto Strategy Setup Demo
{% endembed %}

## Supported Brokers

* [Alpaca](/docs/all-supported-connections/alpaca.md)
* [Coinbase](/docs/all-supported-connections/coinbase.md)
* [Kraken](/docs/all-supported-connections/kraken.md)
* [Bybit](/docs/all-supported-connections/bybit.md)
* [Tastytrade](/docs/all-supported-connections/tastytrade.md) (coming soon)

## Crypto Dust

Low quantity crypto holdings (or dust), if above the minimum tradable size with Coinbase, are still considered a position on TradersPost. Usually this is about $1.50 USD worth of crypto or more. As such, if you have a low value for your "[Max strategy positions](/docs/core-concepts/brokers-connections.md#max-strategy-positions)" and you have many dust wallets, you may see rejected orders since those existing wallets count as a position.

If you have any questions about our crypto support, you can email us at <support@traderspost.io>


---

# 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.traderspost.io/docs/assets/crypto-spot-trading.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.
