From 107656424ee5be4f2f79e51532eb01924e0491dd Mon Sep 17 00:00:00 2001 From: Minas Melas Date: Thu, 15 Apr 2021 17:35:06 +0300 Subject: [PATCH] update readme.md --- liquidity-pool/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/liquidity-pool/readme.md b/liquidity-pool/readme.md index bb2ded113..edbba20b7 100644 --- a/liquidity-pool/readme.md +++ b/liquidity-pool/readme.md @@ -190,8 +190,6 @@ Currently it is not possible to leave a liquidity pool as a liquidity pool provi ### Re-staking money to the liquidity pool Currently it is only possible to join the liquidity pool by providing a specific amount of the two tokens of the token-pair. However, a provider could want to provide more money in the future in order to receive more rewards. For this, we would recommend another screen for this functionality, which will show the pools that the user has joined. After choosing a pool, the user should be able to send more amount of tokens to the pool. Whenever the pool receives this request, it should confirm that the provider has already joined the pool and update the provider's staked amount for the rewards to be consistent with this amount. However, this will introduce some problems in finding the amount staked by a specific provider, since it will not be just the two transactions received by the `BLOCK_TYPE_JOIN` block. -### Implement other liquidity pool pairs. - ### Implement other liquidity pool pairs. Currently only the eurotoken/bitcoin pair is implementened as a trading pair. Some future work can be done to provide different trading pairs as well.