> For the complete documentation index, see [llms.txt](https://docs.boltdollar.finance/italian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boltdollar.finance/italian/tokens-and-protocollo/liquidita-e-lp-tokens/liquidare-un-lp-token.md).

# Liquidare un LP Token

Qualora decidessi di liquidare il tuo investimento e desiderassi utilizzare i tuoi tokens per altri scopi, devrai prima di tutto ri-dividere i tuoi LP tokens e depositarli nel tuo wallet. Nel nostro esempio precedente, avevamo scelto **$ BUSD** e **$ BTD** e avevamo quindi creato tokens **BTD-BUSD LP**. Ora ti faremo vedere come suddivideremo di nuovo gli stessi tokens nelle loro singole monete d'origine.&#x20;

**NB:** è necessario anzitutto rimuovere gli LP tokens da dove li hai depositati, prima di andare a spaiarli su Pancakeswap. Per semplicità, presumiamo che tu lo abbia fatto prima di eseguire i passaggi successivi!

**Step 1: Pancakeswap**&#x20;

* apri <https://pancakeswap.finance/>&#x20;
* Seleziona "Trade" nella barra di navigazione a sinistra.&#x20;
* Seleziona "Liquidity" nel menu a comparsa sotto "Trade"

**Step 2: selezione della Pool**&#x20;

Pancake di solito rileva automaticamente la tua piscina attiva. In questo caso vedrai il tuo BTD-BUSD LP nel menu di selezione.

![](/files/-MXqIhtgW7kjTmi_nKjb)

{% hint style="info" %}
Se non vedi la tua Liquidity Pool, devi importarla di nuovo manualmente:&#x20;

* Fare clic su "Import it"&#x20;
* Seleziona la moneta in alto e impostala su BTD.&#x20;

(Se BTD è ancora sconosciuto a Pancake, puoi aggiungerlo manualmente con copia/incolla: "0xD1102332a213E21faF78B69C03572031F3552c33")

* Poi seleziona la moneta in basso e impostala su BUSD&#x20;
* "Approve" la Pool
  {% endhint %}

**Step 3: Recupero della liquidità dalla Pool**&#x20;

Ora é tutto pronto per riprendere i tuoi tokens originari (BTD e BUSD) combinati nei tuoi tokens LP (BTD-BUSD LP):

![](/files/-MXqK0xHVTKEPOEND1kp)

* Fare clic su "Remove" per accedere alla schermata successiva
* Fare prima clic su "Approve" nella schermata successiva
* Seleziona il numero di tokens che desideri rimuovere con il cursore&#x20;
* Clicca su "Remove" un'altra volta&#x20;
* Conferma la transazione nel tuo wallet.&#x20;

Potrebbero essere necessari alcuni secondi per completare l'operazione, ma in brevissimo tempo i singoli tokens saranno di nuovo nel tuo wallet, divisi.


---

# 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.boltdollar.finance/italian/tokens-and-protocollo/liquidita-e-lp-tokens/liquidare-un-lp-token.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.
