# track

## Description

Sends a notification when a bitcoin transaction reaches a given number of confirmations.

## Usage

> track \[hash] {confirmations}

## Arguments

{% tabs %}
{% tab title="hash" %}
**Description:** The hash of the transaction to track.

**Valid Inputs:** A valid bitcoin transaction hash that hasn't already reached the target confirmations.

**Argument Examples:**`521c734e5cbf703ff85d30bf9d396ffda39926c377de2612cef9bebb779011c4`\`
{% endtab %}

{% tab title="confirmations (optional)" %}
**Description:** The number of confirmations to send an alert at.

**Valid Inputs:** A valid integer value 15 or under.

**Default:**`3`

**Argument Examples:** `5` `2`
{% endtab %}
{% endtabs %}

## &#x20;Examples

* `>track 521c734e5cbf703ff85d30bf9d396ffda39926c377de2612cef9bebb779011c4 8`

## Preview

*Command previews are coming soon...*


---

# 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.bitbot.tools/commands/blockchain/track.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.
