# 9. Market in Lazy Football

### Main Functions

The Market is the central hub for trading where everything changes hands — players, packs, NFTs, and Gems.&#x20;

It’s not just a place to spend or earn LAZY — it’s where clubs shape their strategy.

In this section, you’ll find everything you need to navigate the Lazy Football Market:

* Assets — operations with Gems.
* [**Players** ](/how-to-lazy-football/market/players.md)– transfer logic, rules, and smart bidding.
* [**Packs** ](/how-to-lazy-football/market/packs.md)– types, drop contents, and special conditions.
* [**NFTs** ](/how-to-lazy-football/market/nfts.md)– buy and list unique Lazy Football NFTs.

***

### Assets Trading&#x20;

Lazy Football features two main in-game assets: **Scout Insights** and **Gems**.

**Scout Insights** are not tradable — they’re stored in your inventory and used exclusively for crafting new players.

**Gems**, on the other hand, can be freely traded. Head to the dedicated Gem trading section to:

* Browse open offers, grouped by price.
* List your own Gems for sale.
* Cancel listings at any time.

<figure><img src="/files/WJq1Mr4KytE8oD8lxtqz" alt="" width="563"><figcaption><p>Gem trading in Market</p></figcaption></figure>


---

# 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.lazy.football/how-to-lazy-football/market.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.
