# Treasury

The ENCTR Treasury is a core function of the protocol. It represents all of the assets that are owned. These assets provide the backing of the token and allow staking rewards to be minted as well as Play-To-Earn rewards distributed.

### Assets

The type of assets that the treasury owns are:

1. Stablecoins such as DAI, USDC, USDT
2. Liquidity Pool Tokens

### Protocol Owned Liquidity

ENCTR owns its own liquidity. This is a core function of the protocol. The reason we do this is so that we can bootstrap the entire process ourselves without relying on other methods.

Without having to rely on other methods or external liquidity providers, ENCTR can make sure there is a liquid market and earn trading fees as a revenue stream for the protocol itself.


---

# 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.enctr.gg/the-basics/treasury.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.
