# 5. Year One: Daily Distribution

Total token distribution for Year One: 17,500,000,000

Daily Distribution: 17,500,000,000 / 365 days = 47,945,205 /day

Daily Breakdown:

Delphi Full Node Operators (40%): 19,178,082 /day

Active Delphi AppNode Users (40%): 19,178,082 /day

All Nodes (20%): 9,589,041 /day

**Year Two: Daily Distribution**

Total token distribution for Year Two: 8,750,000,000

Daily Distribution: 8,750,000,000 / 365 days = 23,972,602 /day

Daily Breakdown:

Delphi Full Node Operators (40%): 9,589,041 /day

Active Delphi AppNode Users (40%): 9,589,041 /day

All Nodes (20%): 4,794,520 /day

For each subsequent year, the total distribution would be halved again, following the same percentage allocations, unless the governance process alters the distribution structure.\
This structured halving model ensures a gradual and sustainable release of tokens, aligning\
with the principles of scarcity and long-term value appreciation, while consistently rewarding\
network participants and encouraging ongoing engagement with the platform.

### 5.1  Technical Architecture

The Gnodi Blockchain, as a Layer One blockchain, is structured around a Proof-of-Stake (PoS)\
consensus mechanism. This architecture emphasizes scalability, security, and interoperability,\
providing a foundation that is both future-proof and capable of supporting a diverse range of\
applications and use cases. The design choices made in the development of Gnodi reflect a\
deep commitment to creating a platform that can meet the evolving needs of the digital\
economy while maintaining high performance, security, and flexibility.

The Gnodi Blockchain’s architecture is designed to support high transaction throughput,\
enabling the network to scale efficiently as user demand grows. Unlike traditional Proof-of-Work\
(PoW) systems, which require significant computational resources, PoS relies on validators who\
are selected based on their stake in the network.

Users are incentivized to become validators because it opens an additional opportunity to gain\
token. To operate as a validator, they must offer a minimum of 5,000 token as collateral. This\
creates strong incentives for maintaining network integrity, as any malicious behavior could\
result in the loss of their staked tokens. This model not only enhances security but also\
promotes decentralization by encouraging broad participation from a diverse group of validators.

Further, it allows for faster transaction processing and reduced energy consumption.\
In addition to providing a framework that protects integrity and scalability through validators and\
staking, Gnodi’s technical architecture is also designed to protect interoperability through cross-\
chain communication and asset transfers. Users are able to move tokens, NFTs, and other\
digital assets between different blockchains with ease. This capability fosters a more connected\
and collaborative decentralized ecosystem, where diverse networks can work together to create\
new opportunities and use cases.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gnodi.io/documentation/gnodi-white-paper/5.-year-one-daily-distribution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
