> For the complete documentation index, see [llms.txt](https://private-land.gitbook.io/privateland/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://private-land.gitbook.io/privateland/payment-channels.md).

# Payment Channels

A general-purpose, public, and distributed HTLC network like Lightning may be at least a year away from becoming a reality, but a low-trust hub-and-spoke payment channel network enables fast, low-cost transactions that can be implemented today.

Payment channels are key for Privateland for two reasons: Worldwide purchases

Provide quality incentives for P2P server and content services

&#x20;Today, the platform reduces the risk inherent in credit card payments: users trust the platform, not the app, with their payment details. With the payment channel, they can make purchases directly to the developer without the risk of identity theft.

&#x20;Some parts of Privateland's infrastructure can be paid for with micropayments. This cost includes hosting the content, serving it, and running P2P protocols such as spatial audio processing for multiple users. The marginal cost of running an application on Privateland for a developer, given the incentivized server market to provide infrastructure, approximates the true cost as it's essentially a commodity. However, so that there are no barriers to entry for developers who enter, Privateland will subsidize this service with the proceeds from the sale of the PLand  token.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/payment-channels.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.
