# All Brokers

> Every broker TradeLabs supports, what each one can trade, and how it signs in, so you can pick the right account for your strategy.

*Source: https://tradelabs.org/docs/reference/brokers*

TradeLabs connects to 18 brokers. Which one you use depends on what you want to trade: options and spreads run on a few full-featured brokers, stocks on more, futures and crypto and memecoins and prediction markets each on one, and reverse split arbitrage fans out across a group of smaller brokers.

## What each broker trades

The **Stocks** column is about automated **Stocks** strategies. A broker marked *Manual* still takes hand-placed stock orders from the **Trade** page — it just cannot be the target of a Stocks strategy.

| Broker | Stocks | Options / Spreads | Futures | Crypto | RSA | How it signs in |
| --- | --- | --- | --- | --- | --- | --- |
| [Interactive Brokers](/docs/reference/brokers/interactive-brokers/) | Yes | Yes | Yes | No | No | Local TWS / Gateway |
| [Tradier](/docs/reference/brokers/tradier/) | Yes | Yes | No | No | No | API token |
| [Charles Schwab](/docs/reference/brokers/schwab/) | Yes | Options only | No | No | No | Schwab Developer app |
| [Robinhood](/docs/reference/brokers/robinhood/) | Yes | Yes | No | No | Yes | Credentials + 2FA |
| [DAS Trader](/docs/reference/brokers/das-trader/) | Yes | No | No | No | No | Local software |
| [Robinhood Crypto](/docs/reference/brokers/robinhood-crypto/) | No | No | No | Yes | No | API key |
| [Webull](/docs/reference/brokers/webull/) | Manual | No | No | No | Yes | API key |
| [Fidelity](/docs/reference/brokers/fidelity/) | Manual | No | No | No | Yes | Credentials + 2FA |
| [Chase](/docs/reference/brokers/chase/) | Manual | No | No | No | Yes | Credentials + 2FA |
| [SoFi](/docs/reference/brokers/sofi/) | Manual | No | No | No | Yes | Credentials + 2FA |
| [Wellstrade](/docs/reference/brokers/wellstrade/) | Manual | No | No | No | Yes | Credentials + 2FA |
| [Public](/docs/reference/brokers/public/) | Manual | No | No | No | Yes | Credentials + 2FA |
| [Fennel](/docs/reference/brokers/fennel/) | Manual | No | No | No | Yes | Emailed code |
| [Firstrade](/docs/reference/brokers/firstrade/) | Manual | No | No | No | Yes | Credentials + PIN |
| [BBAE](/docs/reference/brokers/bbae/) | Manual | No | No | No | Yes | Credentials + captcha |
| [DSPAC](/docs/reference/brokers/dspac/) | Manual | No | No | No | Yes | Credentials + captcha |
| [Solana](/docs/reference/brokers/solana/) | No | No | No | Memecoins | No | Wallet key |
| [Polymarket](/docs/reference/brokers/polymarket/) | No | No | No | Prediction | No | Wallet key |

> **Note**
>
> Robinhood appears twice on purpose. **Robinhood** (stocks) trades stocks and options directly and also works as an RSA target. **Robinhood Crypto** is a separate connection with its own API keys, for crypto only.

## How they group

- **Direct-API brokers** connect with a key, token, or your own developer app and trade the fastest: Tradier, Charles Schwab, Robinhood Crypto, and Webull.
- **Local-software brokers** talk to a program running on your own machine: Interactive Brokers (TWS or Gateway) and DAS Trader.
- **Browser and RSA brokers** sign in with your credentials and a verification step, and most of them fan out across many accounts for reverse split arbitrage: Fidelity, Chase, SoFi, Wellstrade, Public, Fennel, Firstrade, BBAE, DSPAC, and Robinhood.
- **Wallet brokers** connect with a private key: Solana for memecoins, Polymarket for prediction markets.

## Where to go next

- New to copy trading? Start with [Copy Trading Setup](/docs/copy-trading/).
- Running reverse split arbitrage? See [How RSA Works](/docs/rsa-plus/) and the [RSA Broker Limits](/docs/rsa-plus/broker-limits/) for per-account caps.
- Pick your broker above for its own registration and connect steps.
