diff options
| author | Yuval Adam <_@yuv.al> | 2021-08-07 11:00:01 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-08-07 11:00:01 +0300 |
| commit | 3d7ae165cf331b34730f3b250b857fe646f555e4 (patch) | |
| tree | 6ae03a24c7d24e6861f6fa0c4e3d73fdfc2c64aa /README.md | |
| parent | a4698709c17e3eb66103251713d59bd86ca3fe92 (diff) | |
Add circular rebalance
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ Public graph information includes channel capacity and fees, and is known in **p Private graph information includes the current liquidity balance, and can only be discovered if a payment succeeds or fails on a **routing** attempt. +### Circular Rebalance + +Excess **local** balance on one channel is used to pay _yourself_ with funds coming in on another channel with excess **remote** balance. + +At least two peers (i.e. two separate channels) are needed for a rebalance to occur. + ### Fees Fees are always charged on the **outgoing** path, when a payment is **forwarded**. |
