Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/components/Tokenomics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down
4 changes: 3 additions & 1 deletion docs/pages/tokenomics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading