HollaEx®
⚙️ DashboardStart →
  • HollaEx® — The Crypto Exchange Solution
  • ☁️Cloud Operators
    • Launching the Exchange
    • Setting Domain for Cloud Exchanges
    • Easy SMTP for Cloud Exchanges
    • SEO Settings for Cloud Exchanges
      • SEO Advanced Settings
  • ⚙️Operating Your Exchange
    • Operator Control Panel
      • General
      • Users
      • User Profile
      • Assets
      • Markets
      • Stakes
      • Sessions
      • Plugins Apps
      • Trading Fees & Account Tiers
      • Admin Logs
      • Roles
      • Chat
      • Billing
    • Customize Exchange
      • Browser Tools
        • Enter Edit Mode
        • Operator Controls (Visuals)
        • Console
      • Plugins
      • Forked Repo
      • Landing Page
    • Fiat Controls
      • Initial Setup
      • Setting Up Fiat On/ Off Ramp
      • Editing Deposit & Withdrawal Fees
      • Users Making Fiat Deposit
      • Users Trading With Fiat
      • User Making Fiat Withdrawal
    • Staking
    • OTC Broker
    • P2P
      • P2P Overview
      • P2P Setup
      • P2P Troubleshooting
      • P2P Vendor Flow
    • Smart Chain Trading
    • Assets & Trading Pairs
      • Add New Assets & Trading Pairs
      • Configure Pair Parameters
    • Set up the SMTP Email
      • Set up SMTP with AWS SES
      • Set up SMTP with Mailgun
      • Set up SMTP with SendGrid
      • Test the SMTP with Gmail
    • Enabling reCAPTCHA
    • Enterprise Operator Roles
    • Email Customization & Audit
    • DeFi Asset Staking Process
  • 🧩Plugins
    • HollaEx Plugins
      • Announcements
      • Bank
      • AWS SNS (Text Messages - SMS)
      • KYC
      • Automatic KYC
      • Messente
      • Advanced Referral
      • CoinMarketCap
      • Guardarian
    • Install Plugins
    • Developing Plugins
      • Development Walkthrough: Hello-Plugin
        • Initialization
        • Configuration
        • Scripting
        • Web View
        • The Final Product & Installation
      • Advanced
        • Initialization
        • Config
        • Server Script
        • Plugin Libraries
        • Web View
        • Final Plugin Product
        • Advanced Tutorial: Using the user meta field
        • Advanced Tutorial: Adding a new database table column
        • Advanced Tutorial: Creating a new database table
      • Simple Wallet Example
      • Web View Development
        • Overview
        • External dependencies
        • Getting started
        • Basic Tutorial: Hello Exchange Plugin web view
        • Advanced Tutorial: KYC Plugin web views
    • Bank Integration
      • Handling Deposits
      • Handling Withdrawals
  • 👷Developers
    • API Guide
      • API Example Scripts
    • Run Dev Mode
    • Build a New Front-end Interface
  • 🧰On-Premise Operators (Advanced Only)
    • On-Premise Exchange Setup
      • Getting Started — Requirements
      • Installation
      • Server Setup
      • Web Setup
      • Production
    • CLI How-Tos
      • Start Exchange
      • Stop Exchange
      • Upgrade Exchange
        • Build and Apply the Code Changes
      • Get Exchange Logs
      • Get a Backup and Restore
      • Exchange Migration
      • Command List
    • Run Exchange on Kubernetes
    • Troubleshooting Guide
  • 🚀Advanced
    • SEO Optimization
    • Nginx
    • Rate Limits
    • Database
      • Upgrade Database
    • Dependencies
    • Contents Delivery Network
      • Cloudflare CDN for HollaEx
      • CloudFront CDN for HollaEx
    • Load Balancer
      • AWS ELB
      • DigitalOcean LB
    • Customize Kubenretes Ingress
    • Exchange Keys
      • Exchange API Keys Troubleshoot
    • HollaEx on non-Linux
      • HollaEx on Windows
      • HollaEx on macOS
    • The Network Tool Library
      • Accessing the Network Tool Library
      • Functions
        • WebSocket
      • Simple Example: Creating a User and Wallet
      • Getting More Interesting: Orders with the Tools
        • Setup: Using the transferAsset function
        • Creating and Monitoring a Sell Order
        • Settling Fees
      • Private HollaEx Network
    • Docker Content Trust (DCT)
    • Revenue Sharing
  • 📦Releases
    • Release Notes
    • Side Notes
  • ➡️External Links
  • Blogs
  • Forum
  • Videos
  • Twitter X
  • Telegram
  • Interactive Demo
  • Discord Community
  • API Documentation
  • Tools Library Documentation
  • Node Library Documentation
  • Plugins Documentation
Powered by GitBook
On this page
  • Requirements
  • Enabling Fiat Controls
  • Adding Fiat Currency
  • Adding Payment Account
  • Adding Exchange On-Ramp
  1. Operating Your Exchange
  2. Fiat Controls

Initial Setup

This page will describe how to add the fiat currency and the required payment accounts to enable the Fiat Controls for your exchange

PreviousFiat ControlsNextSetting Up Fiat On/ Off Ramp

Last updated 1 year ago

Requirements

  • Exchange Bank account (to receive user deposits)

  • Liquidity of fiat and crypto of selected market


Enabling Fiat Controls

Before any other process, ensure that the Fiat Controls are enabled on the exchange.

This is done by navigating to the Operator Controls, navigating to the General page, and then finally the Features tab. Look at the list and ensure that Fiat Controls is checked as in the image below.

Fiat Controls are only available on On-Premise Boost, and Cloud Enterprise plans. If you are interested in upgrading your plan, please get in touch with sales@hollaex.com


Adding Fiat Currency

First, the desired fiat currencies should be added to the exchange. This can be done just as with any other asset. For this example, I will be adding the British Pound (GBP), but the current list of fiat currencies is extensive, and the system is flexible enough to support almost any world fiat currency.

If the fiat currency you require is not on the currently supported fiat assets list, please message support@hollaex.com to arrange its addition

Click next, to see some initial information about the fiat asset, and click confirm to have it added to your exchange.

With this done the fiat currency can be seen as an option on the user wallet screen.


Adding Payment Account

A payment account is the type of account that users will fill out on your exchange such that it is possible to allow them to withdraw any fiat credits they have.

To add your payment account, this is done by accessing the Operator Controls, then Fiat Controls in the sidebar, and finally the Payments Accounts tab at the top of the page.

To get started click either green button labeled Add payment account.

Choose the method of payment account:

  • Bank: This will provide a default set of fields to fill in, such as bank name, IBAN, etc. These fields can be fully edited, or removed, as well as new fields added

  • PayPal: Simple email

  • Custom: This functions very similarly to the Bank setting above, but suggests no default fields

When adding multiple Payment accounts for different currencies, ensure to use Custom for any currencies after the first, even if you are creating an account for a bank

Selecting this we will see the following default options:

Here we have the option of setting exactly what details we want from users. Continuing with the UK example above, in addition to the account number (which we already have), would also need users to provide their sort code.

To do this, select Add more payment details at the bottom left of the options. This will open the menu that can be seen in the following image. Enter the fields name, and whether or not it is required.

With this added, we can save the Payment account.

Adding Exchange On-Ramp

With the fiat asset now active on the exchange, we have to enable a method for users to deposit the fiat to the exchange, and thus be minted credits they can use to trade.

To do this, the details of the location we want users to send fiat to will be displayed to users.

This is done by accessing the Operator Controls, then Fiat Controls in the sidebar, and finally the On-Ramp tab at the top of the page.

On this page, we will see a list of all the on-ramps we have created, for all the fiat assets the exchange has listed.

At the moment, my page is empty, so let's add an on-ramp for GBP (British Pound). This can be done in two ways, either by clicking Add on-ramp in the top right and selecting from the dropdown which asset to add the on-ramp, or directly selecting the Add on-ramp button beside the relevant asset.

The first menu is the selection of what type of On-Ramp to provide:

We are given the option to select from the premade payment account that we created in the previous section, and will then be given those fields we set up. This will likely be the option most operators use.

Alternatively, we can select Paypal, or select Custom and create a new method as shown below:

With the name chosen and NEXT clicked, we will see the following back on the On-Ramp page:

Now we have to add the relevant details for the currency we have chosen.

In this case for GBP, in the UK to transfer between accounts we require:

  • Name

  • Account Number

  • Sort Code

Sort code is a UK-specific requirement for domestic transfers.

This illustrates how the HollaEx system gives the flexibility to ensure that whatever national method is used, the users will be provided with the relevant information they need.

The exact fields you add will vary depending on the fiat in question

Adding these 3 fields, we can set them as Required. This means that the On-Ramp cannot be created without them. Alongside these required fields we can add optional fields as required. These are simply those fields that are not strictly required to instantiate the On-Ramp.

Below we can see my on-ramp for a British bank, with some credentials added.

Note that although the fiat asset has been added, and will be visible in users' wallets, currently, there will be no way for it to be traded on the exchange. First, a market must be added and set up for the relevant pairing, this is detailed on the

This payment account can also be used for on-ramping, discussed in the .

And in the following image, how these details are displayed to users on the Deposit screen for GBP. This is covered in the .

⚙️
following page.
Users Making Fiat Deposit page
next section
Enabling Fiat Controls
Where to find fiat assets
Information menu for fiat currency British pound
Viewing GBP in the wallet
Adding user payment account
Default Payment Account options
Finished payment account, your specifics may be different
Adding on-ramp options