Skip to content

Update tokenomics allocation structure (60/22/3/6/5/2/2)#3

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-tokenomics-page-allocation
Draft

Update tokenomics allocation structure (60/22/3/6/5/2/2)#3
Copilot wants to merge 2 commits intomainfrom
copilot/update-tokenomics-page-allocation

Conversation

Copy link

Copilot AI commented Feb 17, 2026

Implements revised token distribution model with new Gas Sponsorship category (3% - 30M NDG) for ERC-4337 gas subsidies and rebalanced allocations.

Changes

Allocation Updates

  • Presale: 50% → 60% (600M NDG, unsold → Treasury)
  • Gas Sponsorship: 3% (30M NDG) - NEW
  • Staking/Vesting: 10% → 6% (60M NDG, limited pool model)
  • Partnerships: 10% → 5% (50M NDG → Treasury)
  • Ecosystem: 5% → 2% (20M NDG → Treasury)
  • Team: 3% → 2% (20M NDG)

Visual Updates

  • CSS pie chart conic-gradient updated to reflect 60/22/3/6/5/2/2 split
  • Added .d-gas color class (#EC4899) for Gas Sponsorship segment
  • Pie legend expanded to 7 items with updated percentages
  • Distribution table updated with treasury flow notes

New Sections

  • Gas Sponsorship (🚀): ERC-4337/Biconomy integration for zero-gas transactions, social login support
  • Treasury Management (🏦): Consolidates unsold presale tokens, partnerships (50M), and ecosystem fund (20M) under strategic CEO control

Content Updates

  • Staking section now includes limited pool disclaimer for sustainable APY
  • All token amounts updated (ticker, overview, listings)
  • Treasury flow documented across partnerships, ecosystem, and presale sections

Screenshot

Updated Tokenomics Page

Total allocation verified: 60 + 22 + 3 + 6 + 5 + 2 + 2 = 100%

Original prompt

🎯 Update Tokenomics Page with New Allocation

Current Allocation (OLD):

50% - Presale (500M)
22% - Permanent Reserve (220M)
10% - Staking/Vesting (100M)
10% - Partnerships (100M)
5% - Ecosystem (50M)
3% - Team (30M)

New Allocation (REQUIRED):

60% - Presale (600M) → Unsold goes to Treasury
22% - Permanent Reserve (220M) → Locked for bonding curve
3% - Gas Sponsorship (30M) → NEW - ERC-4337 gas subsidies
6% - Staking/Vesting (60M) → Rewards limited to available pool
5% - Partnerships (50M) → Goes to Treasury
2% - Ecosystem (20M) → Goes to Treasury
2% - Team (20M) → Vested to core team

📝 Changes Required in menu/tokenomics.html:

1. Update CSS Pie Chart

Change the conic-gradient percentages in the .token-pie class:

.token-pie {
  background: 
    conic-gradient(
      #F59E0B 0% 60%,   /* 60% Presale (was 50%) */
      #22C55E 60% 82%,  /* 22% Permanent Reserve (unchanged) */
      #EC4899 82% 85%,  /* 3% Gas Sponsorship (NEW - orange/red color) */
      #3B82F6 85% 91%,  /* 6% Staking/Vesting (was 10%) */
      #A855F7 91% 96%,  /* 5% Partnerships (was 10%) */
      #10B981 96% 98%,  /* 2% Ecosystem (was 5%) */
      #F43F5E 98% 100%  /* 2% Team (was 3%) */
    );
}

2. Update Pie Legend

Update the legend items in the HTML to match new percentages:

  • Presale: 50% → 60% (500M → 600M)
  • Permanent Reserve: 22% (unchanged)
  • Gas Sponsorship: 3% (30M) - ADD THIS NEW ITEM
  • Staking/Vesting: 10% → 6% (100M → 60M)
  • Partnerships: 10% → 5% (100M → 50M)
  • Ecosystem: 5% → 2% (50M → 20M)
  • Team: 3% → 2% (30M → 20M)

3. Add Gas Sponsorship Section

Add a new card/section explaining the 30M NDG gas sponsorship:

<div class="tok-card">
  <h2>🚀 Gas Sponsorship (3% - 30M NDG)</h2>
  <p>
    NetDAG eliminates blockchain barriers with <strong>30 million NDG reserved for gas subsidies</strong>.
    Using ERC-4337 account abstraction and Biconomy Paymaster, users can transact without holding BNB for gas fees.
  </p>
  <ul>
    <li><strong>Zero Gas Transactions:</strong> New users interact with NetDAG without technical friction</li>
    <li><strong>Social Login Integration:</strong> Email/Google login with sponsored transactions</li>
    <li><strong>Sustainability:</strong> Pool refills from transaction fees to maintain accessibility</li>
    <li><strong>Smart Limits:</strong> Prevents abuse while ensuring legitimate users always have access</li>
  </ul>
</div>

4. Add Treasury Section

Add explanation of treasury holdings:

<div class="tok-card">
  <h2>🏦 Treasury Management</h2>
  <p>
    The NetDAG Treasury holds strategic reserves for long-term ecosystem development and stability.
  </p>
  <h3>Treasury Holdings:</h3>
  <ul>
    <li><strong>Unsold Presale Tokens:</strong> Any tokens not sold during presale phases</li>
    <li><strong>Partnerships Allocation (5% - 50M NDG):</strong> Strategic collaborations, exchange listings, integrations</li>
    <li><strong>Ecosystem Fund (2% - 20M NDG):</strong> Development grants, community initiatives, emergency reserves</li>
  </ul>
  <p>
    <em>Treasury is CEO-controlled and allocated strategically for maximum ecosystem benefit including exchange listings, marketing campaigns, development funding, and operational needs.</em>
  </p>
</div>

5. Update Staking Section

Modify the staking description to include reward limitation:

<p>
  <strong>6% (60M NDG)</strong> allocated for staking rewards and vesting schedules.
  <em>Note: Staking rewards are distributed from a limited pool. The staking contract will only accept new stakes if sufficient rewards remain available, ensuring sustainable APY for all participants.</em>
</p>

6. Update Team Section

Change team allocation text:

<p>
  <strong>2% (20M NDG)</strong> allocated to core team members with multi-year vesting to ensure long-term commitment and alignment with ecosystem success.
</p>

7. Update Presale Section

Update presale amount and add treasury note:

<p>
  <strong>60% (600M NDG)</strong> available through 9-tier presale with progressive pricing.
  <em>Any unsold tokens after presale completion will be transferred to the Treasury for strategic ecosystem deployment.</em>
</p>

✅ Success Criteria:

  • Pie chart visually reflects new percentages (60/22/3/6/5/2/2)
  • All text descriptions match new allocation
  • Gas Sponsorship section is clear and prominent
  • Treasury explanation is present
  • Staking limitation is noted
  • Total still equals 100% (1 Billion NDG)

🎨 Design Notes:

  • Keep existing dark theme styling
  • Maintain consistent card layout (.tok-card)
  • Use existing color scheme for new gas sponsorship section
  • Ensure mobile responsiveness is preserved

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: JoDa-NetDAG <223148434+JoDa-NetDAG@users.noreply.github.com>
Copilot AI changed the title [WIP] Update tokenomics page with new allocation Update tokenomics allocation structure (60/22/3/6/5/2/2) Feb 17, 2026
Copilot AI requested a review from JoDa-NetDAG February 17, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants