# Transaction Fee Model

Since PWR Chain is not a smart contract platform, transaction fees are primarily determined by the size of the transaction and the signature scheme used. The total transaction fee is calculated as follows:

*Transaction Fee = (Fee Per Byte × Transaction Size) + Signature Verification Fee*

1. **Fee Per Byte**
   * Reflects the cost per byte of data within a transaction.
   * The exact base value is determined before PWR Chain’s mainnet launch.
   * In case of congestion, users can choose to pay a higher rate to prioritize their transactions.
2. **Signature Verification Fee**
   * Represents the computational effort required to verify a signature.
   * Because PWR Chain supports multiple signature schemes—each varying in complexity—the fee differs accordingly.
   * Each fee amount is predefined based on how much processing power is required to verify a given signature type.

This structure allows PWR Chain to accurately attribute costs to the resources consumed, ensuring that network participants pay fees commensurate with the complexity and size of their transactions.


---

# 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://whitepaperv2.pwrlabs.io/transaction-fee-model.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.
