# Fuel Marketplace NPM SDK

Introducing marketplace NPM SDK on Fuel blockchain. Powered by LYNC, it allows anyone to create their own decentralized marketplace, including listing and buying non-fungible tokens (NFTs) and semi-fungible tokens (SFTs) in a few lines of code. This SDK provides a simple but powerful and organized solution for developers looking to create their marketplace applications on Fuel, ensuring a smooth, easy, and hassle-free development experience.

> NOTE - The current SDK version supports creating and trading tokens only on the **Fuel testnet**.

## Example application

{% embed url="<https://fuel-marketplace.lync.world/>" %}
Example marketplace application on Fuel blockchain
{% endembed %}

## Package link on [npmjs](https://www.npmjs.com/)

{% embed url="<https://www.npmjs.com/package/@lyncworld/fuel-marketplace>" %}
Link to package on npmjs
{% endembed %}

## View code on GitHub

{% embed url="<https://github.com/LYNC-WORLD/fuel-marketplace-NPM-SDK>" %}
Link to package code on GitHub
{% endembed %}

## View example application code on GitHub

{% embed url="<https://github.com/LYNC-WORLD/Fuel-Marketplace-Frontend>" %}
Link to example marketplace application code on GitHub
{% endembed %}


---

# 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://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk.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.
