> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/zh/depub/ebook/book-platform/bookforest.io.md).

# BookForest

{% hint style="warning" %}
此文檔只適用於 Liker Land 和 LikeCoin v2。如需了解 [3ook.com](http://3ook.com/) 和 LikeCoin v3，請至 [docs.3ook.com](http://docs.3ook.com/) 及 [dao.like.co](https://dao.like.co/)。
{% endhint %}

[BookForest](https://www.bookforest.io/) 是數位出版的未來。 利用區塊鏈的力量，BookForest 讓作者將他們的書籍作為非同質化通證 ( NFT ) 出版，為作者和讀者提供數之不盡的好處。

將書籍作為 NFT 出版的一大顯著優勢是它在區塊鏈上創建了一個獨特的、不可竄改的權有權記錄。確保了書籍為真本，並未以任何方式被更改。此外，NFT 為作者提供了一種安全透明的方式出售作品，因為擁有權及交易歷史被記錄在區塊鏈上。

透過 BookForest，讀者可以讓作者為他們的電子書簽名，提供了個人風格並增加了書的價值。此外，讀者可以與其他讀者交易他們的電子出版物，從而使讀者之間的互動及參與度達到嶄新的水平。

以下將介紹如何於 BookForest 購買電子書：

## 步驟一：連接錢包

請預先登入你的 [Keplr 瀏覽器錢包](/zh/general-guides/wallet/keplr.md)。

進入 [BookForest 網站](https://www.bookforest.io/)點「Connect Your Wallet」，第一次連結彈出 Keplr 視窗，點「Approve」。

<figure><img src="/files/wZeqWucMrSf9QlxOXLbn" alt=""><figcaption><p>點「Approve」連接 Keplr</p></figcaption></figure>

## 步驟二：購買電子書

在走碼燈或 BookForest new drops 選擇你想購買的書。

<figure><img src="/files/MjXOWL7Qdo1mc49lsJLB" alt=""><figcaption><p>選擇你想購買的書</p></figcaption></figure>

在書籍介紹頁面點「BUY NOW」。

<figure><img src="/files/ToX6of2a6AJh8KXR3My6" alt=""><figcaption><p>在書籍介紹頁面點「BUY NOW」</p></figcaption></figure>

進入 Stripe 付款頁面，填寫你的電郵及信用卡資料後點「Buy」。

<figure><img src="/files/nfqCV9F3YuVth9mVOJfI" alt=""><figcaption><p>進入 Stripe 付款頁面，填寫你的電郵及信用卡資料後點「Buy」</p></figcaption></figure>

## 步驟三：電子書購買完成

出現 Thank you! 頁面。

<figure><img src="/files/NCh8JXO7WUdiH9x8Mo9v" alt=""><figcaption><p>出現 Thank you! 頁面</p></figcaption></figure>

此外你會收到確認電郵。

<figure><img src="/files/JzxpELDZPnAMvXz3z0Ra" alt=""><figcaption><p>收到確認電郵</p></figcaption></figure>

已購買的電子書將於「[我的書架](/zh/depub/liker-land/bookshelf.md)」中展示。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.v2.like.co/zh/depub/ebook/book-platform/bookforest.io.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
