# Trading Overview

Source: https://developers.bitgo.com/docs/trade-overview

## Overview

BitGo offers both funded trading and trading on margin. Funded trading uses assets in your Go Account while margin trading uses assets in your Margin Trading Account. Both types of trade require a funded Go Account to begin trading.

## Prerequisites

* [Get Started](/docs/get-started-intro)
  * Access token must have the `trade_trade` scope.
* [Create Wallets](/docs/wallets-create-wallets)
* [Deposit Assets](/docs/deposit-assets)
* Enterprise user with the Trade role.

## Steps

<Tabs>
<Tab title="Funded Trade">
1. [Place Trade Orders](/docs/trade-funded-place-orders)
1. [View Live Order and Market Data Updates](/docs/trade-funded-websocket)
</Tab>
<Tab title="Margin Trade">
1. [Fund Collateral Account](/docs/trade-margin-fund-account)
1. [Place Margin Order](/docs/trade-margin-margin-order)
1. [Cover Short Positions](/docs/trade-margin-cover)
1. [Close All Positions](/docs/trade-margin-close)
1. [View Positions](/docs/trade-margin-view-position)
1. [View Risk Settings and Profile](/docs/trade-margin-view-risk)
</Tab>
</Tabs>

## See Also

* [API Reference: List Products](/reference/tradeproducts)
* <a href="https://www.bitgo.com/products/trading/" target="_blank" rel="noreferrer">BitGo: Trading</a>
