> For the complete documentation index, see [llms.txt](https://docs.x721.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.x721.io/guides/faqs/which-activities-are-required-gas-fee-on-x721-marketplace.md).

# Which activities are required gas fee on X721 Marketplace?

Gas fees are transaction fees on Aptos/Sui. BlueMove does not receive these fees and is not able to refund them.

#### Actions that Cost Gas[​](https://docs.x2y2.io/guides/faqs/what-are-gas-fees#actions-that-cost-gas)​ <a href="#actions-that-cost-gas" id="actions-that-cost-gas"></a>

The actions below consume gas fee:

* Listing an NFT;
* Buying an NFT;
* Bulk transaction;
* Accepting an offer;
* Canceling a listing;
* Transferring NFT to another address;
* Minting NFT;
* Buy Launchpad;
* ....

#### Gas-Free Actions[​](https://docs.x2y2.io/guides/faqs/what-are-gas-fees#gas-free-actions)​ <a href="#gas-free-actions" id="gas-free-actions"></a>

The actions below will do not require paying gas fees.

* Connect Wallet;


---

# 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:

```
GET https://docs.x721.io/guides/faqs/which-activities-are-required-gas-fee-on-x721-marketplace.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.
