> ## 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.

# Test Addresses For Off-Ramp Operations

> Testnet assets for testing off-ramp operations in sandbox.

When testing off-ramp functionalities via API or Widget, you'll need testnet versions of cryptocurrencies. Here are common sources for obtaining them:

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

      <th style={{ width: "50%", textAlign: "left", padding: "12px" }}>
        Test Asset
      </th>

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

  <tbody>
    <tr>
      <td style={{ padding: "12px" }}>Ethereum</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Binance Smart Chain</td>
      <td style={{ padding: "12px" }}>Test USDT</td>

      <td style={{ padding: "12px" }}>
        <a href="https://www.bnbchain.org/en/testnet-faucet" target="_blank" rel="noopener noreferrer">
          Binance
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Polygon</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Base</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Tron</td>
      <td style={{ padding: "12px" }}>Test USDT</td>

      <td style={{ padding: "12px" }}>
        <a href="https://nileex.io/join/getJoinPage" target="_blank" rel="noopener noreferrer">
          Nileex
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Solana</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Optimism</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Arbitrum</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>

    <tr>
      <td style={{ padding: "12px" }}>Celo</td>
      <td style={{ padding: "12px" }}>Test USDC</td>

      <td style={{ padding: "12px" }}>
        <a href="https://faucet.circle.com/" target="_blank" rel="noopener noreferrer">
          Circle
        </a>
      </td>
    </tr>
  </tbody>
</table>
