# Transaction Fees

Every time a transaction happens on any blockchain network, a small fee is charged to process that transaction. Half of that fee gets paid to the computer that processes the transaction (called a validator - more on this later), and the other half gets burned as a deflationary mechanism, increasing the likelihood of holding and price stability.

Currently, transaction fees for SAFE are extremely low compared to other currencies. and come in at 0.0001 $SAFE


---

# 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.safecoin.org/get-started/transaction-fees.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.
