# View transaction history

This section is about your transaction history in [**TON Teleport**](http://sandbox.teleport.tg/app/auth), where you can easily track deposits, withdrawals, and refunds. TON Teleport automatically updates the status and shows when a refund is available.

{% hint style="warning" %}
TON Teleport is currently on Testnet. Do not send real funds and don’t use mainnet wallets.
{% endhint %}

## 📖 What you will learn

* how to use the transaction history tab in TON Teleport
* what mint and burn statuses mean for tgBTC
* how to start a refund in just a few clicks

## 📚 Before we begin

Make sure you have:

* Testnet wallet in TON (e.g., Tonkeeper from our [**previous guide**](https://tgbtc.gitbook.io/docs/getting-started/testnet-in-ton))
* Signet wallet in BTC (e.g., UniSat or Electrum from our [**previous guide**](https://tgbtc.gitbook.io/docs/getting-started/signet-in-btc-for-mobile))
* burned and minted your first tgBTC from the our previous guides

## 🚀 Let's start viewing the transaction history!

The last tab in the menu shows your transaction history, where you can track the status of your transactions.

<figure><img src="/files/Ns0XgxRYV9cD5k1qQr5i" alt="" width="563"><figcaption></figcaption></figure>

If you haven’t used [**TON Teleport BTC**](http://sandbox.teleport.tg/app/auth) yet, you'll see a screen that says you have no transactions. Once you start using it, your transactions will appear here.

## 🚀 If you already have transactions

For example, if your last deposit is still `Pending,` it will appear in the history once the Transaction ID is confirmed on the blockchain.

You can click on `Deposit` to open the deposit page directly.

<figure><img src="/files/awKpgyXaTzuJIfXLSgtF" alt="" width="563"><figcaption></figcaption></figure>

Alternatively, you can manually enter the `Transaction ID` in the search field to view the deposit details.

## 🔗 Checking the transaction in the blockchain

* Clicking on Bitcoin Tx (Transaction ID) will open the mempool, where you can check the status on the blockchain.
* If the transaction has a TON Tx, clicking it will open TonViewer for further details.

Now you know how to use the transaction history in TON Teleport!

## 🤔 What do the statuses mean?

The minting and burning statuses in your transaction history have different meanings. Here’s a quick breakdown:

### 💸 Minting statuses

* **Pending:** The transaction ID has been found on the blockchain, but it’s still processing.
* **Done:** Your deposit to the TON network or refund process is complete.
* **Refund:** A refund is available or will be processed once the timer expires.

### 🔥 Burning statuses

* **Pending:** You’ve created a withdrawal request and signed the transaction on the TON blockchain.
* **Done:** The Bitcoin network has successfully created the transaction, but it might still be waiting for block confirmations.

## 🎊 What's next?

You’ve learned the basics of TON Teleport! Now, explore the dashboard to navigate different sections, track metrics, and discover developer insights. Learn more here: <https://t.me/tgbtc_news/17>


---

# 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://tgbtc.gitbook.io/docs/user-guides/view-transaction-history.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.
