> For the complete documentation index, see [llms.txt](https://docs.bstable.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bstable.finance/faqs.md).

# FAQs

## What is bStable?

**bStable is a decentralized payment protocol that rewards users for making payments.**

In other words, bStable is a **decentralized, and trust-less payment tools**

{% content-ref url="/pages/-MZULSk6rHu0ilAM5l2t" %}
[Protocol Overview](/protocol-overview.md)
{% endcontent-ref %}

## What can I do on bStable?

### 🏦 Earn

You can earn BST with every payment you make!

### 💸 Pay

You can use bStable to pay in **one single, decentralized transaction.**

## What is BST?

The bStable token (BST) is the token that holders will use to participate in the governance of the bStable DAO. BST is available as a BEP-20 token on Binance Smart Chain.&#x20;

{% content-ref url="/pages/-MZQ0MhN2QKPV8OpEWrY" %}
[BST](/bst.md)
{% endcontent-ref %}

## How can I get BST?

Whenever you make an on-chain payment using bStable, you will earn **BST.**&#x20;

## What can I do with my BST?

Soon, BST holders will also be able to use BST for the following:

* **Governance voting**<br>
* **'Membership' Discounts**<br>
* **Paying for protocol fees in BST**

## How much BST should I expect to get from Pay to Earn feature?

Pay to Earn BST reward is based on:

1. The dollar amount of payment made by the user, where each stable coin is considered a dollar
2. The accumulated dollar amount of payment made across the platform
3. The total amount of unclaimed BST available for payment reward

BST Reward Claimed by User = Unclaimed BST in Payment Pool  \* (User Unclaimed Payment Dollar Amount / Total Platform Unclaimed Dollar Amount)

⚠️ It is recommended that you claim the payment reward as soon as possible. Your pending reward balance may decrease with more participating users.

{% content-ref url="/pages/-MZQ0MhN2QKPV8OpEWrY" %}
[BST](/bst.md)
{% endcontent-ref %}


---

# 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.bstable.finance/faqs.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.
