diff --git a/docs/faq.md b/docs/faq.md
index 157532f..27c64e4 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -27,6 +27,39 @@ Check also our existing opensource offering in https://dashboard.grid.tf/
## Token System
+
+
+Will you do something to increase token performance?
+
+Yes, we have implemented a multi-token system with built-in burning mechanisms to create scarcity and drive value.
+
+Key features include:
+
+- **Multi-Token Architecture**: to serve different purposes
+- **Utilization**: large offtakers need more capacity then the current grid can provide
+- **Burning Mechanism**: 10% of all revenue is used to buy and burn TFT, reducing supply
+- **Liquidity Pools**: Position-based liquidity pools with Dutch auction exit to protect long-term holders (phase 2)
+- **Stable Utility Token (CC)**: Pegged to gold for price stability
+
+
+
+
+
+If your project is so strong, why your token weak?
+
+We believe, the current marketcap of TFT is super low compared to the potential of the ThreeFold ecosystem.
+If you look at the current marketcap of $10M, it is very low compared to the potential market size of the cloud and AI markets (several trillion USD).
+
+We are not here to pump the token price, but to build a sustainable ecosystem.
+We have a real product, real customers, and a real plan to grow the ecosystem.
+
+> Now its up to you to draw your own conclusions.
+
+
+
+
+
+
What are the different types of tokens in the ThreeFold ecosystem?
diff --git a/docusaurus.config.js b/docusaurus.config.js
index a83c635..48b494b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -4,7 +4,7 @@
// There are various equivalent ways to declare your Docusaurus config.
// See: https://docusaurus.io/docs/api/docusaurus-config
-import {themes as prismThemes} from 'prism-react-renderer';
+import { themes as prismThemes } from 'prism-react-renderer';
// Mermaid theme support
const mermaidTheme = {
@@ -31,7 +31,7 @@ const config = {
organizationName: 'tfgrid', // Usually your GitHub org/user name.
projectName: 'tfgrid-economics', // Usually your repo name.
deploymentBranch: 'gh-pages',
- trailingSlash: false,
+ trailingSlash: true,
onBrokenLinks: 'throw',
@@ -61,7 +61,7 @@ const config = {
],
themes: ['@docusaurus/theme-mermaid'],
-
+
markdown: {
mermaid: true,
hooks: {