summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-08-07 11:00:01 +0300
committerYuval Adam <_@yuv.al>2021-08-07 11:00:01 +0300
commit3d7ae165cf331b34730f3b250b857fe646f555e4 (patch)
tree6ae03a24c7d24e6861f6fa0c4e3d73fdfc2c64aa
parenta4698709c17e3eb66103251713d59bd86ca3fe92 (diff)
Add circular rebalance
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03d0370..4af4bd0 100644
--- a/README.md
+++ b/README.md
@@ -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**.