Skip to content

Commit

Permalink
feat: lnv3 withdraw liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Mar 18, 2024
1 parent de1a6e0 commit f40e41f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/helixbridge/relayer_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ The configuration information for the Relayer is stored in the file `.maintain/c
:::info{title=swapRate}
The swapRate is the conversion rate from the native token on the target chain to the transfer token. For example, the native token on Ethereum is ETH, and the token to be transferred is USDC, the conversion rate might be approximately 2500 at 16/01/2024. As prices fluctuate, the Relayer needs to periodically adjust this ratio.
:::
:::info{title=withdrawLiquidity}
For the lnv3 bridge, the relayer can set two parameters in this section, including withdrawLiquidityAmountThreshold and withdrawLiquidityCountThreshold. The relayer client will check every 6 hours, and if either threshold is met, the relayer client will initiate the settlement process.
:::

### SafeWallet

Expand Down

0 comments on commit f40e41f

Please sign in to comment.