# Funded Trading Overview

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

## Overview

BitGo enables a secure and efficient way to trade digital assets using your [Go Account](/docs/wallet-types#go-account). Access deep liquidity from a number of top exchanges while trading with BitGo as your sole counterparty. Assets never leave BitGo custody and BitGo automatically settles trades off chain on weekdays at 12:00 PM Eastern Standard Time (EST).

Because trading occurs from your Go Account, your trades can include multiple assets. For example, if you fund a Go Account with \$20,000 USD and place market orders for \$7,000 in BTC and \$3,000 in ETH, the wallet would settle with:

* \$10,000 USD
* \$7,000 of BTC
* \$3,000 of ETH

Additionally, you can integrate the Trade WebSocket API to receive real-time updates for orders, order books, and trades.

Trading by API is subject to a rate limit of 10 requests per second. If you require an increase in rate limit contact support@bitgo.com.

To view all currently available trading pairs, including their unique ticker symbol. You can call the [List Products](/reference/tradeproducts) endpoint.

<img src="/static/img/docs/executing-trades-light.svg" class="light-mode-image" alt="Exchange" />

<img src="/static/img/docs/executing-trades-dark.svg" class="dark-mode-image" alt="Exchange" />

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

1. [Place Trade Orders](/docs/trade-funded-place-orders)
1. [View Live Order and Market Data Updates](/docs/trade-funded-websocket)

## See Also

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