> For the complete documentation index, see [llms.txt](https://docs.zerocollateral.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerocollateral.eu/configuration/staff.md).

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