> ## 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 Payment Channels

> View all supported payment methods. Bank transfers, mobile money, and cryptocurrency options.

## Deposit Channels

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

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

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

  <tbody>
    <tr>
      <td style={{ padding: "12px" }}>Fiat</td>
      <td style={{ padding: "12px" }}>Bank Account</td>

      <td style={{ padding: "12px" }}>
        For depositing fiat currency (e.g., NGN) into your Busha fiat balance.
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Fiat</td>
      <td style={{ padding: "12px" }}>Mobile Money</td>

      <td style={{ padding: "12px" }}>
        For depositing fiat currency (e.g., KES) via mobile money services.
      </td>
    </tr>

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

      <td style={{ padding: "12px" }}>
        For depositing cryptocurrencies directly into your Busha crypto wallets.
      </td>
    </tr>
  </tbody>
</table>

## Payout Channels

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

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

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

  <tbody>
    <tr>
      <td style={{ padding: "12px" }}>Fiat</td>
      <td style={{ padding: "12px" }}>Bank Transfer</td>

      <td style={{ padding: "12px" }}>
        For withdrawing fiat currency (e.g., NGN) to an external bank account.
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Fiat</td>
      <td style={{ padding: "12px" }}>Mobile Money</td>

      <td style={{ padding: "12px" }}>
        For withdrawing fiat currency (e.g., KES) to an external mobile money
        wallet.
      </td>
    </tr>

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

      <td style={{ padding: "12px" }}>
        For withdrawing cryptocurrencies directly to an external crypto address.
      </td>
    </tr>
  </tbody>
</table>

## Supported Deposit Flow

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

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

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

  <tbody>
    <tr>
      <td style={{ padding: "12px" }}>External Bank Account</td>
      <td style={{ padding: "12px" }}>Busha Fiat Balance</td>
      <td style={{ padding: "12px" }}>Yes</td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>External Mobile Money</td>
      <td style={{ padding: "12px" }}>Busha Fiat Balance</td>
      <td style={{ padding: "12px" }}>Yes</td>
    </tr>

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

## Supported Payout Flow

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

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

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

  <tbody>
    <tr>
      <td style={{ padding: "12px" }}>Busha Fiat Balance</td>
      <td style={{ padding: "12px" }}>External Bank Account</td>
      <td style={{ padding: "12px" }}>Yes</td>
    </tr>

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

    <tr>
      <td style={{ padding: "12px" }}>Busha Fiat Balance</td>
      <td style={{ padding: "12px" }}>External Crypto Wallet</td>
      <td style={{ padding: "12px" }}>No</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>
    </tr>
  </tbody>
</table>
