Skip to content

Commit

Permalink
fix initial_balance_pct to clarify steup params
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jun 26, 2024
1 parent 08e2b19 commit e8afb69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/bridge/docs/rfq/Relayer/Relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The relayer is configured with a yaml file. The following is an example configur
min_quote_amount: 10000
rebalance_method: "circlecctp"
maintenance_balance_pct: 20
initial_balance_pct: 34
initial_balance_pct: 50
max_rebalance_amount: 500000
ETH:
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
Expand All @@ -141,7 +141,7 @@ The relayer is configured with a yaml file. The following is an example configur
min_quote_amount: 10000
rebalance_method: "circlecctp"
maintenance_balance_pct: 20
initial_balance_pct: 34
initial_balance_pct: 50
max_rebalance_amount: 500000
ETH:
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
Expand Down Expand Up @@ -208,7 +208,7 @@ The relayer is configured with a yaml file. The following is an example configur
- `min_quote_amount` - smallest amount to quote for a given chain. This should be balanced against expected gas spend for a relayer to be profitable. `min_quote_amount` is to be given in decimal units (so 1000.00 is 1000)
- `rebalance_method` - rebalance method for this particular kind of token. Some tokens may not have a rebalance method. This is either cctp or token messenger.
- `maintenance_balance_pct` - percent of liquidity that should be maintained on the given chain for this token. If the balance is under this amount a rebalance is triggered.
- `initial_balance_pct` - percent of liquidity to maintain after a rebalance.
- `initial_balance_pct` - percent of liquidity to maintain after a rebalance. The total of these on all-chains should be 100.
- `min_rebalance_amount` - amount of this token to try to rebalance
- `max_rebalance_amount` - maximum amount of this token to try to rebalance at once
- `quotable_tokens`:
Expand Down

0 comments on commit e8afb69

Please sign in to comment.