Skip to content

Commit d471458

Browse files
authored
Merge pull request #11 from JupiterMetaLabs/feat/docs-content-update
fix(docs): remove staking/governance references; clarify native token
2 parents 0acc434 + 9b155ee commit d471458

7 files changed

Lines changed: 12 additions & 17 deletions

File tree

docs/advantages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The following table compares **Jupiter Meta Data Token (JMDT)** with leading L2
2626
| **L1 Settlement** | Dynamic zk-rollup to L1 | Periodic zk-rollup | STARK rollup | Delayed zk-rollup | Not applicable |
2727
| **Data Availability** | zk-anchored + immudb logs | Ethereum DA Layer | On-chain calldata | On-chain | Off-chain (private) |
2828
| **Enterprise Readiness** | ✅ DAG layer, DID, privacy | ⚠️ Limited DID/enterprise SDKs | ⚠️ Limited identity & compliance | ❌ Not enterprise-ready | ✅ Proven enterprise use |
29-
| **Token Model** | JMDT (Governance + Utility) | MATIC (Gas & Staking) | STRK | AZTEC | None |
29+
| **Token Model** | JMDT (Utility) | MATIC (Gas & Staking) | STRK | AZTEC | None |
3030
| **Smart Contract Support** | Rust (zkVM) + Solidity | Solidity (zkEVM) | Cairo | Aztec Noir + limited Solidity | Chaincode (Go/Java) |
31-
| **Governance** | Foundation DAO | Off-chain + Foundation | TBD (future DAO) | Aztec Foundation | Centralised consortium |
31+
| **Governance** | JupiterMetaLabs Foundation | Off-chain + Foundation | TBD (future DAO) | Aztec Foundation | Centralised consortium |
3232

3333
---
3434

docs/get-jmdt.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: [get JMDT, buy JMDT, JMDT token, Bitmart JMDT, JMDT faucet, testnet to
1010

1111
> *The Truth Layer for Verifiable Information — JMDT is the native token powering the JMDT Layer 2 network.*
1212
13-
JMDT is the utility token of the JMDT Layer 2 — used for gas fees, staking, governance, and accessing enterprise data services. You can acquire JMDT on mainnet via a centralised exchange, or claim testnet tokens from the upcoming faucet.
13+
JMDT is the utility token of the JMDT Layer 2 — used for gas fees, L2 commitments, and accessing enterprise data services. You can acquire JMDT on mainnet via a centralised exchange, or claim testnet tokens from the upcoming faucet.
1414

1515
---
1616

@@ -52,8 +52,6 @@ Once you have JMDT, here is what you can do with it:
5252
| Use Case | Description |
5353
|---|---|
5454
| **Gas fees** | Pay for transactions on the JMDT Layer 2 |
55-
| **Staking** | Stake JMDT to participate in AVC consensus as a validator |
56-
| **Governance** | Vote on protocol upgrades and network parameters |
5755
| **Enterprise access** | Pay for enterprise DAG node allocations and data services |
5856
| **DeFi** | Use JMDT in DeFi protocols built on the JMDT L2 |
5957

@@ -63,7 +61,7 @@ For full token economics, see [Tokenomics →](/docs/tokenomics).
6361

6462
## Security Reminders
6563

66-
- Only purchase JMDT from official, verified sources — always verify contract addresses from the [official JMDT website](https://jmdt.io)
64+
- Only purchase JMDT from official, verified sources — JMDT is the native token of the JMDT Layer 2 and does not have a separate ERC-20 contract address. Always verify you are on the official [jmdt.io](https://jmdt.io) site or the official Bitmart listing
6765
- Be cautious of phishing sites or unofficial "JMDT faucet" pages before the official faucet launches
6866
- Never share your private keys or seed phrase with anyone
6967

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Conventional blockchains struggle with performance, privacy, and real-world comp
5555
| **Security** | zkVM-based execution, AVC consensus, and stake-based accountability |
5656
| **Interoperability** | Fully compatible with Ethereum and Web3 SDKs |
5757
| **Efficiency** | Bloom Filters reduce propagation redundancy; zkRollups optimise gas fees for L1 finality |
58-
| **Governance** | JMDT token enables on-chain DAO governance and validator staking |
58+
| **Utility Token** | JMDT fuels gas fees, enterprise DAG access, and L2 commitments |
5959

6060
## JMDT at a Glance
6161

docs/mainnet/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This address is configured in your `jmdn.yaml` during node setup. See [Install &
9595
Running a mainnet node involves **real JMDT tokens** and connects to the live production network. Make sure you:
9696

9797
- Have a server meeting the [hardware prerequisites](./prerequisites)
98-
- Have JMDT for staking and gas (acquire via [Bitmart](/docs/get-jmdt))
98+
- Have JMDT for gas fees (acquire via [Bitmart](/docs/get-jmdt))
9999
- Are familiar with the [JMDN build process](/docs/running-a-node)
100100
- Keep your node key and config files secured
101101

docs/mainnet/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sudo ufw reload
8282
Running a mainnet JMDN node requires JMDT for:
8383

8484
- **Gas fees** — Paying for transactions you submit
85-
- **Staking**Validators stake JMDT to participate in AVC consensus
85+
- **Enterprise access**Paying for L3 DAG node allocations and data services
8686

8787
Acquire JMDT on **Bitmart** — see [How to Get JMDT →](/docs/get-jmdt)
8888

docs/testnet/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Testnet tokens are **free** — no purchase required.
8484
2. Connect your EVM-compatible wallet (MetaMask, etc.)
8585
3. Request testnet JMDT — instantly credited to your wallet
8686

87-
In the meantime, you can run a testnet node without any tokens — tokens are only required once you begin submitting transactions or staking.
87+
In the meantime, you can run a testnet node without any tokens — tokens are only required once you begin submitting transactions.
8888

8989
---
9090

docs/tokenomics.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ id: tokenomics
33
title: Tokenomics & Incentives
44
sidebar_label: Tokenomics
55
description: JMDT token economics — 1 Billion hard-capped supply, token distribution across L3 development, R&D, team, and founders, vesting schedule, and utility within the JupiterMeta ecosystem.
6-
keywords: [JMDT tokenomics, JMDT token supply, token distribution, staking, blockchain economics, 1 billion JMDT, vesting, DAO governance]
6+
keywords: [JMDT tokenomics, JMDT token supply, token distribution, blockchain economics, 1 billion JMDT, vesting, JMDT utility]
77
---
88

99
# Tokenomics & Incentives
1010

11-
> The total supply of JMDT is hard capped at **1 Billion tokens**, ensuring a fixed and transparent monetary base for sustainable growth and decentralised governance.
11+
> The total supply of JMDT is hard capped at **1 Billion tokens**, ensuring a fixed and transparent monetary base for sustainable long-term growth.
1212
1313
The allocation is thoughtfully structured to incentivise participation, support long-term ecosystem development, and provide liquidity for market access.
1414

@@ -20,8 +20,8 @@ The allocation is thoughtfully structured to incentivise participation, support
2020
|---|---|
2121
| **Token Name** | JMDT (Jupiter Meta Data Token) |
2222
| **Total Supply** | 1,000,000,000 (1 Billion) — hard cap |
23-
| **Token Type** | Utility + Governance |
24-
| **Primary Use** | DAG rollups, L2 commitments, node staking, DAO governance |
23+
| **Token Type** | Utility |
24+
| **Primary Use** | DAG rollups, L2 commitments, enterprise access |
2525

2626
---
2727

@@ -31,8 +31,6 @@ JMDT powers every layer of the protocol:
3131

3232
- **DAG Rollups** — JMDT tokens are used to commit DAG state transitions to L2
3333
- **L2 Commitments** — Fuel Sequencer-submitted zkRollup batches to Ethereum
34-
- **Node Staking** — Validators and Seed Nodes stake JMDT to participate in AVC consensus and earn rewards
35-
- **DAO Governance** — Token holders vote on protocol upgrades, parameter changes, and ecosystem grants
3634
- **Enterprise Access** — Enterprises receive JMDT via private allocation and grants to operate L3 DAG nodes
3735

3836
---
@@ -66,7 +64,6 @@ This allocation model ensures the **JMDT token remains utility-focused**, incent
6664

6765
- **Developers** — grants and ecosystem rewards for building on JMDT
6866
- **Data contributors** — rewards for participating in the ZK-verified data economy via SuperJ and enterprise DAGs
69-
- **Validators** — staking rewards for honest AVC consensus participation
7067
- **Enterprise partners** — private allocations for deploying L3 DAG infrastructure
7168

7269
The largest pool (55%) directly supports **real-world adoption** — the greatest signal of long-term protocol health.

0 commit comments

Comments
 (0)