2019/03/18 Identity Verification Process Adjustment

Dear Customers,

MaiCoin will implement new verification process for regulatory compliance after April 1st, 2019. Adjustments shown below:

Identity Verification process

Current Version:

TypeAvailable Features and LimitsVerification Requirements

Tier 1

Cryptocurrency receiving

Email
Phone number

Tier 2

Cryptocurrency receiving
Cryptocurrency selling

Email
Phone number
Bank account (need not to be corresponding to account owner)

Tier 3

Cryptocurrency receiving
Cryptocurrency selling
Cryptocurrency sending

Email
Phone number
Bank account (need not to be corresponding to account owner)
Identity information
Photo ID (ARC, passport... )
Cell phone bill

Tier 4

Cryptocurrency receiving
Cryptocurrency selling
Cryptocurrency sending
Buy through bank transfer

Email
Phone number
Bank account (MUST be corresponding accounts of the account owner)
Identity information
Photo ID (ARC, passport... )
Cell phone bill


Future Version:

TypeAvailable Features and LimitsVerification Requirements

Tier 1

Cryptocurrency receiving
Cryptocurrency sending

Email
Phone number

Tier 2

Cryptocurrency receiving
Cryptocurrency selling
Cryptocurrency sending
Buy through bank transfer

Email
Phone number
Bank account (MUST be corresponding accounts of the account owner)
Identity information
Photo ID (ARC, passport... )
Cell phone bill
Phone Contact


  • ex-Tier2 user: Please submit identity information, photo ID (ARC, passport...), cell phone bill, bank account (MUST be corresponding accounts of the account owner) and pass phone contact verification.
  • ex-Tier3 user: Please submit bank account (MUST be corresponding accounts of the account owner) and pass phone contact verification
  • ex-Tier4 user: Function remain operational.

If user didn’t verify after April 1st,2019. The user type will be changed to Tier 1.

If you have submitted identity verification, your verification within this time window as we process on a first come, first serve basis.

If you have any questions, please email us at info@maicoin.com or call customer service 02-2722-1314 during business hours.

MaiCoin team


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
document.addEventListener("DOMContentLoaded", function() { // 1. 定義目標:請根據貴公司目前 Freshdesk 版型的實際 class 進行微調 // 預設的標題通常是 h1 或 .article-title,內文通常是 .article-body const articleTitle = document.querySelector('h1') || document.querySelector('.article-title'); const articleBody = document.querySelector('.article-body'); if (articleTitle && articleBody) { // 2. 抓取文章內文的「第一個子元素」 const firstElement = articleBody.firstElementChild; // 3. 判斷:如果第一個元素是我們約定好的 H3,就將其視為附標題 if (firstElement && firstElement.tagName === 'H3') { // 替它加上專屬的 Class 標籤,方便稍後用 CSS 改變樣式 firstElement.classList.add('custom-article-subtitle'); // 將這個 H3 從內文中拔出,移動到主標題的正下方 articleTitle.insertAdjacentElement('afterend', firstElement); } } });