<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi ZmnSCPxj,
      <br>
    </p>
    <br>
    <blockquote type="cite" style="font-size: large; color: #000000;">No,
      channel balance of each peer on the channel is not revealed on
      node gossip.
      <br>
      <br>
      Logically, invert the question: do you want to report how much you
      spend/receive on each of your channels to the network? Do you want
      to report how much you own on Lightning to be reported to everyone
      on Lightning?
      <br>
      <br>
      Since the balance on each peer is effectively the amount of money
      each peer owns on that channel, and each change to that balance
      represents a send/receive on that channel, you will not want to
      report your balance, and any changes in that balance, to the
      entire network.
      <br>
      <br>
      Logically you can then expect not to receive such updates from
      anybody else, either.
      <br>
      <br>
      How do real-life implementations like c-lightning get your payment
      routes then?  By brute-force trial-and-error
      <br>
    </blockquote>
    <br>
    If payment routes are discovered by brute-force trial-and-error, and
    actually the sender can interrupt any payment by simply not
    revealing the secret, isn't it possible for any sender to simply
    start probing to discover the capacities in each path?
    <br>
    <br>
    Best,
    <br>
    Alejandro.
  </body>
</html>