> For the complete documentation index, see [llms.txt](https://dechat.gitbook.io/dechat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dechat.gitbook.io/dechat/instructions/how-to-chat-to-earn.md).

# How to chat to earn?

### 1 **Earning Chatxp Points**

#### **1.1 Start Social Mining**

* Open the DeChat app, tap on “**Discover**,” and then select “**Chat To Earn**” to enter the social mining page.

<figure><img src="/files/Tn76dSxdqrQFt0ego5xu" alt="" width="375"><figcaption></figcaption></figure>

#### **1.2 Engagement Rewards**

* Engage in activities such as chatting, posting updates, or commenting to accumulate activity points. When activity points reach 10, click the illuminated claim button to receive 10 Chatxp points.

<figure><img src="/files/Kf9Szi4Rwk9pDa0pMPDd" alt="" width="375"><figcaption></figcaption></figure>

#### **1.3 Check-in Rewards**

* Tap “Check-in” to access the check-in page and follow the instructions to claim your Chatxp points reward.

<figure><img src="/files/iWNIvxpCDJHlDOG26QZG" alt="" width="375"><figcaption></figcaption></figure>

**1.4** **Invite Friends Rewards**

* Share your invitation code with friends and ensure they enter the code on their account settings page to complete the binding process.

<figure><img src="/files/78fCiNW2ZRHoihY4mofE" alt="" width="375"><figcaption></figcaption></figure>

After successful binding, check the invitation page to view rewards and the invited user’s staking status.

<figure><img src="/files/x7SuDAeguxnDzwschm7c" alt="" width="188"><figcaption></figcaption></figure>

#### **1.5 View Point Details**

* On the social mining page, check your current Chatxp balance. Tap on the “**History**” button at the top right corner to view detailed account records.

<figure><img src="/files/T0NItO6dMJsBcsxyly63" alt="" width="375"><figcaption></figcaption></figure>

### **2 Redeeming Chatxp Points**

#### **2.1 Complete Staking Task**

* Tap “**Staking**” to enter the staking page.
* Click “**Connect Wallet**” to connect your Web3 wallet and ensure it contains sufficient DeChat tokens for staking.
* Enter your DeChat ID in the staking address field and complete the staking task as instructed.

<figure><img src="/files/nBv9KxFFslH00lmXC5pR" alt="" width="375"><figcaption></figcaption></figure>

#### **2.2 Exchange Chatxp Points**

* After completing the staking task, tap “**Exchange**” to access the redemption page.
* If the staking task is not completed, a popup will inform you that redemption cannot proceed until the task is completed.

<figure><img src="/files/sTqOrFbQ2XjluxPbovGq" alt="" width="375"><figcaption></figcaption></figure>

#### **2.3 Redeem DeChat Tokens**

* Once the staking task is complete, reconnect your Web3 wallet on the redemption page.
* Enter the amount of Chatxp points to redeem, ensuring it does not exceed your current balance.
* Click “Exchange” to proceed. If the balance is less than 1000 Chatxp (minimum redemption amount), a popup will indicate “Insufficient balance.”

<figure><img src="/files/JLD8TuCNB6gFDFQPYcti" alt="" width="375"><figcaption></figcaption></figure>

DeChat’s "Chat to Earn" program turns your social interactions into rewards. Earn Chatxp points through daily check-ins, inviting friends, and active engagement, and redeem them for DeChat tokens after completing a simple staking task. Follow this guide to easily convert your app activity into real value.

If you have any questions, you can leave a message in the app by going to **Me > Feedback and Complaints**. Our customer service team will assist you as soon as possible.


---

# 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://dechat.gitbook.io/dechat/instructions/how-to-chat-to-earn.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.
