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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/transaction-flows",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Transaction Flows

<Note>
  For Fireblocks' recommended embedded wallet solution, see [Dynamic Embedded Wallets](/docs/dynamic-embedded-wallets). The documentation below covers the legacy Embedded Wallet APIs and SDKs.
</Note>

## Deposits

* External -> Fireblocks Embedded Wallet (EW)
* External -> Self-Custodial (vault account)

## Withdrawals

* EW -> One-Time Address
* EW -> Whitelisted Address
* Self-Custodial (vault account) -> One-Time Address
* Self-Custodial (vault account) -> Whitelisted Address

Learn more about [one-time addresses](https://support.fireblocks.io/hc/en-us/articles/4409104568338-One-Time-Address-feature) and [whitelisted addresses](https://support.fireblocks.io/hc/en-us/articles/360017819439-Whitelisting-new-addresses).

## Transfers between peers

* EW -> Self-Custodial (vault account)
* Self-Custodial (vault account) -> EW
* Self-Custodial (vault account) -> Exchange account
* Self-Custodial (vault account) -> Fiat account
* Self-Custodial (vault account) -> Fireblocks Network

Learn more about [exchange accounts](https://support.fireblocks.io/hc/en-us/articles/360017435399-Fireblocks-exchange-connectivity), [fiat accounts](https://support.fireblocks.io/hc/en-us/articles/360018286760-Fiat-accounts), and the [Fireblocks Network](https://support.fireblocks.io/hc/en-us/articles/6107038882460-Overview-of-the-Fireblocks-Network).

<img src="https://mintcdn.com/fireblocks-43c4b3ee/8uV7V_rBjqF0ZDAg/images/docs/6892036-image.png?fit=max&auto=format&n=8uV7V_rBjqF0ZDAg&q=85&s=6f94a1b9c8d26f88d70ce5c68c53a01b" alt="" width="2144" height="1694" data-path="images/docs/6892036-image.png" />

## Transfers between Embedded Wallets

The Fireblocks EW feature allows you to transfer funds between your embedded wallets (including self-transfers) forming your exclusive "Fireblocks Network." There's no need to handle destination addresses. You can use wallet IDs for simplified and secure internal transactions.
