# Marketplace

{% hint style="info" %}
Developers have the flexibility to build upon LN Assets Daemon for their own customized Marketplaces and modes, tailoring them to their specific requirements.
{% endhint %}

<div data-full-width="false"><figure><img src="/files/iZQJdH0AXJLHlUPvKTq4" alt=""><figcaption></figcaption></figure></div>

The LN Assets Daemon (LAD) includes a simple P2P Marketplace demo. With LAD, users can access the Marketplace through the frontend web interface.

The Marketplace charges a transaction fee of 0.5% of the total transaction amount. This fee percentage can be adjusted through configuration settings.

{% hint style="info" %}
You can access our main-net marketplace via [mainnet.lnfi.network](https://mainnet.nostrassets.com)
{% endhint %}

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

Besides the Web interface, the Marketplace also supports the Chat-To-Trade mode. Users can transfer, receive, and query Lnfi using chat commands directly through any Nostr frontend clients (decentralized apps) such as Damus, Amethyst, Plebstr & Primal.


---

# 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://docs.lnfi.network/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.
