diff --git a/docs/components/Tokenomics/index.tsx b/docs/components/Tokenomics/index.tsx index f2d8deb46..d748325c4 100644 --- a/docs/components/Tokenomics/index.tsx +++ b/docs/components/Tokenomics/index.tsx @@ -25,13 +25,13 @@ type Slice = { // Community = vivid brand greens; Other = dark brand neutrals. // Colors alternate light↔dark across stacking order for maximum area-chart legibility. const ALLOCATION: Slice[] = [ - // Community (57%) - { key: 'Foundation Treasury', pct: 43, color: '#3A7D44', group: 'community' }, // vivid forest + // Community (54.5%) + { key: 'Foundation Treasury', pct: 40.5, color: '#3A7D44', group: 'community' }, // vivid forest { key: 'CCA', pct: 10, color: '#687d71', group: 'community' }, // brand sage { key: 'Airdrop', pct: 4, color: '#82F5AD', group: 'community' }, // brand bright mint - // Other (43%) + // Other (45.5%) { key: 'Gnosis Guild', pct: 20, color: '#252525', group: 'other' }, // brand dark charcoal - { key: 'Investors', pct: 14, color: '#3A4E42', group: 'other' }, // dark muted forest + { key: 'Investors (up to)', pct: 16.5, color: '#3A4E42', group: 'other' }, // dark muted forest { key: 'Team and Advisors', pct: 9, color: '#8FAE96', group: 'other' }, // muted sage ] diff --git a/docs/pages/tokenomics.mdx b/docs/pages/tokenomics.mdx index 5082743a0..a7c6bd886 100644 --- a/docs/pages/tokenomics.mdx +++ b/docs/pages/tokenomics.mdx @@ -56,7 +56,9 @@ This allocation recognises Gnosis Guild's early role and is subject to a 48-mont ### Investors -The Interfold, previously developed under the name Enclave, has completed pre-seed and seed funding rounds. Investor allocations will become transferable at the same time as CCA tokens, after the cooldown period. +The Interfold, previously developed under the name Enclave, has completed pre-seed and seed funding rounds. Investors may receive up to 16.5% of total FOLD supply. + +Investor allocations will become transferable at the same time as CCA tokens, after the cooldown period. Note: Investor and Legion participant valuations will settle at the lower of the CCA closing valuation or their original purchase agreement valuation. As a result, circulating supply at TGE may be lower.