# Collecting

Participants may earn NFT by taking part in Lamas's games. Each game awards players with a piece in its corresponding collection.

{% tabs %}
{% tab title="Price Prediction" %}
Every participant will have a chance to receive a random NFT piece.

![](/files/ZW26J5mGjm0CZGWcaDnh)

The rarity of NFT is proportional to the amount staked on each forecast. The higher the amount, the higher the probability of getting a 3-star card.
{% endtab %}

{% tab title="Up or Down" %}
The players who guess correctly will have a 1% chance of getting a random NFT from the Up or Down’s collection, compared to a 0.5% chance for those who get it wrong.&#x20;

The rarity of NFT is proportional to the amount staked on each forecast. The higher the amount, the higher the probability of getting a 3-star card.
{% endtab %}

{% tab title="Jackpot Lottery" %}
Every participant will have a chance to receive a random NFT piece.

![](/files/lBDyQMRBznNLb3LRFDB6)
{% endtab %}

{% tab title="Lucky Spinner" %}
In Lucky Spinner, players will have some chance of hitting the NFT slot. When they do, they will receive an NFT card from the Lucky Spinner’s collection. The rarity of the randomly rewarded NFT card will depend on the amount of bet on that play.

![](/files/4veCXmqmxGoIEVaV8b6I)
{% endtab %}
{% endtabs %}

{% hint style="success" %}
Appropriate measures are employed while constructing the probability to avoid NFT devaluation.
{% endhint %}


---

# 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.lamas.co/1.0/nft/collecting.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.
