> For the complete documentation index, see [llms.txt](https://docs.win.win/twins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.win.win/twins/italiano/portafoglio-twins/utilizzare-il-portafoglio.md).

# Utilizzare il portafoglio

## Tab riepilogo

![](/files/-LZ0qUPY-qMT_5sWWRpq)

Ci sono 3 punti di interesse in questa tab: "*Bilancio TWINS","Saldo complessivo","Transazioni recenti".*

* Il **"Saldo Complessivo"** mostra la totale somma dei TWINS in tuo possesso.
* Il "**Bilancio TWINS"** mostra la somma attuale disponibile di TWINS per effettuare transazioni e (se presente) una somma di TWINS immaturi (cioè non utilizzabili) guadagnati dagli stakes, i quali hanno bisogno di un periodo di tempo per essere aggiunti al tuo bilancio utilizzabile.
* Le **"Transazioni Recenti"** mostrano le tue transazioni eseguite e gli stakes ricevuti con l'orario e la data.

{% hint style="info" %}
Una transazione o uno stake può mostrare dentro le parentesi se hanno ricevuto abbastanza conferme per essere trasferite altrove

Transazioni ricevute e inviate hanno bisogno di 6 conferme, invece gli stakes hanno bisogno di 61 conferme.&#x20;
{% endhint %}

* Puoi controllare quante conferme ha una transazione o uno stake passandoci il mouse sopra:

![](/files/-LZ0q_F7Xp4krCEwq6PC)

## Tab Invia

![](/files/-LZ0qb7Lcx0GxB6gDZFp)

Questa tab ti permette di inviare i tuoi TWINS.

## Tab delle transazioni

![](/files/-LZ0qlLkG-3kDOCT1t-J)

Questa tab permette di vedere lo storico delle tue transazioni in arrivo e in uscita, puoi filtrarle e ordinarle con l'aiuto del menù a tendina ed è anche possibile esportarle in un file .csv cliccando **"Esporta"** in basso a destra.

## Tab dei masternodi

![](/files/-LZ0qnsJv5NOFO2OHiYH)

Questa tab permette di monitorare e avviare i masternodi di TWINS.


---

# 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://docs.win.win/twins/italiano/portafoglio-twins/utilizzare-il-portafoglio.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.
