> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fund from Exchange

<Warning>
  This feature is currently in private beta.Please contact us [in slack](https://dynamic.xyz/slack) or via email ([hello@dynamic.xyz](mailto:hello@dynamic.xyz)) to enable
  for your Dynamic environment ID.

  This functionality is also only available on version 4.20.14 of the SDK and above.
</Warning>

## Dashboard Setup

Follow these steps to enable exchange funding from Dashbaord:

1. Go to the [funding tab](https://app.dynamic.xyz/dashboard/funding)
2. Toggle Coinbase exchange on and click the gear icon
3. Enable the **Exchange Transfer** toggle for funding directly from exchange
4. As part of Coinbase OAuth setup, please ensure you add `wallet:transactions:send` in the **Additional Scopes** field.
5. Save the settings. Note that it could take up to 5 minutes for the settings cache to refresh on your site.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dynamic-docs-feat-sidebar-revamp/images/dashboard-exchanges.png" alt="Dashbaord funding exchanges" />
</Frame>

## SDK Views

Once enabled in Dashboard and the settings have propagated, your end users would be able to link their Coinbase exchange account to their user profile and initiate the transfer.

1. In the user profile widget, click on **Deposit**
2. Click on **From Exchange**
3. At the moment, Coinbase is the only exchange integrated with Dynamic in this manner - so you will be taken immediately to the transfer flow

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/dynamic-docs-feat-sidebar-revamp/images/deposit-screen.png" alt="Deposit screen" />
</Frame>

## Headless Implementation

For developers looking to implement a headless version of the Fund from Exchange feature, you can use the [`useExchangeAccounts`](/react-sdk/hooks/funding/useExchangeAccounts) hook. This hook provides programmatic access to exchange account management, transaction history, and transfer operations.
