> For the complete documentation index, see [llms.txt](https://docs.bbx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbx.com/fees-and-vip/stablecoin-stock-trading-fees.md).

# Stablecoin Stock Trading Fees

BBX supports direct spot trading of US and HK stocks using stablecoins. The platform only charges a very low service fee of 0.1%, while other related fees (such as stamp duty, regulatory fees, upstream routing fees, etc.) are collected by the platform on behalf of local governments and underlying institutions like upstream brokers at their standard rates.

#### 1. US Market

<table data-header-hidden><thead><tr><th></th><th width="298.9296875"></th><th></th></tr></thead><tbody><tr><td>             <strong>Fee Type</strong> </td><td><strong>Fee Description</strong> </td><td><strong>Recipient</strong></td></tr><tr><td>Upstream Broker Platform Fee</td><td>$0.0099/share, minimum $1.99 per order</td><td>Upstream Broker</td></tr><tr><td>Trading Activity Fee</td><td>$0.000195/share (minimum $0.01, maximum $9.79 per order). Charged only upon selling.</td><td>FINRA</td></tr><tr><td>Settlement Fee</td><td>$0.003/share, minimum $0.01 per order</td><td>US settlement agency etc.</td></tr><tr><td>Consolidated Audit Trail (CAT) Fee</td><td>$0.000003/share, minimum $0.01 per order</td><td>CAT LLC</td></tr><tr><td>Service Fee</td><td>0.1% of the transaction amount, minimum $1 per order</td><td>BBX</td></tr></tbody></table>

#### 2. HK Market

| **Fee Type**                       | **Fee Description**                                                                | **Recipient**        |
| ---------------------------------- | ---------------------------------------------------------------------------------- | -------------------- |
| Upstream Broker Trading Commission | 0.03% of the transaction amount, minimum 3 HKD per order                           | Upstream Broker      |
| Upstream Broker Platform Fee       | 15 HKD per order                                                                   | Upstream Broker      |
| Stamp Duty                         | 0.1% of the transaction amount; any portion less than 1 HKD is calculated as 1 HKD | Hong Kong Government |
| Trading Fee                        | 0.00565% of the transaction amount, minimum 0.01 HKD per order                     | HKEX                 |
| SFC Transaction Levy               | 0.0027% of the transaction amount, minimum 0.01 HKD per order                      | SFC                  |
| AFRC Transaction Levy              | 0.00015% of the transaction amount, minimum 0.01 HKD per order                     | AFRC                 |
| Settlement Fee                     | 0.0042% of the transaction amount, minimum 0.01 HKD per order                      | HKEX / CCASS         |
| Service Fee                        | 0.1% of the transaction amount, minimum 8 HKD per order                            | BBX                  |

⚠️ Note: For low-priced stocks, ADRs, OTCs, special corporate actions, or securities with abnormal liquidity, BBX may adjust and charge applicable fee rates based on upstream broker policies, market conditions, or regulatory requirements. Specific fees are subject to what is displayed on the platform.


---

# 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.bbx.com/fees-and-vip/stablecoin-stock-trading-fees.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.
