# Pricing

#### Prepaid Plan

* **Direct Payments:** Pay directly to the LSP for channel provisioning.
* **Flexible Pricing:** Prices vary based on the RGB asset, channel amount, and duration.

#### Volume-based subscription plan

### **LSP** Fee Structure

**The total fee** is calculated:

* **Base Fee** - fixed 1500 sats
* **Locked Capacity Fee** -  capacity\_sat (for now capacity\_sat is fixed 30010 sats ) x 0.05%&#x20;
* **Push Fee** - push\_msat + 0.05% (if push\_msat exist otherwise No Push Fee)
* **Asset Fee**  - based on the asset's **value in BTC.** asset amount converted to BTC x 0.05%&#x20;
* **On-Chain Fee** (Bitcoin Mempool Fee) - Transaction size in vbytes (fixed at **500 vbytes**) x current mempool fee rate

\
**Total Fee = Base Fee + Locked Capacity Fee + Push Fee + Asset Fee + On-Chain Fee**


---

# 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://docs.thunderstack.org/bitcoin-native-infrastructure/readme/thunderflow-lsp/pricing.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.
