# 💱 Sistema di Trade - Scambi in gioco!

### 💱 Sistema di Trade

Il server dispone di un **sistema di scambio sicuro** che permette di commerciare direttamente con altri giocatori senza rischi.

#### 🔑 Come funziona

1. Digita il comando:

   ```
   /trade <nickname>
   ```

   per inviare la richiesta di scambio.
2. Il giocatore selezionato può **accettare o rifiutare** la proposta .

<pre><code><strong>/trade accept &#x3C;nickname>
</strong></code></pre>

3. Una volta accettata, si aprirà una **GUI dedicata** allo scambio.

#### 🎮 La GUI di Scambio

All’interno della GUI entrambi i giocatori possono inserire:

* 📦 Oggetti
* ✨ Exp
* 💰 Crediti

Quando entrambi siete soddisfatti, è sufficiente cliccare il pulsante **rosso in alto a destra** per **confermare lo scambio**.

#### ⚠️ Sicurezza

* Lo scambio si conclude **solo se entrambi i giocatori confermano**.
* Questo elimina il rischio di truffe e rende ogni trade sicuro e trasparente.


---

# 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://nientedafa.gitbook.io/nientedafa/sistema-di-trade-scambi-in-gioco.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.
