> For the complete documentation index, see [llms.txt](https://docs.alkatrade.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkatrade.xyz/features/ammo-mode.md).

# Ammo Mode

## Introduction:

Ammo Mode is an intelligent UTXO algorithm, created and developed by Alka Trade's developers.

The algorithm helps optimize the amount of UTXO spent, ensuring seamless and uninterrupted transactions.

The UTXO problem has always been a bottleneck limiting the Bitcoin ecosystem, but Alka Trade understands the pain points users face and has successfully researched and developed the "Ammo Mode" algorithm to reshape the Degen culture on the Bitcoin network.

## Explanation of keywords:

**Status** = The status of whether you have Ammo Mode enabled or disabled.

**Bullets** = Number of UTXOs ready to fire, for example: Bullets = 6 (You can trade 6 consecutive orders without waiting for the UTXO to be verified)\
**Auto Reload** = Automatically reloads bullets whenever you run out.

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

## How to use:

Use the command **/Ammo** and click the **Enable ammo** button to turn on ammo mode.

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

**There are two modes to choose from:**

**Automatic Reload Mode:** Simply click the Auto Reload button to turn it ON. The ammunition will automatically reload when you run out.

**Manual Reload Mode:** Conversely, click the Auto Reload button and turn it OFF.

\*If you run out of ammo each time, you will need to manually reload by pressing the Reload bullets now button.\
![](/files/ln1aRRgiswEcuZN7P1wP)


---

# 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.alkatrade.xyz/features/ammo-mode.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.
