update tipping doc

This commit is contained in:
Jeremy Kauffman 2017-09-20 20:06:13 -04:00 committed by Thomas Zarebczan
parent 3c31b415de
commit 6167d3d25b

View file

@ -5,11 +5,11 @@ category: getstarted
LBRY allows you to tip and support your favorite creators.
Tips sent via the LBRY app or via the protocol's [`whatever`](https://lbry.io/api#whatever) command sends LBRY credits to the content creators. These credits automatically stored as associated with the content owners' claim, which helps the claim perform better in search results and be the winning [vanity name claims](https://lbry.io/faq/naming).
Tips can be sent via the LBRY app or via the protocol's [`wallet_send`](https://lbry.io/api#wallet_send) command (with an associated claim id). These credits automatically stored as associated with the content owners' claim, which helps the claim perform better in search results and be the winning [vanity name claims](https://lbry.io/faq/naming).
### How do I send a tip?
Sending tips via the LBRY app is easy. Simply go to the URL which you want to send a tip to and click "Support". Next, you'll be prompted for the tip amount in LBRY Credits (LBC). Once you enter a value, click "Send". Mahalo!
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.*
@ -17,4 +17,4 @@ Sending tips via the LBRY app is easy. Simply go to the URL which you want to se
When you receive a tip, the credits will come into your wallet and you can see them in your Transaction History. However, since the credits come in as supporting a claim, they will not show in your available balance.
To have these credits show in your balance, they must be released from the claim they support. This can be done via the protocol's [`whatever`](https://lbry.io/api#whatever) command. Unfortunately, this is not supported in the app, but will be available in a future release.
To have these credits show in your balance, they must be released from the claim they support. This can be done via the protocol's [`claim_abandon`](https://lbry.io/api#claim_abandon) command. Unfortunately, this is not supported in the app, but will be available in a future release.