diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 72511c3..0f2f380 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -3,9 +3,9 @@ - [What is JungoAI](intro/what-is-jungoai.md) - [Federated AI](intro/federated-ai.md) - [Federated Big Data](intro/federated-bigdata.md) + - [Jungo DAO](intro/jungo-dao.md) - [Protocol](intro/protocol.md) -- [Jungo DAO]() -- [Use Cases](intro/use-cases.md) + - [Use Cases](intro/use-cases.md) # General Guide @@ -14,7 +14,6 @@ # Builders Guide -- [JungoAI Components](builders/jungoai-components.md) - [Create a Wallet (Coldkey)](builders/create-a-wallet.md) - [Create a Hotkey](builders/create-a-hotkey.md) - [Run a Subnet node](builders/run-a-subnet-node.md) diff --git a/src/assets/protocol.png b/src/assets/protocol.png new file mode 100644 index 0000000..40e85dc Binary files /dev/null and b/src/assets/protocol.png differ diff --git a/src/assets/protocol.svg b/src/assets/protocol.svg index 6123492..60d2e63 100644 --- a/src/assets/protocol.svg +++ b/src/assets/protocol.svg @@ -1,11 +1,14 @@ + transform="translate(-1219.334,-2)"> BLOCKCHAIN LAYER + transform="translate(-1213.1297,2)"> + transform="translate(-925.71058,2)"> ... + id="g6910" + transform="translate(-1220.0907)"> + transform="translate(-610.04174,-9.5058495)"> @@ -1334,88 +1338,85 @@ ... - - - + + Subnet K - - - - Subnet K + + + + API - + style="font-size:32px;fill:#ffffff;fill-opacity:1" + id="tspan6950">API APPS BASE LAYER + id="g7318" + transform="translate(-1220.0907)"> + transform="translate(-636.00365)"> + transform="rotate(-90,-312.79847,1076.0029)"> + id="g7695" + transform="translate(-1220.0907)"> + transform="translate(-1322.5925,-391.36813)"> + id="tspan7663" + x="646.92206" + y="1070.2432" /> ... + transform="translate(-984.451)"> End User + + + Jungochain node + + + + API + + + + + + StorageSubnet + + FHE DBSubnet + + FE AISubnet + + + Jungochain RPC + + DB + + DAO + + EVM + + $JUNGO + + + + + + + + + BLOCKCHAIN LAYER + + + BASE LAYER + + + + + + RPCProviderSubnet + + + + IndexerSubnet + + + + ServerLessSubnet + + + + APPS LAYER + + ... + ... + + + + + + + End User + + ... + + + End User + + + diff --git a/src/builders/jungoai-components.md b/src/builders/jungoai-components.md deleted file mode 100644 index 4249744..0000000 --- a/src/builders/jungoai-components.md +++ /dev/null @@ -1,72 +0,0 @@ -# JungoAI Componenets - -JungoAI consisted of this components: - - -Main Components of JungoAI ecosystem would be: - -- Jungochain -- Subnet - - Worker node - - Monitor node -- Base Layer -- Apps Layer - -## Jungochain - -Jungochain is the blockchain layer of JungoAI. - -It handles transactions and serve Subnets, store information and metadata of -Subnet itself and each nodes (worker or monitor), And incentivize them utilizing JUNGO token. -You can find out how emission will distribute [here](). - -To get more details checkout [terminologies](../more/terminologies.md) - -## Subnet - -A Subnet is a subnetwork under Jungochain, running an AI or Big Data service. - -Everyone can run a Subnet on Jungochain by staking amount of JUNGO token, -set configuration parameters and define the service API (to be used by the end-user). -After than other persons can run Worker and Monitor nodes that follow -the rules (service API and configuration) on the subnet and get emission too. - -*How Subnet works:* - -Subnet is made of Worker nodes and Monitor nodes. - -### Worker - -Is actual node that run Big Data or AI service and serve end-user. - -### Monitor - -A Monitor analyze performance of Workers and send result (scores of Workers) back to the Jungochain. -Then Jungochain distribute reward among Workers according to it. -A Monitor also gets reward according to the average of Monitor results. -See [emission](../more/emissions.md) section for more details. - -Here is a diagram of a Subnet: - -
- figure subnet -
- -And Here is an overview of JungoAI ecosystem: - -
- figure 1 -
- -For running subnet nodes see [here](guide/run-a-subnet-node.md). - -Or if you want to create a new Subnet see [here](). - -## Base Layer VS Apps Layer - -We have define two groups of Subnets, Base Layer and Apps Layer, that serve different purpose. -The Subnets in Base Layer serve Subnets of Apps layer. For example we run Subnet A -in Base Layer that run a message queue service so that other Subnets can get service from Subnet A. -Every services that serve other Subnets will be put in Base Layer. Other Subnets that serve end-users -would be in Apps Layer. -We have categorized this Subnet for clarification and ease of use for Subnet creators. diff --git a/src/general/add-to-metamask.md b/src/general/add-to-metamask.md index 1ead2ae..4a77cdb 100644 --- a/src/general/add-to-metamask.md +++ b/src/general/add-to-metamask.md @@ -4,31 +4,31 @@ Here we explain how to add Jungochain network to your Metamask wallet. Click on the button of top left corner of your Metamask and then a pop-up like below would appear. -m1 +
m1
Click on "Add a custom nework" button. -m2 +
m2
Fill the Network name, for example "Jungochain-devnet". -m3 +
m3
Click on "Add RPC URL". -m4 +
m4
Fill the RPC URL with `https://devnet-rpc.jungoai.xyz`. -m5 +
m5
Fill ChainID with `4222` (JungoAI devnet EVM chain id is 4222) and Currency symbol with `JUNGOtest` (for clarification it's devnet token). -m6 +
m6
Fill the Block explorer URL with "https://evmscan.jungoai.xyz". -m7 +
m7
You should see Jungochain-devnet in your network list. Select it. diff --git a/src/general/add-to-talisman.md b/src/general/add-to-talisman.md index 3440b79..5403a60 100644 --- a/src/general/add-to-talisman.md +++ b/src/general/add-to-talisman.md @@ -8,19 +8,21 @@ First of all, you can get Talisman from [here](https://talisman.xyz/). Go to the Setting tab and select "Networks & Tokens" and then select "Manage Networks": +
t1 +
Select "Polkadot" tab: -t2 +
t2
Click on "Add network" button: -t3 +
t3
Fill the inputs like below: -t4 +
t4
As you can see, token name (`JUNGOtest`) and decimals `9` filling up automatically. diff --git a/src/intro/jungo-dao.md b/src/intro/jungo-dao.md new file mode 100644 index 0000000..a26ce7c --- /dev/null +++ b/src/intro/jungo-dao.md @@ -0,0 +1,42 @@ +# Jungo DAO + +Jungo DAO is a decentralized autonomous organization (DAO) that brings together +experts in science and technology to govern and shape the JungoAI Network. + +Through Jungo DAO, members gain voting power and influence key decisions that +drive the development of JungoAI Network. Governance remains community-led, +ensuring innovation is guided by expertise rather than corporate interests. +It follows a proof-of-expertise model, where voting power is based on knowledge and +contributions rather than just token holdings. +Contributors are also rewarded with `JUNGO` tokens for their participation. + +DAO members approve projects, set policies, and guide network growth, while +earning `JUNGO` tokens as incentives. This approach ensures that the network evolves +based on expert knowledge, benefiting both contributors and the broader decentralized community. + +## Who is Eligible to Join Jungo DAO? + +Jungo DAO is open to scientists, researchers, university professors, industry professionals, +developers, data experts, and tech influencers who want to contribute to DeSci, federated AI, +and Big Data. + +Membership is based on knowledge and contributions, ensuring governance remains expert-driven. +Whether you are an academic, a professional in AI and data, or an advocate for open and decentralized +systems, Jungo DAO offers a unique opportunity to help shape the future of decentralized innovation. + +## Why Join Jungo DAO? + +Jungo DAO is built on the philosophy of collaboration and open innovation, creating a system that +belongs to everyone. It welcomes experts who share this vision and want to use their knowledge to +advance science and technology for the benefit of society. + +As a member, you will have a direct role in governing the network, influencing key decisions, and +driving scientific progress in a decentralized way. In return for your contributions, you will earn +`JUNGO` tokens, the network’s native cryptocurrency, as rewards. + +## How to Apply + +Initial members of Jungo DAO will be selected by the core team and founders. To apply, send an email to: +[dao@jungoai.xyz](dao@jungoai.xyz) + +After the initial selection, new members will be voted in by the DAO. diff --git a/src/intro/protocol.md b/src/intro/protocol.md index fbd34d1..a96cf8a 100644 --- a/src/intro/protocol.md +++ b/src/intro/protocol.md @@ -1 +1,68 @@ # Protocol + +JungoAI Protocol consisted of 3 layer: + +- Blockchain layer (Jungochain) +- Base Layer +- Apps Layer + +## Jungochain + +Jungochain is the blockchain layer of JungoAI. + +It handles transactions and serve Subnets, store information and metadata of +Subnet itself and each nodes (worker or monitor), And incentivize them utilizing JUNGO token. +You can find out how emission will distribute [here](). + +To get more details checkout [terminologies](../more/terminologies.md) + +## Base Layer + +The base layer is a list of **Subnets** running infrastructure services have optimized for +serving other Subnets, e.g: De Storage, De Message Queue and etc... . + +## Apps Layer + +Apps Layer is a list of **Subnets** that give service to end-users. + + +## Subnet + +A Subnet is a subnetwork under Jungochain, running an AI or Big Data service. +It could be in Base Layer or Apps Layer. + +Everyone can run a Subnet on Jungochain by staking amount of JUNGO token, +set configuration parameters and define the service API (to be used by the end-user). +After than other persons can run Worker and Monitor nodes that follow +the rules (service API and configuration) on the subnet and get emission too. + +*How Subnet works:* + +Subnet is made of Worker nodes and Monitor nodes. + +### Worker + +Is actual node that run Big Data or AI service and serve end-user. + +### Monitor + +A Monitor analyze performance of Workers and send result (scores of Workers) back to the Jungochain. +Then Jungochain distribute reward among Workers according to it. +A Monitor also gets reward according to the average of Monitor results. +See [emission](../more/emissions.md) section for more details. + +Here is a diagram of a Subnet: + +
+ figure subnet +
+ +And Here is an overview of JungoAI ecosystem: + +
+ figure 1 +
+ +For running a Subnet node see [here](guide/run-a-subnet-node.md). + +Or if you want to create a new Subnet see [here](). diff --git a/src/intro/what-is-jungoai.md b/src/intro/what-is-jungoai.md index 87cd6fc..9c2be21 100644 --- a/src/intro/what-is-jungoai.md +++ b/src/intro/what-is-jungoai.md @@ -1,7 +1,12 @@ # What is JungoAI +JungoAI is a public, decentralized platform designed to enable +the development of **Federated AI**, **Big Data**, and DeSci solutions. +It allows researchers, developers, and innovators to collaborate on +AI models and data-driven projects without relying on centralized companies. -JungoAI is a public **Federated AI** and **Big Data** network -where nodes and users collaborate to provide innovative -AI and Big Data solutions. Our vision is to build a **global -Big Data and AI layer for the internet**. +By leveraging blockchain and decentralized governance, JungoAI ensures +data security, privacy, and open access for the global community. +Experts can contribute their knowledge, computation power, or research data, +earning `JUNGO` tokens as rewards. Governed by **Jungo DAO**, the network maintains a +transparent and expert-led ecosystem that fosters collaboration and innovation. diff --git a/src/more/links.md b/src/more/links.md index 4e5a3f2..bb1fe4e 100644 --- a/src/more/links.md +++ b/src/more/links.md @@ -1,5 +1,6 @@ # Links +## RPC & Explorer Substrate RPC: ``` @@ -20,3 +21,21 @@ EVM Explorere: ``` https://evmscan.jungoai.xyz ``` + +## Community & Resources + +Stay connected and follow our updates: + +Website: [www.jungoai.xyz](www.jungoai.xyz) + +Telegram: [https://t.me/JungoAI](https://t.me/JungoAI) + +Email: [admin@jungoai.xyz](admin@jungoai.xyz) + +## Jungo DAO + +Jungo DAO’s goal is to build a network of experts to govern Jungo Network as a public, +decentralized AI, data, and DeSci ecosystem. We welcome experts and individuals who share +this vision to join us. + +Apply to Jungo DAO : [dao@jungoai.xyz](dao@jungoai.xyz)