> For the complete documentation index, see [llms.txt](https://veles-carbon-credits.gitbook.io/veles-carbon-credits-pallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://veles-carbon-credits.gitbook.io/veles-carbon-credits-pallet/pallet-entities-and-functionalities/functionalities/authority-exclusive-functionalities/update-penalty-levels.md).

# Update penalty levels

The penalty levels represent the increase in a price of the execution of a specific functionality (i.e. the sale of a carbon credit or the submission proposal of a project). The pallet supports up to 5 penalty levels which are set by default to the following specific values:

### Current penalty level values:

| Penalty level | Penalty value |
| :-----------: | :-----------: |
|       0       |    100.00%    |
|       1       |    167.00%    |
|       2       |    230.00%    |
|       3       |    275.50%    |
|       4       |    320.00%    |

An authority account can chose to update the penalty values of the pallet by submitting them to the pallet via the `update_penalty_levels(new_penalty_levels)` functionality. It is worth mentioning that the authority account should bare in mind that he/she is submitting 5 penalty levels, where the new values are of a increasing order and the new values should be in the form of a 2 decimal placement percentage value.


---

# 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:

```
GET https://veles-carbon-credits.gitbook.io/veles-carbon-credits-pallet/pallet-entities-and-functionalities/functionalities/authority-exclusive-functionalities/update-penalty-levels.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.
