# Staff

Staff account can use their badge to modify the Smart Contract configuration.

These are the available parameters to configure:

```
        1. Reward level for account providing liquidity (default=5) 
                -> This changes the level of interest (API) on the provision of liquidity
        2. Interest level for account borrowing liquidity (default=10) 
                -> This changes the level of interest (API) on loans
        3. Maximum length of loans/tokenize period expressed in epochs (default=8000=1 month)
        4. Maximum percentage that an account can withdraw from the total available (default=3)
        5. Maximum number of tokens that can be borrowed (default=3000)
        6. Maximum number of tokens that can be deposited in liquidity (default=10000)
        7. Maximum ratio between loans received and loans granted (default=30) 
                -> Maximum percentage of supplied liquidity that can be used for loans

```

Reward/Interest level will be valid from the next epoch, that is, in the next five minutes

The other parameters become active immediately.


---

# 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.zerocollateral.eu/configuration/staff.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.
