Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the Rust LN Node be monetised in the same way that regular LN node can? #30

Open
UkolovaOlga opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation FAQ Question about LNP/BP tech stack LNP Node Questions on the LNP Node

Comments

@UkolovaOlga
Copy link
Member

There is nothing specific inside any LN node that allows their monetisation, it’s more about the Lightning Network itself and protocols where you have things like routing fee or where you can build services on top of the node which you can monetise with LN payments.
In this regard, the LNP Node is not different from any other nodes, so it can be monetised in the same way, as monetisation is not node-specific, but protocol-specific and specific to the end-user services that are implemented on top of the node by companies or users. 

However, outside of LNP Node, the LNP/BP Standards Association has been building a set of protocols that would add a lot of monetisation options to the LN itself. First protocol is RGB, which unlocks the functionality of DEX inside the Lightning Network, where LNP Node will allow you to act as a part of a DEX, with further extending the possibilities to create liquidity pools for different RGB assets. Next protocol is called Storm and is made (not fully implemented yet, but we already have required faucets ready) for storage and messaging, meaning that LNP Node can be a part of this storage provider and we will have an infrastructure around the node, which will allow different additional monetisation options not present in LN now.

@UkolovaOlga UkolovaOlga added documentation Improvements or additions to documentation FAQ Question about LNP/BP tech stack labels Jan 21, 2021
@UkolovaOlga UkolovaOlga self-assigned this Jan 21, 2021
@UkolovaOlga UkolovaOlga added the LNP Node Questions on the LNP Node label Jan 21, 2021
@dr-orlovsky
Copy link
Member

Summary on the WIP on monetization

  • routing fees as in any other nodes
  • watchtower fees as in other nodes

Unique:

  • fees for running public infrastructure of RGB protocol (bifrost)
  • DEX operator node fees
  • liquidity pool provider fees
  • in longer term - fees for storm-related features (trustless storage)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation FAQ Question about LNP/BP tech stack LNP Node Questions on the LNP Node
Projects
None yet
Development

No branches or pull requests

2 participants