> For the complete documentation index, see [llms.txt](https://wiki.firstsky.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.firstsky.net/les-infos-utiles/les-boutiques/point-shop.md).

# Point Shop

Vous souhaitez acheter ou vendre des crédits facilement ?

**Alors le point shop est là pour vous !**

## <mark style="color:yellow;">Acheter des crédits</mark>

<figure><img src="/files/3bGYAGzo7UrycSpdFVRF" alt=""><figcaption><p>Le menu du /points shop</p></figcaption></figure>

Achetez des crédits en effectuant la commande `/points shop`

Vous pouvez toutefois vendre vos crédits en effectuant la commande `/points sell [quantité] [prix]`

{% hint style="warning" %}
Vous devez être minimum [Grade Perso](/les-infos-utiles/les-grades-titres.md#les-grades-perso) pour vendre vos crédits !
{% endhint %}

{% tabs %}
{% tab title="Acheter des Crédits (Tournesol)" %}
Si vous souhaitez acheter des crédits cliquez sur ceux qui sont disponibles (s'il y en a) :&#x20;

<figure><img src="/files/hD6owPj62jACKUhZTtf8" alt=""><figcaption><p>10 Crédits vendus au prix de 100m/u</p></figcaption></figure>

{% hint style="warning" %}
Attention au prix de vente des crédits !
{% endhint %}
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Acheter à des joueurs" %}
Vous pouvez **vendre** des crédits directement avec un joueur, avec la commande `/points pay [pseudo] [montant]`

Afin de connaitre la quantité de crédits que possède un joueur, faites la commande `/points bal [pseudo]`

{% hint style="danger" %}
Faites bien attention aux arnaques au crédits auprès des joueurs. Nous vous conseillons de bien screen avant d'effectuer un achat ou vente !
{% endhint %}
{% endtab %}
{% endtabs %}

## <mark style="color:yellow;">Obtenir des crédits</mark>

{% tabs %}
{% tab title="Acheter dans la boutique" %}
Si vous voulez obtenir des crédits, vous pouvez directement les acheter sur la [site de FirstSky](https://firstsky.net/shop/categories/credit) !
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Avoir facilement des crédits" %}
Vous pouvez également obtenir facilement des crédits en jeu, notamment dans les [votes](https://firstsky.net/vote), les rewards quotidiennes ou même dans des caisse !!
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Vous savez donc maintenant à peu près comment fonctionne le /points shop !!
{% endhint %}


---

# 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://wiki.firstsky.net/les-infos-utiles/les-boutiques/point-shop.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.
