How do I publish content to LBRY?¶
LBRY is a free, open, and community-driven digital marketplace that enables content sharing, monetization, discovery and consumption. Publishing in LBRY is the process of sharing your content on the network. You have the ability to 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 groups content in 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 and transaction documentation for more information about claims, bids and transactions.
To see our recommended video upload format and settings, please see our video publishing guide.
If you are a YouTube Sync user, please make sure to read our FAQ on how this process works.
If you don’t have LBRY yet, download it here. You can also publish files up to 1 GB from the web at lbry.tv.
IMPORTANT NOTE: Only use appropriate tags when publishing content. Tag abuse and follow for follow/view for view type activity is prohibited and will not be tolerated.
How do I publish content?¶
Click on the Account/LBC balance showing at the top right of the app. You will get a dropdown, select
Publish
from the menu.Under the
Publish
section, clickChoose File
.On your local machine, select the content you wish to upload to LBRY. For video content, LBRY works best with MP4 files in H264/AAC format which support proper streaming (see video publishing guide for details). Besides videos, other popular formats supported are MP3s, text documents like markdown (md)/HTML, PDF, CSV, and comic books (cbr, cbz). In the future, the in app player may support additional formats.
Other file types can also be uploaded, but won’t be streamable via LBRY directly. They can be opened externally for viewing on the Desktop/Android apps.
Enter a
Title
andDescription
for your content. Click on advanced Editor if you will like to add some markdown text otherwise leave it as default and put your title and description.Choose a
Thumbnail
orThumbnail URL
for your content. TheThumbnail URL
is a hyperlink to an image file which will serve as a preview for your content. It can be any image/GIF URL, or you can use spee.ch to host it. The default pixel size is 800x450, but the app will scale it up/down. Images uploaded directly from your local machine asThumbnail
will be uploaded to spee.ch.Please make sure to check the option for mature audiences if your
Thumbnail
is categorized as NSFW (Not Safe For Work). Otherwise just click “Upload”.Next you can add tags to your content which will help categorize it for discovery purposes. If it’s intended for mature audiences, please add the pink
mature
tag. Next, determine any other tags that relate to the content you are publishing. Please be mindful of accuracy when tagging content as this is currently up to the publisher only and cannot be edited. If incorrect/inappropriate tags are used, your content may be filtered to provide a better user experience. In the future, this will be done through community voting and building a web of trust.

publish process¶
You have the option to select/create the channel you would like to publish the content under. If no channel is selected, it will be posted anonymously.
Type in the URL you want the content to be found under, along with a minimum of 0.00000001 LBC deposit for the upload (default amount is higher due to publishing fees). If you are trying to outbid a user-friendly/common URL, the system will suggest a minimum bid to take over the content at that vanity URL. There may be a delay for this takeover. Making your bid higher will result in better discovery for your content. For more details regarding the URL or bid, check out our naming document.
Under the
Price
, first, determine if you want to make your content free or set a price (in USD or LBC) per view.Next, there is
Additional Option
which gives you an option to select language and license. Default language is set toEnglish
, and the License is set toNone
. If a change is needed, click the dropdown menus and select the appropriate choice.
please review our terms of service before publishingterms of service
Click
Publish
.
The file will process in the background and will be added to the LBRY Blockchain. Please leave LBRY running while your content is in the “pending confirmation” mode. This page will automatically refresh and you will be notified when the publish is completed. After this, your content will be available to other LBRY users. However, it is a good idea to leave LBRY open for a while after this to make sure the app is able to share your file to at least one peer on the data network. Larger files will take longer to upload depending on your network speed.
You can continue to use LBRY while the upload completes.
How do I create a channel?¶
Open LBRY
Click on the cloud with an arrow pointing into it in the top right corner.
Select
New Channel
in the dropdown menu.Once your name is selected, there is a
Deposit
section that is below. It requires a minimum bid of 0.00001 LBC (see more on deposits here). Please ensure that you have enough LBRY Credits in your wallet to cover the bid amount. There is also a small network fee associated with the creation of a channel.Click
Create channel
once you have entered your bid amount. You now ownlbry://@channelnameyoubidon
(the vanity name without a claim id) if you are the highest bidder.
How do I customize my channel?¶
First, you need to access your channel from your Publishes page by clicking on it.
You will now see an edit button next to the name. Click the button to proceed to the edit page.
You can now upload your thumbnail and cover image to spee.ch using the upload option from the dropdown on the left, or you can use an existing URL. If using spee.ch select the file, then click the upload button. The page will update once a valid URL is available.

edit2¶
Add your title, deposit (can stay the same, higher helps with discovery), website, email, description, and tags.
Click Submit.
How do I delete my content and reclaim my deposit?¶
Click on the
Publishes
tab from the rightside of the app.Select the content you want to remove from LBRY
Click on the
Delete
icon.There will be two options.
Delete this file from my computer
andAbandon on blockchain (reclaim your LBC)
. Select the option that applies. Abandoning your claim will release the LBC back into your wallet (99% of the time you want to select this).
Warning: Deleting content is permanent. Please make sure this is what you want to do before confirming the deletion.
Click
Remove
. If you abandoned your claim, you should see the deposit back in your balance shortly.
How do I edit my existing published content?¶
Click on the
Publishes
tab from the right-side of the app.Select the content you want to update.
Click
Edit
.You can now edit your claim information. No need to re-select the file if it’s the same one or has the same url.
When you are done, click
Save
.
Can I increase my bid amount?¶
Yes, the claim can be edited to increase the bid amount or you can also send a Support to your own content. The Support button will appear instead of the tip button for your own claims. See the FAQ to learn more.
My video doesn’t stream in the app or on lbry.tv, what’s wrong?¶
The in-app and lbry.tv video player’s streaming capability works best with the H264/AAC format, typically in an MP4 container but others like M4V will also work. Other non-streaming video types like AVI/WMV/MOV file formats are not supported by the in-app player, but they can be shared/downloaded and will play outside of the app.
Where is my channel and content saved locally?¶
Channels and content claims are saved to your LBRY Wallet along with your LBRY Credits. We recommend enabling the Sync feature on the Settings page. If not, when creating new channels, you’ll need to create a new backup of your wallet.
I’m an advanced user, is there more I can poke around with?¶
Advanced users can check out the API/CLI/SDK documentation for command line/API options.