> For the complete documentation index, see [llms.txt](https://knights.gitbook.io/knightswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knights.gitbook.io/knightswap/the-armory/usdknight-token/how-usdknight-supply-is-managed.md).

# How $KNIGHT Supply Is Managed

## <mark style="color:orange;">**Why doesn't $KNIGHT have a hard cap?**</mark>

There's currently no hard cap on the supply of KNIGHT token, making it an inflationary token.

This is often a source of concern from our community members and one that comes from wanting token price to skyrocket (from a hard capped or deflationary supply). Those tokenomics would not fit what this project is aiming to accomplish.&#x20;

**The primary function of the $KNIGHT token is to incentivize providing liquidity to the exchange. Without block rewards, there would be much less of an incentive to provide liquidity. This would mean higher slippage with trading due to insufficient liquidity, less overall partnerships, & less TVL. Overall this would result in less confidence for investors & when that happens less capital coming into the ecosystem, which of course you can figure out what would happen then...**

## <mark style="color:orange;">**How is the KNIGHT supply reduced without a hard cap?**</mark>

Currently as our DEX is new we are incentivizing token emissions in order to attract more users and TVL to our platform. There are at this time no deflationary measures being taken&#x20;

### <mark style="color:orange;">**Reducing block emissions**</mark>

By reducing the amount of $KNIGHT made per block, we slow inflation. But we don't want to do this too frequently, too early, for the same reason we don't want a hard cap: we still need to incentivize people to provide liquidity.

### <mark style="color:orange;">$KNIGHT BURNS</mark>

When it is appropriate to control the supply we will be able to burn $KNIGHT. This may happen for specific milestones ($1 billion TVL, for example). Make sure you keep up with our [Twitter](https://twitter.com/KnightEcosystem?s=20) to catch all the latest burn announcements!


---

# 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://knights.gitbook.io/knightswap/the-armory/usdknight-token/how-usdknight-supply-is-managed.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.
