# $PRNT

The $PRNT token is a reflection token that utilizes its 8% fee to run the protocol. This is how the 8% fee is utilizes within the protocol

### 1% Burn

1% of each $PRNT transaction is burned. This is to offset the farming emissions to some degree. This is a true burn as it utilizes the contracts burn function, this means that the tokens are removed from the total supply.

### 3.5% Single Sided Staking

3.5% of $PRNT transactions are used to fund the protocols single sided staking. This percent is taken and converted into $pDAI and deposited into the single sided staking contract. This allows participants to single sided stake their $PRNT and earn $pDAI

### 3.5% Printer

The other 3.5% is deposited as PLS into the printer (which then converts it into pDAI upon deposit). This is a way to keep the amount of $pDAI in the miner continuously growing.&#x20;


---

# 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://pdai-printer.gitbook.io/pdaiprinter.xyz/overview/usdprnt.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.
