# Publishing Content

To publish content on Kaichi you can have the option to **select various levels of privacy and monetization:**&#x20;

* **Public posts** are free to view, and public to anyone.
* **Paid posts** can be viewed only to people that either:
  * Make a **one-time payment** (for example $2 USDC to access a single post), called **Pay-per-View**.
  * **Subscribe** to you (for example $29/month). Subscribers can always view all your paid posts.

The images and videos are uploaded on the IPFS network when you make a post. The videos are also encoded directly on the client-side (on your computer), to ensure that they are not modified or altered by anyone.

Text posts can be published on the Solana blockchain itself (to ensure maximum censorship resistance), however this has a cost to the user (in SOL, for the blockchain transaction fee). The exact cost depends on the size of the content you're posting. The longer the text, the more expensive the cost.


---

# 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://docs.kaichi.xyz/getting-started/publishing-content.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.
