> For the complete documentation index, see [llms.txt](https://docs.kiln.fi/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiln.fi/v1/kiln-products/more-tools/minitel.md).

# Minitel

[Minitel](http://minitel.app/) is an external transaction decoding system developed by Kiln that provides enhanced visibility before transaction approval.

{% hint style="info" %}
[minitel.app](http://minitel.app/) is the Kiln-hosted version running on Vercel. The source code is open source and can be self-hosted. Kiln is also working with partners to integrate it into their interfaces (e.g., Fireblocks). The audit report can be seen [here](https://github.com/kilnfi/minitel/blob/main/audits/Kiln%20-%20Minitel%20-%20Final%20Report.pdf) and on the Quantstamp website [here](https://certificate.quantstamp.com/full/kiln-minitel/934225af-0b19-4193-aac1-239a95d0ed17/index.html).&#x20;
{% endhint %}

The Kiln-hosted version offers dedicated Minitel instances for each blockchain ([full list](#kilns-self-hosted-minitel)) with easy navigation between these chain-specific instances.

<figure><img src="/files/yt510ijngfT3kMzNhlUX" alt=""><figcaption></figcaption></figure>

Each chain-specific Minitel parses and decodes serialized transactions, providing **clearer visibility** by displaying transaction details in a human-readable format. The decoded data **includes warnings** for actions requiring special attention—such as modifying stake account authority.

In addition to presenting decoded transactions in JSON format, Minitel provides a **summary of the transaction's actions**. The **format varies by blockchain** to accommodate each chain's unique characteristics; for SOL, it shows an overview of each instruction.

<figure><img src="/files/QBgDHZOeaNHKP482XutH" alt=""><figcaption></figcaption></figure>

To help users understand decoded transactions, Minitel offers an interactive **decode playbook**. The playbook's **sample mode** displays side-by-side examples of typical flows with clear, step-by-step breakdowns of each instruction—making it easier to verify transactions before signing. For each blockchain, it includes examples of supported operations (e.g., Solana: stake, deactivate, withdraw, merge, split).

<figure><img src="/files/SbYWPDVtnOGlPoTgbdK9" alt=""><figcaption></figcaption></figure>

***

## Kiln's self-hosted Minitel:

* Solana: <https://sol.minitel.app/>
* Ethereum: <https://eth.minitel.app/>
* Cosmos: <https://atom.minitel.app/>
* Near: <https://near.minitel.app/>
* Cronos: <https://cro.minitel.app/>
* Sei: <https://sei.minitel.app/>
* Zeta: <https://zeta.minitel.app/>
* dYdX: <https://dydx.minitel.app/>
* Fetch: <https://fet.minitel.app/>
* Injective: <https://inj.minitel.app/>
* Kava: <https://kava.minitel.app/>
* Celestia: <https://tia.minitel.app/>
* Osmosis: <https://osmo.minitel.app/>
* Cardano: <https://ada.minitel.app/>
* Sui: <https://sui.minitel.app/>
* Tezos: <https://xtz.minitel.app/>
* The Open Network: <https://ton.minitel.app/>
* Tron: <https://trx.minitel.app/>


---

# 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:

```
GET https://docs.kiln.fi/v1/kiln-products/more-tools/minitel.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.
