# Identity System

System Land tenure Privateland is a type of identity system, where credentials are the coordinates of a person's land. Economic incentives are also needed to ensure that creators of avatars, items, and scripts continue to build and distribute them. Because content can be arbitrarily copied, we have to rely on social agreements to enforce levies on creators.

&#x20;Social agreements can make digital scarcity possible. In a centralized system, this scarcity is maintained by the company that created the platform. For Bitcoin and other proof-of-work blockchains, scarcity is made possible by the computational conundrum and the fact that mining blocks requires heavy economic sacrifices. Privateland can use a decentralized identity system to create a layer of ownership over the world's goods. The system should allow users to easily verify author approval by associating the public key and signature with a human-readable name.

&#x20;Projects like uPort or the Ethereum Name Service can be used to do this. Social reputation is also needed to facilitate contributions to authors.

&#x20;The ability to drive content creation in a decentralized economy is growing rapidly, with many projects working in the space directly or indirectly. Potential solutions include Mediachain, Curation Markets, Rare Pepes, and more.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://private-land.gitbook.io/privateland/identity-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
