How do I change the phone number on my account?

Important Reminders:

  • 24-Hour Withdrawal Lock:For your account's security, all withdrawal functions (both TWD and cryptocurrency) will be suspended for 24 hours after you successfully change your phone number.

  • If You Used a Telecom Bill for Verification:If your original secondary ID was a telecom bill, you must re-upload a new secondary ID after changing your phone number. MAX will review the new document within 3-5 business days. During this review period, all TWD transactions will be temporarily suspended.

  • If You Cannot Access Your Old Number:If you no longer have access to your old phone number (e.g., it has been disconnected) and cannot receive login verification codes, please contact customer support directly.

Email:max@maicoin.com 

Phone Support:02-2722-1314

APP Instructions

  1. In the app, go to the Profile > Two-Factor Authentication > Reset SMS Verification > Change.

  2. Follow the prompts:Enter your old phone number > Tap Next > Enter your new phone number > Request and enter the verification code to complete the update.


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); } } });