Fund enables Platforms to allow their end customers to fund their account using stablecoins or crypto as the rail. Stablecoin and crypto deposits are automatically converted to USD, allowing platforms to instantly recognize a credit to the customer's balance. This is an alternative funding mechanism that can live side-by-side next to card, wire, ACH, etc.

Use Cases

  • Investment platforms: Platforms that allow other businesses to fundraise or ones that allow their end customers to contribute to investment funds can leverage Fund with Stablecoins to provide an additional funding option.
  • Trading account funding: CFD, equity, or prediction market trading platforms can offer an alternative funding method that sits side-by-side next to traditional methods such as card, bank transfer, etc.
  • Neobanks and digital wallets: Money apps can increase assets on the platform, thus increasing overall engagement by activating Fund with Stablecoins.
  • Any platform that requires users to fund their account: This new funding method is applicable to any platform with end retail customers who need to fund their account in order to trade, invest, or subsequently purchase a good or service.

Key Features

  • Available anytime: 24/7/365 instant account funding
  • Lightning fast: Transactions settle within minutes, easily meeting new t+1 settlement requirements
  • Eliminate chargebacks: Irreversible transactions remove chargeback risk
  • Globally accessible: Onboard customers globally and eliminate FX losses
  • Cheaper: Transfer fees are cheaper than ACH, Card, Wire, and Swift transactions

Integration Details

Setup

It's important to note that in order to use the Fund product, the End Customer's must be onboarded to Zero Hash. This can be done in 1 of 3 ways:

  • API (Reliance): approved Platforms use a KYC solution of their own and pass Zero Hash the results of each verification via API.
  • API (KYC as a Service): Platforms can use the Zero Hash KYC product, while owning the front end themselves.
  • SDK (KYC as a Service): Platforms can use the Zero Hash KYC product, while leveraging the Zero Hash front end SDK.

You can then couple your selected onboarding method with 1 of 2 Fund options:

  • API: leverage your own front end, leveraging Zero Hash's Rest API on the back end.
  • SDK: embed Zero Hash's front end SDK.

Configurations

After you've chosen your setup, you can make some decisions on how your integration is configured:

Ledgering

Option 1: After the crypto or stablecoin is converted to fiat, the USD is automatically transferred to the Platform on the Zero Hash ledger. So the flow of funds is:

Movement TypeParticipantAssetType
DepositEnd CustomerUSDC (for example)Credit
Trade Settlement (automatic and immediately after the Deposit)End CustomerUSDCDebit
Trade SettlementEnd CustomerUSD (for example)Credit
TransferEnd CustomerUSDDebit
TransferPlatformUSDCredit

Option 2: After the crypto or stablecoin is converted to fiat, the USD is not automatically transferred to the Platform on the Zero Hash ledger and instead sits in the End Customer's account (not recommended for Platform's using the Fund SDK). From there, the platform can initiate a fiat withdraw directly from the End Customer's account. So the flow of funds is:

Movement TypeParticipantAssetType
DepositEnd CustomerUSDCCredit
Trade Settlement (automatic and immediately after the Deposit)End CustomerUSDCDebit
Trade SettlementEnd CustomerUSDCredit

Fees

Option 1: Platform incurs the fee. In this case, the End Customer will not be charged any fee upon conversion (issuer fees may still apply).

Option 2: End Customer incurs the fee. This option allows the Platform to pass along their costs. The fee will be taken upon the conversion

Maximum and Minimum Deposits

Similar to traditional funding methods, Platforms have the ability to tell Zero Hash the minimum and maximum deposit amounts to enforce. On the SDK, these values will be presented on the front end for the End Customer's awareness.

Company logo and company name (SDK only)

Throughout the Zero Hash Fund SDK, there are instances where the Platform logo and Platform's company name will appear. The Platform can dictate both of these and Zero Hash will configure accordingly.

Email Receipts

Zero Hash requires that each End Customer receives an email receipt upon a crypto or stablecoin deposit. Zero Hash has the ability to trigger these ourselves. This is the recommended path for the quickest possible integration.

Supported Assets

Here is the list of supported assets for this product (also can be retrieved via GET /assets where fund_enabled = true)

  • USDC.ARBITRUM
  • USDC.AVAX
  • USDC.ETH
  • USDC.OPTIMISM
  • USDC.POLYGON
  • USDC.SOL

Webhooks

We offer webhooks specific to this product. See details here: Fund Webhook