> 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/depub/ebook/book-platform/bookforest.io.md).

# BookForest

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

[BookForest](https://www.bookforest.io/) is the future of digital book publishing. Leveraging the power of blockchain, BookForest allows authors to publish their books as non-fungible tokens (NFTs), which provides numerous benefits to both authors and readers.

One significant advantage of publishing books as NFTs is that it creates a unique, immutable record of ownership on the blockchain. This ensures that the book is an original copy, and has not been altered in any way. Additionally, NFTs provide a secure and transparent way for authors to sell their works, as ownership and transaction history are recorded on the blockchain.

With BookForest, readers can have their digital books signed by the author, which provides a personal touch and adds value to the book. Moreover, readers can trade their digital books with other readers, allowing for a new level of interaction and engagement between readers.

Here's the instruction of how to buy ebooks on BookForest:

## Step 1: Connect wallet

Please log in to your [Keplr Browse Extension](/general-guides/wallet/keplr.md) first.

Go to BookForest website and click "Connect Your Wallet". If you are connecting for the 1st time, a Keplr window will pop up, click "Approve".

<figure><img src="/files/SSqe6DI6DoHtizt1maAB" alt=""><figcaption><p>Click "Approve" to connect with Keplr</p></figcaption></figure>

## Step 2: Purchase the ebook

Choose the book you want to buy in the carousell or BookForest new drops.

<figure><img src="/files/5W0nGWJVXh41j3fuUNgl" alt=""><figcaption><p>Choose the book you want to buy</p></figcaption></figure>

Click "BUY NOW" on the book details page.

<figure><img src="/files/2T34PZ8VJ2KDIBZGxkMI" alt=""><figcaption><p>Click "BUY NOW" on the book details page</p></figcaption></figure>

Enter into the Stripe payment page, fill in your email and credit card information and click "Buy".

<figure><img src="/files/Ax09YmeQg9duj61jqav8" alt=""><figcaption><p>Enter into the Stripe payment page, fill in your email and credit card information and click "Buy"</p></figcaption></figure>

## Step 3: ebook purchase completed

The "Thank you!" page appears.

<figure><img src="/files/T7JfgF6BDead7A2spnCg" alt=""><figcaption><p>The "Thank you!" page appears</p></figcaption></figure>

Additionally you will receive a confirmation email.

<figure><img src="/files/718QuKfiWt5arvT8HBUF" alt=""><figcaption><p>Receive a confirmation email</p></figcaption></figure>

The purchased ebook will be displayed in "[My Bookshelf](/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/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.
