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

# Supported Transfer Types

> View all available transfer types you can initiate with a quote.

The Quote resource is very powerful, it is used for many transfer operations on Busha. Here are the transfer types you can create with a Quote.

<table style={{ width: "100%", borderCollapse: "collapse" }}>
  <thead>
    <tr>
      <th style={{ width: "25%", textAlign: "left", padding: "12px" }}>
        Source
      </th>

      <th style={{ width: "25%", textAlign: "left", padding: "12px" }}>
        Destination
      </th>

      <th style={{ width: "25%", textAlign: "left", padding: "12px" }}>
        Available On Quote
      </th>

      <th style={{ width: "25%", textAlign: "left", padding: "12px" }}>
        Transaction Type
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ padding: "12px" }}>External Bank Account</td>
      <td style={{ padding: "12px" }}>Busha Fiat Balance (e.g NGN, KES)</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Deposit</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>External Crypto Address</td>
      <td style={{ padding: "12px" }}>Busha Fiat Balance (e.g NGN, KES)</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Deposit</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>External Crypto Address</td>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Deposit</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>External Bank Account</td>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Buy (On-Ramp)</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>
      <td style={{ padding: "12px" }}>External Bank Account</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Payout</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>
      <td style={{ padding: "12px" }}>External Wallet Address</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Payout</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>

      <td style={{ padding: "12px" }}>
        Busha Crypto Wallet (different currency)
      </td>

      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Conversion</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Busha Fiat Balance</td>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Buy Trade</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Busha Crypto Wallet</td>
      <td style={{ padding: "12px" }}>Busha Fiat Balance</td>
      <td style={{ padding: "12px" }}>Yes</td>
      <td style={{ padding: "12px" }}>Sell Trade</td>
    </tr>
  </tbody>
</table>
