> For the complete documentation index, see [llms.txt](https://docs.phron.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phron.ai/whitepaper/proof-of-concept-phron-layer-1/sophia-protocol/indirect-ltfm-protocol.md).

# Indirect – LTFM Protocol

Sophia implements efficiently a set of processes to manage transactions while avoiding triggering spikes in transactions costs. Implemented indirectly as Low Transaction Fee Management (LTFM) Protocol. The transaction fees are being reduced by an incredible magnitude of 8X, the number is sure to make the chain even cheaper to interact with. This makes the blockchain even more suitable for accommodating, High-Frequency DeFi, or other large-scale use cases

But still dynamic fee adjustment is unavoidable. They create the financial incentives for providing services and guarantee the further development of the project in question.

So theoretically If the block has fewer transactions than the targeted block saturation, the price will diminish by a minor amount. If a block is subject to more transactions, the fees will be accordingly priced higher.


---

# 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.phron.ai/whitepaper/proof-of-concept-phron-layer-1/sophia-protocol/indirect-ltfm-protocol.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.
