@@ -8,16 +8,16 @@ Each mode is described in it's own section:
# Lition Registry contract interactions
Each interaction is described in it's own section:
*[Vest in chain](Vest-in-chain) - to vest LIT tokens in chain -> condition to become a validator
*[Deposit in chain](Deposit-in-chain) - to deposit LIT tokens in chain -> condition to become a transactor
*[Vest in chain](Vest-in-chain) - to vest LIT tokens in chain -> condition to join network as a validator
*[Deposit in chain](Deposit-in-chain) - to deposit LIT tokens in chain -> condition to join network as a transactor
*[Withdraw vesting from chain](Withdraw-vesting-from-chain) - to withdraw vested LIT tokens from chain
*[Withdraw deposit from chain](Withdraw-deposit-from-chain) - to withdraw deposited LIT tokens from chain
*[Register new sidechain](Register-new-sidechain) - to register a new custom sidechain
## Contract doc
### Contract doc
Each external function in our contract is documented directly in the code using doxygen tags. To fully understand how it works internally, you can go through the functions descriptions directly in [LitionRegistry.sol](https://gitlab.com/lition/lition_contracts/blob/master/contracts/LitionRegistry.sol)
## Interaction with Lition Registry contract
### Interaction with Lition Registry contract
* We provide [Lition sidechain maneger](https://www.lition.io/sidechainmanager/#/) for interacting with our contract
* Please read parameters description from the left panel of Lition sidechain manager in [Chain-and-User-details-parameters wiki](Chain-and-User-details-parameters)
* Experienced users can also use [etherscan](https://etherscan.io/address/0x3b9a052bc3e457A0f278436f058E040A147aB323#code) for mainnet contract and [etherscan](https://ropsten.etherscan.io/address/0xA8659cee561B7C6118B2FB0D8f73e18aA8aC4ba4#code) for ropsten contract