\n KCS Deflationary Mechanism: On the one hand, the KuCoin trading platform will regularly repurchase KCS from the\n secondary market with part of the platform’s revenue and burn this part of KCS. This means that there will be\n less and less KCS supply in the market. In the past 4 years, KuCoin has burned tens of millions of KCS, worth\n hundreds of millions of dollars.
\n
\n On the other hand, in order to better support the development of the KCS ecosystem, we plan to introduce\n EIP1559, the KCC fee mechanism of base fee + priority fee. Among them, the basic fuel fee will be dynamically\n adjusted according to the congestion of the KCC network and will lead to the continuous destruction and\n deflation of KCS. The priority gas fee will go to the corresponding miner node. In this way, both developers\n and KCS holders will benefit from this.\n
\n
\n ),\n image: require('../../../assets/images/home/4.svg').default,\n },\n {\n title: 'Reward Mechanism',\n description:\n \"KCS Incentive Model: The KuCoin platform will repurchase KCS with part of its fees and distribute it to users according to the user's KCS position on a daily basis. In the past 4 years, the KuCoin trading platform has cumulatively distributed tens of millions of KCS incentives, which is worth hundreds of millions of dollars.\",\n image: require('../../../assets/images/home/1.svg').default,\n },\n {\n title: 'Fee Discounts',\n description:\n 'KuCoin uses the size of a user’s KCS holdings as the criterion for determining users’ VIP level. The more KCS held, the higher the VIP level, the more benefits and the greater the fee discounts. In addition, users can also use KCS to pay for transaction fees on the KuCoin platform and enjoy discounts.',\n image: require('../../../assets/images/home/2.svg').default,\n },\n // {\n // title: 'KCS Burning',\n // description:\n // 'KuCoin regularly performs KCS buyback and burns from the secondary market with a portion of platform revenues to gradually reduce the supply of KCS on the market. Over the past four years, KuCoin has burned tens of millions of KCS, worth hundreds of millions of dollars. ',\n // image: require('../../../assets/images/home/3.svg').default,\n // },\n]\n\nexport const Advantage = (props: Props) => {\n const { isMobile } = useResponsive()\n const CharacteristicsComponent = Characteristics.map((item, index) => {\n let dir = ''\n if (isMobile) {\n dir = index % 2 === 1 ? 'left' : 'left'\n } else {\n dir = index % 2 === 0 ? 'left' : 'right'\n }\n return (\n