first style pass

This commit is contained in:
Julie Sigwart 2019-10-29 08:43:55 -07:00 committed by GitHub
parent 2459c1e796
commit 983b639f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ category: LBRY 101
order: 4
---
### The Problem
## The Problem
Before talking about how names (URLs) in LBRY work, it's important to understand the problem. What is a naming system and why do we have one?
@ -23,7 +23,7 @@ We wanted a system that:
After meaningful consultation with creators, consumers, economists, computer scientists, and more, we devised LBRY's naming system.
### How LBRY Does Naming
## How LBRY Does Naming
First and foremost **it is absolutely possible to own and control a URL forever**.
@ -45,7 +45,7 @@ LBRY supports several types of URL resolution:
| **Channel** | `lbry://<@channel_name>` | A URL corresponding to a publisher identity. These resolve to the identity of a specific publisher and their publishes. Channel URLs can be specified with or without the `#` modifier. An unmodified URL returns the channel determined by the community.
| **Signed** | `lbry://<@channel_name>/<example>` | The piece of content published to the name `<example>` within the channel of `<@channel_name>`.
### Takeaways
## Takeaways
1. **Names aren't bought, only reserved no credits are lost, only put on deposit.** If you win the auction for a name, your credits are held with that name until you decide to withdraw them (at any time you wish). You aren't buying the name from anyone, and no one profits off of the transfer of names. It's just a test of who is willing to deposit the most credits toward a name. The only downside is that you can't spend the credits on content or withdraw them while they are in reserve.
@ -57,7 +57,7 @@ LBRY supports several types of URL resolution:
For more details on claims, please see the [claimtrie implementation](https://lbry.tech/spec#claimtrie)
### Experimentation
## Experimentation
Whether you're in love with this design or not, you'd likely agree it's unlike anything we've seen before.
@ -65,6 +65,6 @@ The bottom line is that LBRY is dedicated to providing true content freedom. We
We're trying to solve a very hard problem in a novel way, and we're committed to giving this system a chance. 1,000,000 pieces of content in, it has worked seamlessly. But if we ever saw this system harming rather than helping, we wouldn't hesitate to change it.
### Relevance in Search and Trending/Top Categories
## Relevance in Search and Trending/Top Categories
Increasing your bid and receiving tips on your content/channel, increases it's relevance in search results and discoverability through the Trending and Top categories in the LBRY app (Starting in version 0.34). Trending calculations are based on how much the LBC bid has increased through any bid updates and tips, compared to all the other claims on LBRY. Top will display a highest bid first view of the content under a certain tag (or for Everyone).