# What are Transaction Tips?

Tips are a transaction fee option. In Polkadot and Kusama network, users are allowed to add tips to a transaction to accelerate its approval by making it a priority for miners.

**Note:**

1.Tips are optional. Users are allowed to choose to pay tips according to their own situation.&#x20;

2.Under the same conditions, minors will approve the transactions with tips first.&#x20;

## How is the transaction fee calculated in Polkadot and Kusama?

The transaction fee in Polkadot and Kusama network are decided by the following three factors:

**a.Byte length fee**

Byte length fee is the product of the fee per byte and the size of the transaction.&#x20;

&#x20;**b.Weight fee**&#x20;

Weight is a fixed number designed to manage the time it takes to verify the block. Each transaction includes basic weight and dispatches weight. The basic weight describes the cost involved in the transaction (such as signature verification), and the dispatch weight describes the time to execute the transaction. The weight fee of a transaction is the product of the total weight of a transaction and the price per weight.&#x20;

**c.Tips (optional)**

Tips are a type of optional transaction fee. Users are allowed to pay tips to accelerate the approval of the transaction.

The transaction is composed of the three above-mentioned fees and is deducted from the user’s account before the execution of the transaction. A certain portion of the fee belongs to the block producer and the remaining part goes to the Treasury. In the Genesis of Polkadot, 20% goes to the block producer and 80% goes to the Treasury.


---

# 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://help.tokenpocket.pro/en/wallet-faq-en/dot/tips.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.
