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

# Initiate transfers

Initiate transfers from your treasury wallets via the Treasury Management workspace or API. Transfers can be used to:

* Rebalance liquidity across your treasury wallets
* Facilitate cross-border payments between your international entities
* Top up your partner accounts
* Offramp from stablecoin back to fiat, by sending funds to a liquidation address or virtual account address

<Info>
  Dashboard transfers are only supported on [chains supported by the Treasury Management
  workspace](/treasury-management/supported-chains-and-assets).
</Info>

<Steps>
  <Step title="Identify the source wallet">
    From the [Treasury Management workspace](https://dashboard.privy.io/treasury-management), select **New transaction** and choose your desired source wallet from which to initiate the transfer. Alternatively, select **Send** directly from the source wallet.
  </Step>

  <Step title="Enter amount to transfer">
    Enter the amount of funds to transfer out of the Treasury wallet. Specify the desired asset type and network.
  </Step>

  <Step title="Select destination wallet">
    Select a destination wallet to transfer funds to. You may either search for an existing Treasury wallet created within the dashboard, or manually input an external wallet address.
  </Step>

  <Step title="Initiate the transfer">
    Review the final details, and **Propose transaction**. Once submitted, the transfer creates a pending intent that requires approval from the wallet's assigned key quorum before it executes.

    If you have not configured additional manual approvals for the given transfer, you will be able to immediately execute the transaction instead.
  </Step>
</Steps>

## Supported assets

Dashboard-based transfers only support tokens configured on the **Assets** tab. To configure which assets appear in your dashboard, see [Setup](/treasury-management/setup#3-configure-monitored-assets).

## Supported chains

See the [supported chains](/treasury-management/supported-chains-and-assets) for the Treasury Management workspace.

<Warning>
  To recover assets on unsupported chains, use the [asset recovery
  recipe](/recipes/dashboard/recovering-assets).
</Warning>

## Programmatic transfers

Transfers from Treasury wallets can also be automated to eliminate manual workflows. Programmatically [initiate transfers via API](/wallets/actions/transfer/overview).

## Next steps

<Card title="Collect approvals" icon="check-double" href="/treasury-management/approvals">
  Learn how proposed intents are reviewed and approved by your team
</Card>
