> For the complete documentation index, see [llms.txt](https://docs.kiiglobal.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiiglobal.io/docs/learn/tokenomics/utility.md).

# Utility

KII is the native gas and utility token of KiiChain, a sovereign proof of stake Layer 1. Total supply is fixed at 1,800,000,000 KII. The minting function is disabled at protocol level and cannot be changed by governance, so no further tokens can be created.

Gas, staking and governance are protocol level functions, available to holders in any jurisdiction, and do not require interaction with any KiiGlobal operated service.

1. Gas\
   All network transactions, including transfers, account creation and contract\
   deployment, are paid in KII. Fees accrue to validators. Gas use is\
   permissionless.
2. Staking\
   KII is the only asset eligible for validator bonding and delegation, securing network consensus. Validators, and delegators bonded to them, are paid a validation fee for the consensus service performed. Fees are assessed at protocol level and disbursed automatically by consensus, in proportion to bonded stake.\
   \
   Validation fees are paid from two sources: transaction fees borne by users submitting transactions; and a pre-allocated on-chain fee pool, which is finite, was fully allocated at genesis, and depletes according to a public schedule after which validation fees derive from transaction fees alone. Distribution from both sources is automatic and determined by consensus rules. Neither source involves new issuance. Validation fees are not funded by and do not depend on the revenue, profits or discretionary decisions of KiiGlobal S.A.S. or any affiliate. The fee is consideration for work performed, not a return on capital, and no rate of return is promised or projected.\
   \
   Bonding carries risk of loss through slashing, and an unbonding period during which bonded KII cannot be transferred.
3. Governance\
   KII is the voting asset for on chain protocol governance, which is live from genesis. Governance covers technical protocol matters: network parameters, validator set size, and protocol upgrades. It confers no shareholder, membership or management right in any company and no right to direct the business of any company.
4. Protocol Usage Fees\
   Applications using the KiiChain RWA protocol pay usage fees in KII. The protocol\
   is permissioned software, available only through issuers and distributors authorized in their own jurisdictions, and is geo restricted.\
   \
   KII confers no interest in, claim on or economic exposure to any asset tokenized through the protocol, and holders receive no share of protocol revenue.
5. Ecosystem Incentives\
   KII may be allocated from pre allocated reserves as development grants to third party developers and infrastructure operators building on KiiChain. Grants are discretionary and are not available to holders by virtue of holding KII. They are not a deposit, a yield product or a promised return.
6. Affiliated Application Discount.\
   Holders receive a flat service fee discount on the KiiChain App, operated by KiiGlobal S.A.S. (Colombia). The discount is the same for every eligible holder and does not increase with the amount held. It is a commercial promotion, not a distribution of revenue or profit, and may be modified or withdrawn at any time. The App is available only in jurisdictions where its operation is legally permitted. KII's function as a network asset does not depend on it.
7. Rights not Conferred\
   KII carries no dividend, profit sharing, interest, redemption, buy back or repurchase rights; no claim on the revenue, profits or assets of KiiGlobal S.A.S. or any affiliate; no equity or debt interest; and no contractual right to share in the profits or losses of any common enterprise. No token burn or buy back is funded from the revenue or profits of KiiGlobal S.A.S. or any affiliate.

Disclosure\
KiiGlobal will publicly disclose in advance any change to the utilities described here that could materially affect the value of KII.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kiiglobal.io/docs/learn/tokenomics/utility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
