...
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2025-10-11 12:45:00 +04:00
parent 498eb4a7ae
commit cc2665078d
2 changed files with 36 additions and 3 deletions

View File

@@ -27,6 +27,39 @@ Check also our existing opensource offering in https://dashboard.grid.tf/
## Token System
<details>
<summary><strong>Will you do something to increase token performance?</strong></summary>
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
</details>
<details>
<summary><strong>If your project is so strong, why your token weak?</strong></summary>
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.
</details>
<details>
<summary><strong>What are the different types of tokens in the ThreeFold ecosystem?</strong></summary>

View File

@@ -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: {