# Tokenomics

### Emission model

Zeltra adopts a continuous issuance model without a fixed cap, identical in principle to Ethereum's original model.

\
ZLA tokens are issued with each new block produced. This issuance stream rewards validators and maintains the economic incentive to secure the network over the long term.

### Transaction fee allocation

Each transaction generates fees that are automatically distributed by the protocol:

| RECIPIENT       | Part | Role                                 |
| --------------- | ---- | ------------------------------------ |
| Block validator | 95 % | Network security                     |
| Zeltra Fund     | 5 %  | Partnerships, promotion, development |

### Economic flow by block

```
Product block
     ↓
Fees collected in ZLA
     ↓
┌──────────────┬──────────────┐
│    95 %      │     5 %      │
│  Validator   │ Zeltra Fund  │
└──────────────┴──────────────┘
```

### Supply regulation

The inflationary pressure linked to continuous emissions is offset by several natural factors:

* The growing demand for ZLA to pay transaction fees
* ZLA immobilization in staking during PoS migration
* The mechanisms of burn

This model is not based on an artificial scarcity mechanism, but on a real economic dynamic: the more the network is used, the stronger the demand for ZLA.

{% hint style="info" %}

### Transparency

All issuance flows, fees, and partnership funds are visible on-chain. Each fund allocation is a public transaction and verifiable by anyone.
{% endhint %}


---

# 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://zeltra.gitbook.io/zeltra-docs/basics/tokenomics.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.
