Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelas committed Apr 15, 2021
1 parent e138f2d commit 1076564
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions liquidity-pool/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1076564

Please sign in to comment.