# Gas & Transactions

### Overview / why it matters

Every on-chain action costs “gas.” Understanding fees and confirmations helps you avoid failed transactions and delays.

### Core concepts

* Gas fee: Payment to validators/miners to process your tx.
* Gas price: How much you pay per unit of gas.
* Nonce: Your transaction counter; keeps order.
* Pending/confirmed/failed: Status of a transaction.
* Revert: Transaction ran but state was not changed.

### Key takeaways

* Keep a small balance of the chain’s native token for gas.
* If fees are low, confirmation may be slow.
* Failures happen due to low gas, wrong data, or contract rules.


---

# 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://mosaic-9.gitbook.io/mosaic-launchpad/101-starter-pack/gas-and-transactions.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.
