<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Bitcoin</title>
        <link>https://paragraph.com/@fbcom</link>
        <description>bitcoin  holder</description>
        <lastBuildDate>Sun, 26 Apr 2026 02:46:35 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Bitcoin</title>
            <url>https://storage.googleapis.com/papyrus_images/9176148961ef7733e6335015727fb0d1213c5ed61a439b81905bb10d20e1a771.jpg</url>
            <link>https://paragraph.com/@fbcom</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Btc Lightning Network]]></title>
            <link>https://paragraph.com/@fbcom/btc-lightning-network</link>
            <guid>U5IU0WTGgkfDp2Tj3uDp</guid>
            <pubDate>Sat, 06 Aug 2022 11:39:36 GMT</pubDate>
            <description><![CDATA[BTC is undoubtedly a great innovation, but it has many problems, one of which is inefficient transaction performance: the transaction speed of the entire network is about 7 transactions per second, which is much lower than the traditional financial transaction system; at the same time, waiting for the trusted confirmation of 6 blocks will result in a final confirmation time of about 1 hour. Thus, the Lightning Network appeared. Lightning Network mainly improves off-chain transaction channels ...]]></description>
            <content:encoded><![CDATA[<p>BTC is undoubtedly a great innovation, but it has many problems, one of which is inefficient transaction performance:</p><p>the transaction speed of the entire network is about 7 transactions per second, which is much lower than the traditional financial transaction system; at the same time, waiting for the trusted confirmation of 6 blocks will result in a final confirmation time of about 1 hour.</p><p>Thus, the Lightning Network appeared.</p><p>Lightning Network mainly improves off-chain transaction channels by introducing the idea of smart contracts. There are two core concepts: RSMC (Recoverable Sequence Maturity Contract) and HTLC (Hashed Timelock Contract). The former solves the confirmation problem of off-chain transactions, and the latter solves the problem of payment channels.</p><p>Recoverable Sequence Maturity Contract, &quot;Revocable Sequence Maturity Contract&quot;. Similar to the fund pool mechanism. First assume that there is a &quot;micropayment channel&quot; (fund pool) between the two parties to the transaction. Both parties to the transaction first pre-deposit a portion of the funds into the &quot;micro-payment channel&quot;. Initially, the distribution plan of both parties is equal to the pre-deposited amount. Every time a transaction occurs, it is necessary to jointly confirm the result of the distribution of funds generated after the transaction, and at the same time sign to invalidate the distribution plan of the old version. When any party needs to withdraw, it can write the transaction results signed by both parties into the blockchain network to be confirmed. Any version of the scheme needs to be authenticated by the signatures of both parties to be legal. Any party can make a withdrawal at any time. When withdrawing, a fund allocation plan signed by both parties must be provided (meaning that it must be the result of a certain transaction, confirmed by both parties, but not necessarily the latest result). Within a certain period of time, if the other party produces a certificate indicating that the plan has been invalidated before (not the latest transaction result), the funds will be confiscated to the questioning party; otherwise, it will be distributed according to the result of the proposing party. The slashing mechanism ensures that no one will deliberately withdraw an old transaction result. In addition, even if both parties confirm a certain withdrawal, it is first proposed that the funds of the withdrawing party will arrive later than the other party, which encourages everyone to complete the transaction outside the chain as much as possible. Through RSMC, a large number of intermediate transactions can be realized off-chain.</p><p>The micropayment channel is implemented through the Hashed Timelock Contract, which is actually a time-limited transfer. Through the smart contract, the two parties agree that the transfer party first freezes a sum of money and provides a hash value. If someone can come up with a string within a certain period of time, so that its hash value matches the known value, the money forwarded to the recipient.The HTLC mechanism can be extended to multiplayer scenarios.</p><p>RSMC ensures that direct transactions between two people can be completed off-chain, and HTLC ensures that transfers between any two people can be completed through a &quot;payment&quot; channel. Lightning Network integrates RSMC and HTLC to ensure that transactions between any two people are completed off-chain.</p>]]></content:encoded>
            <author>fbcom@newsletter.paragraph.com (Bitcoin)</author>
        </item>
        <item>
            <title><![CDATA[wow]]></title>
            <link>https://paragraph.com/@fbcom/wow</link>
            <guid>HMInjixqp9LHJLMBVxyl</guid>
            <pubDate>Mon, 18 Apr 2022 12:46:47 GMT</pubDate>
            <description><![CDATA[Coming here for the first time to express my feelings, I am very excited！]]></description>
            <content:encoded><![CDATA[<p>Coming here for the first time to express my feelings, I am very excited！</p>]]></content:encoded>
            <author>fbcom@newsletter.paragraph.com (Bitcoin)</author>
        </item>
    </channel>
</rss>