mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-27 15:31:29 +00:00
added image support box and bold note (#302)
Update how-to-publish with community top bids and transaction type
This commit is contained in:
parent
20661e1449
commit
5c182b7a46
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,9 @@ category: publisher
|
|||
order: 1
|
||||
---
|
||||
|
||||
LBRY is a free, open, and community-driven digital marketplace which enables content sharing, monetization, discovery and consumption. Publishing in LBRY is the process by which you share your content on the network - you set the price per view (can be free too) which is paid directly to you. This process involves making a "claim" in the LBRY Blockchain which will be used to retrieve the content via a URL. Content can either be published anonymously or to a particular channel/identity which will group content together at a single location. Both channels and claims require a deposit(bid) of LBRY Credits (LBC) in order to reserve their location on the LBRY network. This deposit will be deducted from your balance as long as the claim is active. See our [naming document](https://lbry.io/faq/naming) for more information about claims and bids.
|
||||
LBRY is a free, open, and community-driven digital marketplace which enables content sharing, monetization, discovery and consumption. Publishing in LBRY is the process by which you share your content on the network - you set the price per view (can be free too) which is paid directly to you. This process involves making a "claim" in the LBRY Blockchain which will be used to retrieve the content via a URL. Content can either be published anonymously or to a particular channel/identity which will group content together at a single location. Both channels and claims require a deposit(bid) of LBRY Credits (LBC) in order to reserve their location on the LBRY network. This deposit will be deducted from your balance as long as the claim is active. See our [naming](https://lbry.io/faq/naming) and [transaction](https://lbry.io/faq/transaction-types) documentation for more information about claims, bids and transactions.
|
||||
|
||||
Want to get your content featured on the Discover page? Check out [Community top bids](https://lbry.io/faq/community-top-bid).
|
||||
|
||||
If you don't have LBRY yet, download it [here](https://lbry.io/get).
|
||||
|
||||
|
|
|
@ -11,7 +11,9 @@ Tips can be sent via the LBRY app or via the protocol's [`wallet_send`](https://
|
|||
|
||||
Sending tips via the LBRY app is easy. Simply go to the page of the content you want to support and click "Support". Next, you'll be prompted for the tip amount in LBRY Credits (LBC). Once you enter a value, click "Send". Mahalo!
|
||||
|
||||
*Note: This amount will show up in your transaction list and will be deducted from your balance.*
|
||||
Support Box: <img src="https://spee.ch/1/support-box.png" width="80%" height="80%">
|
||||
|
||||
**Note: This amount will show up in your transaction list and will be deducted from your balance.**
|
||||
|
||||
### How do I redeem my tips?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue