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.

Last updated