> For the complete documentation index, see [llms.txt](https://docs.layerk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerk.com/layer-2-blockchain-and-token/layerk-token.md).

# LAYERK Token

## LAYERK Token

LAYERK is the **native token** of the LAYERK ecosystem, essential for accessing the network's resources. Users utilize LAYERK tokens to pay for network services such as sending crypto, minting tokens, and invoking smart contracts. Additional benefits can be unlocked when LAYERK tokens are vested and transform into vLAYERK.

{% hint style="success" %}
LAYERK is listed on several exchange:

<https://coinmarketcap.com/currencies/layerk/>
{% endhint %}

***

### Technical Resources

* GitHub:[ github.com/LayerK](https://github.com/LayerK)
* Block Explorer:[ explorer.layerk.com](https://explorer.layerk.com/)
* API Docs:[ explorer.layerk.com/api-docs](https://explorer.layerk.com/api-docs)

### Token Distribution

Starting supply: 1.000,000,000 LAYERK token

LYK has a fixed total supply of 1,000,000,000 tokens. The supply is intended to support core protocol functions, including the treasury, staking incentives, ecosystem rewards, and community airdrops. Final allocation percentages, emission parameters, and distribution schedules are under review and will be published upon sign-off.&#x20;

<table><thead><tr><th>Area</th><th width="114">% Supply</th><th>Token Amount</th><th>Release Timing</th></tr></thead><tbody><tr><td>Ecosystem</td><td>10%</td><td>100,000,000</td><td>24 Months Vesting</td></tr><tr><td>Liquidity</td><td>15%</td><td>150,000,000</td><td>Free</td></tr><tr><td>Minting</td><td>65%</td><td>650,000,000</td><td>Based on Minting</td></tr><tr><td>Airdrop</td><td>9%</td><td>90,000,000</td><td>Free</td></tr><tr><td>Team &#x26; Advisor</td><td>1%</td><td>10,000,000</td><td>60 Months Vesting</td></tr></tbody></table>

The LAYERK token powers the LayerK Chain ecosystem with a variety of use cases:

* Gas Payments – Fuel for transactions and smart contract execution.
* Staking & Delegation – Strengthens network security while rewarding validators and delegators.
* Governance Participation – Token holders influence decisions via proposals and votes.
* Ecosystem Incentives – Distributed as rewards to active users and contributors.


---

# 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.layerk.com/layer-2-blockchain-and-token/layerk-token.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.
