2024/09/11 MATIC Rename to POL Announcement

Dear MAX User,

We would like to inform you that MAX has successfully converted MATIC tokens to POL tokens, we will soon rename the said token. Please kindly find specific schedule for this process as follows:

  • September 11: ERC-20 POL deposits and withdrawals are now open. On the platform, it will still display as MATIC until the name change is completed and updated on September 18.
  • September 18, 09:30 AM - 6:00 PM: The renaming will take place. During this time, POL deposits and withdrawals will be suspended.
  • September 19, 10:00 AM: Trading for POL/USDT and POL/TWD will be available.

Please note: MAX no longer supports the old MATIC token on the Ethereum blockchain. If the contract address for deposits is incorrect, it may result in asset loss or require additional retrieval requests (subject to a handling fee). To avoid any inconvenience, please ensure that the contract address is correct before proceeding.

  • POL: 0x455e53cbb86018ac2b8092fdcd39d8444affc3f6
  • MATIC (no longer supported for deposits/withdrawals): 0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0

Thank you for your support.


Best regards,

The MAX Digital Asset Exchange

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