{"id":81,"date":"2024-03-07T01:54:49","date_gmt":"2024-03-07T01:54:49","guid":{"rendered":"https:\/\/tourbillion.app\/?page_id=81"},"modified":"2024-04-21T01:16:17","modified_gmt":"2024-04-21T01:16:17","slug":"tokenomics","status":"publish","type":"page","link":"https:\/\/tourbillion.app\/cn\/tokenomics\/","title":{"rendered":"\u4ee3\u5e01\u7ecf\u6d4e"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"81\" class=\"elementor elementor-81\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5642887 e-con-full py-90 main-content-wrapper px-0 e-flex e-con e-parent\" data-id=\"5642887\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-df0d901 pt-70 e-flex e-con-boxed e-con e-child\" data-id=\"df0d901\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6505c7d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6505c7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Tokenomics<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bf688b elementor-widget elementor-widget-heading\" data-id=\"1bf688b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Total Issue : 1 Billion TBC Token<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc15d2e e-flex e-con-boxed e-con e-child\" data-id=\"cc15d2e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e5c9b2 pt-90 elementor-widget elementor-widget-html\" data-id=\"3e5c9b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-3e5c9b2{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a76c92 pt-90 elementor-widget elementor-widget-html\" data-id=\"0a76c92\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/canvasjs.com\/assets\/script\/canvasjs.min.js\"><\/script>\r\n\r\n\r\n<div id=\"chartContainer\" class=\"pie-chart\" data-serial=\"1\">\r\n<\/div>\r\n\r\n<script>\r\nvar dtaPoint = [\r\n    { y: 10, label: \"\u521b\u59cb\u9500\u552e\", color: \"#FF0000\" },\r\n    { y: 20, label: \"\u8d28\u62bc\u5956\u52b1\", color: \"#e84393\" },\r\n    { y: 2, label: \"\u7a7a\u6295\u5956\u52b1\", color: \"#008000\" },\r\n    { y: 8, label: \"\u5e02\u573a\u8425\u9500\", color: \"#A020F0\" },\r\n    { y: 4, label: \"\u8fd0\u8425\", color: \"#3742fa\" },\r\n    { y: 4, label: \"\u6280\u672f\u652f\u6301\", color: \"#fad390\" },\r\n    { y: 2, label: \"\u4ea4\u6613\u6240\u4e0a\u5e02\", color: \"#81ecec\" },\r\n    { y: 50, label: \"\u672a\u6765\u53d1\u5c55\", color: \"#A77A00\" },\r\n];\r\n\r\nvar colorTheme = dtaPoint.map(point => point.color);\r\nvar strokeDataPoints = dtaPoint.map(point => ({\r\n    y: point.y,\r\n    label: point.label,\r\n    color: \"transparent\", \/\/ Set fill color to transparent\r\n    borderColor: \"white\", \/\/ Set border color to white\r\n    borderWidth: 2 \/\/ Set border width\r\n}));\r\n\r\nvar drwChart = new CanvasJS.Chart('chartContainer', {\r\n    backgroundColor: \"transparent\", \/\/ Set background color to transparent\r\n    colorSet: colorTheme,\r\n    toolTip: {\r\n        backgroundColor: \"rgba(0, 0, 0, 0.7)\", \/\/ Change tooltip background color\r\n        fontColor: \"white\", \/\/ Change tooltip font color\r\n        cornerRadius: 4 \/\/ Set border radius of the tooltip\r\n    },\r\n    data: [{\r\n        type: \"doughnut\",\r\n        startAngle: 250,\r\n        toolTipContent: \"{label}: <strong>#percent%<\/strong>\",\r\n        indexLabel: \"{label}: #percent%\",\r\n        indexLabelFontColor: \"white\", \/\/ Set label font color to white\r\n        indexLabelFontSize: 16, \/\/ Increase font size for index labels\r\n        radius: \"100%\", \/\/ Adjust the pie size\r\n        click: function(e) {\r\n            \/\/ Implement your click event handler here\r\n        },\r\n        dataPoints: dtaPoint,\r\n        indexLabelLineThickness: 1,\r\n        \/\/ indexLabelLineColor: \"white\"\r\n    }]\r\n});\r\n\r\ndrwChart.render();\r\n\r\n\r\n<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22f262f pt-90 elementor-widget elementor-widget-html\" data-id=\"22f262f\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-22f262f{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3740f00 elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"3740f00\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTBC Contract Address\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t0xdA0F9F1204395C2481070c1d4DC1f996915527f2\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19464ce py-90 e-flex e-con-boxed e-con e-child\" data-id=\"19464ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a743f53 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a743f53\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Revenue Distribution<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a8a0f8 elementor-widget elementor-widget-heading\" data-id=\"1a8a0f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Exploring TBC Token Revenue Streams: Fueling the Ecosystem's Growth<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9bf8ac3 elementor-widget elementor-widget-text-editor\" data-id=\"9bf8ac3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tIn the dynamic world of TBC Launchpad, every transaction is not just a step towards gaming excellence but also a vital contribution to the ecosystem&#8217;s robust economy. Here&#8217;s a glimpse into how TBC token revenue is ingeniously generated and utilized to sustain and enrich the community:\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a9cbde2 e-grid p-0 e-con-boxed e-con e-child\" data-id=\"a9cbde2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2cde304 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"2cde304\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd9d74b elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"dd9d74b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 66 66\" id=\"innovation\"><path d=\"M20.3 44.5c3.9 3.3 6.2 7 6.9 11.1-.5 0-.9.5-.9 1v4.6c0 .6.4 1 1 1 1.1 0 2 .8 2.4 2.1.1.4.5.7 1 .7h4.9c.5 0 .9-.3 1-.7.3-1.3 1.2-2.1 2.3-2.1.6 0 1-.4 1-1v-4.6c0-.5-.4-.9-.9-1 .7-4 3-7.8 6.9-11.1 4.7-4.1 6.9-10.1 6.3-16.3-1-9.4-9-17.1-19.1-17.1-10.6 0-19.2 8.6-19.2 19.2-.1 5.3 2.3 10.5 6.4 14.2zm17.5 15.8c-1.4.3-2.5 1.3-3 2.7h-3.5c-.6-1.4-1.7-2.4-3-2.7v-2.7h9.5v2.7zM33 13c9 0 16.2 6.9 17.1 15.3.6 5.6-1.5 10.9-5.6 14.6-4.4 3.7-6.9 8-7.6 12.6H34V42l6.7-3.3c.3-.2.6-.5.6-.9V25.5c1.4-.4 2.5-1.8 2.5-3.3 0-1.9-1.6-3.5-3.5-3.5s-3.5 1.6-3.5 3.5c0 1.6 1.1 2.9 2.5 3.3v11.7L34 39.8v-6c1.4-.4 2.5-1.8 2.5-3.3 0-1.9-1.6-3.5-3.5-3.5s-3.5 1.6-3.5 3.5c0 1.6 1.1 2.9 2.5 3.3v11.7l-6.3-6.1v-10c1.4-.4 2.5-1.8 2.5-3.3 0-1.9-1.6-3.5-3.5-3.5s-3.5 1.6-3.5 3.5c0 1.6 1.1 2.9 2.5 3.3v10.4c0 .3.1.5.3.7l8 7.7v7.4h-2.8c-.7-4.6-3.2-8.8-7.6-12.5-3.7-3.2-5.7-7.9-5.7-12.8C15.8 20.7 23.5 13 33 13zm0 18.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm7.3-8.3c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm-15.6 3.8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5z\"><\/path><path d=\"M44.3 49.2c-.5.3-.6.9-.4 1.4l2 3.4c.3.5.9.6 1.4.4.5-.3.6-.9.4-1.4l-2-3.4c-.3-.5-.9-.7-1.4-.4zm8.7-6.9 3.4 2c.5.3 1.1.1 1.4-.4.3-.5.1-1.1-.4-1.4l-3.4-2c-.5-.3-1.1-.1-1.4.4-.2.5-.1 1.1.4 1.4zm8.6-12.7c0-.6-.4-1-1-1h-3.9c-.6 0-1 .4-1 1s.4 1 1 1h3.9c.5 0 1-.5 1-1zm-7.6-11 3.4-2c.5-.3.6-.9.4-1.4-.3-.5-.9-.6-1.4-.4l-3.4 2c-.5.3-.6.9-.4 1.4.3.5.9.7 1.4.4zm-8.3-9 2-3.4c.3-.5.1-1.1-.4-1.4-.5-.3-1.1-.1-1.4.4l-2 3.4c-.3.5-.1 1.1.4 1.4.5.2 1.1.1 1.4-.4zM34 5.9V2c0-.6-.4-1-1-1s-1 .4-1 1v3.9c0 .6.4 1 1 1s1-.4 1-1zM21.7 10c.5-.3.6-.9.4-1.4l-2-3.4c-.3-.5-.9-.6-1.4-.4-.5.3-.6.9-.4 1.4l2 3.4c.3.5.9.6 1.4.4zM13 16.9l-3.4-2c-.5-.3-1.1-.1-1.4.4-.3.5-.1 1.1.4 1.4l3.4 2c.5.3 1.1.1 1.4-.4.2-.5.1-1.1-.4-1.4zm-2.7 12.7c0-.6-.4-1-1-1H5.4c-.6 0-1 .4-1 1s.4 1 1 1h3.9c.6 0 1-.5 1-1zm-.7 14.6 3.4-2c.5-.3.6-.9.4-1.4-.3-.5-.9-.6-1.4-.4l-3.4 2c-.5.3-.6.9-.4 1.4.3.6.9.7 1.4.4zm9.1 10.1c.5.3 1.1.1 1.4-.4l2-3.4c.3-.5.1-1.1-.4-1.4s-1.1-.1-1.4.4l-2 3.4c-.2.6-.1 1.2.4 1.4z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tA Tribute to Innovation\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6e88e4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d6e88e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c81188 elementor-widget elementor-widget-text-editor\" data-id=\"4c81188\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe Game Launchpad Fee &#8211; Every game making its debut on the TBC Launchpad is celebrated, not just in spirit but through a modest 5% fee. This charge is not merely a cost but a reinvestment into the realm of possibilities, ensuring the platform&#8217;s continuous evolution and the birth of groundbreaking gaming experiences.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e63194f e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"e63194f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9c446c elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"c9c446c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 64 64\" id=\"game-development\"><g data-name=\"Game Development\"><path d=\"M28.244 22.862L33.85 5.193a1 1 0 011.906.606L30.15 23.468A1 1 0 0128.244 22.862zM24.742 21.211l-5.325-5.484a2.017 2.017 0 010-2.792L24.742 7.45a1 1 0 011.434 1.393l-5.325 5.484 5.325 5.491A1 1 0 0124.742 21.211zM37.824 19.818l5.325-5.484L37.824 8.843A1 1 0 0139.258 7.45l5.325 5.485a2.017 2.017 0 010 2.792l-5.325 5.484A1 1 0 0137.824 19.818zM43.3 36.363a1.5 1.5 0 11-1.5-1.5A1.5 1.5 0 0143.3 36.363zM43.3 42.527a1.5 1.5 0 11-1.5-1.5A1.5 1.5 0 0143.3 42.527zM40.154 39.445a1.5 1.5 0 11-1.5-1.5A1.5 1.5 0 0140.154 39.445zM46.45 39.445a1.5 1.5 0 11-1.5-1.5A1.5 1.5 0 0146.45 39.445zM25.874 40.444H23.2v2.6a1 1 0 01-2 0v-2.6H18.522a1 1 0 010-2H21.2v-2.6a1 1 0 012 0v2.6h2.676A1 1 0 0125.874 40.444z\"><\/path><path d=\"M54.192,59.171c-2,.879-5.178.636-13.6-7.848-2.309-2.048-5.681-1.645-8.59-1.7-2.925.059-6.281-.345-8.636,1.746-3.669,3.7-9.687,9.513-13.556,7.805-3.98-1.75-3.565-9.071-1.849-15.339a1,1,0,0,1,1.929.527c-1.821,6.655-1.523,11.993.725,12.982,1.855.813,5.677-1.686,11.378-7.428C25,47.238,29.036,47.682,32,47.621c2.923.072,6.986-.394,9.963,2.249,5.747,5.785,9.574,8.28,11.423,7.471,2.963-1.3,2.377-10.156-1.228-18.574-1.974-4.612-5.6-9.753-8.906-10.147-3.989-.486-5.1,3.006-9.569,3.006H30.317c-4.469,0-5.573-3.487-9.569-3.006-3.249.387-6.613,5.23-8.506,9.259a1,1,0,0,1-1.811-.852c1.074-2.284,4.974-9.785,10.08-10.393,4.856-.574,6.079,2.992,9.806,2.992h3.366c3.7,0,4.975-3.564,9.806-2.992C49.275,27.323,53.53,36.891,54,37.979,57.766,46.78,58.87,57.113,54.192,59.171Z\"><\/path><path d=\"M9.913 39.835a1 1 0 11-1 1A1 1 0 019.913 39.835zM10.306 54.259c-.017-.753.007-1.562.07-2.4a1 1 0 012 .153c-.059.774-.081 1.515-.066 2.2A1 1 0 0110.306 54.259zM10.883 48.111a37.894 37.894 0 013.376-10.094 1 1 0 011.776.92 35.932 35.932 0 00-3.187 9.547A1 1 0 0110.883 48.111z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEmpowering Creators\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-067ea05 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"067ea05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70c2bd7 elementor-widget elementor-widget-text-editor\" data-id=\"70c2bd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe Minting Contract Fee &#8211; Game Developers stepping into the TBC GameFi universe are greeted with a 2.5% Minting Contract Fee. This fee underscores our commitment to providing a nurturing ground for developers, where their innovative ideas can take shape, thrive, and redefine what&#8217;s possible in GameFi.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5746b94 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"5746b94\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e6c0ee elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"1e6c0ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 66 66\" id=\"users\"><path d=\"M42.1829 43.6035c.6252.6252 1.7119.1855 1.7119-.707 0-.2964-.1304-.563-.3369-.7461l-2.9688-2.9688c-.1831-.2261-.4644-.3701-.7793-.3701-.8914 0-1.3325 1.0865-.707 1.7119L42.1829 43.6035zM26.887 26.8833c.3906-.3906.3906-1.0234 0-1.4141l-3.0698-3.0698c-.9359-.9359-2.3494.4788-1.4141 1.4141l3.0698 3.0698C25.8635 27.2739 26.4963 27.2739 26.887 26.8833zM23.8186 43.6025l3.0698-3.0801c.3896-.3911.3887-1.0244-.0024-1.4146-.3921-.3901-1.0254-.3887-1.4146.0024l-2.9976 3.0078c-.2256.1831-.3687.4639-.3687.7783C22.1052 43.7809 23.1882 44.233 23.8186 43.6025zM42.1829 22.3994l-3.0801 3.0801c-.3906.3906-.3906 1.0234 0 1.4141.3906.3906 1.0234.3906 1.4141 0l3.0801-3.0801c.3906-.3906.3906-1.0234 0-1.4141C43.2063 22.0088 42.5735 22.0088 42.1829 22.3994z\"><\/path><path d=\"M13.1243 65c6.7335 0 12.1226-5.5286 12.1226-12.123 0-6.6846-5.438-12.1226-12.1226-12.1226s-12.123 5.438-12.123 12.1226C1.0012 59.4676 6.3872 65 13.1243 65zM6.3433 60.3716c1.5083-2.2489 4.0326-3.6284 6.7756-3.6284 2.749 0 5.2767 1.3796 6.7855 3.6288C18.1075 61.9991 15.7335 63 13.1243 63 10.5146 63 8.1403 61.999 6.3433 60.3716zM13.1218 54.7397c-1.9805 0-3.5913-1.6108-3.5913-3.5913s1.6108-3.5913 3.5913-3.5913 3.5913 1.6108 3.5913 3.5913S15.1023 54.7397 13.1218 54.7397zM13.1243 42.7544c5.5815 0 10.1226 4.541 10.1226 10.1226 0 2.231-.7341 4.2887-1.9613 5.9636-1.1681-1.5686-2.7601-2.739-4.5635-3.4208 1.2159-1.0264 1.9911-2.5593 1.9911-4.2714 0-3.083-2.5083-5.5913-5.5913-5.5913s-5.5913 2.5083-5.5913 5.5913c0 1.7119.7751 3.2447 1.9909 4.2712-1.8011.6818-3.3916 1.852-4.5592 3.4205-1.2271-1.6749-1.961-3.7324-1.961-5.9631C3.0012 47.2954 7.5422 42.7544 13.1243 42.7544zM52.8757 1c-6.6846 0-12.1226 5.438-12.1226 12.1226 0 3.1824 1.2421 6.0735 3.255 8.2387.0226.0309.0502.0558.0765.0842 2.2109 2.3343 5.3297 3.8002 8.791 3.8002 3.4684 0 6.5928-1.4721 8.8046-3.8148.0179-.0201.0374-.0375.0535-.0588 2.0188-2.1663 3.265-5.0618 3.265-8.2495C64.9988 6.438 59.5603 1 52.8757 1zM52.8757 3c5.582 0 10.123 4.541 10.123 10.1226 0 2.2302-.7336 4.2874-1.9601 5.962-1.1671-1.5689-2.7584-2.7397-4.561-3.4225 1.2136-1.0264 1.9874-2.5578 1.9874-4.268 0-3.083-2.5083-5.5913-5.5913-5.5913-3.0835 0-5.5918 2.5083-5.5918 5.5913 0 1.7097.7733 3.2404 1.9863 4.2669-1.8004.6821-3.3901 1.8525-4.5571 3.4207-1.2252-1.6741-1.9579-3.7302-1.9579-5.9591C42.7532 7.541 47.2942 3 52.8757 3zM52.8689 14.9834c-.0029 0-.0057.0006-.0087.0006-1.9741-.0076-3.5782-1.6141-3.5782-3.59 0-1.9805 1.6113-3.5913 3.5918-3.5913s3.5913 1.6108 3.5913 3.5913c0 1.9772-1.6058 3.585-3.5817 3.5903C52.8785 14.9844 52.8738 14.9834 52.8689 14.9834zM46.0919 20.6141c1.5054-2.2463 4.0244-3.6249 6.7626-3.6298.0065 0 .0128.001.0193.001.0046 0 .009-.0007.0137-.0007 2.7435.0063 5.2648 1.3854 6.7698 3.632-1.7971 1.6277-4.1716 2.6289-6.7815 2.6289C50.2646 23.2456 47.8892 22.2433 46.0919 20.6141zM1.0012 13.1226c0 6.6345 5.4314 12.123 12.123 12.123 6.6718 0 12.1226-5.4692 12.1226-12.123C25.2468 6.438 19.8088 1 13.1243 1S1.0012 6.438 1.0012 13.1226zM6.3412 20.6152c1.5051-2.2468 4.024-3.6257 6.7625-3.6308.0061 0 .012.0009.0181.0009.005 0 .0098-.0007.0148-.0007 2.7435.0059 5.2647 1.3846 6.7699 3.631-1.7971 1.6284-4.172 2.63-6.7823 2.63C10.5135 23.2456 8.1384 22.2438 6.3412 20.6152zM9.5305 11.394c0-1.9805 1.6108-3.5913 3.5913-3.5913s3.5913 1.6108 3.5913 3.5913c0 1.9769-1.6053 3.5845-3.5809 3.5903-.0045 0-.0088-.0009-.0133-.0009-.0033 0-.0065.0007-.0098.0007C11.1345 14.977 9.5305 13.3702 9.5305 11.394zM23.2468 13.1226c0 2.2297-.7332 4.2863-1.9592 5.9608-1.1674-1.5687-2.7587-2.7393-4.5613-3.4218 1.2133-1.0265 1.9868-2.5576 1.9868-4.2675 0-3.083-2.5083-5.5913-5.5913-5.5913S7.5305 8.311 7.5305 11.394c0 1.7098.7734 3.2408 1.9866 4.2673-1.8004.6824-3.3901 1.853-4.5571 3.4215-1.2258-1.6743-1.9589-3.7309-1.9589-5.9603C3.0012 7.541 7.5422 3 13.1243 3 18.7058 3 23.2468 7.541 23.2468 13.1226zM52.8757 40.7544c-6.6846 0-12.1226 5.438-12.1226 12.1226 0 6.6372 5.4304 12.123 12.1226 12.123 6.6887 0 12.1231-5.4841 12.1231-12.123C64.9988 46.1924 59.5603 40.7544 52.8757 40.7544zM52.8757 42.7544c5.582 0 10.123 4.541 10.123 10.1226 0 2.2314-.7344 4.2897-1.9622 5.9648-1.1679-1.5688-2.7598-2.7394-4.5631-3.4215 1.2162-1.0265 1.9916-2.5596 1.9916-4.2719 0-3.083-2.5083-5.5913-5.5913-5.5913-3.0835 0-5.5918 2.5083-5.5918 5.5913 0 1.7117.775 3.2443 1.9905 4.2708-1.801.6815-3.3915 1.8515-4.5593 3.4197-1.2264-1.6746-1.9601-3.7318-1.9601-5.962C42.7532 47.2954 47.2942 42.7544 52.8757 42.7544zM52.8738 54.7397c-1.9805 0-3.5918-1.6108-3.5918-3.5913s1.6113-3.5913 3.5918-3.5913 3.5913 1.6108 3.5913 3.5913S54.8542 54.7397 52.8738 54.7397zM46.094 60.3705c1.5083-2.2484 4.0323-3.6273 6.7749-3.6273 2.7494 0 5.2775 1.3801 6.7862 3.6299C57.8583 61.9996 55.4846 63 52.8757 63 50.2657 63 47.891 61.9985 46.094 60.3705zM32.9988 40.646c4.2158 0 7.646-3.4302 7.646-7.646 0-4.209-3.4302-7.6328-7.646-7.6328-4.209 0-7.6328 3.4238-7.6328 7.6328C25.366 37.2158 28.7898 40.646 32.9988 40.646zM32.9988 27.3672c3.1133 0 5.646 2.5269 5.646 5.6328 0 3.1133-2.5327 5.646-5.646 5.646-3.106 0-5.6328-2.5327-5.6328-5.646C27.366 29.894 29.8928 27.3672 32.9988 27.3672z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tThe Gamers\u2019 Contribution\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5733e63 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5733e63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c408491 elementor-widget elementor-widget-text-editor\" data-id=\"c408491\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWithdrawal Fee &#8211; With every withdrawal from TBC GameFi, a 2.5% fee is applied, symbolizing the gamers&#8217; stake in the ecosystem&#8217;s prosperity. This small contribution by gamers ensures that the ecosystem remains vibrant and self-sustaining, ready to offer more exhilarating gaming adventures.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a11087 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"6a11087\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96c4429 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"96c4429\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" id=\"bitcoin-exchange\"><path d=\"M137.5 0C61.68 0 0 61.68 0 137.5S61.68 275 137.5 275 275 213.32 275 137.5 213.32 0 137.5 0zm0 260A122.5 122.5 0 1 1 260 137.5 122.63 122.63 0 0 1 137.5 260zm237-23C298.68 237 237 298.68 237 374.5S298.68 512 374.5 512 512 450.32 512 374.5 450.32 237 374.5 237zm0 260A122.5 122.5 0 1 1 497 374.5 122.63 122.63 0 0 1 374.5 497z\"><\/path><path d=\"M185 107.5a37.57 37.57 0 0 0-26.67-35.9V57.5a7.5 7.5 0 0 0-15 0V70h-11.66V57.5a7.5 7.5 0 1 0-15 0V70H97.5a7.5 7.5 0 0 0 0 15H110v45H97.5a7.5 7.5 0 0 0 0 15H110v45H97.5a7.5 7.5 0 0 0 0 15h19.17v12.5a7.5 7.5 0 1 0 15 0V205h11.66v12.5a7.5 7.5 0 0 0 15 0v-14.1A37.49 37.49 0 0 0 170 137.5a37.49 37.49 0 0 0 15-30zm-15 60a22.52 22.52 0 0 1-22.5 22.5H125v-45h22.5a22.52 22.52 0 0 1 22.5 22.5zM147.5 130H125V85h22.5a22.5 22.5 0 0 1 0 45zm241.15 237h-28.3a18.35 18.35 0 1 1 0-36.69h46.15a7.5 7.5 0 0 0 0-15H394V297a7.5 7.5 0 0 0-15 0v18.35h-9V297a7.5 7.5 0 0 0-15 0v18.78a33.35 33.35 0 0 0 5.35 66.22h28.3a18.35 18.35 0 1 1 0 36.69H342.5a7.5 7.5 0 0 0 0 15H355V452a7.5 7.5 0 0 0 15 0v-18.31h9V452a7.5 7.5 0 0 0 15 0v-18.74a33.35 33.35 0 0 0-5.35-66.26zM314.14 95h75a32.54 32.54 0 0 1 32.5 32.5v58.39l-22.55-22.55a7.5 7.5 0 1 0-10.6 10.66l35.35 35.35a7.5 7.5 0 0 0 10.61 0L469.8 174a7.5 7.5 0 1 0-10.6-10.61l-22.56 22.55V127.5a47.55 47.55 0 0 0-47.5-47.5h-75a7.5 7.5 0 0 0 0 15zM197.86 417h-75a32.54 32.54 0 0 1-32.5-32.5v-58.39l22.55 22.55a7.5 7.5 0 1 0 10.6-10.61L88.16 302.7a7.5 7.5 0 0 0-10.61 0L42.2 338.05a7.5 7.5 0 1 0 10.6 10.61l22.56-22.55v58.39a47.55 47.55 0 0 0 47.5 47.5h75a7.5 7.5 0 0 0 0-15z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDecentralized Exchange (DEX) Tax\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56ad655 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"56ad655\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a99718d elementor-widget elementor-widget-text-editor\" data-id=\"a99718d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe fluidity of the TBC token ecosystem is further enhanced by a 2.5% tax on transactions within our Decentralized Exchange. This tax is a cornerstone, ensuring liquidity and stability in the ever-volatile crypto landscape, making every exchange not just a trade but a building block for a more stable future.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bf55d2f e-flex e-con-boxed e-con e-child\" data-id=\"bf55d2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0dbc78 elementor-widget elementor-widget-heading\" data-id=\"d0dbc78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">The Backbone of Sustainability: The Tour Billion Vault<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db05179 elementor-widget elementor-widget-text-editor\" data-id=\"db05179\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe ingenuity of TBC&#8217;s economic design culminates in the Tour Billion Vault, where all generated revenue converges. Here&#8217;s how the ecosystem&#8217;s vitality is perpetuated:\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a37b3e8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a37b3e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><strong>Burning Bright: <\/strong>An astounding 80% of the tokens funnelled into the Vault are burned, a strategic move to combat inflation and enhance the value of each TBC token remaining in circulation.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><strong>Rewarding Loyalty: <\/strong> The remaining 20% of the tokens are not merely kept but distributed to the Staking Reserve. This act rewards those who have invested their trust and TBC tokens in the platform, ensuring they are partners in the ecosystem's growth and success.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57e3a24 e-flex e-con-boxed e-con e-child\" data-id=\"57e3a24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35502cd elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"35502cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Burning Mechanism<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17e126e elementor-widget elementor-widget-heading\" data-id=\"17e126e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Elevating TBC's Value: Understanding the Token Burning Mechanism<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-80505b4 elementor-widget elementor-widget-text-editor\" data-id=\"80505b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tIn the ever-evolving landscape of cryptocurrency, the TBC token stands out not just for its innovative applications but also for its strategic approach to enhancing value and sustainability. At the heart of this strategy lies the TBC Token Burning Mechanism, a carefully designed process with the ambitious goal of reducing the circulating supply. This reduction is not merely a number but a testament to TBC&#8217;s commitment to its community and the token&#8217;s long-term viability. Let&#8217;s delve into the actions that activate this transformative mechanism:\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-775871c e-grid p-0 e-con-boxed e-con e-child\" data-id=\"775871c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-05c5dfe e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"05c5dfe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0707f0 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"f0707f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 66 66\" id=\"atm-withdrawal\"><path d=\"M29.44,8.45h-4.27c-0.41,0-0.75,0.34-0.75,0.75v7.07c0,0.41,0.34,0.75,0.75,0.75h4.27c0.41,0,0.75-0.34,0.75-0.75V9.2  C30.19,8.79,29.86,8.45,29.44,8.45z M28.69,15.52h-2.77V9.95h2.77V15.52z\"><\/path><path d=\"M58.93,55.78h-2.81l2.95-25.21c0.37-2.07-0.5-4.2-2.21-5.42l-7.93-5.66V16.3h11.53c0.41,0,0.75-0.34,0.75-0.75V2  c0-0.41-0.34-0.75-0.75-0.75H4.95C4.53,1.25,4.2,1.59,4.2,2v13.55c0,0.41,0.34,0.75,0.75,0.75h10.49v22.3  c0,1.85,1.5,3.35,3.35,3.35h9.1c-0.08,1.63,0.01,4.05,0.79,6.62c1.11,3.61,3.56,4.82,4.73,5.19v2.01h-2.67  c-1.59,0-2.88,1.29-2.88,2.88V64c0,0.41,0.34,0.75,0.75,0.75h32.45c0.41,0,0.75-0.34,0.75-0.75v-5.35  C61.8,57.07,60.52,55.78,58.93,55.78z M40.48,33.85l1.48,1.59v5.02h-5.22V6.47h5.22v19.11c-0.52,0.27-1.01,0.61-1.44,1.06  C38.61,28.65,38.59,31.81,40.48,33.85z M45.25,38.97l0.01,1.49h-1.81v-3.41L45.25,38.97z M15.43,11.08h-3.66V6.47h3.66V11.08z   M48.94,6.47h4.71v4.61h-4.71V6.47z M43.46,6.47h3.98v19.57c-1.19-0.88-2.62-1.18-3.98-0.95V6.47z M5.7,14.8V2.75h54.02V14.8H48.94  v-2.22h5.46c0.41,0,0.75-0.34,0.75-0.75V5.72c0-0.41-0.34-0.75-0.75-0.75H11.02c-0.41,0-0.75,0.34-0.75,0.75v6.11  c0,0.41,0.34,0.75,0.75,0.75h4.41v2.22H5.7z M16.93,38.6V6.47h18.3v33.99H18.78C17.76,40.46,16.93,39.63,16.93,38.6z M34.26,52.44  c-0.12-0.02-2.99-0.51-4.15-4.31c-0.73-2.38-0.8-4.67-0.72-6.18h15.9l0.04,4.07c0,0.41,0.34,0.74,0.75,0.74c0,0,0,0,0.01,0  c0.41,0,0.75-0.34,0.74-0.76l-0.07-7.35c0-0.19-0.07-0.37-0.2-0.5l-4.97-5.34c-1.35-1.45-1.34-3.71,0.03-5.15  c1.34-1.41,3.51-1.57,5.01-0.39l7.92,6.91c0.31,0.27,0.79,0.24,1.06-0.07c0.27-0.31,0.24-0.79-0.07-1.06l-6.59-5.75v-5.99  l7.06,5.03c1.24,0.89,1.87,2.43,1.6,3.98l-2.98,25.43H34.9v-2.59C34.9,52.82,34.63,52.5,34.26,52.44z M60.3,63.25H29.36v-4.6  c0-0.76,0.62-1.38,1.38-1.38h28.2c0.76,0,1.38,0.62,1.38,1.38V63.25z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tWithdrawal Transactions\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ba432d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9ba432d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b37d7bb elementor-widget elementor-widget-text-editor\" data-id=\"b37d7bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe 20% Catalyst &#8211; Each withdrawal transaction within the TBC ecosystem is more than a simple transfer; it&#8217;s an opportunity to fortify the token&#8217;s value. With 20% of the tokens involved in these transactions set ablaze, this burning acts as a catalyst for scarcity, incrementally elevating the worth of TBC tokens still in circulation.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a39126 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"1a39126\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-410a4fd elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"410a4fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" id=\"nft\"><path d=\"M433.308 375.681a7.659 7.659 0 0 0 10.48-2.755l2.373-4.065a7.658 7.658 0 0 0-2.755-10.48c-3.645-2.141-8.346-.898-10.48 2.755l-2.373 4.065a7.658 7.658 0 0 0 2.755 10.48z\"><\/path><path d=\"M453.137 326.135a7.664 7.664 0 0 0 2.807 10.472c3.645 2.103 8.346.853 10.472-2.807l26.139-45.302c11.595-20.069 11.595-45.003 0-65.071l-90.14-156.065c-11.58-20.046-33.153-32.502-56.313-32.502H165.897c-23.197 0-44.801 12.456-56.388 32.502L19.444 223.427c-11.595 20.069-11.595 45.003 0 65.071l90.065 156.065c11.61 20.098 33.221 32.577 56.388 32.577h180.205c23.13 0 44.711-12.486 56.313-32.577l21.154-36.641a7.664 7.664 0 0 0-2.807-10.472c-3.66-2.126-8.354-.861-10.472 2.807l-21.154 36.641c-8.87 15.368-25.361 24.912-43.034 24.912H165.897c-17.711 0-34.231-9.544-43.109-24.912L32.723 280.833c-8.863-15.338-8.863-34.403 0-49.741l90.065-156.065c8.848-15.315 25.368-24.837 43.109-24.837h180.205c17.696 0 34.186 9.514 43.034 24.837l90.14 156.065c8.863 15.338 8.863 34.403 0 49.741l-26.139 45.302z\"><\/path><path d=\"m438.316 252.141-87.849-152.15a7.665 7.665 0 0 0-6.64-3.833H168.143c-2.74 0-5.27 1.46-6.64 3.833l-87.849 152.15a7.661 7.661 0 0 0 0 7.665l87.849 152.15a7.665 7.665 0 0 0 6.64 3.833h175.684c2.74 0 5.27-1.46 6.64-3.833l87.849-152.15a7.661 7.661 0 0 0 0-7.665zm-98.913 148.317H172.567L89.141 255.974l83.426-144.485h166.836l83.426 144.485-83.426 144.484z\"><\/path><path d=\"M199.462 213.411a7.66 7.66 0 0 0-7.665 7.665v44.082l-31.604-48.281c-4.166-6.349-14.08-3.404-14.08 4.199v69.787a7.66 7.66 0 0 0 7.665 7.665 7.66 7.66 0 0 0 7.665-7.665v-44.082l31.604 48.281c4.155 6.33 14.08 3.436 14.08-4.199v-69.787a7.66 7.66 0 0 0-7.665-7.665zm109.131 0a7.66 7.66 0 0 0-7.665 7.665 7.66 7.66 0 0 0 7.665 7.665h17.142v62.122c0 4.237 3.428 7.665 7.665 7.665s7.665-3.428 7.665-7.665v-62.122h17.142a7.66 7.66 0 0 0 7.665-7.665 7.66 7.66 0 0 0-7.665-7.665h-49.614zm-33.475 15.331a7.66 7.66 0 0 0 7.665-7.665 7.66 7.66 0 0 0-7.665-7.665h-34.935a7.66 7.66 0 0 0-7.665 7.665v69.787a7.66 7.66 0 0 0 7.665 7.665 7.66 7.66 0 0 0 7.665-7.665v-27.232h27.27a7.66 7.66 0 0 0 7.665-7.665 7.66 7.66 0 0 0-7.665-7.665h-27.27v-19.56h27.27z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tNFT Minting\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8980b0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d8980b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed248ae elementor-widget elementor-widget-text-editor\" data-id=\"ed248ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe Creative Spark &#8211; The act of minting NFT assets in the TBC realm carries with it a 5% token burn, seamlessly intertwining creativity with the ecosystem&#8217;s economic fortitude. This ensures that every new NFT\u2014each a unique expression of creativity\u2014also serves as a spark, igniting the reduction of TBC&#8217;s supply and enriching the value of the ecosystem&#8217;s fabric.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8465f16 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"8465f16\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c26b9b5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"c26b9b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" id=\"revenues\"><path fill-rule=\"evenodd\" d=\"M493.165 73.659a7.994 7.994 0 0 0 15.938 1.25l2.867-35.137h-.003a7.988 7.988 0 0 0-8.872-8.562l-35.011 4.13a7.988 7.988 0 0 0-7.031 8.844 7.988 7.988 0 0 0 8.844 7.031l12.893-1.521-91.34 94.976-95.602-47.156a8 8 0 0 0-9.264.886l-61.92 53.931a113.46 113.46 0 0 0 1.814-20.239c0-62.439-50.798-113.238-113.238-113.238S0 69.652 0 132.091s50.798 113.237 113.237 113.237c44.488 0 83.059-25.792 101.565-63.204l78.28-68.179 96.539 47.618a7.984 7.984 0 0 0 9.436-1.786l95.154-98.941-1.046 12.823zm-379.927 155.67C59.621 229.329 16 185.708 16 132.091s43.621-97.238 97.237-97.238c53.617 0 97.238 43.621 97.238 97.238s-43.62 97.238-97.237 97.238zM251.601 241.8h-45.273c-9.925 0-18 8.075-18 18v215.345c0 9.925 8.075 18 18 18h45.273c9.925 0 18-8.075 18-18V259.801c0-9.926-8.075-18.001-18-18.001zm2 233.346c0 1.084-.916 2-2 2h-45.273c-1.084 0-2-.916-2-2V259.801c0-1.084.916-2 2-2h45.273c1.084 0 2 .916 2 2v215.345zm119.201-188.83h-45.273c-9.925 0-18 8.075-18 18v170.83c0 9.925 8.075 18 18 18h45.273c9.925 0 18-8.075 18-18v-170.83c0-9.925-8.075-18-18-18zm2 188.83c0 1.084-.916 2-2 2h-45.273c-1.084 0-2-.916-2-2v-170.83c0-1.084.916-2 2-2h45.273c1.084 0 2 .916 2 2v170.83zM494 156.179h-45.273c-9.925 0-18 8.075-18 18v300.966c0 9.925 8.075 18 18 18H494c9.925 0 18-8.075 18-18V174.179c0-9.925-8.075-18-18-18zm2 318.966c0 1.084-.916 2-2 2h-45.273c-1.084 0-2-.916-2-2V174.179c0-1.084.916-2 2-2H494c1.084 0 2 .916 2 2v300.966zM130.401 351.924H85.129c-9.925 0-18 8.075-18 18v105.221c0 9.925 8.075 18 18 18h45.272c9.925 0 18-8.075 18-18V369.924c0-9.925-8.075-18-18-18zm2 123.221c0 1.084-.916 2-2 2H85.129c-1.084 0-2-.916-2-2V369.924c0-1.084.916-2 2-2h45.272c1.084 0 2 .916 2 2v105.221zm22.103-319.327c1.209 9.817-2.232 20.013-11.263 26.865-6.219 4.719-14.211 7.5-22.003 8.584v7.418a8 8 0 0 1-16 0v-7.566c-6.466-1.048-12.651-3.336-17.946-6.863-7.448-4.961-13.154-12.277-15.565-21.951a7.981 7.981 0 0 1 15.5-3.812c1.361 5.46 4.617 9.613 8.878 12.451 10.479 6.979 27.382 6.738 37.511-.948 8.933-6.778 5.657-19.278-3.006-24.508-5.254-3.172-12.127-4.846-18.557-5.901-7.802-1.281-16.253-3.601-23.112-8.079-17.688-11.547-18.217-36.953-2.066-50.085 4.963-4.035 11.128-6.805 17.698-8.128l.666-.129v-7.67a8 8 0 0 1 16 0v7.548c1.077.186 2.148.414 3.209.682 11.371 2.883 21.715 10.359 27.148 23.3a7.999 7.999 0 0 1-14.75 6.188c-3.889-9.27-13.441-14.771-23.422-14.776-10.639-.006-23.056 6.386-22.467 18.524.57 11.74 14.237 15.327 23.659 16.874 8.092 1.328 16.913 3.538 24.244 7.964 8.981 5.423 14.477 14.544 15.644 24.018z\" clip-rule=\"evenodd\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRevenue's Fiery Contribution\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23b844c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"23b844c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5966217 elementor-widget elementor-widget-text-editor\" data-id=\"5966217\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t80% Incineration &#8211; In an audacious move, TBC dedicates a staggering 80% of its revenue to the flames. This significant portion, far from being a loss, is a strategic investment in the ecosystem&#8217;s future. By converting a vast majority of its revenue into a force that reduces token supply, TBC solidifies its commitment to enhancing token value and ensuring the sustainability of its economic model.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tokenomics Total Issue : 1 Billion TBC Token TBC Contract Address 0xdA0F9F1204395C2481070c1d4DC1f996915527f2 Revenue Distribution Exploring TBC Token Revenue Streams: Fueling the Ecosystem&#8217;s Growth In the dynamic world of TBC Launchpad, every transaction is not just a step towards gaming excellence but also a vital contribution to the ecosystem&#8217;s robust economy. Here&#8217;s a glimpse into how [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-81","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/pages\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":9,"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/pages\/81\/revisions"}],"predecessor-version":[{"id":1450,"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/pages\/81\/revisions\/1450"}],"wp:attachment":[{"href":"https:\/\/tourbillion.app\/cn\/wp-json\/wp\/v2\/media?parent=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}