KYC
KYC is an invaluable tool for ensuring your customers are who they say they are, and remaining compliant with your jurisdiction laws
Available To
Free for the following exchange plans:
Cloud Plans:
Crypto Pro
Enterprise
On-Premise Plans:
Boost
Voyager
What Is It?
The HollaEx KYC plugin allows operators to run their own KYC process. Users upload their documents to a secure AWS S3 bucket, as well as give information on themselves and then the operator (or KYC-enabled member of staff) can verify the user according to your exchange's particular policy.
Who Needs It?
Operators who want to KYC their users, without having to use a third-party service.
How to Use It?
With these details filled out. Hit the Save button. We can now see what the user experience is.
Now users can select Identification from the sidebar, and enter the identification process by selecting Identity and clicking Start Identity Verification.
The first page- Identity- is a simple form where basic details like name, DOB, address, etc. are supplied and submitted.
The second page Upload has three sections in it, where document scans are uploaded to that earlier setup AWS S3 Bucket:
Passport scan
Proof of Residence
Selfie
Once complete the user will be able to see that their documents have been submitted
On approval, the user will be considered verified and see a green check beside Identity in the Identification section. At this point, your policy can dictate what rewards or account limits this opens up to them.
AWS Resources
It is required to create a new AWS S3 bucket and an IAM user to connect to the HollaEx KYC plugin. The plugin will store the user's KYC data on the bucket as storage.
Please follow the guide below to create the resources.
Automated resource creation
Once you click the link, you'll see a page to set multiple parameters. Here are a few important ones:
Stack name: The name of the Cloudformation stack. It is okay to leave it as default in most cases.
BucketNamePrefix: The name of the new AWS S3 bucket that you are going to create. The system will add a unique account ID after the provided bucket prefix as a final bucket name. For example:
<myexchange>-s3-kyc
(change myexchange with your unique exchange name)MyIAMUsername: The name of the new AWS IAM username that you are going to create. This will be used as a name for the IAM user with AWS S3 access. For example:
kyc-iam-user
It is not needed to set the "Permissions - optional" panel in most cases. You can simply skip.
It will take a few minutes for the system to create the resources.
Manual resource creation
AWS S3 Bucket Setup
After the creation, make sure not completely to block public access to your AWS S3 bucket. It is required for HollaEx Web to reach an S3 bucket without any permission issues. Please refer to the screenshot below.
You can find it in the "Permissions" tab of your bucket.
AWS IAM Access Key Setup
After this, go to the AWS IAM Console - Access management - Users page to create a new user for KYC connection. You will be able to bind the policy that you just created above to this new account.
Once the account is created, get the required Access Key ID and Secret Access Key by clicking the "Download .csv" button.
Last updated