# How to sell points?

You can sell points for the stars:

<figure><img src="/files/MT7Zd14cU1rSytQ3DQJc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gnbjZHVnyngNeEorR7T5" alt=""><figcaption></figcaption></figure>

To sell points, add any block that can contain a URL.

Then enter the following link and replace `{AMOUNT}` and `{TEXT}`:

```
#buy-points?paymentAmount={AMOUNT}&pointsAmount={AMOUNT}&paymentType=stars&description={TEXT}
```

For example, this is the URL to sell 15 000 points for 10 stars:

```
#buy-points?paymentAmount=10&pointsAmount=15000&paymentType=stars&description=Purchase of 15 000 points
```

\*description should be less than 32 symbols.\
\*for `paymentAmount` can be used "stars" or "money" (if payment system is configured).

When a user clicks the block, the message will be sent to the user via Telegram and the page will be closed.

After the payment completed, points will appear on the user points balance.

***

Something unclear in docs or you know how to improve article? [Message us in community!](https://docs.tgtaps.com/tgtaps-docs/readme/community)\
We will answer you and then promise to improve the article within 3 days.


---

# 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://tgtaps.gitbook.io/tgtaps-docs/features/payments/how-to-sell-points.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.
