> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/misc/knowledge-base/alkanes/how-to-trade-alkanes-on-unisat-marketplace.md).

# How to Trade Alkanes on UniSat Marketplace

This guide provides detailed instructions on how to trade Alkanes on the UniSat Marketplace. Please conduct your own research before trading. This guide is for informational purposes only and does not constitute financial advice.

***

**Alkanes Trading Fees on UniSat:**

* **Buying:** 1.2% service fee
* **Selling:** No service fee
* **Orders below 250,000 sats:** 0% fee (for both buy & sell)

***

1. #### Connect Your Wallet

Visit <https://unisat.io/market> and connect your UniSat Wallet. You’ll find the **Alkanes Marketplace section** right on the homepage.

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

2. #### Browse Alkanes Assets

Select the Alkanes assets you wish to trade, or use the Search bar to find assets by name or ID. On the assets detail page:

* Top left: View Volume, Market Cap, Holders, and Transactions...
* Top right: Ticker’s K-Chart.
* Bottom: All order listings related to that asset.

<figure><img src="/files/61g9fShrNYFmCWPywZj8" alt="" width="563"><figcaption></figcaption></figure>

<br>

3. #### Buy Alkanes (Single or Batch)

* To buy individual orders:

Choose the quantity and price you want, then click **Buy** under a specific order.

<figure><img src="/files/0fNYLQ5ABxf7ZTgcZv82" alt="" width="563"><figcaption></figcaption></figure>

* To batch buy multiple orders:

Enable the **Batch Buy** toggle in the lower-left corner of the interface and proceed with bulk selection.

<figure><img src="/files/YiqxnEWzif2yOfw6ut6G" alt="" width="563"><figcaption></figcaption></figure>

4. #### Sell Alkanes

You can list your Alkanes via the **My Assets** tab.

**🔹 To List Alkanes:**

* Go to **My Assets**
* Click **List** beside the Alkanes assets you wish to sell
* Enter the quantity and price, then click List items for sale

<figure><img src="/files/KHoz4aCMzcgZddXI3FNP" alt="" width="563"><figcaption></figcaption></figure>

**🔹 To Update or Unlist a Listing:**

* Visit the **My Orders** page
* For any unsold order, click:
  * **Update** to adjust the price
  * **Unlist** to remove it from the marketplace

<figure><img src="/files/1cp0Ym3KNMueIj4oYSWu" alt="" width="563"><figcaption></figcaption></figure>

**Disclaimer:**

The content of this document is for informational purposes only. It does not constitute (i) investment advice or recommendations, (ii) an offer, solicitation, or inducement to purchase, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital assets (including FTs and NFTs) are subject to market volatility, involve high risk, regulatory changes, and may depreciate in value. The information is provided "as is," and we make no warranties regarding its accuracy. Please consult your legal, tax, or investment professionals to determine whether trading or holding digital assets is suitable for you.


---

# 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.unisat.io/misc/knowledge-base/alkanes/how-to-trade-alkanes-on-unisat-marketplace.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.
