# Smart Contract configuration

The behaviour of DeBets Smart Contract depends on a few configuration settings whose value is decided by DeBets and might change in the future.

The following table lists the configuration settings and their meaning:

setting current value read method description
counter-close-timeout one week getCounterCloseTimeout when one party requests to close a deposit this is the amount of time available for the other party to submit the closing information (see Closing of deposits)
minimum-deposit-duration one week getMinSessionDuration this setting guarantees a minimum duration for player deposits even when they are in loss (see Closing of deposits)
fee %1 getFee the fee applied by DeBets each time a loging deposit gets closed (see Smart Contract Fee)

In addition to the settings above the Smart Contract uses two more settings whose value depends on the cryptocurrency being used: the minimum-deposit-amount and the minimum-balance.
The minimum-deposit-amount corresponds to the smallest amount that can be deposited when a player creates a new deposit. The following table shows the value currently set in the Smart Contract for each cryptocurrency:

blockchain cryptocurrency in-game currency minimum-deposit-amount
Binance Smart Chain BNB mBNB 10.0 mBNB
Binance Smart Chain USDT USDT 10.0 USDT
Ethereum ETH mETH 10.0 mETH
Ethereum USDT USDT 10.0 USDT

The minimum-balance corresponds to the value of the player balance in a deposit under which you are allowed to close a losing deposit even if the minimum deposit duration has not elapsed (see Closing of deposits).

blockchain cryptocurrency in-game currency minimum-balance
Binance Smart Chain BNB mBNB 1.0 mBNB
Binance Smart Chain USDT USDT 1.0 USDT
Ethereum ETH mETH 1.0 mETH
Ethereum USDT USDT 1.0 USDT
blockchain cryptocurrency address of token contract
Binance Smart Chain BNB 0x0000000000000000000000000000000000000000
Binance Smart Chain USDT 0x55d398326f99059ff775485246999027b3197955
Ethereum ETH 0x0000000000000000000000000000000000000000
Ethereum USDT 0xdAC17F958D2ee523a2206206994597C13D831ec7