What is "Total Limbo Balance" in RTL

when I look it up this is what it says now

umbrel@umbrel:~ $ umbrel/bin/lncli pendingchannels
{
"total_limbo_balance": "2986089",
"pending_open_channels": [
],
"pending_closing_channels": [
],
"pending_force_closing_channels": [
{
"channel": {
"remote_node_pub": "035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226",
"channel_point": "72dcd9f97b72a900cd8a01f1d05be139330cf20882e33934ec5555a31b873fb5:1",
"capacity": "1000000",
"local_balance": "997097",
"remote_balance": "0",
"local_chan_reserve_sat": "0",
"remote_chan_reserve_sat": "0",
"initiator": "INITIATOR_LOCAL",
"commitment_type": "ANCHORS"
},
"closing_txid": "18b7ad63ce3f6bd7daa2840a19b0feb1414a19f76da616edafd77f4b016fd0f5",
"limbo_balance": "997097",
"maturity_height": 709612,
"blocks_til_maturity": 143,
"recovered_balance": "330",
"pending_htlcs": [
],
"anchor": "RECOVERED"
}
],
"waiting_close_channels": [
{
"channel": {
"remote_node_pub": "035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226",
"channel_point": "1ddf01cf8803657a5e8e6c7d6aa5214ed8feb425efa0238dcc5cb017e55b29e2:1",
"capacity": "2050713",
"local_balance": "1988992",
"remote_balance": "60064",
"local_chan_reserve_sat": "20507",
"remote_chan_reserve_sat": "20507",
"initiator": "INITIATOR_LOCAL",
"commitment_type": "STATIC_REMOTE_KEY"
},
"limbo_balance": "1988992",
"commitments": {
"local_txid": "e29bc3414e582f269c12bfd9bdb38143d7658d3b150da9e9774f16fccb700b52",
"remote_txid": "67ab19994030d79f80a6a1ee0486161816b2dbf13830d2b99cc8e90042df9eb9",
"remote_pending_txid": "",
"local_commit_fee_sat": "1656",
"remote_commit_fee_sat": "1656",
"remote_pending_commit_fee_sat": "0"
}
}
]
}
umbrel@umbrel:~ $

/r/lightningnetwork Thread Parent