> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dfns.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Exchanges

> Seamless centralized exchange integrations on DFNS for efficient asset management, deposits, and withdrawals with Kraken, Binance, and Coinbase Prime.

DFNS integrates natively with centralized exchanges, so you can move assets between your DFNS wallets and your exchange accounts under policy controls. Connect an exchange once, then deposit and withdraw from the dashboard or the [Exchanges API](/api-reference/exchanges).

Check the following pages for provider-specific setup instructions:

* [Kraken](/integrations/exchanges/kraken)
* [Binance](/integrations/exchanges/binance)
* [Coinbase Prime](/integrations/exchanges/coinbase-prime)

## From the dashboard

Once you have generated API credentials on your exchange (see the provider pages above), connect the account and move funds under **Integrations → Exchanges**.

<Steps>
  <Step title="Start the connection">
    Open **Integrations**, find your exchange's card, and click **Configure**.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/lsAG7fsjup1kjitq/images/auto/using-exchanges-1.png?fit=max&auto=format&n=lsAG7fsjup1kjitq&q=85&s=6b9a22b9f4faea579052f2bd604a72be" alt="Integrations page with the Configure button on an exchange card highlighted" width="2688" height="1672" data-path="images/auto/using-exchanges-1.png" />
    </Frame>
  </Step>

  <Step title="Add your API credentials">
    Click **New**, select the exchange, and paste the Read and Write API keys you generated on the exchange into the matching fields. Click **Create** to connect the account.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/lsAG7fsjup1kjitq/images/auto/using-exchanges-2.png?fit=max&auto=format&n=lsAG7fsjup1kjitq&q=85&s=24e001c31a7971f1bd2e798b3e363f8b" alt="New Exchange form with the exchange selector and Create button highlighted" width="2688" height="2432" data-path="images/auto/using-exchanges-2.png" />
    </Frame>
  </Step>

  <Step title="Open the exchange account">
    The connected account lists each asset's balance with per-asset **Deposit** and **Withdraw** actions. This is your exchange account, not a DFNS wallet.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/lsAG7fsjup1kjitq/images/auto/using-exchanges-3.png?fit=max&auto=format&n=lsAG7fsjup1kjitq&q=85&s=86f449347861d505098d78b796d51a5c" alt="Connected exchange account showing per-asset Deposit and Withdraw buttons" width="2688" height="2032" data-path="images/auto/using-exchanges-3.png" />
    </Frame>
  </Step>

  <Step title="Deposit into the exchange">
    Choose **Deposit**, pick the DFNS wallet to fund from and the amount, then confirm to move assets from your wallet to the exchange.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/lsAG7fsjup1kjitq/images/auto/using-exchanges-4.png?fit=max&auto=format&n=lsAG7fsjup1kjitq&q=85&s=4746dd38bf26b46ba43860963ee4e3ed" alt="Deposit dialog selecting the source DFNS wallet and amount" width="2688" height="2032" data-path="images/auto/using-exchanges-4.png" />
    </Frame>
  </Step>

  <Step title="Withdraw to a wallet">
    Choose **Withdraw**, select the network and destination, then confirm to move assets from the exchange back to a DFNS wallet.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/ot_FbmlWVdp-vPSQ/images/auto/using-exchanges-5.png?fit=max&auto=format&n=ot_FbmlWVdp-vPSQ&q=85&s=d14f55f02d9b7075bc939b0d9e76bbf6" alt="Withdraw dialog selecting the network and destination wallet" width="2688" height="2032" data-path="images/auto/using-exchanges-5.png" />
    </Frame>
  </Step>
</Steps>
