> For the complete documentation index, see [llms.txt](https://btcbot.gitbook.io/btcbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://btcbot.gitbook.io/btcbot/tech-innovation/auto-boost-and-refund.md).

# Auto Boost & Refund

ManualIn the Bitcoin Ordinals ecosystem, bulk inscriptions commonly encounter a major issue: a sharp increase in transaction fees after submission. This leads to two main problems:

1. **Delayed Confirmation**: Transactions may not be confirmed on the blockchain in time, resulting in no tokens received after the minting ends.
2. **No Refunds**: If tokens are not received due to delayed confirmation, there’s no way to get a refund, despite the high transaction fees paid.

To address these challenges, [BTCBot](https://btcbot.pro/) introduces a novel inscription approach: **Multi-stage Rocket Boost with Automatic Fuel Recovery**. For more details, please refer to the article below.

{% embed url="<https://btcbotpro.medium.com/a-novel-inscription-boost-method-multi-stage-rocket-boost-with-automatic-fuel-recovery-f09d75ca1de2>" %}
Auto Boost & Refund
{% endembed %}


---

# 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://btcbot.gitbook.io/btcbot/tech-innovation/auto-boost-and-refund.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.
