> For the complete documentation index, see [llms.txt](https://docs.boltdollar.finance/spanish/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/spanish/bolt-dollar-general/liquidez-y-tokens-lp/deshaciendo-un-token-lp.md).

# Deshaciendo un token LP

Cuando ya has acabado de producir y quieras usar los tokens individuales para otra inversión tienes que romper tu token LP primero. En nuestro ejemplo anterior, lo hicimos con **$BUSD** y **$BTD** y creamos el token **BTD-BUSD LP**. En este ejemplo, romperemos ese mismo token en sus pares individuales.

**Nota:** Primero necesitas recoger tus tokens LP antes de romperlos. Por simplicidad, asumimos que ya lo has hecho antes de continuar con los siguientes pasos.

**Paso 1: Pancakeswap**

* Abre <https://pancakeswap.finance/>
* Selecciona “Trade” en la barra de navegacion izquierda.
* Selecciona “Liquidity” en el menú desplegable bajo “Trade”.

**Paso 2: Seleccionar el pool**

Por lo general, Pancake detecta el pool activo. Si es el caso veras tus BTD-BUSD LP en el menú de selección.

![](/files/-MXmTlvaaMDY1OQpBfxr)

{% hint style="info" %}
Si no ves tu pool de liquidez tendrás que importarlo manualmente:

* Clic en “Import it”
* Selecciona arriba la moneda y elige BTD

(Si BTD es desconocido usa: "0xD1102332a213E21faF78B69C03572031F3552c33")

* Selecciona abajo la moneda y elige BUSD
* Aprueba el pool
  {% endhint %}

**Paso 3: Recoger la liquidez del pool**

Ahora tienes todo para quitar tus tokens de tu token LP:

![](/files/-MXmU32d-dh9BJFi11N5)

* Clic en “Remove” para acceder a la siguiente pantalla
* Clic en “Approve” en el pop up de tu cartera
* Selecciona el número de tokens que quieres sacar con el slider.
* Confirma la transacción en tu cartera.

Tomará unos segundos para que la operación se complete, en un pequeño espacio de tiempo los tokens individuales estarán en tu cartera de nuevo.


---

# 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/spanish/bolt-dollar-general/liquidez-y-tokens-lp/deshaciendo-un-token-lp.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.
